1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add groups = {} to item definition

This commit is contained in:
Perttu Ahola 2012-02-04 02:20:05 +02:00
parent a1eb2836c0
commit 61016962ee
2 changed files with 10 additions and 0 deletions

View file

@ -308,6 +308,12 @@
-- Item definition options (register_node, register_craftitem, register_tool)
-- {
-- description = "Steel Axe",
-- groups = {}, -- key=name, value=rating; rating=1..3.
-- if rating not applicable, use 1.
-- eg. {wool=1, fluffy=3}
-- {soil=2, outerspace=1, crumbly=1}
-- {hard=3, brittle=3, spikes=2
-- {hard=1, metal=1, spikes=1}
-- inventory_image = "default_tool_steelaxe.png",
-- wield_image = "",
-- wield_scale = {x=1,y=1,z=1},