#Problem back porting mod from 1.21.6 to 1.21.5 - hopefully something simple.

18 messages · Page 1 of 1 (latest)

languid girder
#

I changed my gradle properties to reflect the 1.21.5 values and now the IDE can't resolve this import:
import net.fabricmc.fabric.api.client.rendering.v1.BlockRenderLayerMap;

I've looked at other peoples projects and the only difference I could see in the gradle settings was the loom version, which I've also tried updating, but I still get the same error.

I'm new to programming in IntelliJ - spent my entire life in the MS world, so some of this confounds me, so be kind please. I struggle more with environmental issues than the programming, but I'm sure they will once I start to do more challenging things.

long geode
languid girder
#

Running with RenderLayer.getCutout()

long geode
#

They were added either .5 or .6

languid girder
#

Must have been .6

long geode
#

Actually

#

No

#

That was moved too

#

Cause I had to change the blog post to add it

languid girder
#

The blog post uses the enum, but doesn't mention that it moved. Or I'm just really tired.

long geode
#

It was moved

#

I think

#

But I only actually included two of three in the blog post for some reason

#

But yeah

#

Maybe remove the import and let your ide try to auto import it?