mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Add quartz_brick, quartz_slab, smooth_quartz_slab, netherite_block, emerald_block, and amethyst_block as valid blocks to construct crystal heart altars out of. Fixes #177
This commit is contained in:
parent
ac742ea5a2
commit
fb3e2b4308
1 changed files with 10 additions and 4 deletions
|
@ -3,10 +3,16 @@
|
|||
"values": [
|
||||
"minecraft:diamond_block",
|
||||
"minecraft:quartz_block",
|
||||
"minecraft:smooth_quartz",
|
||||
"minecraft:chiseled_quartz_block",
|
||||
"minecraft:quartz_pillar",
|
||||
"minecraft:quartz_bricks",
|
||||
"minecraft:quartz_slab",
|
||||
"minecraft:quartz_stairs",
|
||||
"minecraft:smooth_quartz_stairs"
|
||||
"minecraft:quartz_pillar",
|
||||
"minecraft:smooth_quartz",
|
||||
"minecraft:smooth_quartz_slab",
|
||||
"minecraft:smooth_quartz_stairs",
|
||||
"minecraft:chiseled_quartz_block",
|
||||
"minecraft:amethyst_block",
|
||||
"minecraft:netherite_block",
|
||||
"minecraft:emerald_block"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue