fixed the lightblooms from spawning on top of each other
This commit is contained in:
parent
360a7ccabd
commit
f4b6430662
2 changed files with 16 additions and 0 deletions
|
|
@ -14,6 +14,14 @@
|
|||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "ad_astra:moon_stone_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -14,6 +14,14 @@
|
|||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_block_tag",
|
||||
"offset": [ 0, -1, 0 ],
|
||||
"tag": "ad_astra:moon_stone_replaceables"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue