pack: content + storage batch v0.24.0 -> v0.26.0

Mods added (in lockfile):
  v0.24.0  YUNG's structure mods (9):
           - Better Dungeons, Better Mineshafts, Better Ocean
             Monuments, Better Nether Fortresses, Better End Island,
             Better Witch Huts, Better Desert Temples, Better Jungle
             Temples, Bridges, Extras
  v0.24.1  Create: Radars (Aeronautics-compatible from v0.4.5.1+)
  v0.24.2  Ars Creo + Create Ars Compact (the latter removed in 0.25.0)
  v0.24.3  FallingTree (whole-tree chop on axe hit)
  v0.24.4  Copycats+, Create: Connected, Create: Interiors
  v0.24.5  Create: Power Loader (Aeronautics-airship chunkloading)
  v0.24.6  -- KubeJS bridges only (see below)
  v0.24.7  -- Patchouli welcome book attempt 1 (kubejs/data) -- failed
  v0.24.8  -- Patchouli attempt 2 (assets/data split) -- failed
  v0.24.9  -- Patchouli attempt 3 (patchouli_books/ root path) -- worked
  v0.25.0  REMOVED Create Ars Compact (broken sauce:source_fluid recipes,
           no public tracker, half-finished compat layer);
           added Create: Dragons Plus, Create: Enchantment Industry
  v0.26.0  Sophisticated Core/Storage/Backpacks/Create-Integration,
           Create: Additional Logistics

KubeJS additions:
  - supplementaries_bridges.js: flax -> 2x string via Create Press,
    Plunderer drops 1-3 spurs via EntityEvents.drops
  - recipes_numismatics.js: renamed COIN_IDS -> COIN_RECIPE_REMOVE_IDS
    to avoid Rhino global-scope collision with numismatics_tooltips.js,
    added sprocket to the removal list (was missing)
  - welcome.js: migrated from vanilla written_book (broken Filterable
    codec in 1.21) to Patchouli book at patchouli_books/manual/

Patchouli manual:
  - 5 entries (Welcome, Waystones, Money, Plots, Rules) under one
    "Server Basics" category
  - Lives at pack/overrides/patchouli_books/ (root path) -- this is
    the modpack-author path per Patchouli docs, NOT data/+assets/
    which is for mods bundled in jars
  - Book id: patchouli:manual (default namespace in this mode)

