modmuss
modmuss
At a glace this looks like a great start. Most of the time we dont use the GUI to select the mappings, in yarn its passed as run argument, or...
The build also failed due to the checkstyle rules 👍
> It appears that injected interfaces only work when registered in the main source set. I dont think thats intentional, most likely something I can fix in loom. Ideally client...
This should be done by default, something I can fix in a future loom version, for now you should be able to add the following to the sub projects build.gradle:...
> Is it acceptable just to add it as a constant to FabricSoundInstance? Yes, I think that would be a good idea 👍
I agree, spotless would also need to be ran making commits very slow. I would reccomend using the checkstyle plugin in your IDE to make it clear when you have...
I dont think there is a major perf concern, we already have entity join/exit world events. However this may be better done alongside the entity tick events, where the plan...
I will merge this in alongside the next bunch of changes 👍
Yes, this is a major breaking change. `getNestedJars` is used quite a bit.
> it's now possible to store structures in plain text (.snbt) - The existing code only supported using snbt files. - With this change a missing structure will throw a...