Botania

Botania

133M Downloads

Create Zinc not Generating with Orechid

Awriaan opened this issue ยท 5 comments

commented

Mod Loader

Forge

Minecraft Version

1.18.1

Botania version

1.18.1-429

Modloader version

Forge: 39.1.2

Modpack info

No response

The latest.log file

https://gist.github.com/Awriaan/19b4161388d86cfcaa52fbd6703e3ff1

Issue description

I'm playing a custom pack using Garden of Glass and Create, as such Zinc not spawning poses an issue.

Steps to reproduce

No response

Other information

Create: create-mc1.18.1_v0.4f

commented

I tried this using a datapack, but I couldn't get it to work. I copied the code and reloaded the game, but the recipe didn't show up, and I couldn't make zinc. I know the datapack works, because I made functional crafting recipes with it, but it won't work for the orechid. I'm on 1.20.1, with some other mods as well. Any idea why it won't work?

commented

That is correct, you can now use not just block references, but also block states (i.e. block plus properties) and block tags (even excluding certain blocks or other block tags). Botania doesn't use most of these options for its default Orechid recipes, but you can see examples of block tag with exclusion in the Pure Daisy recipe for Livingwood, and block tag without exclusion in the Marimorphoses recipes.

commented

It seems they changed the orechid recipe format, so replace

  "input": "minecraft:stone",

with

  "input": {
    "type": "block",
    "block": "minecraft:stone"
  },

and same for deepslate, maybe?

commented

you can copy these recipes into kubejs or a datapack

commented

This issue is stale because it has been open for a while with no activity. Remove stale label or comment or this will be closed soon.