mirror of
https://github.com/DonBatman/mysponge.git
synced 2024-12-28 03:30:34 +01:00
Update init.lua
This commit is contained in:
parent
ac0959b730
commit
0fdc246a1b
4
init.lua
4
init.lua
@ -43,12 +43,14 @@ local air_nodes = {
|
||||
for i in ipairs(air_nodes) do
|
||||
local airnode = air_nodes[i][1]
|
||||
minetest.register_node("mysponge:"..airnode,{
|
||||
-- description = "Air 1",
|
||||
description = "Air",
|
||||
inventory_image = "unknown_node.png",
|
||||
tiles = {"mysponge_air.png"},
|
||||
drawtype = "allfaces",
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
paramtype = "light",
|
||||
drop = "",
|
||||
groups = {not_in_creative_inventory=1}
|
||||
})
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user