mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-26 01:30:29 +01:00
added missing textures, change textures name due to replaced carts to boost_carts
This commit is contained in:
parent
cd5ffc28d5
commit
c3bdf8724b
Binary file not shown.
After Width: | Height: | Size: 527 B |
Binary file not shown.
After Width: | Height: | Size: 336 B |
Binary file not shown.
After Width: | Height: | Size: 637 B |
Binary file not shown.
After Width: | Height: | Size: 498 B |
@ -523,9 +523,9 @@ minetest.register_node(":maptools:unbreakable_rail", {
|
|||||||
minetest.register_node(":maptools:unbreakable_rail_copper", {
|
minetest.register_node(":maptools:unbreakable_rail_copper", {
|
||||||
description = "Unbreakable Copper Rail",
|
description = "Unbreakable Copper Rail",
|
||||||
drawtype = "raillike",
|
drawtype = "raillike",
|
||||||
tiles = {"carts_rail_copper.png", "carts_rail_copper_curved.png", "carts_rail_copper_t_junction.png", "carts_rail_copper_crossing.png"},
|
tiles = {"carts_rail_cp.png", "carts_rail_curved_cp.png", "carts_rail_t_junction_cp.png", "carts_rail_crossing_cp.png"},
|
||||||
inventory_image = "carts_rail_copper.png",
|
inventory_image = "carts_rail_cp.png",
|
||||||
wield_image = "carts_rail_copper.png",
|
wield_image = "carts_rail_cp.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
stack_max = 10000,
|
stack_max = 10000,
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user