ErrorCraft
ErrorCraft
## What does the pull request do? This PR adds a Sector shape, similar to the Arc shape.  It also adds three methods to the `MathUtilities` class which...
Add isNext(char) and isNext(Predicate<Character>) methods to ImmutableStringReader and StringReader
I see myself and other people use `reader.canRead() && reader.peek() == c` (or `!reader.canRead() || reader.peek() != c`) all the time. This is very tedious to do, so this adds...
### Minecraft Development for IntelliJ plugin version 2023.2.2-1.7.3 ### IntelliJ version IntelliJ IDEA 2023.2.6 (Community Edition) ### Operating System Windows 10 ### Target platform Mixins ### Description of the bug...
The recipe generators for 1.20.6 (labelled as 1.20 on the website) use `item` as a key for the result item stack instead of `id`. See https://github.com/ErrorCraft/Itematic/issues/38 for a (modded) example....