Tamion
Tamion
Could you give me an example explanation specifically for RayTrace in mind? (i don't exactly understand what you mean) do you mean like a RayTrace class that can be constructed...
what should be done regarding LivingEntity or Block? those interfaces only have methods for raytracing with the target of there own type
Alright i am really not sure about this. I feel like the kind of RayTraceBuilder or RayTraceExecutor we had in the beginnning just feels better. Using a configuration where stuff...
This seems to be related to #9770 view latest comment and Lulus comment about the related issues
This seems to be yet another issue caused by mojang moving projectile logic to ProjectileWeaponItem. That area would probably need to be skimmed through since all of that seems rather...
is there an existing way i can add optional configurations like that?
alright i will probably be working on the custom serializer and the rewrite tomorrow
Implemented the requested changes
if someone could comment on whether or not the config layout is ok that would be great, then i can quickly writeup a docs pr so that's also ready. new...
Would configs changing node structure have any kind of impact though? configurate still only sees that Map and all (de)serialization regarding the underlying nodes is done by the serializer. Do...