Skip to content

Commit

Permalink
Fix advancements display
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 15, 2024
1 parent 5e84326 commit 7061fdd
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ mod_id=colossalchests
mod_version=1.8.5
minecraft_version=1.21
neoforge_version=21.0.43-beta
cyclopscore_version=1.19.1-452
cyclopscore_version=1.19.1-462
release_type=release
fingerprint=bd0353b3e8a2810d60dd584e256e364bc3bedd44

commoncapabilities_version=2.9.1-125
commoncapabilities_version=2.9.1-126

# Workaround for Spotless bug
# https://github.com/diffplug/spotless/issues/834
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_copper"
"id": "colossalchests:chest_wall_copper"
},
"title": {
"translate": "advancement.colossalchests.copper"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_diamond"
"id": "colossalchests:chest_wall_diamond"
},
"title": {
"translate": "advancement.colossalchests.diamond"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_gold"
"id": "colossalchests:chest_wall_gold"
},
"title": {
"translate": "advancement.colossalchests.gold"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_iron"
"id": "colossalchests:chest_wall_iron"
},
"title": {
"translate": "advancement.colossalchests.iron"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_obsidian"
"id": "colossalchests:chest_wall_obsidian"
},
"title": {
"translate": "advancement.colossalchests.obsidian"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_silver"
"id": "colossalchests:chest_wall_silver"
},
"title": {
"translate": "advancement.colossalchests.silver"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:chest_wall_wood"
"id": "colossalchests:chest_wall_wood"
},
"title": {
"translate": "advancement.colossalchests.wood"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_wood"
"id": "colossalchests:colossal_chest_wood"
},
"title": {
"translate": "itemGroup.colossalchests"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_copper"
"id": "colossalchests:colossal_chest_copper"
},
"title": {
"translate": "advancement.colossalchests.large.copper"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_diamond"
"id": "colossalchests:colossal_chest_diamond"
},
"title": {
"translate": "advancement.colossalchests.large.diamond"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_gold"
"id": "colossalchests:colossal_chest_gold"
},
"title": {
"translate": "advancement.colossalchests.large.gold"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_iron"
"id": "colossalchests:colossal_chest_iron"
},
"title": {
"translate": "advancement.colossalchests.large.iron"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_obsidian"
"id": "colossalchests:colossal_chest_obsidian"
},
"title": {
"translate": "advancement.colossalchests.large.obsidian"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_silver"
"id": "colossalchests:colossal_chest_silver"
},
"title": {
"translate": "advancement.colossalchests.large.silver"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:colossal_chest_wood"
"id": "colossalchests:colossal_chest_wood"
},
"title": {
"translate": "advancement.colossalchests.large.wood"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"display": {
"icon": {
"item": "colossalchests:uncolossal_chest"
"id": "colossalchests:uncolossal_chest"
},
"title": {
"translate": "advancement.colossalchests.uncolossal"
Expand Down

0 comments on commit 7061fdd

Please sign in to comment.