This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
116 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
{ | ||
"item.aciday.debris": "Debris", | ||
"item.aciday.bronze_ingot": "Bronze Ingot", | ||
|
||
"block.aciday.debris_ore": "Debris Ore", | ||
"block.aciday.bronze_ore": "Bronze Ore", | ||
"block.aciday.debris_block": "Debris Block", | ||
"block.aciday.bronze_block": "Bronze Block", | ||
"block.aciday.deepslate_debris_ore": "Deepslate Debris Ore", | ||
"block.aciday.deepslate_bronze_ore": "Deepslate Bronze Ore", | ||
"block.aciday.smooth_debris_block": "Smooth Debris Block", | ||
"itemGroup.aciday": "Ancient Days" | ||
|
||
"itemGroup.aciday": "Ancient Days", | ||
|
||
"advancements.aciday.debris.description": "Get a Debris", | ||
"advancements.aciday.bronze": "This is Bronze~", | ||
"advancements.aciday.bronze.description": "Get a Bronze Ingot", | ||
"advancements.aciday.smooth_debris_block": "This looks fine, like metal!", | ||
"advancements.aciday.smooth_debris_block.description": "Get one Smooth debris block" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,20 @@ | ||
{ | ||
"item.aciday.debris": "碎片", | ||
"item.aciday.bronze_ingot": "青铜锭", | ||
|
||
"block.aciday.debris_ore": "碎片矿石", | ||
"block.aciday.bronze_ore": "青铜矿石", | ||
"block.aciday.debris_block": "碎片块", | ||
"block.aciday.bronze_block": "青铜块", | ||
"block.aciday.deepslate_debris_ore": "深层碎片矿石", | ||
"block.aciday.deepslate_bronze_ore": "深层青铜矿石", | ||
"block.aciday.smooth_debris_block": "平滑碎片块", | ||
"itemGroup.aciday": "古之生活" | ||
|
||
"itemGroup.aciday": "古之生活", | ||
|
||
"advancements.aciday.debris.description": "获得碎片", | ||
"advancements.aciday.bronze": "这是 这是青铜?", | ||
"advancements.aciday.bronze.description": "获得青铜锭", | ||
"advancements.aciday.smooth_debris_block": "看着不错,铁块亲戚?", | ||
"advancements.aciday.smooth_debris_block.description": "获得平滑碎片块" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/aciday/advancements/bronze_get.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "aciday:bronze_ingot" | ||
}, | ||
"title": { | ||
"bold": false, | ||
"translate": "advancements.aciday.bronze" | ||
}, | ||
"description": { | ||
"translate": "advancements.aciday.bronze.description" | ||
} | ||
}, | ||
"parent": "aciday:root", | ||
"criteria": { | ||
"bronze_in_inventory": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aciday:bronze_ingot" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "aciday:debris" | ||
}, | ||
"title": { | ||
"bold": true, | ||
"translate": "itemGroup.aciday" | ||
}, | ||
"description": { | ||
"translate": "advancements.aciday.debris.description" | ||
}, | ||
"background": "aciday:textures/gui/advancements.png" | ||
}, | ||
"criteria": { | ||
"debris_in_inventory": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aciday:debris" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |
29 changes: 29 additions & 0 deletions
29
src/main/resources/data/aciday/advancements/smooth_debris_block.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"display": { | ||
"icon": { | ||
"item": "aciday:smooth_debris_block" | ||
}, | ||
"title": { | ||
"bold": false, | ||
"translate": "advancements.aciday.smooth_debris_block" | ||
}, | ||
"description": { | ||
"translate": "advancements.aciday.smooth_debris_block.description" | ||
} | ||
}, | ||
"parent": "aciday:root", | ||
"criteria": { | ||
"bronze_in_inventory": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"aciday:smooth_debris_block" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
} | ||
} |