MeseCraft 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
..
models 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
textures 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
.gitattributes 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
README.md 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
api.lua 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
changelog.txt 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
conf.lua 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
depends.txt 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
init.lua 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
license.txt 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ
mod.conf 83d1084fcf new mod folder layout inspired by mineclone2. new weather system (not working) 3 gadi atpakaļ

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.