v0.24.0 -> v0.26.0: content + storage batch #41

Merged
Matt merged 1 commits from feature/v0.26.0-content-and-storage-batch into main 2026-05-28 13:52:57 +00:00
Owner

Catch-up PR for 6 versions of work that has been deployed and live-tested on the server but uncommitted to git.

Full change log is in the single commit message. Highlights:

  • YUNG's structures (9 mods), Create: Radars, FallingTree, Copycats+, Connected, Interiors, Power Loader, Enchantment Industry + Dragons Plus, Sophisticated Storage/Backpacks/Core + Create Integration, Create: Additional Logistics
  • Removed Create Ars Compact (broken upstream, no public tracker)
  • KubeJS: flax->string Press recipe, Plunderer spur drops, numismatics scope fix
  • Welcome system migrated from vanilla written_book (broken codec) to Patchouli book at the modpack-author root path

All changes are already running on the live server (pack v0.26.0). This PR brings git in sync with reality.

Catch-up PR for 6 versions of work that has been deployed and live-tested on the server but uncommitted to git. Full change log is in the single commit message. Highlights: - YUNG's structures (9 mods), Create: Radars, FallingTree, Copycats+, Connected, Interiors, Power Loader, Enchantment Industry + Dragons Plus, Sophisticated Storage/Backpacks/Core + Create Integration, Create: Additional Logistics - Removed Create Ars Compact (broken upstream, no public tracker) - KubeJS: flax->string Press recipe, Plunderer spur drops, numismatics scope fix - Welcome system migrated from vanilla written_book (broken codec) to Patchouli book at the modpack-author root path All changes are already running on the live server (pack v0.26.0). This PR brings git in sync with reality.
Matt added 1 commit 2026-05-24 22:42:55 +00:00
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>
Matt merged commit ab63908d04 into main 2026-05-28 13:52:57 +00:00
Matt deleted branch feature/v0.26.0-content-and-storage-batch 2026-05-28 13:52:57 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: minecraft/brass-and-sigil#41