An add-on for NewShop that adds world-wide shop stages, configurable upgrade costs, item unlock stages, and purchase limits.
- Stage-gated system shop items.
- Per-world purchase limits for configured items.
$upgrade button in the NewShop GUI.- Auto-generated
NewShopProgression.cfgwith registered items and subtypes.
Config file:
config/NewShopProgression.cfgExample:
max_stage=5
upgrade_cost_stage_0=1000
upgrade_cost_stage_1=2000
minecraft:item.swordIron=stage:2,limit:10
minecraft:tile.stone=stage:0,limit:-1stage is the required shop stage. limit=-1 means unlimited purchases.
- FishModLoader
>=3.4.2 - ManyLib
>=2.3.0 - RustedIronCore
>=1.5.0 - NewShop
>=1.0.6