snow layer tags for quicksand

This commit is contained in:
Pyritie 2025-08-29 23:46:40 +01:00
parent c833f5f885
commit 406ea6cbb6

View file

@ -5,6 +5,10 @@ const registerWABBlockTags = (event) => {
event.removeAllTagsFrom(block)
event.add('c:hidden_from_recipe_viewers', block)
})
// don't put sand layers on these, otherwise they'll fall through
event.add('minecraft:snow_layer_cannot_survive_on', 'wan_ancient_beasts:quick_sand')
event.add('minecraft:snow_layer_cannot_survive_on', 'wan_ancient_beasts:quick_red_sand')
}
const registerWABItemTags = (event) => {