Brennan Ravenscroft
Brennan Ravenscroft
Yeah it's something I would like to explore. I need to majorly redo plants to proceed forward into 1.14, so it may be a bit before any changes happen.
Still 92 compile errors. My original list is missing a few entries.
Remaining events: - [x] ~~FillBucketEvent~~ Deleted. This is a very old event (circa 1.2.5) that is fully superseded by `PlayerInteractEvent.RightClickItem` with an `item == Items.BUCKET` check. It also has been...
Tech, I fail to understand why you are so staunchly against this, the maintenance cost is zero and it solves a problem in a simple fashion. Your argument seems to...
Is this just poor method resolution on javac's side? The two method signatures are ```java public T addProvider(boolean run, DataProvider.Factory factory); public T addProvider(boolean run, T provider); ``` There's no...
Visual Studio is not a supported environment. Even if it were, it appears to not support modern gradle versions: https://github.com/redhat-developer/vscode-java/issues/3648
Could guard it with a config option or a mod internal flag, but no we can't have it enabled by default due to Mojang's stance here.
I think having the option as a different NBT key is a good solution. Similar to the mostly-agreed upon "no magnetism" tag
Going to stop that review early. I think this has gotten too complex for the intended goal, which was just to mark certain items as being unable for pickup. If...
@ApexModder The PR needs to be rebased against 1.20.x to resolve conflicts.