Create/Update assets for version 20w18a

This commit is contained in:
InventiveBot
2020-04-29 17:28:15 +00:00
parent f04298709e
commit c5b62d7e73
5722 changed files with 313243 additions and 66232 deletions

View File

@@ -91,10 +91,10 @@
"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
}
},
{
@@ -105,10 +105,10 @@
}
},
{
"type": "minecraft:weakness",
"type": "minecraft:night_vision",
"duration": {
"min": 6.0,
"max": 8.0
"min": 7.0,
"max": 10.0
}
},
{
@@ -126,10 +126,10 @@
}
},
{
"type": "minecraft:blindness",
"type": "minecraft:weakness",
"duration": {
"min": 5.0,
"max": 7.0
"min": 6.0,
"max": 8.0
}
}
]