cout970 / Magneticraft-API-and-Issues

Some place to issues and bug reports
6 stars 1 forks source link

Crafttweaker Support import? #100

Open JustJakob opened 6 years ago

JustJakob commented 6 years ago

I know there are commands to change recipes like this one: mods.magneticraft.CrushingTable.addRecipe(, * 2);

but we also need the imports, because like this it wont work. Maybe they are somewhere, but I didnt find them and I really need the Crushingtable Support.

pls help me with this

cout970 commented 6 years ago

First, this repo is for the issues in the 1.7.10 version of the mod, and the crushing table was not in the 1.7.10 version, this is the correct repo https://github.com/Magneticraft-Team/Magneticraft/issues

About the imports, I'm not sure what do you mean, but your recipe seems wrong, this should be the correct version:

mods.magneticraft.CrushingTable.addRecipe(<minecraft:dirt>, <minecraft:diamond> * 2, false);

If you want more info, I made a small description of the methods and arguments in the crafttweaker api, check it out here: https://github.com/Magneticraft-Team/Magneticraft/wiki/CraftTweaker