zhuowei / MCPELauncher

Source code for BlockLauncher, a launcher that patches Minecraft for Android
Apache License 2.0
680 stars 189 forks source link

Block damage #1441

Closed FanisDeligiannis closed 7 years ago

FanisDeligiannis commented 7 years ago

Doing:

setTile(0, 0, 0, 1, 21);

will set the block damage to 5.. there doesnt seem to be a way around it, and I dont know what to do

FanisDeligiannis commented 7 years ago

Turns out the max block damage is 15, not sure why.