fonnymunkey / RLFoliage

Minecraft mod that alters the appearance of leaves & grass
MIT License
0 stars 1 forks source link

VintageFix dynamic_resources stop leaf rendering #1

Open XvaleX10 opened 8 months ago

XvaleX10 commented 8 months ago

For some reason if I install both BetterFoliage and VintageFix the leaves are not rendered If I disable mixin.dynamic_resources in the VintageFix configuration file the problem is solved Is there any way to make the mod work even with mixin.dynamic_resources enabled?

fonnymunkey commented 8 months ago

A known issue with the original mod (https://github.com/embeddedt/VintageFix/issues/25) I may make an attempt at fixing it at some point, however that would also likely involve rewriting the mod in Java to remove all Kotlin. The primary point of this fork is to remove the issues with rounded logs, as such any more significant changes like that are low on my priorities, however I am open to PR's.