Skip to content

MineTweaker3 Interrgration

Vanhal edited this page Feb 16, 2016 · 1 revision

The various crafting methods that are added by contraptions are extendible using MineTweaker 3.

The following commands can be used:

Smasher

Import: import mod.contraptions.Smasher

Smasher.remove(<outputItem>); Smasher.removeRecipe(<outputItem>, <inputItem>); Smasher.addRecipe(<outputItem>, <inputItem>, number of times);

Smasher can only input one item, but can output more than one of the same item.

Heat Crafting

Import: import mod.contraptions.Heat

Heat.remove(<outputItem>); Heat.removeRecipe(<outputItem>, <inputItem>); Heat.addRecipe(<outputItem>, <inputItem>, heat required); Heat.addPlacedRecipe(<outputBlock>, <inputBlock>, heat required);

Heat crafting can only input one item, but can output more than one of the same item. Placed Recipes will require the block to be placed next to a heat source, other recipes require the item to be dropped on top of a heat source.

Clone this wiki locally