satisfyu / Let-s-Do-Hub

A collection of all things Let's Do: Share bugs, suggest improvements, or find links to perhaps yet unknown Let's Do Mods.
3 stars 0 forks source link

[Let's Do] Farm & Charm recipes force you to have a container item of some kind in order to register properly #336

Open cshcrafter opened 3 weeks ago

cshcrafter commented 3 weeks ago

Minecraft Version

1.20.1

Mod

Farm and Charm

Mod Version

1.0.4

Latest Version

Issue Description

In trying to add a JSON recipe, it seems that you cannot give minecraft:air as a container item value or else it fails to be included on a /reload or restart. This, for example, makes integrating farmer's delight recipes with exact parity impossible since a significant number of their cooking pot recipes have no bowl/bottle/other container to speak of.

Steps to Reproduce

  1. Use a datapack / use crafttweaker / use kubejs to add a recipe JSON that has its container item set to minecraft:air
  2. /reload
  3. Observe that it doesn't register properly

Logs

N/A

Minimal Instance Test

Check for Similar Issues