eutro / MultiblockTweaker

Add GregTech CE Multiblocks via CraftTweaker
GNU Lesser General Public License v3.0
8 stars 11 forks source link

cube_renderer bracket handler looking for custom ICubeRenderer's in Textures.java #30

Open screret opened 1 year ago

screret commented 1 year ago

crafttweaker.log (lines 49-106) i have noticed that this happens because this line in ReflectionHelper does null-checking for other usecases, even though this line in CubeRendererBracketHandler does the necessary null-check for this as well.

script file i forgot to attach where the ICubeRenderer is created

screret commented 1 year ago

and yes, i also tried with the brackethandler <cube_renderer:waste_reprocessor>

screret commented 1 year ago

and yes, i also tried with the brackethandler <cube_renderer:waste_reprocessor>

with this, i only get the image attached below

problem