Some tweaks to minetweaker support

This commit is contained in:
modmuss50 2015-07-03 08:40:38 +01:00
parent 26eff9bcbf
commit 0a82e61ebd

View file

@ -13,7 +13,11 @@ import techreborn.api.recipe.RecipeHandler;
import techreborn.api.recipe.machines.AlloySmelterRecipe; import techreborn.api.recipe.machines.AlloySmelterRecipe;
import techreborn.util.ItemUtils; import techreborn.util.ItemUtils;
@ZenClass("techreborn.crafting.AlloySmelter") /**
* mods.techreborn.alloySmelter.addRecipe(<minecraft:gold_ingot>, <minecraft:iron_ingot>, <minecraft:diamond>, 20, 100);
*/
@ZenClass("mods.techreborn.alloySmelter")
public class MTAlloySmelter { public class MTAlloySmelter {
@ZenMethod @ZenMethod