WiredTomato
WiredTomato
- **(For usage) I have read the [wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/02usage)** - **(For troubleshooting) I have read the [wiki](https://end-4.github.io/dots-hyprland-wiki/en/i-i/03troubleshooting)** - Linux distro: Arch Linux --- ## The issue Automatic install fails due to...
Wayland early display window implementation, requested in #98
Conditional class loading described in #201 ```java @DependsOn("modid") @Mod("testmod") //class loaded if modid is present public class TestMod { public TestMod() { } } ``` ```java @DependsOn({"modid", "modid2"}) @EventBusSubscriber(modid =...