Hileb
Hileb
Fix https://github.com/CleanroomMC/Cleanroom/issues/72 Cause by empty Item without check. same at https://github.com/sinkillerj/ProjectE/blob/mc1.11.x/src/main/java/moze_intel/projecte/gameObjs/items/tools/PEToolBase.java#L129 https://github.com/sinkillerj/ProjectE/blob/mc1.10.x/src/main/java/moze_intel/projecte/gameObjs/items/tools/PEToolBase.java#L128
# Why this pr here **The existing installer is missing the licenses!** **The existing installer icon is incorrect!** # What this pr brings ### Fix Extra Files #### Forge ...
In the old forge. The `Structure` could not be attached without dark-magic.(Transformation) On the one hand, structure is a two-step-generated `WorldGen`, we could not generate it simply use existed events....
LexManos use official mappings for in-repo patches, will be converted to SRG during build. Should we do the same things? https://github.com/MinecraftForge/MinecraftForge/commit/40a799828190bee2d817f2f9154edadceda44ddc
Fix https://github.com/MinecraftForge/MinecraftForge/issues/5092 and provide a new event which enable register/unregister factories; ### Why I could not use _factories.json to define it? But a event? Of course you can use `json`,...
Enable SplashFontRenderer render Unicode char Open SplashFontRenderer for modder as a early font renderer. Some mods might render text at loading splash or any other early usages. ### Why do...
expand the EnumAction and ArmPose but remain the vanillan `if`. ### The Functional Interface We use functional interface to expand the EnumAction and ArmPose. This design is from the forge...
enable change the target in the event. the existed hook is `@Deprecated` ### Why I edit this event The old event do not imple the redirection of target. When our...