idcppl
idcppl
**Describe the bug** Cells `base` layer is being provided a color through metaitem, so it makes the edges of the item a different color. https://github.com/GregTechCE/GregTech/blob/master/src/main/java/gregtech/api/items/metaitem/MetaItem.java#L162 **Versions** Forge: 14.23.5.2847 GTCE: Latest...
**Is your feature request related to a problem? Please describe.** A lot of the material system is attached to enums that dev's are forced to use EnumHelper for. In example,...
What: This PR allows for people to implement their own tooltips, with more than one line. How solved: This is solved by allowing for the user to pass a list...
**Describe the bug** Whenever you call the method `recipe.inputs` and the stack is null it'll error. **Versions** GTCE: Latest **Setup** Errors on load up with CraftTweaker scripts. **Steps To Reproduce**...