quicksand nerfs

This commit is contained in:
Pyritie
2025-10-07 23:18:16 +01:00
parent 13378c91a6
commit 75a2726d61
2 changed files with 3 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
"min_radius": 2,
"max_radius": 3,
"height": 1,
"integrity": 0.75,
"states": [
{
"replace": "minecraft:red_sand",

View File

@@ -9,6 +9,8 @@ const registerWABBlockTags = (event) => {
// 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')
event.add('minecraft:mineable/shovel', 'wan_ancient_beasts:quick_sand')
event.add('minecraft:mineable/shovel', 'wan_ancient_beasts:quick_red_sand')
}
const registerWABItemTags = (event) => {