Skip to content

Commit

Permalink
Remove advancement unlocking of encyclopedia sections
Browse files Browse the repository at this point in the history
With tool materials merge into a single section, only modifiers were left unlocking as tools were long since just always unlocked.
While it was a neat feature, it really did not add anything and its not worth keeping around for just modifiers.
  • Loading branch information
KnightMiner committed May 4, 2024
1 parent 05e91a6 commit 9cc0ae9
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"title": "Focus",
"text": [
{
"text": "This book is focused on tool building. Unlike other volumes like Materials and You or Mighty Smelting, it won't explain how to use the technology used in tool creation; it just lists all the optionals available assuming you have the technology."
},
{
"text": "If you are unsure of how to use the technology or find the resources, you will need to refer to a copy of Materials and You, Puny Smelting, Mighty Smelting, Fantastic Foundry, or Tinkers' Gadgetry.",
"paragraph": true
}
]
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
{
"name": "upgrades",
"data": "sections/upgrades.json",
"requirements": [ "tconstruct:smeltery/puny_smelting" ],
"hideWhenLocked": true,
"icon": {
"item": {
"type": "forge:nbt",
Expand All @@ -63,8 +61,6 @@
{
"name": "defense",
"data": "sections/defense.json",
"requirements": [ "tconstruct:smeltery/mighty_smelting" ],
"hideWhenLocked": true,
"icon": {
"item": {
"type": "forge:nbt",
Expand All @@ -78,8 +74,6 @@
{
"name": "slotless",
"data": "sections/slotless.json",
"requirements": [ "tconstruct:smeltery/puny_smelting" ],
"hideWhenLocked": true,
"icon": {
"item": {
"type": "forge:nbt",
Expand All @@ -93,8 +87,6 @@
{
"name": "abilities",
"data": "sections/abilities.json",
"requirements": [ "tconstruct:smeltery/mighty_smelting" ],
"hideWhenLocked": true,
"icon": {
"item": {
"type": "forge:nbt",
Expand Down Expand Up @@ -131,7 +123,6 @@
},
{
"name": "materials_skull",
"requirements": [ "tconstruct:world/tinkers_gadgetry" ],
"data": "no-load",
"extraData": { "tconstruct:material_tier": { "type": "tconstruct:skull", "detailed": true } },
"icon": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"data": "intro/foreward.json"
},
{
"name": "updates",
"name": "focus",
"type": "mantle:text",
"data": "intro/updates.json"
"data": "intro/focus.json"
}
]

0 comments on commit 9cc0ae9

Please sign in to comment.