Skip to content

Commit

Permalink
Add mapping for method_30036 (FabricMC#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel authored Oct 13, 2020
1 parent 4895fbf commit 2856e3c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mappings/net/minecraft/block/TallPlantBlock.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ CLASS net/minecraft/class_2320 net/minecraft/block/TallPlantBlock
ARG 1 world
ARG 2 pos
ARG 3 flags
METHOD method_30036 onBreakInCreative (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Lnet/minecraft/class_1657;)V
COMMENT Destroys a bottom half of a tall double block (such as a plant or a door)
COMMENT without dropping an item when broken in creative.
COMMENT
COMMENT @see Block#onBreak(World, BlockPos, BlockState, PlayerEntity)
ARG 0 world
ARG 1 pos
ARG 2 state
ARG 3 player

0 comments on commit 2856e3c

Please sign in to comment.