mojira.dev
MCPE-98305

Using the "campfire" tag for recipes in add-ons also applies for Soul Campfires, even though there is a separate “soul_campfire” tag for them

When making a custom recipe for an add-on using the "campfire" tag, Soul Campfires are included in that tag along with Campfires, even though Soul Campfires have their own tag named "soul_campfire".

The broken "soul_campfire" tag is shown in the Vanilla recipe file for all items that can be cooked in a regular campfire and smoker. Here's "furnace_beef.json" for example:

{
"format_version": "1.12",
"minecraft:recipe_furnace": {
"description": {
"identifier": "minecraft:furnace_beef"
},

"tags": ["furnace", "smoker", "campfire", "soul_campfire"],
"input": "minecraft:beef",
"output": "minecraft:cooked_beef"
}

}

This means that the "soul_campfire" tag was supposed to be a usable tag, but it remains broken.
_______________________________

In the example pack attached, there are two custom recipes:
"stick_cook_campfire.json"; putting a stick on a campfire cooks it into a Blaze rod; only has the "campfire" tag
"slimeball_cook_soul_campfire.json"; putting a slime ball on a soul campfire cooks it into a magma cream; only has the "soul_campfire" tag

Steps to Reproduce:
1. Download the pack attached
2. Create a world with the pack (turn on Holiday Creator Features)
3. Place a campfire and a soul campfire
4. Attempt to cook a stick using both campfires
5. Attempt to cook a slime ball using both campfires

Expected Results:

The slime ball can only be cooked on the soul campfire (cooks into a magma cream), and the stick can only be cooked on the campfire (cooks into a blaze rod).
Using the soul_campfire tag in recipes allows the recipe to be crafted/cooked using only Soul Campfires, and using the campfire tag in recipes allows the recipe to be crafted/cooked using only Campfires.

Observed Results:

The slime ball will not cook on the soul campfire, but the stick can be cooked on the campfire and soul campfire.
Using the soul_campfire tag in recipes does not allow the recipe to be crafted/cooked using Soul Campfires, and using the campfire tag in recipes allows the recipe to be crafted/cooked using Campfires and Soul Campfires.

Attachments

Comments 4

Is this still an issue in the latest version? If so, can you add it to the affected versions?

This issue is still a thing.

Resolving temporarily as Awaiting Response. Could you please attach your add-on to this ticket?

Attached an add-on example to view this bug!

BeeTeeKay

(Unassigned)

584933

Confirmed

Multiple

1.19.10.20 Preview, 1.18.33 Hotfix, 1.18.32, 1.18.0.22 Beta, 1.17.10, ..., 1.17.32, 1.17.40, 1.18.0, 1.18.30.21 Preview, 1.18.31

1.19.10.21 Preview, 1.19.10

Retrieved