diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:11 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-10 22:59:11 -0700 |
commit | e682130266799f7b320a9b56964963bb348cc1cb (patch) | |
tree | 701802e1013c2d1cd623c73fdfa1fd944202e1aa /node_builders.lua | |
parent | 38e1cbc41e470ec1fdfca7036056acc1297bcd1c (diff) |
convert all the textures to transparent overlays on digtron_plate to allow easier reskinning
Diffstat (limited to 'node_builders.lua')
-rw-r--r-- | node_builders.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node_builders.lua b/node_builders.lua index 9e348cc..50f485d 100644 --- a/node_builders.lua +++ b/node_builders.lua @@ -14,7 +14,7 @@ minetest.register_node("digtron:builder", { "digtron_plate.png^[transformR270", "digtron_plate.png", "digtron_plate.png^[transformR180", - "digtron_builder.png", + "digtron_plate.png^digtron_builder.png", "digtron_plate.png", }, |