Nether's Delight

Nether's Delight

44M Downloads

[MC Version]: 1.18.2

Athurrender opened this issue ยท 0 comments

commented

Description

Wrong recipe for the propelplant torch
2023-01-17_01 37 11
This is the recipe for propelplant stem not the torch.
The right recipe for torch should be propelplant cane and propelpearl
I have checked the json and confirmed the recipe is wrong.
THE CODE:
{
"type": "minecraft:crafting_shaped",
"pattern": [
"p",
"c"
],
"key": {
"p": {
"item": "nethersdelight:propelplant_cane"
},
"c": {
"item": "minecraft:crimson_roots"
}
},
"result": {
"item": "nethersdelight:propelplant_torch"
}
}

Steps to reproduce

Maybe someone has mistakenly mixed the recipe of propelplant torch with propelplant stem.
I don't know if there is a same problem in 1.19 or not,better check it out.

Mod list

Sorry but it has nothing to do with my mod list.It's the mistake of recipe

Logs

No response

Forge

  • I am using the Forge version of Nether's Delight

Minimal instance

  • I have tested this on a minimal instance

Performance and shader mods

  • I have tested this without performance or shader mods