Create/Update assets for version 20w09a

This commit is contained in:
InventiveBot
2020-02-27 21:00:08 +00:00
parent d733930f11
commit 86455bf9e2
2367 changed files with 229175 additions and 40563 deletions

View File

@@ -91,14 +91,14 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:blindness",
"duration": {
"min": 7.0,
"max": 10.0
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:jump_boost",
"type": "minecraft:saturation",
"duration": {
"min": 7.0,
"max": 10.0
@@ -112,24 +112,24 @@
}
},
{
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
},
{
"type": "minecraft:saturation",
"type": "minecraft:jump_boost",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"type": "minecraft:night_vision",
"duration": {
"min": 5.0,
"max": 7.0
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
}
]