ZZZank

Results 35 comments of ZZZank

modpack devs should explicitly set recipe id to match the one requested by advancement. e.g. advancement `minecraft:recipes/decorations/torch` requested a recipe with id `minecraft:torch`, then there should be a recipe with...

The icon looks bad (due to its rough edges), I will recommend using the original icon, but with corners rounded

Yes, my test also shows that it only happens in claimed chunk: ![image](https://github.com/EnigmaticaModpacks/Enigmatica9/assets/47418975/484d97e5-81e0-4b30-8c86-e66fe951c27a)

Please provide more details about this PR, e.g. API changes, what have been tested, screenshots. And honestly, I dont think this is necessary. Controlling is doing pretty good in terms...

Then this is very likely to be a typo, because descriptions on `Ritual Diviner` says 108 `Ritual Stone`, but I can activate this ritual when there's only 100 `Ritual Stone`...

I started using it in E2EE days ago, and have not yet found any regression

> please let me know if you will create reports and then verify that they have been fixed I will, but I don't have any working server so it will...

Mixin: https://github.com/ZZZank/JEIAreaFixer/blob/4bde8d27ca6f2c0fbad150c95db603c36df95f61/src/main/java/zzzank/mod/jei_area_fixer/mixin/xat/MixinTrinketGui.java#L26 Target: https://github.com/XzeroAir/Trinkets/blob/0ee6c6b109415879b2744d98a12f740526258405/main/java/xzeroair/trinkets/client/gui/TrinketGui.java#L195 This is not the original project my issue refers to, but the error can also be reproduced in this project. The first project is using Architectury+1.16.5,...

Update: `BusCharacteristicProvider` seems to be not necessary, because `@Cancellable` (Cancellable is annotation) -> `implement Cancellable` (Cancellable is interface) can be done by transforming event classes. My current hypothesis on handling...

The first crash log revealed a `duplicate class definition` problem from CubicChunk, and does not seem to be related to CensoredASM by any means, please send latest.log ```log Caused by:...