You've already forked minecraft-assets
Create/Update assets for version 1.12.2
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "minecraft:pumpkin"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancements.adventure.summon_iron_golem.title"
|
||||
},
|
||||
"description": {
|
||||
"translate": "advancements.adventure.summon_iron_golem.description"
|
||||
},
|
||||
"frame": "goal"
|
||||
},
|
||||
"parent": "adventure/trade",
|
||||
"criteria": {
|
||||
"summoned_golem": {
|
||||
"trigger": "minecraft:summoned_entity",
|
||||
"conditions": {
|
||||
"entity": {
|
||||
"type": "minecraft:villager_golem"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user