1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-16 09:05:22 +02:00

Make dp_modpack game agnostic using XCompat (#14)

* .

* Add `material.sandstone` (not in upstream xcompat yet)
This commit is contained in:
Niklp
2024-03-11 09:04:12 +01:00
committed by GitHub
parent 394166ca56
commit c315900c24
24 changed files with 93 additions and 86 deletions

View File

@@ -25,7 +25,7 @@ for _, material in ipairs(steles.materials) do
output = 'steles:'..parts[2]..'_stele 4',
recipe = {
{'', material, ''},
{'', 'dye:black', ''},
{'', xcompat.materials.dye_black, ''},
{material, material, material},
}
})