Open lospejos opened 2 years ago
After some research it seems that when putting some Netherite item (f.e. Helmet
) on Reset Table
, the block.minecraft.air
comes as parameter value in fun verifyResultItemRecipe
function resultItemStack: ItemStack
parameter.
I'm not sure is it a mod issue or modloader (Quilted Fabric) or Minecraft issue.
Minecraft:
1.19.1
Mod loader:Quilted Fabric, qfapi-4.0.0-beta.1_qsl-3.0.0-beta.2_fapi-0.58.5_mc-1.19.1
Mod version:ResetTable-Fabric-1.19.1-1.0.0
When putting any
Netherite
item (helm, chestplate, pants, boots, sword etc) onReset table
, red text appears:The recipe doesn't seem to exist
. Other material items (including diamond) works just fine.Please fix. Thanks.