Go to file
flux 1f6d87053b fix settingtypes parsing error 2019-11-24 18:05:59 +00:00
models initial comit 2019-03-10 12:44:12 +01:00
textures adapt for blocky 2019-11-24 00:58:13 +00:00
.gitattributes Initial commit 2019-03-10 12:43:17 +01:00
README.md initial comit 2019-03-10 12:44:12 +01:00
api.lua respect protections 2019-09-10 09:11:54 -05:00
changelog.txt Update changelog.txt 2019-09-10 16:58:58 +02:00
conf.lua adapt for blocky 2019-11-24 00:58:13 +00:00
depends.txt adapt for blocky 2019-11-24 00:58:13 +00:00
init.lua adapt for blocky 2019-11-24 00:58:13 +00:00
license.txt initial comit 2019-03-10 12:44:12 +01:00
mod.conf adapt for blocky 2019-11-24 00:58:13 +00:00
settingtypes.txt fix settingtypes parsing error 2019-11-24 18:05:59 +00: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 ragister 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.