mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 20:45:22 +01:00 
			
		
		
		
	Purge the repo's other mods from moreores
This commit is contained in:
		| @@ -155,12 +155,12 @@ if not minetest.get_modpath("technic") then | ||||
| 		inventory_image = "homedecor_brass_ingot.png", | ||||
| 	}) | ||||
|  | ||||
| 	if minetest.get_modpath("moreores") then | ||||
| 	if minetest.get_modpath("default") then | ||||
| 		minetest.register_craft( { | ||||
| 			type = "shapeless", | ||||
| 			output = "technic:brass_ingot 2", | ||||
| 			recipe = { | ||||
| 				"moreores:silver_ingot", | ||||
| 				"default:silver_ingot", | ||||
| 				"default:copper_ingot", | ||||
| 			}, | ||||
| 		}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user