Some tweaks to minetweaker support
This commit is contained in:
parent
26eff9bcbf
commit
0a82e61ebd
1 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,11 @@ import techreborn.api.recipe.RecipeHandler;
|
|||
import techreborn.api.recipe.machines.AlloySmelterRecipe;
|
||||
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 {
|
||||
|
||||
@ZenMethod
|
||||
|
|
Loading…
Add table
Reference in a new issue