Hileb

Results 24 issues of 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 ![image](https://github.com/Ecdcaeb/Cleanroom/assets/107909747/ea5631e2-2275-4a9d-a09a-d31ced2d5695)...

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....

proposal pending

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

enhancement

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`,...

proposal pending

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...

proposal pending

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...

proposal pending