Skip to content

Commit

Permalink
add fix for leaf decay item position
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyuri committed Aug 26, 2022
1 parent 2246b0b commit a35e34a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions urcl scripts/MinecraftInMinecraft.urcl
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,10 @@ lstr inventory 4 0xFE

// drop item
psh r5
mov r4 r2
bsl r2 r1 4
or r3 r3 r2

in r1 %rng
bge ~+4 r1 LEAVES_SAPLING_PROBABILITY
imm r5 ENTITY_SAPLING
Expand Down

0 comments on commit a35e34a

Please sign in to comment.