CraftFabric
CraftFabric copied to clipboard
Please update this.
Please update this.
You can update this by youself. Load a random plugin and then implement the missing API.
@tsao-chi is that possible with basic java knowledge?
Well getters are doable with easy Java knowledge, some wrapper stuff for chunks/entities/blocks is also easy doable. The real problem to implement with Mixins are the events. They can't easily be added without Overwriting methods most of the time and they are a pain to maintain. There is lots of stuff that is just mindless work to implement, and everyone can feel free to join the discord and/or make merge requests.
FukkitMC is currently halting development as well. Would really like to see this mod being updated for 1.16.2 and 1.16.3.
This project is active: https://github.com/BukkitFabric/bukkit4fabric @realspectr3x
This project is active: https://github.com/BukkitFabric/bukkit4fabric @realspectr3x
It's IsaiahPatton's mess. Do you not know who IsaiahPatton is?
This project is active: https://github.com/BukkitFabric/bukkit4fabric @realspectr3x
the difference between what that's doing as far as i know, and what this was trying to do, was this would be compatable with singleplayer. that's something i've been looking for and am still looking for