NathanS21 3da439b815 added letters mod 3 years ago
..
models 4494b49b4f added placeable ingots. 3 years ago
textures 4494b49b4f added placeable ingots. 3 years ago
README.md 4494b49b4f added placeable ingots. 3 years ago
api.lua 3da439b815 added letters mod 3 years ago
changelog.txt 4494b49b4f added placeable ingots. 3 years ago
conf.lua 4494b49b4f added placeable ingots. 3 years ago
init.lua 4494b49b4f added placeable ingots. 3 years ago
license.txt 911d9c5b1c Removed ability to craft some tools in crafting grid. 3 years ago
mod.conf 3da439b815 added letters mod 3 years ago

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.