mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-05 15:23:51 +01:00
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", {
|
||||
description = "Mese Ore",
|
||||
tiles = {"default_stone.png^default_mineral_mese.png"},
|
||||
paramtype = "light",
|
||||
groups = {cracky = 1},
|
||||
drop = "default:mese_crystal",
|
||||
sounds = default.node_sound_stone_defaults(),
|
||||
light_source = 1,
|
||||
})
|
||||
|
||||
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