Create/Update assets for version 20w21a

This commit is contained in:
InventiveBot
2020-05-24 20:06:42 +00:00
parent 1ca7ad9f7c
commit e4d961719a
5744 changed files with 325438 additions and 70164 deletions

View File

@@ -90,13 +90,6 @@
{
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:jump_boost",
"duration": {
@@ -119,17 +112,24 @@
}
},
{
"type": "minecraft:saturation",
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:night_vision",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"type": "minecraft:saturation",
"duration": {
"min": 5.0,
"max": 7.0
"min": 7.0,
"max": 10.0
}
}
]