Skip to content

Commit

Permalink
primeTnt method, with additional fixes. (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteMasterEric authored and asiekierka committed Dec 15, 2018
1 parent 0617ddf commit 73fa67d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mappings/net/minecraft/block/TntBlock.mapping
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
CLASS bmm net/minecraft/block/TntBlock
FIELD a UNSTABLE Lbqe;
METHOD <init> (Lbgs$c;)V
ARG 1 settings
METHOD a shouldDropItemsOnExplosion (Lbbi;)Z
ARG 1 explosion
METHOD a primeTnt (Lbbp;Let;)V
ARG 1 world
ARG 2 pos
METHOD a primeTnt (Lbbp;Let;Lahe;)V
ARG 1 world
ARG 2 pos
ARG 3 primer
METHOD a onDestroyedByExplosion (Lbbp;Let;Lbbi;)V
ARG 1 world
ARG 2 pos
Expand Down

0 comments on commit 73fa67d

Please sign in to comment.