You've already forked minecraft-assets
Create/Update assets for version 20w29a
This commit is contained in:
@@ -322,6 +322,14 @@
|
||||
"item": "minecraft:sweet_berries"
|
||||
}
|
||||
}
|
||||
},
|
||||
"honey_bottle": {
|
||||
"trigger": "minecraft:consume_item",
|
||||
"conditions": {
|
||||
"item": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -438,6 +446,9 @@
|
||||
],
|
||||
[
|
||||
"sweet_berries"
|
||||
],
|
||||
[
|
||||
"honey_bottle"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -22,113 +22,276 @@
|
||||
"minecraft:horse": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:horse"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:horse"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:donkey": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:donkey"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:mule": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:mule"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:sheep": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:sheep"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:sheep"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:cow": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:cow"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:cow"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:mooshroom": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:mooshroom"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:mooshroom"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:pig": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:pig"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:pig"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:chicken": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:chicken"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:chicken"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:wolf": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:wolf"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:wolf"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:ocelot": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:ocelot"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:ocelot"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:rabbit": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:rabbit"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:rabbit"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:llama": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:llama"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:turtle": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:turtle"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:llama"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:cat": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:cat"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:cat"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:panda": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:panda"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:panda"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:fox": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:fox"
|
||||
}
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:fox"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:bee": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:bee"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:hoglin": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:hoglin"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:strider": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"child": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:strider"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"minecraft:turtle": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
],
|
||||
"partner": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"type": "minecraft:turtle"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -136,6 +299,12 @@
|
||||
[
|
||||
"minecraft:horse"
|
||||
],
|
||||
[
|
||||
"minecraft:donkey"
|
||||
],
|
||||
[
|
||||
"minecraft:mule"
|
||||
],
|
||||
[
|
||||
"minecraft:sheep"
|
||||
],
|
||||
@@ -163,9 +332,6 @@
|
||||
[
|
||||
"minecraft:llama"
|
||||
],
|
||||
[
|
||||
"minecraft:turtle"
|
||||
],
|
||||
[
|
||||
"minecraft:cat"
|
||||
],
|
||||
@@ -174,6 +340,18 @@
|
||||
],
|
||||
[
|
||||
"minecraft:fox"
|
||||
],
|
||||
[
|
||||
"minecraft:bee"
|
||||
],
|
||||
[
|
||||
"minecraft:hoglin"
|
||||
],
|
||||
[
|
||||
"minecraft:strider"
|
||||
],
|
||||
[
|
||||
"minecraft:turtle"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -22,89 +22,155 @@
|
||||
"textures/entity/cat/tabby.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/tabby.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/tabby.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/black.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/black.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/black.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/red.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/red.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/red.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/siamese.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/siamese.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/siamese.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/british_shorthair.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/british_shorthair.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/british_shorthair.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/calico.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/calico.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/calico.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/persian.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/persian.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/persian.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/ragdoll.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/ragdoll.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/ragdoll.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/white.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/white.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/white.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/jellie.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/jellie.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/jellie.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures/entity/cat/all_black.png": {
|
||||
"trigger": "minecraft:tame_animal",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"catType": "minecraft:textures/entity/cat/all_black.png"
|
||||
}
|
||||
"entity": [
|
||||
{
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {
|
||||
"catType": "minecraft:textures/entity/cat/all_black.png"
|
||||
},
|
||||
"entity": "this"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:fishing_rod"
|
||||
"item": "minecraft:fishing_rod",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.fishy_business.title"
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:netherite_hoe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.netherite_hoe.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.netherite_hoe.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"rewards": {
|
||||
"experience": 100
|
||||
},
|
||||
"criteria": {
|
||||
"netherite_hoe": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:netherite_hoe"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"netherite_hoe"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:honey_bottle"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.safely_harvest_honey.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"safely_harvest_honey": {
|
||||
"trigger": "minecraft:item_used_on_block",
|
||||
"conditions": {
|
||||
"location": {
|
||||
"smokey": true,
|
||||
"block": {
|
||||
"tag": "minecraft:beehives"
|
||||
}
|
||||
},
|
||||
"item": {
|
||||
"item": "minecraft:glass_bottle"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"safely_harvest_honey"
|
||||
]
|
||||
]
|
||||
}
|
||||
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
42
data/minecraft/advancements/husbandry/silk_touch_nest.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"parent": "minecraft:husbandry/root",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:bee_nest"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.husbandry.silk_touch_nest.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": true,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"silk_touch_nest": {
|
||||
"trigger": "minecraft:bee_nest_destroyed",
|
||||
"conditions": {
|
||||
"block": "minecraft:bee_nest",
|
||||
"item": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"num_bees_inside": 3
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"silk_touch_nest"
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user