AmmoniumX / AdminShop

Admin Shop Minecraft Mod
GNU Lesser General Public License v2.1
4 stars 4 forks source link

[1.20.1] Item isn't sellable even though I set it to both buyable and sellable #40

Open vizthex123 opened 1 day ago

vizthex123 commented 1 day ago

Describe the bug For some reason, it's not adding an item (the Sun coin from Create: Numismatics) to the sellable list even though it's working fine in the buyable list. I can't even shift-click to sell it.

I make my shop CSV in Google Sheets, then download it as a CSV - but I've never had anything like this happen before (only used the mod on 1.19 though, and the original 1.12 version).

Doing /reload doesn't give any errors or confirmations either.

To Reproduce Steps to reproduce the behavior:

  1. Download the shop csv (and Create: Numismatics)
  2. Open the shop
  3. Go to the "sell" tab

Expected behavior Being able to sell the Sun coin.

Screenshots Buy tab: image

Sell tab: image

Shop File shop.csv

Minecraft Version: 1.20.1 Mod Version: 1.17.3

Relevant Logs

https://gist.github.com/vizthex123/4faf502224884f0f2646311507a27a39

AmmoniumX commented 1 day ago

You're missing a newline at the end of the file. For now this is needed, but it will be changed in a future update

vizthex123 commented 1 day ago

added one manually and that fixed it lol. Thanks.