Skip to content

Commit

Permalink
index mode for mod integration guidebook category
Browse files Browse the repository at this point in the history
  • Loading branch information
DaFuqs committed Feb 5, 2025
1 parent 06f743f commit b78d9b4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion src/main/resources/assets/spectrum/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2353,13 +2353,14 @@
"book.spectrum.guidebook.category.ink.name": "Ink",
"book.spectrum.guidebook.category.magical_blocks.name": "Magical Blocks",
"book.spectrum.guidebook.category.mod_integration.name": "Mod Integration",
"book.spectrum.guidebook.category.mod_integration.description": "In my free time, I also enjoy other activities from time to time!\\\n\\\nTransfer knowledge is a great thing.",
"book.spectrum.guidebook.category.pastel_network.name": "Pastel Network",
"book.spectrum.guidebook.celestial_pocketwatch.page0.text": "The problem with [Onyx Shards](entry://general/onyx_shards) is that their creation is tied to very specific conditions. A new moon does not happen every day. And, of course, every time I look at the clock, the window of time seems to have just passed by exactly a minute.\\\n\\\nTime to bring out the big guns: Magenta's affinity for time.",
"book.spectrum.guidebook.celestial_pocketwatch.page1.text": "*What a stellar idea of mine*",
"book.spectrum.guidebook.checklist_complete": "Checklist (Complete)",
"book.spectrum.guidebook.checklist_upgrade": "Checklist (Upgrade)",
"book.spectrum.guidebook.cheong.page0.text": "I didn't think fruit could need any additional sweetening. But thickened with sugar like that, the flavour of the fruit comes out even better.",
"book.spectrum.guidebook.cheong.page1.text": "*It's a marmalade... It's a Syrup... It's Cheong!*",
"book.spectrum.guidebook.cheong.page1.text": "*It's a marmalade... It's a syrup... It's Cheong!*",
"book.spectrum.guidebook.chrysocolla.page0.text": "My latest result of fermenting wine turned out a *bit* too strong.\\\nImmensely bitter and slightly acidic in taste.\\\nWhile it retains some of the properties it once resembled, it seems to me to be more useful for medicine than for drinking.",
"book.spectrum.guidebook.cinderhearth.page0.text": "A state-of-my-art Blast Furnace that consumes [#](e16201)Orange Ink[#]() to smelt ores and the like.\\\n\\\nI can further enhance its abilities using [Upgrades](entry://magical_blocks/upgrades).",
"book.spectrum.guidebook.cinderhearth.page1.text": "Putting in a [Knowledge Gem](entry://enchanting/knowledge_gem) will funnel experience gained from smelting XP into it.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"show_category_button": true,
"max_scroll_x": 512,
"max_scroll_y": 512,
"display_mode": "node",
"display_mode": "index",
"entry_textures": "spectrum:textures/gui/modonomicon/entry_textures.png",
"background": "spectrum:textures/gui/modonomicon/category_background.png",
"background_width": 1024,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"show_category_button": true,
"max_scroll_x": 512,
"max_scroll_y": 512,
"display_mode": "index",
"display_mode": "node",
"entry_textures": "spectrum:textures/gui/modonomicon/entry_textures.png",
"background": "spectrum:textures/gui/modonomicon/category_background.png",
"background_width": 1024,
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}
},
"depends": {
"minecraft": "=${minecraft_version}",
"minecraft": "=1.21.1",
"fabricloader": "*",
"fabric-api": "*",
"revelationary": "*",
Expand Down

0 comments on commit b78d9b4

Please sign in to comment.