mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-05-13 22:30:21 +02:00
fix some material names
This commit is contained in:
parent
0518f49003
commit
830c0a24b0
@ -14,10 +14,10 @@ local materials = {
|
||||
|
||||
if minetest.get_modpath("mcl_core") then
|
||||
materials = {
|
||||
stone = "fl_stone:stone",
|
||||
desert_stone = "fl_stone:desert_stone",
|
||||
desert_sand = "fl_stone:desert_sand",
|
||||
chest = "default:chest",
|
||||
stone = "mcl_core:stone",
|
||||
desert_stone = "mcl_core:sandstone2",
|
||||
desert_sand = "mcl_core:sand",
|
||||
chest = "mcl_chests:chest_small",
|
||||
steel_ingot = "mcl_core:iron_ingot",
|
||||
gold_ingot = "mcl_core:gold_ingot",
|
||||
mese = "default:mese",
|
||||
|
Loading…
x
Reference in New Issue
Block a user