Skip to content

Commit

Permalink
Change the patchouli icon for the Heat Core page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbysco committed Jun 13, 2024
1 parent 8006c74 commit 0895621
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.4 2024-06-13T22:54:37.9845007 Recipes
// 1.20.4 2024-06-13T23:09:40.3649654 Recipes
336bd70bf0493a85ea26c5c55c7a0f3c6471dbf0 data/forcecraft/advancements/recipes/building_blocks/force_black_torch.json
fbc6710f4224d531b5bba07f413f06838cb299ee data/forcecraft/advancements/recipes/building_blocks/force_blue_torch.json
8e907873e2ff90f9e39f2306846e7dabc767618e data/forcecraft/advancements/recipes/building_blocks/force_brick.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// 1.20.4 2024-01-28T23:49:44.4674453 Patchouli Book Provider
// 1.20.4 2024-06-13T23:09:40.361465 Patchouli Book Provider
32e348ff36c416065a34159ff6ff141da1db8d45 assets/forcecraft/patchouli_books/force_and_you/en_us/categories/infuser.json
e88d1941fc0b6d9e137df52d0a31db79d529ccd3 assets/forcecraft/patchouli_books/force_and_you/en_us/categories/tier_0.json
4f94f2846a491b0763ff728099aa598bf7cd558d assets/forcecraft/patchouli_books/force_and_you/en_us/categories/tier_1.json
Expand Down Expand Up @@ -41,7 +41,7 @@ ffe70844f59734481e8625055d77d0d9af03fdf7 assets/forcecraft/patchouli_books/force
f473de5ed1a4de2d101cb0e535734ff331b4f59e assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_3/holding_2.json
9983444a73348a62c7e947ac9bf3b3da49de217b assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_3/silk.json
f29590e4756584c06d2c8d270de5cc2e7cbde3d7 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_4/bane.json
5ac42cb92468a2854a5117282b1091970bd618d6 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_4/heat_upgrade.json
299c59379634bb6210f7091f13b922f69a508301 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_4/heat_upgrade.json
d42377fddab5f3c33ad7f341c3fc8348c18cf30f assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_4/holding_3.json
dafdec8276765a00a033c942a990b7205a3388d0 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_5/healing.json
52548c2c54195cb3500318eb88a21abdfe683de2 assets/forcecraft/patchouli_books/force_and_you/en_us/entries/tier_5/holding_4.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"advancement": "forcecraft:tier4/tier",
"category": "forcecraft:tier_4",
"icon": "forcecraft:golden_power_source",
"icon": "forcecraft:heat_core",
"name": "info.forcecraft.book.heat_upgrade.entry.name",
"pages": [
{
Expand All @@ -10,7 +10,7 @@
},
{
"type": "patchouli:spotlight",
"item": "forcecraft:golden_power_source"
"item": "forcecraft:heat_core"
}
],
"secret": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public BookBuilder addTier4(BookBuilder builder) {
.setText("info.forcecraft.book.bane_info.text2").build()
.build();

ItemStack powerSourceStack = new ItemStack(ForceRegistry.GOLDEN_POWER_SOURCE.get());
ItemStack powerSourceStack = new ItemStack(ForceRegistry.HEAT_CORE.get());
tierCategory.addEntry("tier_4/heat_upgrade", "info.forcecraft.book.heat_upgrade.entry.name", powerSourceStack).setSecret(true)
.setAdvancement("forcecraft:tier4/tier")
.addTextPage("info.forcecraft.book.heat_upgrade_info.text").build()
Expand Down

0 comments on commit 0895621

Please sign in to comment.