You've already forked minecraft-assets
Create/Update assets for version 1.14.3
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:air"
|
||||
"name": "minecraft:seagrass"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user