Fixed mapgen, added ores
This commit is contained in:
parent
222216a882
commit
adb4fc33ac
@ -528,3 +528,15 @@ minetest.register_node("default:rail", {
|
||||
walkable = false,
|
||||
groups = {choppy = 1, attached_node = 1},
|
||||
})
|
||||
|
||||
minetest.register_node("default:wire", {
|
||||
description = "Wire",
|
||||
drawtype = "raillike",
|
||||
tiles = {"default_wire.png", "default_wire_curve.png",
|
||||
"default_wire_t.png", "default_wire_cross.png"},
|
||||
inventory_image = "default_wire.png",
|
||||
wield_image = "default_wire.png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
groups = {choppy = 1, attached_node = 1},
|
||||
})
|
||||
|
@ -528,3 +528,15 @@ minetest.register_node("default:rail", {
|
||||
walkable = false,
|
||||
groups = {choppy = 1, attached_node = 1},
|
||||
})
|
||||
|
||||
minetest.register_node("default:wire", {
|
||||
description = "Wire",
|
||||
drawtype = "raillike",
|
||||
tiles = {"default_wire.png", "default_wire_curve.png",
|
||||
"default_wire_t.png", "default_wire_cross.png"},
|
||||
inventory_image = "default_wire.png",
|
||||
wield_image = "default_wire.png",
|
||||
paramtype = "light",
|
||||
walkable = false,
|
||||
groups = {choppy = 1, attached_node = 1},
|
||||
})
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 433 B After Width: | Height: | Size: 443 B |
BIN
mods/default/textures/default_wire.png
Normal file
BIN
mods/default/textures/default_wire.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 205 B |
BIN
mods/default/textures/default_wire_cross.png
Normal file
BIN
mods/default/textures/default_wire_cross.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 B |
BIN
mods/default/textures/default_wire_curve.png
Normal file
BIN
mods/default/textures/default_wire_curve.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 219 B |
BIN
mods/default/textures/default_wire_t.png
Normal file
BIN
mods/default/textures/default_wire_t.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 B |
Loading…
x
Reference in New Issue
Block a user