1
0
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:
BuckarooBanzay
2023-10-17 11:35:26 +02:00
parent 44d108fff8
commit 63f4bd529e
8 changed files with 17 additions and 18 deletions

View File

@ -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},