#help with Block Entity (Geckolib)

31 messages · Page 1 of 1 (latest)

flint tiger
#

I can't understand what's wrong, 1.21, help please

flint tiger
#

help please

manic walrus
#

keep in mind that BlockRenderType.MODEL means "use the normal block model"

flint tiger
#

uuh
i should use BlockRenderType.ENTITYBLOCK_ANIMATED?

manic walrus
#

if you don't have a block model, invisible

flint tiger
#

but...
the game doesn't render a block entity model

#

i can't understand

manic walrus
#

did you register the renderer?

flint tiger
#

yep

manic walrus
#

and is that registration code being executed?

flint tiger
#

uuuh

manic walrus
#

put a breakpoint or a log message in there

flint tiger
#

done

#

but it still has not a model

flint tiger
#

and this is very bad

flint tiger
#

help please

manic walrus
#

post all your code somewhere

flint tiger
#

all code of my mod, or code that connected with block?

manic walrus
#

Mod

flint tiger
#

why?
geckolib entity works good, so the problem is not in geckolib
everything else too

graceful trellis
#

you prob misspelled the path of your texture, no?

#

that looks like a "missing texture" problem

flint tiger
#

nope
there's no model

#

anyway

#

i fixed