Default: Remove light source from mese ore
New brighter mineral_mese texture
This commit is contained in:
parent
8e51f318b3
commit
ac810dbf9d
@ -752,11 +752,9 @@ minetest.register_node("default:bronzeblock", {
|
|||||||
minetest.register_node("default:stone_with_mese", {
|
minetest.register_node("default:stone_with_mese", {
|
||||||
description = "Mese Ore",
|
description = "Mese Ore",
|
||||||
tiles = {"default_stone.png^default_mineral_mese.png"},
|
tiles = {"default_stone.png^default_mineral_mese.png"},
|
||||||
paramtype = "light",
|
|
||||||
groups = {cracky = 1},
|
groups = {cracky = 1},
|
||||||
drop = "default:mese_crystal",
|
drop = "default:mese_crystal",
|
||||||
sounds = default.node_sound_stone_defaults(),
|
sounds = default.node_sound_stone_defaults(),
|
||||||
light_source = 1,
|
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_node("default:mese", {
|
minetest.register_node("default:mese", {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 358 B After Width: | Height: | Size: 546 B |
Loading…
Reference in New Issue
Block a user