Hileb

Results 24 issues of Hileb

warning! break the network compat with old forge server/client. https://github.com/MinecraftForge/MinecraftForge/issues/3228

proposal pending

### Summary Cleanroom has got jakarta xml and transformered the reference of `javax.xml` for a long time. But the implement, `org.glassfish.jaxb`, was not downloaded. It means such a Exception will...

### What this pr brings - The new interfaces, `IHoverEventAction` and `IClickEventAction`, abstract `action` processing into `method`s. - Make `ClickEvent.Action` and `HoverEvent.Action` implement these interfaces and invoke them at the...

proposal pending

Add a new function for the modder to add their mcFunctions. - usually for the result for advancements. - enable modder register it by codes. (means serializing or deserializing is...

proposal pending

should we import [Brigadier](https://github.com/Mojang/brigadier) ? I like it very much.

Could this software support https://www.lightnovelworld.com/ ?

## 🐛 Bug Missing a license, missing the codes ### To Reproduce view the repositories ### Expected behavior the codes under one license ### Environment ### Additional context

bug

https://github.com/Ecdcaeb/Subject-Three-Sweet-Dreams/actions/runs/12890096156/job/35938883020 When I changed a method from protected to public, the inheritors were not modified successfully, resulting in an error. ```at public net.minecraft.entity.Entity func_70105_a(FF)V # setSize ``` ```error > Task...

This method is for classes without ASMData. 1. In addition to Coremod, dynamically generated classes also need to use it. 2. Synchronization in general, such as the following code, does...

Add Helper method to ASMDataTable and use it