Started by
cac
on
Topic category: Help with Minecraft modding (Java Edition)
I have a problem. I tried to make my craft on a workbench, again made by me. However, when the Kraft button was pressed, resources were not wasted, and the item did not appear.
Screens. https://drive.google.com/open?id=1m2gCG7RA0GqR7N3jck1Z7m0QeDiItVbN
https://drive.google.com/open?id=1haSFnhS2hJkZWSriAVxFKtupW4MHuorc
You are using "inventoryName", which is not an inherited inventory.
The proper way of doing inventory right now is by using the inherited inventory that you get by enabling inventory in the Block mod element. Delete any custom inventories you created yourself and select inherited in the GUI mod element. Only use inventory code blocks that are from the Block tab, and not the GUI tab.
It worked! thanks a lot, m8