Create/Update assets for version 19w36a

This commit is contained in:
InventiveBot
2019-09-05 09:57:38 +00:00
parent 5f3ebec498
commit 9f58778625
1267 changed files with 50948 additions and 20600 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
}
}
]