CreateTweaker

CreateTweaker

10M Downloads

Custom Mechanical Crafting does not work with non-create/vanilla items (4.0.13/1.20.1)

Helpmepls1111432 opened this issue ยท 1 comments

commented

I've scripted a bunch of custom mechanical crafting recipes for a modded server. But when I go to test them, the items are not crafted (ie. all ingredients are spilled out due to the crafting failing). I made sure all of the scripts work right. But I believe this is a createtweaker issue, not a scripting issue. Furthermore, modded items work with other recipe types, such as mixing, blasting, and washing, etc..

Example: Custom Alex's caves nuke recipe
Screenshot 2024-12-31 125515
)

Script example:

recipetype:create:mechanical_crafting.addRecipe("nuclear_bomb1", item:alexscaves:nuclear_bomb, [[item:minecraft:air, item:minecraft:air, tag:items:forge:storage_blocks/steel, item:minecraft:air, item:minecraft:air], [item:minecraft:air, item:alexscaves:uranium_rod, item:alexscaves:fissile_core, item:alexscaves:uranium_rod, item:minecraft:air], [item:minecraft:netherite_ingot, item:cbcmodernwarfare:inert_explosives, item:alexscaves:block_of_uranium, item:cbcmodernwarfare:inert_explosives, item:minecraft:netherite_ingot], [item:minecraft:air, item:alexscaves:uranium_rod, item:alexscaves:fissile_core, item:alexscaves:uranium_rod, item:minecraft:air], [item:minecraft:air, item:minecraft:air, tag:items:forge:storage_blocks/steel, item:minecraft:air, item:minecraft:air]]);

commented

Fixed by downgrading to version 4.0.12