Version MFF.
0
sealamps/depends.txt
Normal file → Executable file
6
sealamps/init.lua
Normal file → Executable file
@ -14,7 +14,7 @@ minetest.register_node("sealamps:torch", {
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
light_source = LIGHT_MAX-1,
|
||||
light_source = default.LIGHT_MAX-1,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-0.1, 0.5-0.6, -0.1, 0.1, 0.5, 0.1},
|
||||
@ -40,7 +40,7 @@ minetest.register_node("sealamps:lantern", {
|
||||
paramtype2 = "wallmounted",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
light_source = LIGHT_MAX-1,
|
||||
light_source = default.LIGHT_MAX-1,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-0.1, 0.5-0.6, -0.1, 0.1, 0.5, 0.1},
|
||||
@ -71,4 +71,4 @@ minetest.register_craft({
|
||||
recipe = {
|
||||
{'default:steel_ingot', 'default:bronze_ingot', 'default:glass'},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
0
sealamps/readme.txt
Normal file → Executable file
BIN
sealamps/textures/sealamps_lantern.png
Normal file → Executable file
Before Width: | Height: | Size: 991 B After Width: | Height: | Size: 204 B |
BIN
sealamps/textures/sealamps_lantern_on_ceiling.png
Normal file → Executable file
Before Width: | Height: | Size: 1010 B After Width: | Height: | Size: 231 B |
BIN
sealamps/textures/sealamps_lantern_on_floor.png
Normal file → Executable file
Before Width: | Height: | Size: 1012 B After Width: | Height: | Size: 229 B |
BIN
sealamps/textures/sealamps_torch_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 661 B |
BIN
sealamps/textures/sealamps_torch_on_ceiling_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 615 B |
BIN
sealamps/textures/sealamps_torch_on_floor.png
Normal file → Executable file
Before Width: | Height: | Size: 972 B After Width: | Height: | Size: 220 B |
BIN
sealamps/textures/sealamps_torch_on_floor_animated.png
Normal file → Executable file
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 603 B |