Create

Create

86M Downloads

Cactus milling recipe is disabled when installed alongside Quark

stuart0035 opened this issue ยท 0 comments

commented

Describe the Bug

When used alongside Quark, Create disables its milling recipe of cactus in the code below.
Since the recipe of cactus paste has been changed (renamed to moss paste) in 1.18+, it doesn't make sense to disable the recipe.

"conditions": [
{
"value": {
"modid": "quark",
"type": "forge:mod_loaded"
},
"type": "forge:not"
}
]

Reproduction Steps

  1. Install Create 0.5.1f alongside Quark
  2. Look up the usage of cactus in a recipe viewer like JEI
  3. It doesn't show the milling recipe

Expected Result

You can still mill cactus when installed alongside Quark.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.19.2

Forge Version

43.2.8

Other Mods

No response

Additional Context

Not yet tested in 1.18, but the issue should still occur.