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:
HybridDog 2016-04-28 14:33:20 +02:00
parent 645d4d124c
commit f320f290e4
2 changed files with 2 additions and 1 deletions

View File

@ -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