mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
More slopes and some correction
Didn't remember where i changed so the problem happened All textures were gone in game nad showing the not defined kind of thing on each node of scifi. Was showing names on info by pressing F5. Any way its now all good. So, i am uploading all 6 files. See the changes :)
This commit is contained in:
@ -13,9 +13,10 @@ xpanes.register_pane("doompane", {
|
||||
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 = {snappy=2, cracky=3, oddly_breakable_by_hand=3, pane=1},
|
||||
groups = {cracky=1, pane=1},
|
||||
recipe = {
|
||||
{'default:iron_lump', 'default:iron_lump', 'default:iron_lump'},
|
||||
{'default:iron_lump', 'default:iron_lump', 'default:iron_lump'}
|
||||
{"default:iron_lump", "default:iron_lump", ""},
|
||||
{"default:iron_lump", "", "default:iron_lump"},
|
||||
{"", "default:iron_lump", "default:iron_lump"}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user