All v0.24-v0.26 work has been live on the server and tested.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Matt
2026-05-24 22:42:32 +00:00
parent 0cc8effce0
commit 9f0c9e262a
11 changed files with 446 additions and 40 deletions
@@ -0,0 +1,11 @@
{
"name": "Brass & Sigil Manual",
"landing_text": "Welcome to Brass & Sigil. This manual covers the essentials -- read it once, then keep it or toss it.",
"subtitle": "The Server Handbook",
"creative_tab": "minecraft:tools_and_utilities",
"model": "patchouli:guide_book",
"show_progress": false,
"show_advancements": false,
"book_texture": "patchouli:textures/gui/book_brown.png",
"version": 1
}
@@ -0,0 +1,6 @@
{
"name": "Server Basics",
"description": "The essentials for life in Brass & Sigil.",
"icon": "minecraft:writable_book",
"sortnum": 0
}
@@ -0,0 +1,18 @@
{
"name": "Money",
"icon": "numismatics:cog",
"category": "patchouli:main",
"sortnum": 2,
"pages": [
{
"type": "patchouli:text",
"title": "Coins & Trade",
"text": "Coins $(bold)cannot be crafted$(0). They enter circulation only through the bank at spawn.$(br2)Take valuables -- diamonds, emeralds, rare loot -- to the exchange. It trades them for coins at fixed rates."
},
{
"type": "patchouli:text",
"title": "Denominations",
"text": "$(li)$(item)Spur$() = 1$(li)$(item)Bevel$() = 8 spurs$(li)$(item)Sprocket$() = 16 spurs$(li)$(item)Cog$() = 64 spurs$(li)$(item)Crown$() = 512 spurs$(li)$(item)Sun$() = 4 096 spurs$(br2)Use a $(item)Bank Teller$() block to convert between denominations."
}
]
}
@@ -0,0 +1,18 @@
{
"name": "Plots & Claims",
"icon": "ftbchunks:map",
"category": "patchouli:main",
"sortnum": 3,
"pages": [
{
"type": "patchouli:text",
"title": "Spawn Plots",
"text": "Buy a small commercial plot at spawn to set up your shop or stall. $(bold)One plot per player$(0).$(br2)Plots are limited and rented from the Plot Office at spawn -- pay in $(item)cog$()s, or trade rare items for the upgrade."
},
{
"type": "patchouli:text",
"title": "Your Home Base",
"text": "Your $(bold)home base$(0) lives out in the world -- not on a spawn plot. Pick a spot you like and claim it with $(item)FTB Chunks$(): open the map ($(item)m$()), click chunks to claim and force-load.$(br2)FTB Chunks claims are $(bold)free$(0) and protect against grief from other players."
}
]
}
@@ -0,0 +1,27 @@
{
"name": "Rules",
"icon": "minecraft:shield",
"category": "patchouli:main",
"sortnum": 4,
"pages": [
{
"type": "patchouli:text",
"title": "House Rules",
"text": "$(li)Be excellent to each other.$(li)No griefing.$(li)Don't break others' contraptions or fly through their bases.$(li)Lost your Waystone? Ask an op or buy one from the bank.$(li)Report bugs and crashes to staff."
},
{
"type": "patchouli:text",
"title": "PvP & Combat",
"text": "PvP is $(bold)allowed$(0) outside claimed chunks. Claim your base with $(item)FTB Chunks$() to protect it.$(br2)Airships flying through unclaimed chunks are $(bold)fair game$(0) -- if you take it out beyond your claim, expect cannons."
},
{
"type": "patchouli:text",
"title": "Griefing vs PvP",
"text": "PvP and griefing are $(bold)not the same$(0).$(br2)Allowed: combat, raiding contested ground, sinking each other's airships in open air.$(br2)$(bold)Not allowed -- ban-worthy:$()$(li)Repeated targeted harassment of a player$(li)Destruction of unclaimed builds purely to ruin them$(li)Camping someone's claim border to grief them$(li)Stealing keys/coins via social engineering or exploit$(br2)If unsure, ask staff first."
},
{
"type": "patchouli:text",
"text": "$(bold)Have fun.$(0)$(br2)This manual is a living document -- expect new pages as the server grows. To re-read at any time, hold the manual and right-click."
}
]
}
@@ -0,0 +1,17 @@
{
"name": "Waystones",
"icon": "waystones:waystone",
"category": "patchouli:main",
"sortnum": 1,
"pages": [
{
"type": "patchouli:text",
"title": "Waystones",
"text": "You have one $(item)Waystone$() in your starter kit. $(bold)Place it at your base$() -- it is the only one you get from the server."
},
{
"type": "patchouli:text",
"text": "Need to travel further? Build:$(br)$(li)$(item)Create$() trains and tracks$(li)Roads with the $(item)brass road sign$()$(li)$(item)Create Aeronautics$() planes and airships$(br2)Once Quests are live, additional Waystones will be purchasable at the bank."
}
]
}
@@ -0,0 +1,14 @@
{
"name": "Welcome",
"icon": "minecraft:cake",
"category": "patchouli:main",
"priority": true,
"sortnum": 0,
"pages": [
{
"type": "patchouli:text",
"title": "Welcome",
"text": "Welcome to $(bold)Brass & Sigil$(0)!$(br2)This manual covers the basics. Skim it now, then keep it on you or toss it in a chest -- you can always craft another by combining a $(item)book$() with a server-issued $(item)sigil$()."
}
]
}