You've already forked minecraft-assets
Create/Update assets for version 19w37a
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"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -2,7 +2,8 @@
|
||||
"parent": "minecraft:husbandry/plant_seed",
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:diamond_hoe"
|
||||
"item": "minecraft:diamond_hoe",
|
||||
"nbt": "{Damage:0}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.husbandry.break_diamond_hoe.title"
|
||||
|
||||
@@ -130,6 +130,14 @@
|
||||
"type": "minecraft:fox"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minecraft:bee": {
|
||||
"trigger": "minecraft:bred_animals",
|
||||
"conditions": {
|
||||
"parent": {
|
||||
"type": "minecraft:bee"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
@@ -174,6 +182,9 @@
|
||||
],
|
||||
[
|
||||
"minecraft:fox"
|
||||
],
|
||||
[
|
||||
"minecraft:bee"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user