BluebirdGreycoat d6bee54b77 Fix ingot-duplication exploit reported by player преди 2 години
..
models 69480dfd5a Add new mod преди 3 години
textures 69480dfd5a Add new mod преди 3 години
.gitattributes 69480dfd5a Add new mod преди 3 години
README.md 69480dfd5a Add new mod преди 3 години
api.lua d6bee54b77 Fix ingot-duplication exploit reported by player преди 2 години
changelog.txt 69480dfd5a Add new mod преди 3 години
conf.lua 69480dfd5a Add new mod преди 3 години
depends.txt 69480dfd5a Add new mod преди 3 години
init.lua 69480dfd5a Add new mod преди 3 години
license.txt 69480dfd5a Add new mod преди 3 години

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.