-
-
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.
Merge pull request #48 from sweetrpg/1.18
Release
- Loading branch information
Showing
39 changed files
with
622 additions
and
256 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
f90114caa2b504cf129370ac131d1ebbc574c405 | ||
c9d9c25a769d18442685b9f67624e811f348e536 |
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 +1 @@ | ||
0.2.1 | ||
0.2.3 |
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,4 @@ | ||
# 0.2.1 | ||
|
||
- `[DEV]` Code cleanup | ||
- `[DEV]` Documentation |
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,2 +1 @@ | ||
- `[DEV]` Code cleanup | ||
- `[DEV]` Documentation | ||
- `[NEW]` Advancements! |
12 changes: 12 additions & 0 deletions
12
src/generated/resources/assets/crafttracker/lang/de_de.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
12 changes: 12 additions & 0 deletions
12
src/generated/resources/assets/crafttracker/lang/en_gb.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
12 changes: 12 additions & 0 deletions
12
src/generated/resources/assets/crafttracker/lang/en_us.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
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/crafttracker/advancements/main/acquire_item.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,30 @@ | ||
{ | ||
"parent": "crafttracker:main/populate_list", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:crafting_table" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.acquire_item.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.acquire_item.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "crafttracker:acquire_item", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/crafttracker/advancements/main/clear_queue.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,30 @@ | ||
{ | ||
"parent": "crafttracker:main/queue_item", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:crafting_table" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.clear_queue.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.clear_queue.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "crafttracker:clear_queue", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/crafttracker/advancements/main/craft_item.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,30 @@ | ||
{ | ||
"parent": "crafttracker:main/queue_item", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:crafting_table" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.craft_item.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.craft_item.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "crafttracker:craft_item", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/crafttracker/advancements/main/populate_list.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,30 @@ | ||
{ | ||
"parent": "crafttracker:main/root", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:paper" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.populate_list.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.populate_list.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "crafttracker:populate_list", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
src/generated/resources/data/crafttracker/advancements/main/queue_item.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,30 @@ | ||
{ | ||
"parent": "crafttracker:main/root", | ||
"display": { | ||
"icon": { | ||
"item": "minecraft:paper" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.queue_item.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.queue_item.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "crafttracker:queue_item", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
29 changes: 29 additions & 0 deletions
29
src/generated/resources/data/crafttracker/advancements/main/root.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": "minecraft:paper" | ||
}, | ||
"title": { | ||
"translate": "advancements.crafttracker.main.root.title" | ||
}, | ||
"description": { | ||
"translate": "advancements.crafttracker.main.root.description" | ||
}, | ||
"frame": "task", | ||
"show_toast": true, | ||
"announce_to_chat": true, | ||
"hidden": false, | ||
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png" | ||
}, | ||
"criteria": { | ||
"main": { | ||
"trigger": "minecraft:tick", | ||
"conditions": {} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"main" | ||
] | ||
] | ||
} |
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
4 changes: 4 additions & 0 deletions
4
src/main/java/com/sweetrpg/crafttracker/common/CommonSetup.java
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
Oops, something went wrong.