snow layer tags for quicksand
This commit is contained in:
parent
c833f5f885
commit
406ea6cbb6
1 changed files with 4 additions and 0 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue