Skip to content

Instantly share code, notes, and snippets.

@Gaelmare
Created April 16, 2020 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gaelmare/eecd08b3a505ec208299122cd4867a88 to your computer and use it in GitHub Desktop.
Save Gaelmare/eecd08b3a505ec208299122cd4867a88 to your computer and use it in GitHub Desktop.
Diff on advancement between tfc and cepalesstfc
--- cepalesstfc/src/assets/tfc/advancements/world/noonions.json 2020-04-16 08:29:39.953722344 -0600
+++ TerraFirmaCraft/src/main/resources/assets/tfc/advancements/world/find_gold.json 2020-04-14 12:35:45.826809267 -0600
@@ -1,23 +1,23 @@
{
"display": {
"icon": {
- "item": "tfc:food/onion"
+ "item": "tfc:ore/native_gold"
},
"title": {
- "translate": "advancements.cepaless.world.turnip.title"
+ "translate": "advancements.tfc.world.find_gold.title"
},
"description": {
- "translate": "advancements.cepaless.world.turnip.description"
+ "translate": "advancements.tfc.world.find_gold.description"
}
},
- "parent": "tfc:world/farming",
+ "parent": "tfc:world/make_propick",
"criteria": {
- "turnip": {
- "trigger": "minecraft:consume_item",
+ "find_ore": {
+ "trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
- "item": "tfc:food/onion"
+ "item": "tfc:ore/native_gold"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment