1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

[u_inv] Use steel ingots as group item for ingots

- Fix #480
This commit is contained in:
LeMagnesium 2016-06-27 13:54:05 +02:00
parent 628302cbe0
commit 3761aa9548

View File

@ -25,6 +25,7 @@ unified_inventory.registered_group_items = {
mesecon_conductor_craftable = "mesecons:wire_00000000_off",
stone = "default:cobble",
wool = "wool:white",
ingot = "default:steel_ingot",
}
function unified_inventory.register_group_item(groupname, itemname)