forked from minetest-mods/technic
		
	Add granite brick node (#593)
This commit is contained in:
		| @@ -54,6 +54,14 @@ minetest.register_node( ":technic:granite", { | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| }) | ||||
|  | ||||
| minetest.register_node( ":technic:granite_bricks", { | ||||
| 	description = S("Granite Bricks"), | ||||
| 	tiles = { "technic_granite_bricks.png" }, | ||||
| 	is_ground_content = false, | ||||
| 	groups = {cracky=1}, | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| }) | ||||
|  | ||||
| minetest.register_node( ":technic:marble", { | ||||
| 	description = S("Marble"), | ||||
| 	tiles = { "technic_marble.png" }, | ||||
| @@ -65,7 +73,7 @@ minetest.register_node( ":technic:marble", { | ||||
| minetest.register_node( ":technic:marble_bricks", { | ||||
| 	description = S("Marble Bricks"), | ||||
| 	tiles = { "technic_marble_bricks.png" }, | ||||
| 	is_ground_content = true, | ||||
| 	is_ground_content = false, | ||||
| 	groups = {cracky=3}, | ||||
| 	sounds = default.node_sound_stone_defaults(), | ||||
| }) | ||||
| @@ -133,6 +141,14 @@ minetest.register_node(":technic:stainless_steel_block", { | ||||
| 	sounds = default.node_sound_stone_defaults() | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	output = 'technic:granite_bricks 4', | ||||
| 	recipe = { | ||||
| 		{'technic:granite','technic:granite'}, | ||||
| 		{'technic:granite','technic:granite'} | ||||
| 	} | ||||
| }) | ||||
|  | ||||
| minetest.register_craft({ | ||||
| 	output = 'technic:marble_bricks 4', | ||||
| 	recipe = { | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								technic_worldgen/textures/technic_granite_bricks.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								technic_worldgen/textures/technic_granite_bricks.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 782 B | 
							
								
								
									
										
											BIN
										
									
								
								technic_worldgen/textures/x32/technic_granite_bricks.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								technic_worldgen/textures/x32/technic_granite_bricks.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 782 B | 
		Reference in New Issue
	
	Block a user