adopt scifi_nodes
This commit is contained in:
parent
8100670b62
commit
4b09e3a5b3
249 changed files with 3815 additions and 0 deletions
22
mods/scifi_nodes/panes.lua
Normal file
22
mods/scifi_nodes/panes.lua
Normal file
|
@ -0,0 +1,22 @@
|
|||
xpanes.register_pane("doompane", {
|
||||
description = "Doom pane",
|
||||
tiles = {"xpanes_space.png"},
|
||||
drawtype = "airlike",
|
||||
paramtype = "light",
|
||||
is_ground_content = false,
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
pointable = false,
|
||||
diggable = false,
|
||||
buildable_to = true,
|
||||
air_equivalent = true,
|
||||
textures = {"scifi_nodes_doompane.png","scifi_nodes_doompane.png","default_wood.png"},
|
||||
inventory_image = "scifi_nodes_doompane.png",
|
||||
wield_image = "scifi_nodes_doompane.png",
|
||||
groups = {cracky=1, pane=1},
|
||||
recipe = {
|
||||
{"default:iron_lump", "default:iron_lump", ""},
|
||||
{"default:iron_lump", "", "default:iron_lump"},
|
||||
{"", "default:iron_lump", "default:iron_lump"}
|
||||
}
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue