-
Bug
-
Resolution: Fixed
-
1.19.10.20 Preview, 1.18.33 Hotfix, 1.18.32, 1.18.0.22 Beta, 1.17.10, 1.16.210.54 Beta, 1.16.210.53 Beta, 1.16.20, 1.16.201 Hotfix, 1.17.2 Hotfix, 1.17.30, 1.17.32, 1.17.40, 1.18.0, 1.18.30.21 Preview, 1.18.31
-
None
-
Confirmed
-
Multiple
-
584933
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":
,
"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.