You are viewing a potentially older version of this package. View all versions.
Jettcodey-JettsShopConfig-1.1.1 icon

JettsShopConfig

⚠️A Work in Progress mod⚠️ This mod allows you to change the Shops Spawn Logic and try forcing specific Items to Spawn.

Date uploaded 2 weeks ago
Version 1.1.1
Download link Jettcodey-JettsShopConfig-1.1.1.zip
Downloads 2653
Dependency string Jettcodey-JettsShopConfig-1.1.1

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2304 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2304

README

Jetts Shop Config

A Shop Configuration mod that will let you modify every ItemType and/or a specific item's spawn amount (min and max), Unlock/set Purchase Limits, multiplier, and price! No matter if it's modded or vanilla.

It's in a very early but somewhat working state and should only be used by other mod developers or very experienced players for now!

Config values set to -1 will use the base game values (e.g. price, min/max amount in the shop, and max purchase amount). Config values set to 0 depend on the item or ItemType you're modifying, it may mean infinite or literally 0. Config values set to 1 and higher behave as you would expect (if possible, of course).

The following mods have been tested and have some conflicts:

  • MoreShopItems_Updated by Jettcodey (me lol)
    • Conflicts with MoreShopItem_Updated own Item spawn configuration.

Known Issues as of 20 Dec 2025

  • Still not able to generate its own ItemVolumes to allow everything to spawn in the configured amounts.
  • Configuring items from other mods (e.g. MoreUpgrades Player Upgrades) using this mod may conflict with those mods own config files.

I'll make sure it works with the most popular mods that it would otherwise break because of the massive changes to the shop and item logic. (can't guarantee anything tho).

Report bugs/Feature Requests

Let me Know in the Discord Thread of the REPO Modding Server.

CHANGELOG

v1.1.1

  • Added a new option to allow item-specific config changes to override the ItemType configs for that specific item.
  • Added display names instead of using the internal item names.
  • Added a small patch for MenuLib to improve in-game config readability.

v1.0.0

  • First Release