fixed the lightblooms from spawning on top of each other

This commit is contained in:
Pyritie 2025-06-29 23:59:07 +01:00
parent 360a7ccabd
commit f4b6430662
2 changed files with 16 additions and 0 deletions

View file

@ -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"
}
}
]
}

View file

@ -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"
}
}
]
}