reusteur73

Results 12 comments of reusteur73

> use the option -nE After that it starts alright for me but without it it freezes Yes this worked for me, thank you !

Hi, I come to bring my personal experience. I just noticed that I can run the following program without error: ``` from pyVinted import Vinted def get_p(): vinted = Vinted()...

Yes, I'm pretty sure it's related to the python version. I tested under several environments (Windows and Debian), on both I noticed that [python3.6.6 ](https://www.python.org/downloads/release/python-366/) worked. Every time I run...

I made a build for [Fabric 1.21.7](https://github.com/reusteur73/dynmap/releases/tag/1.21.7) Also for [Fabric 1.21.6](https://github.com/reusteur73/dynmap/releases/tag/1.21.6)

### Summary This update adds missing texture definitions so several blocks can now render properly on the map. ### Changes Added missing textures for the following blocks: - Copper bars,...

As requested on Discord, [here’s the compiled JAR for this update](https://github.com/reusteur73/dynmap/releases/tag/1.21.9-1.21.10). Supports **Fabric 1.21.9** and ~~**1.21.10-rc1**~~ **1.21.10**.

### Summary Adds support for **1.21.10**, grouped under a single subproject that includes both **1.21.9** and **1.21.10**.

### Copper Chests Support: Copper chests are now supported! I manually created a `copper_{tier}_double.png` texture for each copper tier. (https://github.com/webbukkit/dynmap/pull/4240/commits/45f5b72efa20d0109890d68fe24fdeb2f5d4eb25) I also fixed simple chests (all types). It seems the...