ChromaNyan
ChromaNyan
### Make sure you are not opening a duplicate. - [X] [I have searched the issue tracker](https://github.com/ExcessiveAmountsOfZombies/Croptopia/issues?q=) and did not find an issue describing my bug. ### Platform. Forge ###...
**Provide a detailed and clear description of feature or change that you want to offer.** Wasn't sure whether this was a bug or "intentional", so I'm labeling this as a...
Whenever entering / exiting dimensions, certain mods that have the ability to change certain stats such as health and speed get messed up. These are the mods I'm using that...
when i got this crash, the game refused to provide a crashlog, but i have my latest.log and the steps i took to produce this. 1. make a new world...
Currently the amount of curses the player is considered to have (a value used exclusively by the Scroll of a Thousand Curses) is determined by the method `getCurseAmount` in `SuperpositionHandler`,...
### What happened? Waterfox does not support [`Iterator.filter`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Iterator/filter). Inputting `new Set(['a']).values().filter(()=>true).toArray();` in the console produces a TypeError: `(new Set(...)).values().filter is not a function`. On regular Firefox, this outputs correctly. This...