mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-06-30 15:10:46 +02:00
embed dirt,wood and grass texture for proper cross-game support
This commit is contained in:
@ -10,7 +10,7 @@ xpanes.register_pane("doompane", {
|
||||
diggable = false,
|
||||
buildable_to = true,
|
||||
air_equivalent = true,
|
||||
textures = {"scifi_nodes_doompane.png","scifi_nodes_doompane.png","default_wood.png"},
|
||||
textures = {"scifi_nodes_doompane.png","scifi_nodes_doompane.png","scifi_nodes_wood.png"},
|
||||
inventory_image = "scifi_nodes_doompane.png",
|
||||
wield_image = "scifi_nodes_doompane.png",
|
||||
groups = {cracky=1, pane=1},
|
||||
|
Reference in New Issue
Block a user