Work on some basic advancements

This commit is contained in:
modmuss50 2017-07-03 19:44:15 +01:00
parent 3625521c20
commit d92cbe67e1
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA
4 changed files with 100 additions and 0 deletions

View file

@ -0,0 +1,38 @@
{
"display": {
"icon": {
"item": "techreborn:ore"
},
"title": {
"translate": "itemGroup.techreborn"
},
"description": {
"translate": "advancements.techreborn.root.desc"
},
"background": "techreborn:textures/blocks/storage/lead_block.png",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"ore_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "techreborn:ore2"
}
]
}
},
"ore2_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "techreborn:ore2"
}
]
}
}
}
}

View file

@ -0,0 +1,28 @@
{
"display": {
"icon": {
"item": "techreborn:part",
"data": 31
},
"title": {
"translate": "advancements.techreborn.sap"
},
"description": {
"translate": "advancements.techreborn.sap.desc"
}
},
"parent": "techreborn:tree_tap",
"criteria": {
"treetap_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "techreborn:part",
"data": 31
}
]
}
}
}
}

View file

@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "techreborn:treetap"
},
"title": {
"translate": "advancements.techreborn.treetap"
},
"description": {
"translate": "advancements.techreborn.treetap.desc"
}
},
"parent": "techreborn:root",
"criteria": {
"treetap_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "techreborn:treetap"
}
]
}
}
}
}

View file

@ -698,3 +698,11 @@ entity.nuke.name=Nuke
tooltip.wip=WIP Coming Soon
tooltip.upBroken=Upgrades DO NOT function!
tooltip.ingredient=Currently only a crafting ingredient
#Advancements
advancements.techreborn.root.desc=Now that you have aquired techreborn ore, you might find a tree tap usefull.
advancements.techreborn.treetap=TreeTap
advancements.techreborn.treetap.desc=Now that you have crafted a tree tap you will want to use it on a sap spot on a rubber tree.
advancements.techreborn.sap=Rubber Sap
advancements.techreborn.sap.desc=Well done, you now have rubber sap. You will want to smelt it in a furnace to create rubber next.