Kevin Pietsch
- kpietsch70
- kpietsch70
- Europe/Berlin
- Yes
- No
6 issues
Key
Summary
Status
Reporter
Assignee
Created
Added Labels: Entities anoying disapear disappearing entity
Added Labels: invisibility invisible invisible-entities invisible-zombies
Changed Description:
If you want to create a minecraft:furnace_recipe in an add-on it isn't possible to just make it work for either campfires or soul campfires because the tag "campfire" controls both.
For example the following recipe doesn't work at all:
{ "format_version": "1.12.0", "minecraft:recipe_furnace": { "description": { "identifier": "addon:my_recipe" }, "tags": [ "soul_campfire", ], "input": { "item": "minecraft:soul_sand", "count": 4 }, "output": "addon:my_item" } }And this would make the recipe work for both soul campfires and campfires:
{ "format_version": "1.12.0", "minecraft:recipe_furnace": { "description": { "identifier": "addon:my_recipe" }, "tags": [ "campfire", ], "input": { "item": "minecraft:soul_sand", "count": 4 }, "output": "addon:my_item" } }Which makes it impossible to make a recipe for only campfires or soul campfires.
The tag "soul_campfire" should work since it's used in the official documentation.
If you need further information I'm willing to give.Edit:
Here's the copied example from the documentation:{ "format_version": "1.12", "minecraft:recipe_furnace": { "description": { "identifier": "minecraft:furnace_beef" }, "tags": ["furnace", "smoker", "campfire", "soul_campfire"], "input": { "item": "minecraft:beef", "data": 0, "count": 4 }, "output ": "minecraft:cooked_beef" } }
Added Affects Versions: 1.16.40 Hotfix
Added Attachments:
Added Attachments:
Deleted Comment:
I've found a non-official update which did fix the problem for me:
Maybe a developer can check what was changed in the code to fix that problem.
Added Attachments:



I have the same problem.
Version: Bedrock 1.8.x
Device: Nintendo Switch
Hope it'll be fixed in the next update.
I'm using the same Texture pack.
Hey, maybe this is it. It's the texture pack.
Case solved. Now it would be interesting if the texture pack maker has to fix it or Mojang.
Edit: Or it doesn't work with HD textures.
Nintendo says otherwise.
Affects 1.11.4 (Windows 10)
Updated affected versions.
It shows that it's supposed work for me but still doesn't
DxDiag info: DxDiag.txt
Scoreboard rawtext is not supported for npc dialogues nor for signs. Other rawtext elements will just work fine.
Bug still occurs in 1.19.0 and also affects the Warden.