mirror of
				https://github.com/mt-mods/pipeworks.git
				synced 2025-11-04 02:25:24 +01:00 
			
		
		
		
	fix MCL craft, chest item id is "mcl_chests:chest" (#89)
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							e7cba4071b
						
					
				
				
					commit
					b6ae50be87
				
			@@ -18,7 +18,7 @@ if minetest.get_modpath("mcl_core") then
 | 
			
		||||
		stone = "mcl_core:stone",
 | 
			
		||||
		desert_stone = "mcl_core:redsandstone",
 | 
			
		||||
		desert_sand = "mcl_core:sand",
 | 
			
		||||
		chest = "mcl_chests:chest_small",
 | 
			
		||||
		chest = "mcl_chests:chest",
 | 
			
		||||
		steel_ingot = "mcl_core:iron_ingot",
 | 
			
		||||
		gold_ingot = "mcl_core:gold_ingot",
 | 
			
		||||
		mese = "mesecons_torch:redstoneblock",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user