Skip to content

Commit

Permalink
chore: fix a jei startup error so we can proceed updating
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Jun 24, 2024
1 parent e85423a commit 43d0cea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/accesstransformer.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ public net.minecraft.world.entity.Entity setLevel(Lnet/minecraft/world/level/Lev
public net.minecraft.world.entity.LivingEntity getCurrentSwingDuration()I # getCurrentSwingDuration
public-f net.minecraft.world.level.block.TorchBlock flameParticle
public net.minecraft.world.item.crafting.AbstractCookingRecipe ingredient
public-f net.minecraft.world.level.block.entity.BlockEntityType validBlocks
public-f net.minecraft.world.level.block.entity.BlockEntityType validBlocks
public net.minecraft.client.multiplayer.ClientCommonPacketListenerImpl connection # for jei - otherwise jei causes a startup crash

0 comments on commit 43d0cea

Please sign in to comment.