mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-11-01 06:25:27 +01:00
Compare commits
24 Commits
master
...
fb1fdcf69e
| Author | SHA1 | Date | |
|---|---|---|---|
| fb1fdcf69e | |||
| f79e84b92d | |||
| cc5f1bea5a | |||
| e7864a4a86 | |||
| c649c290ab | |||
| 4f2d2a304f | |||
| 8816db8ecf | |||
| 5b903a6e78 | |||
| eb231d7ca7 | |||
| 2fd4de11c0 | |||
| b88b7349a5 | |||
| c30ae4b3bd | |||
| 6cf45fcd43 | |||
| 1ded358e04 | |||
| ecfaa4714a | |||
| c341cb8a20 | |||
| d66e04f9b1 | |||
| d3d6a7bf79 | |||
| e34fdde795 | |||
| 1993068ed1 | |||
| 436f51ab0d | |||
| 749d59a530 | |||
| bd58dbc48b | |||
| 4eaba4f6e1 |
4
init.lua
4
init.lua
@@ -48,4 +48,6 @@ end
|
||||
|
||||
if minetest.get_modpath("mtt") and mtt.enabled then
|
||||
dofile(MP .. "/mtt.lua")
|
||||
end
|
||||
end
|
||||
|
||||
minetest.log("action", "[scifi_nodes] loaded.")
|
||||
|
||||
@@ -14,14 +14,12 @@
|
||||
},
|
||||
"super_white": {
|
||||
"description": "Super Plastic",
|
||||
"colorable": true,
|
||||
"light": 11,
|
||||
"sounds": "stone",
|
||||
"texture_name": "white2"
|
||||
},
|
||||
"ultra_white": {
|
||||
"description": "Ultra Plastic",
|
||||
"colorable": true,
|
||||
"light": 14,
|
||||
"sounds": "stone",
|
||||
"texture_name": "white2"
|
||||
@@ -124,8 +122,7 @@
|
||||
"description": "transparent metal floormesh",
|
||||
"texture_name": "mesh",
|
||||
"texture_modifier": "^[contrast:10:-50^[makealpha:0,0,0",
|
||||
"drawtype": "glasslike",
|
||||
"sunlight_propagates": true
|
||||
"drawtype": "glasslike"
|
||||
},
|
||||
"pipe": {
|
||||
"description": "wall pipe"
|
||||
@@ -325,4 +322,4 @@
|
||||
"description": "Black plate",
|
||||
"paramtype2": "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user