Also the same issue when you type in the chat screen and lots of UI.
Here is a video from other players:
I tried on latest snapshot 25w34a, but it didn’t fixed.
There is a video can reproduce this issue:
I think this issue might be some loot tables are lost. So add some loot tables file can solve this issue.
@FireLiz When I check the “crafting_item_catalog.json” file, I saw the order of the chiseled copper is swaped.
I made a behavior packs to resolve this problem. I found that the copper golem loot table file is lost so I add it in the file.
OK, this issue should be resolved, and I think it’s my problem on my translation pack.
The following is a picture comparison of these translated texts:
The correct crafting recipe for copper torch in Java Vanilla version:
The fixed recipe by behavior packs in Bedrock Edition:
The "count": 4 is lost in the copper_torch.json file
"count": 4
Also the same issue when you type in the chat screen and lots of UI.
Here is a video from other players:
I tried on latest snapshot 25w34a, but it didn’t fixed.
There is a video can reproduce this issue:
I think this issue might be some loot tables are lost. So add some loot tables file can solve this issue.
@FireLiz When I check the “crafting_item_catalog.json” file, I saw the order of the chiseled copper is swaped.
I made a behavior packs to resolve this problem. I found that the copper golem loot table file is lost so I add it in the file.
OK, this issue should be resolved, and I think it’s my problem on my translation pack.
The following is a picture comparison of these translated texts:
The correct crafting recipe for copper torch in Java Vanilla version:
The fixed recipe by behavior packs in Bedrock Edition:
The
"count": 4is lost in the copper_torch.json file