Charakterbewegungen hinzugefügt, Deko hinzugefügt, Kochrezepte angepasst
This commit is contained in:
parent
95945c0306
commit
a0c893ca0b
1124 changed files with 64294 additions and 763 deletions
10
mods/moreblocks/invsaw/unified_inventory.lua
Normal file
10
mods/moreblocks/invsaw/unified_inventory.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local ui = unified_inventory
|
||||
|
||||
ui.register_button("saw", {
|
||||
type = "image",
|
||||
image = "stairsplus_saw_button.png",
|
||||
tooltip = invsaw.S("Circular Saw"),
|
||||
condition = function(player)
|
||||
return invsaw.allow_use_saw(player)
|
||||
end,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue