Create/Update assets for version 20w06a

This commit is contained in:
InventiveBot
2020-02-08 11:07:20 +00:00
parent 463b30cea6
commit 5de19cb0f0
2186 changed files with 205983 additions and 31579 deletions

View File

@@ -91,14 +91,21 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
},
{
"type": "minecraft:jump_boost",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:jump_boost",
"type": "minecraft:saturation",
"duration": {
"min": 7.0,
"max": 10.0
@@ -111,26 +118,19 @@
"max": 8.0
}
},
{
"type": "minecraft:poison",
"duration": {
"min": 10.0,
"max": 20.0
}
},
{
"type": "minecraft:saturation",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:night_vision",
"duration": {
"min": 7.0,
"max": 10.0
}
}
]
}