I'm having a bug where custom Picker recipes REFUSE to work. The normal recipes work just fine. It doesn't make if it's a block or a item it just doesn't work.
I'm on the latest version, used CraftTweaker, am confused.
Video - https://www.youtube.com/watch?v=JEbiJuoK0rE
Code:
val picking = recipetype:createautomated:picking;
picking.addRecipe("picking/quartz_dust", tag:items:forge:dusts/quartz, [item:createautomated:iron_ore_piece % 100]);
I'm having a bug where custom Picker recipes REFUSE to work. The normal recipes work just fine. It doesn't make if it's a block or a item it just doesn't work.
I'm on the latest version, used CraftTweaker, am confused.
Video - https://www.youtube.com/watch?v=JEbiJuoK0rE
Code:
val picking = recipetype:createautomated:picking;
picking.addRecipe("picking/quartz_dust", tag:items:forge:dusts/quartz, [item:createautomated:iron_ore_piece % 100]);