Create/Update assets for version 19w37a

This commit is contained in:
InventiveBot
2019-09-14 12:34:49 +00:00
parent 8742080b63
commit c6d7b05e2d
1293 changed files with 165160 additions and 21145 deletions

View File

@@ -91,7 +91,14 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:night_vision",
"duration": {
"min": 7.0,
"max": 10.0
@@ -105,10 +112,10 @@
}
},
{
"type": "minecraft:weakness",
"type": "minecraft:saturation",
"duration": {
"min": 6.0,
"max": 8.0
"min": 7.0,
"max": 10.0
}
},
{
@@ -119,17 +126,10 @@
}
},
{
"type": "minecraft:saturation",
"type": "minecraft:weakness",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
"min": 6.0,
"max": 8.0
}
}
]