mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-16 15:00:25 +02:00
Compare commits
8 Commits
animated_l
...
d66e04f9b1
Author | SHA1 | Date | |
---|---|---|---|
d66e04f9b1 | |||
d3d6a7bf79 | |||
e34fdde795 | |||
1993068ed1 | |||
436f51ab0d | |||
749d59a530 | |||
bd58dbc48b | |||
4eaba4f6e1 |
10
crafts.lua
10
crafts.lua
@ -767,16 +767,6 @@ minetest.register_craft({
|
||||
}
|
||||
})
|
||||
|
||||
-- 4 green light bar from 4 green metal, 2 green dye, 1 lightbar
|
||||
minetest.register_craft({
|
||||
output = "scifi_nodes:greenbar_animated 4",
|
||||
recipe = {
|
||||
{"scifi_nodes:greenbar", "", "scifi_nodes:greenbar"},
|
||||
{"", "mesecons:wire_00000000_off", ""},
|
||||
{"scifi_nodes:greenbar", "", "scifi_nodes:greenbar"}
|
||||
}
|
||||
})
|
||||
|
||||
-- 4 green metal block from 4 green metal
|
||||
minetest.register_craft({
|
||||
output = "scifi_nodes:green_square 4",
|
||||
|
1
init.lua
1
init.lua
@ -22,3 +22,4 @@ dofile(MP.."/digicode.lua")
|
||||
dofile(MP.."/models.lua")
|
||||
dofile(MP.."/octagon_panes.lua")
|
||||
dofile(MP.."/crafts.lua")
|
||||
minetest.log("action", "[scifi_nodes] loaded.")
|
||||
|
17
nodes.lua
17
nodes.lua
@ -182,23 +182,6 @@ minetest.register_node("scifi_nodes:disc", {
|
||||
groups = {cracky=1}
|
||||
})
|
||||
|
||||
minetest.register_node("scifi_nodes:greenbar_animated", {
|
||||
description = "animated green light bar",
|
||||
sunlight_propagates = false,
|
||||
tiles = {
|
||||
"scifi_nodes_greenbar.png",
|
||||
"scifi_nodes_greenbar.png", {
|
||||
name="scifi_nodes_greenbar_animated.png",
|
||||
animation={type="vertical_frames", aspect_w=16, aspect_h=16, length=1.00},
|
||||
}
|
||||
},
|
||||
paramtype = "light",
|
||||
paramtype2 = "facedir",
|
||||
groups = {cracky=1},
|
||||
light_source = 10,
|
||||
sounds = default.node_sound_glass_defaults(),
|
||||
on_place = minetest.rotate_node
|
||||
})
|
||||
|
||||
minetest.register_node("scifi_nodes:blink", {
|
||||
description = "blinking light",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 278 B |
Reference in New Issue
Block a user