Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rawnullbyte committed Aug 27, 2024
1 parent 5d80ac0 commit c0318e4
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 223 deletions.
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
org.gradle.jvmargs=-Xmx2G

# Fabric Properties (https://fabricmc.net/develop)
minecraft_version=1.21
yarn_mappings=1.21+build.8
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.11

# Mod Properties
mod_version=0.1.0
maven_group=com.example
archives_base_name=addon-template
maven_group=com.AndrexYT.AutoAdvertiser
archives_base_name=AutoAdvertiser

# Dependencies

# Meteor (https://maven.meteordev.org)
meteor_version=0.5.8-SNAPSHOT

49 changes: 0 additions & 49 deletions src/main/java/com/example/addon/AddonTemplate.java

This file was deleted.

34 changes: 0 additions & 34 deletions src/main/java/com/example/addon/commands/CommandExample.java

This file was deleted.

29 changes: 0 additions & 29 deletions src/main/java/com/example/addon/hud/HudExample.java

This file was deleted.

31 changes: 0 additions & 31 deletions src/main/java/com/example/addon/mixin/ExampleMixin.java

This file was deleted.

66 changes: 0 additions & 66 deletions src/main/java/com/example/addon/modules/ModuleExample.java

This file was deleted.

6 changes: 2 additions & 4 deletions src/main/resources/addon-template.mixins.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"required": true,
"package": "com.example.addon.mixin",
"package": "com.AndrexYT.AutoAdvertiser.addon.mixin",
"compatibilityLevel": "JAVA_21",
"client": [
"ExampleMixin"
],
"client": [],
"injectors": {
"defaultRequire": 1
}
Expand Down
12 changes: 6 additions & 6 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"schemaVersion": 1,
"id": "addon-template",
"id": "autoadvertiser",
"version": "${version}",
"name": "Addon Template",
"description": "An addon template for Meteor Client addons.",
"name": "Auto Advertiser",
"description": "Advertise your stuff on servers.",
"authors": [
"seasnail"
"AndrexYT"
],
"contact": {
"repo": "https://github.com/MeteorDevelopment/meteor-addon-template"
"repo": "https://github.com/AndrexYT/AutoAdvertiser"
},
"icon": "assets/template/icon.png",
"environment": "client",
"entrypoints": {
"meteor": [
"com.example.addon.AddonTemplate"
"com.AndrexYT.AutoAdvertiser.addon.AddonTemplate"
]
},
"mixins": [
Expand Down

0 comments on commit c0318e4

Please sign in to comment.