Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.67k stars 122 forks source link

[Bug Report] Missing texture for "allow" and "deny" blocks. #941

Open Sodvic opened 1 year ago

Sodvic commented 1 year ago

Bug Report

Missing texture for Minecraft Bedrock Edition "allow" block and "deny" block.

Current Behaviour:

On the amulet app these two blocks are invisible.

Expected behavior:

The blocks should have a texture. https://minecraft.fandom.com/wiki/Allow_and_Deny

Steps To Reproduce:

  1. Start Minecraft Bedrock Edition;
  2. Create a World;
  3. Open chat;
  4. Write "/give 'playername' allow";
  5. Write "/give 'playername' deny";
  6. Place these two blocks in the world;
  7. Save the world;
  8. Close Minecraft Bedrock Edition;
  9. Open the world on Amulet;
  10. You can be seen that the blocks are invisible;

Environment:

gentlegiantJGC commented 12 months ago

We currently only support the Java resource pack and those blocks don't exist in Java edition. When converting to the Java format to look up the block model they get converted to air. I still need to implement support for the Bedrock resource pack and default conversions.