mirror of
				https://github.com/minetest-mods/moreblocks.git
				synced 2025-10-31 13:55:24 +01:00 
			
		
		
		
	invsaw
This commit is contained in:
		| @@ -8,12 +8,12 @@ local api = stairsplus.api | ||||
|  | ||||
| i3.register_craft_type("stairsplus:craft_schema", { | ||||
| 	description = "Stairs+ craft schema", | ||||
| 	icon = "stairsplus_circular_saw_top.png", | ||||
| 	icon = "stairsplus_saw_button.png", | ||||
| }) | ||||
|  | ||||
| i3.register_craft_type("stairsplus:craft_schema", { | ||||
| 	description = "Stairs+ circular saw", | ||||
| 	icon = "stairsplus_circular_saw_top.png", | ||||
| 	icon = "stairsplus_saw_button.png", | ||||
| }) | ||||
|  | ||||
| local function convert_schema_recipe_item(item) | ||||
|   | ||||
| @@ -10,7 +10,7 @@ unified_inventory.register_craft_type("stairsplus:craft_schema", { | ||||
| 	-- ^ Unique identifier for `register_craft` | ||||
| 	description = "Stairs+ craft schema", | ||||
| 	-- ^ Text shown below the crafting arrow | ||||
| 	icon = "stairsplus_circular_saw_top.png", | ||||
| 	icon = "stairsplus_saw_button.png", | ||||
| 	-- ^ Image shown above the crafting arrow | ||||
| 	width = 3, | ||||
| 	height = 3, | ||||
| @@ -22,7 +22,7 @@ unified_inventory.register_craft_type("stairsplus:circular_saw", { | ||||
| 	-- ^ Unique identifier for `register_craft` | ||||
| 	description = "Stairs+ circular saw", | ||||
| 	-- ^ Text shown below the crafting arrow | ||||
| 	icon = "stairsplus_circular_saw_top.png", | ||||
| 	icon = "stairsplus_saw_button.png", | ||||
| 	-- ^ Image shown above the crafting arrow | ||||
| 	width = 1, | ||||
| 	height = 1, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user