Epic/mods/ingots
NathanS21 3da439b815 added letters mod 2020-08-28 08:29:44 -05:00
..
models added placeable ingots. 2020-07-03 07:50:48 -05:00
textures added placeable ingots. 2020-07-03 07:50:48 -05:00
README.md added placeable ingots. 2020-07-03 07:50:48 -05:00
api.lua added letters mod 2020-08-28 08:29:44 -05:00
changelog.txt added placeable ingots. 2020-07-03 07:50:48 -05:00
conf.lua added placeable ingots. 2020-07-03 07:50:48 -05:00
init.lua added placeable ingots. 2020-07-03 07:50:48 -05:00
license.txt Removed ability to craft some tools in crafting grid. 2020-07-03 09:00:46 -05:00
mod.conf added letters mod 2020-08-28 08:29:44 -05:00

README.md

Ingots

A small mod that makes it possible to place ore ingots in the world.

Options

Toggle 'is_big' in conf.lua to make ingots apear bigger. You can make an individual per ingot type choice in init.lua

API

You can register your own ingots. Call "ingots.register_ingots(ingot_item, texture, is_big)" ingot_item - The item which will be consumed to place an ingot. ex.: "default:steel_ingot" texture - Name of texture used on ingot mesh. ex.: "ingot_steel.png" is_big - Boolean which determines which ingot variant will be used.