Skamiz b10ebc603d Create anvil.png
added instructonal picture
2019-03-10 13:40:01 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:33:18 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 13:40:01 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:35:44 +01:00
2019-03-10 12:40:38 +01:00

Simple anvil

A small mod which adds a simple custom crafting station. It changes the crafting recipes of metal tools from 'default' so that they require a tool head and a stick. The tool heads can be crafted at the anvil from thier respective metal ingots.

Recipes

anvil: XXX OXO XOX X = 'default:stell_ingot'

API

You can use 'anvil.register_recipe(recipe)' to add your own recipes in the form recipe = { input = itemstack, output = itemstack, } itemstack should work for any of the three formats they come in.

Description
No description provided
Readme 351 KiB
Languages
Lua 100%