Economy MVP: Numismatics+Patchouli+welcome flow #15
Reference in New Issue
Block a user
Delete Branch "feature/economy-mvp"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds the currency layer + first-join welcome flow. See commit message for full detail. Pack 0.17.0 -> 0.18.0.
Adds the currency layer and the first-join experience. Mods: - Create: Numismatics 1.0.20 (currency, vendor blocks, piggy banks) - Patchouli 1.21.1-93 (kept in pack for future rich manual book) KubeJS scripts (server_scripts/): - economy_policy.js remove ALL Waystones recipes; remove coin recipes only (piggy banks etc. stay craftable for now) - welcome.js first-login grant: 1 waystone + vanilla written-book "Brass & Sigil Manual v1" (5 pages: welcome, waystones, money, spawn plots, rules). Per-player flag bnsWelcomeGranted in persistentData gates it. KubeJS scripts (client_scripts/): - jei_hides.js hide all Waystones items + 4 coin denominations from the JEI ingredient list. Combined with the recipe removal players never encounter these items via normal play -- only via the welcome grant or the bank exchange. The written-book manual is the MVP placeholder. When more content lands (plot system, dynamic exchange, etc.) it'll be replaced by a proper Patchouli book authored as a tweak jar -- Patchouli's already in the lockfile so no mod-add will be needed at that point.