altrisi

Results 172 comments of altrisi

`@Mixin(target="net/minecraft/...")` iirc Or maybe targets

If that's not enough then there's accesswidener

Note that after accesswidener you have to regenerate/reimport/sync/refresh (or whatever it's called on intellij gradle) the minecraft sources/the project given it modifies directly the game jar.

The [rule description](https://github.com/gnembon/fabric-carpet/wiki/Current-Available-Settings#fastredstonedust) (also available in-game) mentions that not all behaviour is guaranteed to be exact, so I'd think this would be expected, but I don't know for certain.

Looks like a lot of stuff and complexity for this, and also if mojang ever adds a new field the rule will stop working properly (and also this may not...

I think you can use it together with `dispensersPotPlants` to place or remove the flower (I think they're compatible with each other).

The problem is that renaming them would mean that any worlds that have them enabled would get them disabled, likely breaking stuff in them. There's currently no system to automatically...

Yes, with that jvm arg the game loads and joins a world without crashes or other exceptions.

Hey! I've worked on this and extracted (and modified to work as an external library) the config system in the last few days, and pushed the code to https://github.com/altrisi/CaffeineConfig. A...

Note that you don't need to migrate to the new settings api for 1.19.x, it'll just warn in the log until then. And if you need help with that feel...