forked from luanti-org/minetest_game
		
	Default: Remove light source from mese ore
New brighter mineral_mese texture
This commit is contained in:
		| @@ -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", { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user