Skip to content

Commit

Permalink
Update neoforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
BrokenK3yboard committed Jan 4, 2025
1 parent 58218e9 commit eebe527
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neoforge=21.1.77
neoforge=21.1.93
3 changes: 1 addition & 2 deletions src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ public-f net.minecraft.world.level.storage.loot.LootPool f_79023_ # entries
public net.minecraft.world.level.block.Block f_49787_ # descriptionId
public net.minecraft.world.item.Item f_41379_ # descriptionId
public net.minecraft.advancements.critereon.ContextAwarePredicate f_285559_ # compositePredicates
public net.minecraft.world.item.alchemy.PotionBrewing$Mix # Mix
public-f net.minecraft.world.level.block.grower.TreeGrower # TreeGrower
public net.minecraft.world.item.alchemy.PotionBrewing$Mix # Mix
2 changes: 1 addition & 1 deletion src/main/resources/zeta.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"minVersion": "0.8",
"required": true,
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"refmap": "zeta.mixins.refmap.json",
"package": "org.violetmoon.zeta.mixin.mixins",
"mixins": [
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/zeta_forge.mixins.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"minVersion": "0.8",
"required": true,
"compatibilityLevel": "JAVA_17",
"compatibilityLevel": "JAVA_21",
"refmap": "zeta.mixins.refmap.json",
"package": "org.violetmoon.zetaimplforge.mixin.mixins",
"plugin": "org.violetmoon.zeta.mixin.plugin.InterfaceDelegateMixinPlugin",
Expand Down

0 comments on commit eebe527

Please sign in to comment.