Skip to content

Commit

Permalink
fix hunter crossbow state access type
Browse files Browse the repository at this point in the history
fix #1389
  • Loading branch information
Cheaterpaul committed Jul 19, 2024
1 parent fa6264c commit 121a42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public net.minecraft.world.level.levelgen.structure.pools.JigsawPlacement$Placer
public net.minecraft.client.gui.screens.advancements.AdvancementTabType
public net.minecraft.world.level.levelgen.SurfaceRules$BlockRuleSource
public net.minecraft.world.level.biome.MultiNoiseBiomeSourceParameterList$Preset$SourceProvider
protected net.minecraft.world.entity.ai.goal.RangedCrossbowAttackGoal$CrossbowState
public net.minecraft.world.entity.ai.goal.RangedCrossbowAttackGoal$CrossbowState
public net.minecraft.world.item.enchantment.EnchantmentHelper$EnchantmentVisitor

# constructor invoking
Expand Down

0 comments on commit 121a42b

Please sign in to comment.