Create/Update assets for version 1.14.3

This commit is contained in:
InventiveBot
2019-07-18 15:03:55 +00:00
parent 5295e5c2ba
commit dbf7a7757e
809 changed files with 27786 additions and 9166 deletions

View File

@@ -6,7 +6,7 @@
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:air"
"name": "minecraft:seagrass"
}
],
"conditions": [

View File

@@ -91,7 +91,21 @@
"function": "minecraft:set_stew_effect",
"effects": [
{
"type": "minecraft:speed",
"type": "minecraft:weakness",
"duration": {
"min": 6.0,
"max": 8.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
},
{
"type": "minecraft:saturation",
"duration": {
"min": 7.0,
"max": 10.0
@@ -104,13 +118,6 @@
"max": 10.0
}
},
{
"type": "minecraft:weakness",
"duration": {
"min": 6.0,
"max": 8.0
}
},
{
"type": "minecraft:poison",
"duration": {
@@ -119,18 +126,11 @@
}
},
{
"type": "minecraft:saturation",
"type": "minecraft:speed",
"duration": {
"min": 7.0,
"max": 10.0
}
},
{
"type": "minecraft:blindness",
"duration": {
"min": 5.0,
"max": 7.0
}
}
]
}