neumond / python-computer-craft

Pythonization of ComputerCraft Minecraft mod. Write Python instead Lua!
MIT License
71 stars 7 forks source link

Chest Peripheral Wrap Assertion Error #15

Open MamboDancer opened 1 year ago

MamboDancer commented 1 year ago

Cant wrap chest peripheral. I get assertion error. Maybe doing something wrong? Thanks!

MamboDancer commented 1 year ago

Noticed that github version differs from pip installation.

neumond commented 1 year ago

Yep, current trunk isn't well tested yet. What version of MC and CC:T do you use?

MamboDancer commented 1 year ago

MC 1.20.1 and CC:T 1.108.3 Also noticed that your py lib which installs with pip doesnt have peripheral initialization of chests furnaces etc, but github version does Tried to merge them but nothing good happened :)

MamboDancer commented 1 year ago

Installed earlier version. Got NoneType error. 1.16.4 and cc:t 1.94 (first version which supports chest as peripheral)

MamboDancer commented 1 year ago

Trying to install module from git repo, got errors on any module usage

MamboDancer commented 1 year ago

So i somehow fixed it and now its working with chest peripheral.