mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Merge server with github repository
Pas mal de changement n’ont pas été pushé sur le github du serveur, voici l’occasion de faire une bonne synchronisation :)
This commit is contained in:
0
mods/mesecons/mesecons_powerplant/depends.txt
Executable file → Normal file
0
mods/mesecons/mesecons_powerplant/depends.txt
Executable file → Normal file
9
mods/mesecons/mesecons_powerplant/init.lua
Executable file → Normal file
9
mods/mesecons/mesecons_powerplant/init.lua
Executable file → Normal file
@ -7,14 +7,13 @@ minetest.register_node("mesecons_powerplant:power_plant", {
|
||||
tiles = {"jeija_power_plant.png"},
|
||||
inventory_image = "jeija_power_plant.png",
|
||||
paramtype = "light",
|
||||
sunlight_propagates = true,
|
||||
walkable = false,
|
||||
groups = {snappy = 3, mesecon = 2},
|
||||
light_source = LIGHT_MAX-7,
|
||||
description = "Power Plant",
|
||||
groups = {dig_immediate=3, mesecon = 2},
|
||||
light_source = LIGHT_MAX-9,
|
||||
description="Power Plant",
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-0.3, -0.5, -0.3, 0.3, -0.2, 0.3},
|
||||
fixed = {-0.3, -0.5, -0.3, 0.3, -0.5+0.7, 0.3},
|
||||
},
|
||||
sounds = default.node_sound_leaves_defaults(),
|
||||
mesecons = {receptor = {
|
||||
|
BIN
mods/mesecons/mesecons_powerplant/textures/jeija_power_plant.png
Executable file → Normal file
BIN
mods/mesecons/mesecons_powerplant/textures/jeija_power_plant.png
Executable file → Normal file
Binary file not shown.
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 437 B |
Reference in New Issue
Block a user