1
0
mirror of https://github.com/pyrollo/display_modpack.git synced 2025-10-18 18:05:27 +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

@@ -19,11 +19,12 @@
--]]
local S = steles.S
local mat = xcompat.materials
steles.materials = {
'default:stone',
'default:sandstone',
'default:desert_stone',
mat.stone,
mat.sandstone,
mat.desert_stone,
'technic:marble',
'technic:granite',
}