mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-12-29 00:47:33 +01:00
make the enabled adjustable blinky plant look like it glows without emitting light, using bumpmapping with a dirt_with_grass normalmap, it looks like palpitation
This commit is contained in:
parent
645d4d124c
commit
f320f290e4
@ -46,8 +46,9 @@ mesecon.register_node("moremesecons_adjustable_blinkyplant:adjustable_blinky_pla
|
||||
groups = {dig_immediate=3},
|
||||
mesecons = {receptor = { state = mesecon.state.off }}
|
||||
},{
|
||||
tiles = {"moremesecons_blinky_plant_on.png"},
|
||||
tiles = {"moremesecons_blinky_plant_off.png^moremesecons_blinky_plant_on.png"},
|
||||
groups = {dig_immediate=3, not_in_creative_inventory=1},
|
||||
sunlight_propagates = true,
|
||||
mesecons = {receptor = { state = mesecon.state.on }},
|
||||
})
|
||||
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 237 B |
Loading…
Reference in New Issue
Block a user