MoonManModding / EmergingTechnology

A Minecraft mod exploring emerging technologies
MIT License
24 stars 11 forks source link

[Suggestion] Crafttweaker support #68

Closed noeneto closed 4 years ago

noeneto commented 4 years ago

The mod is amazing and could be even more with a crafttweaker support! :D

MoonManModding commented 4 years ago

Hi,

Thanks for the suggestion! In theory it already has CraftTweaker support 😁

I have done some basic testing of CraftTweaker and it seems to work. For example:

import mods.emergingtechnology.Processor;

Processor.addRecipe(<minecraft:diamond>, <minecraft:redstone>);

Please let me know if you need more information or something doesn't work.

Thanks!