Create/Update assets for version 20w14a

This commit is contained in:
InventiveBot
2020-04-10 21:55:03 +00:00
parent 84de43cc2b
commit 866982921a
5258 changed files with 289850 additions and 62993 deletions

View File

@@ -91,7 +91,14 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:weakness",
"duration": {
"min": 6.0,
"max": 8.0
}
},
{
"type": "minecraft:night_vision",
"duration": {
"min": 7.0,
"max": 10.0
@@ -104,20 +111,6 @@
"max": 10.0
}
},
{
"type": "minecraft:weakness",
"duration": {
"min": 6.0,
"max": 8.0
}
},
{
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
},
{
"type": "minecraft:saturation",
"duration": {
@@ -131,6 +124,13 @@
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
}
]
}