![CensoredASM](https://media.forgecdn.net/avatars/thumbnails/358/827/256/256/637520208754289091.png)
BakedQuad::new redirect calls megathread
criscky opened this issue ยท 13 comments
[19:28:20] [Client thread/WARN] [LoliASM]: class com.jaquadro.minecraft.chameleon.render.ChamRenderLL needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[19:28:44] [Client thread/WARN] [LoliASM]: class mekanism.client.render.MekanismRenderer needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[19:39:42] [Chunk Batcher 3/WARN] [LoliASM]: class appeng.thirdparty.codechicken.lib.model.Quad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:05:26] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.items.ItemSnowglobe needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:05:27] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.utils.helpers.QuadHelper needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:17:20] [Client thread/WARN] [LoliASM]: class com.elytradev.architecture.client.render.target.RenderTargetBaked needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[20:19:49] [Client thread/WARN] [LoliASM]: class com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1 needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
Hello once again, do you want me to make a new issue everytime or just reply to a closed issue?
[20:26:49] [Chunk Batcher 23/WARN] [LoliASM]: class blusunrize.immersiveengineering.client.models.SmartLightingQuad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
still appears despite putting the line in the config
[LoliASM]: class com.rwtema.extrautils2.backend.model.Box needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[LoliASM]: class thaumcraft.client.lib.obj.MeshModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[LoliASM]: class org.cyclops.integrateddynamics.client.model.CableModelBase needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[LoliASM]: class org.cyclops.cyclopscore.client.model.DynamicBaseModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
class gcewing.sg.BaseBakedRenderTarget needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
adding that class to the JSON file leads to a crash rendering the stargate controller item :
java.lang.NoSuchFieldError: ITEM
re-tested on 3.0.5, same result
crash log: https://pastebin.com/7UzqTaFj
log: https://gist.githubusercontent.com/PrototypeTrousers/08fca4d5dca7f6b7aa5501376df68e4d/raw/8c880f2df8942683ce5bc94f0997de74a5de4a8d/latest%2520-%2520Copy.log
another one
[22:59:34] [Client thread/WARN] [LoliASM]: class openblocks.client.renderer.item.devnull.DevNullItemOverride needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
also i have
com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad
in my list, but it's still giving me
[20:20:29] [Client thread/WARN] [LoliASM]: class com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
unless i'm putting wrong
S:classesThatCallBakedQuadCtor <
net.minecraft.client.renderer.block.model.FaceBakery
appeng.client.render.model.AutoRotatingModel
appeng.client.render.cablebus.QuadRotator
appeng.client.render.model.ColorApplicatorBakedModel
appeng.thirdparty.codechicken.lib.model.Quad
com.rwtema.extrautils2.backend.model.Box
com.rwtema.extrautils2.items.ItemSnowglobe
com.rwtema.extrautils2.utils.helpers.QuadHelper
com.rwtema.extrautils2.backend.model.PassthruModelItem$4$1
com.creativemd.creativecore.client.rendering.model.CreativeBakedQuad
forestry.storage.models.ModelCrate
org.cyclops.integrateddynamics.client.model.CableModelBase
org.cyclops.cyclopscore.client.model.DynamicBaseModel
lumien.randomthings.client.models.blocks.ModelCubeAll
lumien.randomthings.client.models.blocks.ModelCubeOverlay
codechicken.lib.util.VertexDataUtils
codechicken.lib.render.buffer.BakingVertexBuffer
com.jaquadro.minecraft.chameleon.render.ChamRenderLL
mekanism.client.render.MekanismRenderer
com.elytradev.architecture.client.render.target.RenderTargetBaked
thaumcraft.client.lib.obj.MeshModel
>
Ah I see why, it extends BakedQuad; I'm gonna account for that in a future release.
[00:20:14] [Client thread/WARN] [LoliASM]: class thecodex6824.thaumicaugmentation.client.model.CustomCasterAugmentModel$BakedModel needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
[01:29:24] [Client thread/WARN] [LoliASM]: class com.rwtema.careerbees.ProxyClient$ModelBark needs their BakedQuad calls redirecting! Insert the string into config/loliasm.json and report to Rongmario.
Another one 2