forked from minetest-mods/unifiedbricks
		
	use unified dyes' copy of the UD palette
This commit is contained in:
		
							
								
								
									
										4
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								init.lua
									
									
									
									
									
								
							| @@ -101,7 +101,7 @@ minetest.register_node("unifiedbricks:brickblock", { | |||||||
| 	drawtype = "mesh", | 	drawtype = "mesh", | ||||||
| 	mesh = "unifiedbricks_brick_block.obj", | 	mesh = "unifiedbricks_brick_block.obj", | ||||||
| 	paramtype2 = "color", | 	paramtype2 = "color", | ||||||
| 	palette = "unifiedbricks_ud_palette.png", | 	palette = "unifieddyes_palette.png", | ||||||
| 	is_ground_content = true, | 	is_ground_content = true, | ||||||
| 	groups = {cracky=3, not_in_creative_inventory=1}, | 	groups = {cracky=3, not_in_creative_inventory=1}, | ||||||
| 	sounds = default.node_sound_stone_defaults(), | 	sounds = default.node_sound_stone_defaults(), | ||||||
| @@ -128,7 +128,7 @@ minetest.register_node("unifiedbricks:clayblock", { | |||||||
| 		"unifiedbricks_clayblock.png", | 		"unifiedbricks_clayblock.png", | ||||||
| 	}, | 	}, | ||||||
| 	paramtype2 = "color", | 	paramtype2 = "color", | ||||||
| 	palette = "unifiedbricks_ud_palette.png", | 	palette = "unifieddyes_palette.png", | ||||||
| 	is_ground_content = true, | 	is_ground_content = true, | ||||||
| 	groups = {crumbly=3, not_in_creative_inventory=1}, | 	groups = {crumbly=3, not_in_creative_inventory=1}, | ||||||
| 		sounds = default.node_sound_dirt_defaults({ | 		sounds = default.node_sound_dirt_defaults({ | ||||||
|   | |||||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 443 B | 
		Reference in New Issue
	
	Block a user