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