forked from luanti-org/minetest_game
		
	Mossycobble fixes
This commit is contained in:
		| @@ -650,6 +650,12 @@ minetest.register_craft({ | ||||
| 	recipe = "default:cobble", | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	type = "cooking", | ||||
| 	output = "default:stone", | ||||
| 	recipe = "default:mossycobble", | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	type = "cooking", | ||||
| 	output = "default:desert_stone", | ||||
|   | ||||
| @@ -168,7 +168,7 @@ minetest.register_node("default:mossycobble", { | ||||
| 	description = "Mossy Cobblestone", | ||||
| 	tiles = {"default_mossycobble.png"}, | ||||
| 	is_ground_content = true, | ||||
| 	groups = {cracky=3}, | ||||
| 	groups = {cracky=3, stone=1}, | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user