Custom entity not spawning

Started by R_XclusiveNL on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
Custom entity not spawning
Tue, 10/05/2021 - 04:28 (edited)

Hi again

I've made a custom living entity wich was easier than expected.

But i cant seem to spawn it ingame.

I tried using /summon, but its not even in the list,

and i've tried making a spawn egg, the spawn egg is there,

but it doesnt spawn anything..

 

Can anyone help me out? 

 

Edited by R_XclusiveNL on Tue, 10/05/2021 - 04:28
Active 2 years ago
Joined Sep 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
I tested it in Gradle in…
Tue, 10/05/2021 - 05:00

I tested it in Gradle in mcreator, it does spawn there, but not in normal minecraft..

Active 6 months ago
Joined Mar 2021
Points:
1021

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
attach some screenshot of…
Tue, 10/05/2021 - 07:06

attach some screenshot of your entity tabs  and I will tell you what is wrong

Active 2 years ago
Joined Sep 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
Well thing is the custom…
Tue, 10/05/2021 - 07:36

Well thing is the custom entity works in gradle, but i havent tested it in normal minecraft yet since i made some changes to the mob, i will test it in a few and let you know

Active 2 years ago
Joined Sep 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
Are you also able to help me…
Tue, 10/05/2021 - 07:59

Are you also able to help me with dropchance of my custom mob?

i made a procedure on ''when entity dies'' that looks like this ''this is what most people use when i check on google''

https://prnt.sc/1uv38yx

I tried 100% chance aswell, and my mob doesnt drop anything..

Active 6 months ago
Joined Mar 2021
Points:
1021

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Put random <= 50 and it will…
Tue, 10/05/2021 - 09:50

Put random <= 50 and it will work

 

Active 2 years ago
Joined Sep 2021
Points:
623

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 41
Got it thankss
Tue, 10/05/2021 - 12:47

Got it thankss