Skip to content

Commit

Permalink
Fix access wideners and bump version minimums in mod definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmeow committed Sep 4, 2024
1 parent de6d76d commit c2692c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions common/src/main/resources/whisperwoods.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ accessWidener v1 named
accessible field net/minecraft/world/entity/AgeableMob$AgeableMobGroupData babySpawnChance F
mutable field net/minecraft/world/entity/AgeableMob$AgeableMobGroupData babySpawnChance F
accessible method net/minecraft/core/particles/SimpleParticleType <init> (Z)V
accessible method net/minecraft/world/damagesource/DamageSource bypassArmor ()Lnet/minecraft/world/damagesource/DamageSource;
accessible method net/minecraft/world/damagesource/DamageSource bypassMagic ()Lnet/minecraft/world/damagesource/DamageSource;
accessible field net/minecraft/client/model/geom/ModelPart cubes Ljava/util/List;
accessible field net/minecraft/client/model/geom/ModelPart children Ljava/util/Map;
accessible method net/minecraft/client/model/geom/ModelPart compile (Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V
Expand Down
4 changes: 2 additions & 2 deletions fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"modmenu": ["dev.itsmeow.imdlib.compat.modmenu.ModMenuCompat"]
},
"depends": {
"minecraft": "1.19.x",
"architectury": ">=5.0.0",
"minecraft": "1.20.1",
"architectury": ">=9.0.0",
"fabricloader": ">=0.12.0",
"fabric": ">=0.32.0"
},
Expand Down
2 changes: 0 additions & 2 deletions fabric/src/main/resources/whisperwoods.accesswidener
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ accessWidener v1 named
accessible field net/minecraft/world/entity/AgeableMob$AgeableMobGroupData babySpawnChance F
mutable field net/minecraft/world/entity/AgeableMob$AgeableMobGroupData babySpawnChance F
accessible method net/minecraft/core/particles/SimpleParticleType <init> (Z)V
accessible method net/minecraft/world/damagesource/DamageSource bypassArmor ()Lnet/minecraft/world/damagesource/DamageSource;
accessible method net/minecraft/world/damagesource/DamageSource bypassMagic ()Lnet/minecraft/world/damagesource/DamageSource;
accessible field net/minecraft/client/model/geom/ModelPart cubes Ljava/util/List;
accessible field net/minecraft/client/model/geom/ModelPart children Ljava/util/Map;
accessible method net/minecraft/client/model/geom/ModelPart compile (Lcom/mojang/blaze3d/vertex/PoseStack$Pose;Lcom/mojang/blaze3d/vertex/VertexConsumer;IIFFFF)V
Expand Down
6 changes: 3 additions & 3 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
modLoader="javafml"
loaderVersion="[41,)"
loaderVersion="[47,)"
issueTrackerURL="https://github.com/itsmeow/whisperwoods/issues"
displayURL="https://www.curseforge.com/minecraft/mc-mods/whisperwoods"
logoFile="icon.png"
Expand All @@ -15,12 +15,12 @@ Spooky forest stuff for spooky jam'''
[[dependencies.whisperwoods]]
modId="forge"
mandatory=true
versionRange="[41.0.94,)"
versionRange="[47.2.0,)"
ordering="NONE"
side="BOTH"
[[dependencies.whisperwoods]]
modId="architectury"
mandatory=true
versionRange="[5.9.30,)"
versionRange="[9.0.0,)"
ordering="NONE"
side="BOTH"

0 comments on commit c2692c0

Please sign in to comment.