CyclopsMC / ColossalChests

For when regular chests are too small.
MIT License
18 stars 14 forks source link

Chests are full on creation of chest #164

Closed GmanAtheist closed 4 months ago

GmanAtheist commented 4 months ago

Issue type: When adding the core block and opening the chest, it is full of items from Minecraft.


Short description:

Steps to reproduce the problem: 25021960jgnmmaking a 3x3 chest. Chest render fine but since yesterday , every time I build a chest it is full completely with random items from MC.

  1. ...

Expected behaviour: Chest to be empty


Versions:

Log file:

rubensworks commented 4 months ago

Thanks for reporting!

rubensworks commented 4 months ago

I'm guessing you set creativeChests to true in your config file. Setting it to false should fix the problem.

GmanAtheist commented 4 months ago

I'm guessing you set creativeChests to true in your config file. Setting it to false should fix the problem.

AH!. My bad. I did just that. Thanks a lot for your help . rubensworks