0 of 0

File information

Last updated

Original upload

Created by

MattDeDuck

Uploaded by

Duckshard

Virus scan

Safe to use

Tags for this mod

About this mod

Shop Name is a mod made with BepInEx for use with the Potion Craft game. It allows you to name your shop.

Permissions and credits
Changelogs
Shop Name installation
- Download the latest version from the releases page
- Unzip the folder
- Copy the folder into Potion Craft/BepInEx/plugins/- Run the game

How to name your shop
- Open up "shopname.json" in any text editor or IDE of your choice
- Change the value of [code single]Shop Name[/code] to whatever you want to call your shop
{
  "Shop Name": "Your Shop Name Here"
}

You can even put icons in your shop name to make it look more stylish!
Take a look at what icons you can use with the Icons List

An example is this below:
{
  "Shop Name": "<sprite=\"IconsAtlas\" name=\"Juggler\"> Magical Mystical Mixmasters <sprite=\"IconsAtlas\" name=\"Juggler\">"
}

Example Image



How to update the name
- Open up "shopname.json" in any text editor or IDE of your choice
- Change the value of [code single]Shop Name[/code] to whatever you want to call your shop
- Hit the blue refresh arrow button to the left of the name to update the text!


Github
You can see the source for this mod on the Github Page