zhuowei / MCPELauncher

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

Defining custom blocks doesn't work. #1495

Open ghost opened 5 years ago

ghost commented 5 years ago

Hey there! I tried to define a new block using following code, but MCPELauncher just ignores it. Block.defineBlock(610, "Sender", ["sender", 0], 1, false, 0); The Block doesn't appear in the inventory in creative mode and if I try to set the Block using javascript, the program sets a stone cutter. I hope you can help me @zhuowei!

zhuowei commented 5 years ago

@Haha124 I haven't had a chance to update the custom blocks support for newer versions of Minecraft, unfortunately, so it doesn't currently work.

I'm so sorry about this.

ghost commented 5 years ago

OK, i'm waiting for updates :)

ghost commented 4 years ago

Approximately, when do you release the update?

zhuowei commented 4 years ago

@Haha124 Planning to start today and release tomorrow or Monday - I haven't announced this because ... well I'm not very good at timelines...

I'm so sorry about this.

ghost commented 4 years ago

Ok, thank you for answering.

ghost commented 4 years ago

Is it possible that you didn't fix the Block.defineBlock() method, or is there any mistake in my code?