You've already forked minecraft-assets
Create/Update assets for version 19w14b
This commit is contained in:
@@ -90,13 +90,6 @@
|
||||
{
|
||||
"function": "minecraft:set_stew_effect",
|
||||
"effects": [
|
||||
{
|
||||
"type": "minecraft:poison",
|
||||
"duration": {
|
||||
"min": 10.0,
|
||||
"max": 20.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:speed",
|
||||
"duration": {
|
||||
@@ -104,20 +97,6 @@
|
||||
"max": 10.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:blindness",
|
||||
"duration": {
|
||||
"min": 5.0,
|
||||
"max": 7.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:saturation",
|
||||
"duration": {
|
||||
"min": 7.0,
|
||||
"max": 10.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:jump_boost",
|
||||
"duration": {
|
||||
@@ -131,6 +110,27 @@
|
||||
"min": 6.0,
|
||||
"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
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:oak_sapling"
|
||||
"name": "minecraft:stick"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -109,15 +109,6 @@
|
||||
"looting_multiplier": 0.01
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_key"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -15,15 +15,6 @@
|
||||
"name": "minecraft:saddle"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:yellow_key"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1,14 +1,3 @@
|
||||
{
|
||||
"type": "minecraft:entity",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:red_key"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
"type": "minecraft:entity"
|
||||
}
|
||||
@@ -66,10 +66,6 @@
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:nautilus_shell"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blue_key"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{Potion:\"minecraft:speed\"}"
|
||||
"tag": "{Potion:\"minecraft:swiftness\"}"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:tipped_arrow"
|
||||
|
||||
Reference in New Issue
Block a user