Prodigy Tech

Prodigy Tech

879k Downloads

[Suggest]Can you provide some examples for CraftTweaker documentation?

Wcraft233 opened this issue ยท 1 comments

commented

I tried to add a recipe, but I kept getting errors. So can you add some examples for this machine?

commented

Everything is already on the Github wiki.

But if you want some examples here are some random ones I took from Volcano Block:

mods.prodigytech.rotarygrinder.addRecipe(<hwell:myst_rod>,<hwell:myst_dust>*4);

mods.prodigytech.atomicreshaper.removeRecipe(<ore:sand>);
mods.prodigytech.atomicreshaper.addRecipeMulti(<minecraft:sand>,2,140,[<minecraft:dirt>],[100]);
mods.prodigytech.atomicreshaper.addRecipeMulti(<minecraft:sand:1>,2,140,[<soulus:fossil_sand_red_scale>,<soulus:fossil_sand_red_dry>],[50,50]);

mods.prodigytech.heatsawmill.addRecipe(<evilcraft:undead_log>,<evilcraft:undead_plank>*6,<prodigytech:sawdust>);

mods.prodigytech.primordialisreactor.addInput(<calculator:pear>);