quicksand nerfs
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"min_radius": 2,
|
||||
"max_radius": 3,
|
||||
"height": 1,
|
||||
"integrity": 0.75,
|
||||
"states": [
|
||||
{
|
||||
"replace": "minecraft:red_sand",
|
||||
|
||||
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user