#Assistance with Making a 1.19.2 Entity On Forge using IntelliJ

1 messages · Page 1 of 1 (latest)

terse light
#

Hello there! I know i just joined this server but I very much need some guidance for making a 1.19.2 Entity, My entity is an illager that will be a participant in raids. I have been following a tutorial but i am stuck on a specific error known as
'AbstractIllager(net.minecraft.world.entity.EntityType<? extends net.minecraft.world.entity.monster.AbstractIllager>, net.minecraft.world.level.Level)' in 'net.minecraft.world.entity.monster.AbstractIllager' cannot be applied to '(net.minecraft.world.entity.EntityType<capture<? extends net.minecraft.world.entity.monster.AbstractIllager>>, java.util.logging.Level)'
All I need is a bump in the right direction and nothing too intense, thank you <3** **

swift loomBOT
#

<@&987246652869971988> please have a look, thanks.

swift loomBOT
#

While you are waiting for getting help, here are some tips to improve your experience:

Code is much easier to read if posted with syntax highlighting and proper formatting.

If nobody is calling back, that usually means that your question was not well asked and hence nobody feels confident enough answering. Try to use your time to elaborate, provide details, context, more code, examples and maybe some screenshots. With enough info, someone knows the answer for sure.

Don't forget to close your thread using the command </help-thread close:1027500463647621170> when your question has been answered, thanks.

terse light
#

Oh I forgot the screenshot

#

Here it is

#

apparently the error didn't affect me doing a genIntellijrun

#

it built successfully

#

strange

#

I thought that would have done something

#

Nope yeah

#

it did something alright

#

I can't runclient

crystal nymph
#

your class imports java.util.logging.Level and the constructor accepts an net.minecraft.world.level.Level
these have the same name but are two different classes, you prob didnt mean to import java.util.logging.Level
just remove the import and import the correct Level

#

@terse light

terse light
#

Ooooo Splendid

crystal nymph
#

reading the error message helps 👀

terse light
#

Yeah my apologies

#

This is my first time going at it in modding im just excited to get this thing goin lmao

crystal nymph