AnAwesomGuy

Results 16 comments of AnAwesomGuy

+1, this would be really, really useful

seems like this was caused by #1578 so if this were to be fixed that would have to be reverted (i honestly dont see the point of the pr anyway)

yes, that is what im talking about about the buttons, that was a typo, i meant to say that i liked the old ui better but im just saying that...

would love this, as im currently trying to make a mod that adds stone shears

https://github.com/OroArmorModding/Multi-Item-Lib/ https://github.com/VazkiiMods/Botania/blob/1.19.x/Fabric/src/main/java/vazkii/botania/fabric/mixin/ItemPredicateFabricMixin.java

i also have this exact same problems, my concurrent tasks was set to 10 and concurrent downloads was 6, and when downloading around more than 7 mods it would always...

@Trial97 the debug stuff doesnt seem to work, i downloaded the debug prism (https://nightly.link/PrismLauncher/PrismLauncher/workflows/trigger_builds/develop/PrismLauncher-Windows-MinGW-w64-Portable-0b6ce55-Debug.zip), `gbd.exe`, `gdbprismlauncher.bat`, `.gdbinit` and ran the bat file, but nothing happens, the command prompt instantly closes...

this works from 23w32a onwards (`MatchToolLootCondition` became a record with an optional in that version) for below that, you would remove `DirectRegistryEntryListAccessor` and replace `MatchToolLootConditionMixin` with something like [this](https://github.com/AnAwesomGuy/wsmlmb/blob/b958f56e92ae1cd7c013b3c85df9b8987edb8e4f/src/main/java/net/anawesomguy/wsmlmb/mixin/shears/MatchToolLootConditionMixin.java#L25-L61). that...

> Not sure about modifying all loot tables, we should probably only do it for vanilla. If someone could help me find a way to do that that would be...