Skip to content

Commit

Permalink
Merge branch '1.20.1' into 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Nov 21, 2024
2 parents 2f84510 + f92b063 commit 24e930f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 90 deletions.
46 changes: 0 additions & 46 deletions src/main/java/eu/ha3/presencefootsteps/compat/PFMixinPlugin.java

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"issues": "https://github.com/Sollace/Presence-Footsteps/issues"
},
"license": "MIT",
"icon": "resourcepacks/default_sound_pack/pack.png",
"icon": "logo.png",
"environment": "client",
"entrypoints": {
"client": [
Expand Down
Binary file added src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 1 addition & 3 deletions src/main/resources/presencefootsteps.mixin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"required": true,
"minVersion": "0.7",
"package": "eu.ha3.presencefootsteps.mixins",
"plugin" : "eu.ha3.presencefootsteps.compat.PFMixinPlugin",
"refmap": "presencefootsteps.mixin.refmap.json",
"compatibilityLevel": "JAVA_17",
"client": [
Expand All @@ -15,7 +14,6 @@
"MClientPlayNetworkHandler",
"MDebugHud",
"MLivingEntity",
"MSoundSystem",
"compat.create.MEntity"
"MSoundSystem"
]
}

0 comments on commit 24e930f

Please sign in to comment.