zhuowei / MCPELauncher

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

new Block functions #1412

Open TeotlXocolatl opened 8 years ago

TeotlXocolatl commented 8 years ago

Block.setFireable(id,bool);

zedman2000 commented 8 years ago

Have you tried just defining the block with wood as your base, instead of something like cobblestone? I would think that should work for you. I've done similar for things like Glass, where I made my own. Then as soon as I changed the block definition to be based on glass (I believe it is the last number in the defineBlock() call), it started to work the same as glass (regarding redstone as well as other minecraft behavior).