Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cactus milling recipe is disabled when installed alongside Quark #5729

Open
stuart0035 opened this issue Nov 11, 2023 · 0 comments
Open

Cactus milling recipe is disabled when installed alongside Quark #5729

stuart0035 opened this issue Nov 11, 2023 · 0 comments
Labels
type: bug Issue where something isn't working

Comments

@stuart0035
Copy link

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.

@stuart0035 stuart0035 added the type: bug Issue where something isn't working label Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants