You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing my set loot tables script, I noticed issues with some new blocks introduced in Minecraft Bedrock 1.20.0 and 1.21.0 updates. Specifically, heavy cores and decorated pots are missing textures in Amulet. Additionally, I'm experiencing block state issues with chiseled bookshelves.
Error Message:
ERROR - Failed to parse block state for minecraft
facing="west",slot_0_occupied="false",slot_1_occupied="false",slot_2_occupied="false",slot_3_occupied="false",slot_4_occupied="false",slot_5_occupied="false"
Could not parse state val [{'facing': 'west'}, {'slot_5_occupied': 'false'}]
The chiseled bookshelves are also missing some texture faces entirely.
Expected Behavior:
All blocks, including heavy cores, decorated pots, and chiseled bookshelves, should display correctly in Amulet without missing textures or block state errors in the console.
Steps To Reproduce:
Place new blocks (heavy cores, decorated pots, chiseled bookshelves) from the creative inventory or using /setblock commands in Minecraft Bedrock 1.20.0 or 1.21.0.
Save and exit the game.
Load the world into Amulet.
View the blocks in 3D and check the console for errors.
Environment:
OS: Windows 10
Minecraft Platform: Bedrock Edition
Minecraft Version: 1.20.0 & 1.21.0
Amulet Version: v0.10.35
Additional Context:
This issue was encountered after placing every block from the creative inventory and via /setblock commands, then loading the world into Amulet. The textures were missing, and the console displayed many of the above errors.
Attachments
Screenshots
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behaviour:
While testing my set loot tables script, I noticed issues with some new blocks introduced in Minecraft Bedrock 1.20.0 and 1.21.0 updates. Specifically, heavy cores and decorated pots are missing textures in Amulet. Additionally, I'm experiencing block state issues with chiseled bookshelves.
Error Message:
The chiseled bookshelves are also missing some texture faces entirely.
Expected Behavior:
All blocks, including heavy cores, decorated pots, and chiseled bookshelves, should display correctly in Amulet without missing textures or block state errors in the console.
Steps To Reproduce:
/setblock
commands in Minecraft Bedrock 1.20.0 or 1.21.0.Environment:
Additional Context:
This issue was encountered after placing every block from the creative inventory and via
/setblock
commands, then loading the world into Amulet. The textures were missing, and the console displayed many of the above errors.Attachments
Screenshots
The text was updated successfully, but these errors were encountered: