forked from nalc/homedecor_modpack
		
	Cleaning and tweaking node params
This commit is contained in:
		| @@ -151,7 +151,6 @@ minetest.register_node("building_blocks:grate", { | ||||
| 	sunlight_propagates = true, | ||||
| 	is_ground_content = true, | ||||
| 	groups = {cracky=1}, | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| }) | ||||
|  | ||||
| minetest.register_node("building_blocks:Fireplace", { | ||||
| @@ -212,6 +211,7 @@ minetest.register_node("building_blocks:Tarmac_spread", { | ||||
| 	sunlight_propagates = true, | ||||
| 	is_ground_content = true, | ||||
| 	groups = {cracky=3}, | ||||
| 	sounds = default.node_sound_dirt_defaults(), | ||||
| }) | ||||
| minetest.register_node("building_blocks:BWtile", { | ||||
| 	drawtype = "raillike", | ||||
| @@ -260,6 +260,10 @@ minetest.register_node("building_blocks:gravel_spread", { | ||||
| 	sunlight_propagates = true, | ||||
| 	is_ground_content = true, | ||||
| 	groups = {crumbly=2}, | ||||
| 	sounds = default.node_sound_dirt_defaults({ | ||||
| 		footstep = {name="default_gravel_footstep", gain=0.5}, | ||||
| 		dug = {name="default_gravel_footstep", gain=1.0}, | ||||
| 	}), | ||||
| }) | ||||
| minetest.register_node("building_blocks:hardwood", { | ||||
| 	tiles = {"building_blocks_hardwood.png"}, | ||||
| @@ -593,4 +597,3 @@ if not minetest.get_modpath("technic") then | ||||
| 		}) | ||||
| 	end | ||||
| end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user