Skip to content

Commit

Permalink
add required ATs for ButtonBlock
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTJP committed Feb 24, 2024
1 parent 0b7a7ec commit d048dbc
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 @@ -20,7 +20,8 @@ public net.minecraft.world.level.chunk.LevelChunk f_62775_ # loaded

public net.minecraft.world.level.block.FaceAttachedHorizontalDirectionalBlock m_53200_(Lnet/minecraft/world/level/block/state/BlockState;)Lnet/minecraft/core/Direction; # getConnectedDirection
public net.minecraft.world.level.block.LeverBlock m_54657_(Lnet/minecraft/world/level/block/state/BlockState;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;F)V # makeParticle
public net.minecraft.world.level.block.ButtonBlock f_51062_ # sensitive
public net.minecraft.world.level.block.ButtonBlock f_244105_ # ticksToStayPressed
public net.minecraft.world.level.block.ButtonBlock f_243959_ # arrowsCanPress
public net.minecraft.world.level.block.ButtonBlock m_51067_(Lnet/minecraft/world/entity/player/Player;Lnet/minecraft/world/level/LevelAccessor;Lnet/minecraft/core/BlockPos;Z)V # playSound

public net.minecraft.world.level.chunk.LevelChunk m_156406_(Lnet/minecraft/world/level/block/entity/BlockEntity;)V # updateBlockEntityTicker

0 comments on commit d048dbc

Please sign in to comment.