Jump to content

Recommended Posts

Posted

Hi Guys,

I have a problem on creating an crafting recipe for a spawnegg, thats spawns an entity that i have created myself.

The main problem is that I am not able to get an item-stack with this spawnegg.

 

Has someone an idea how to do this?

 

 

Posted

Look at

ItemMonsterPlacer::applyEntityIdToItemStack

.

 

I found the class ItemMonsterPlacer, but i wasn't able to find a method named applyEntityIdToItemStack :-/

Posted

Look at

ItemMonsterPlacer::applyEntityIdToItemStack

.

 

I found the class ItemMonsterPlacer, but i wasn't able to find a method named applyEntityIdToItemStack :-/

It is actually called

applyItemEntityDataToEntity

in 1.10.2.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted

It is actually called

applyItemEntityDataToEntity

in 1.10.2.

That is a different method.

Oops, just searched for apply in ItemMonsterPlacer and saw that one first on closer inspection you are indeed correct.

VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING

I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect.

Forge and vanilla BlockState generator.

Posted

Oh, now i see, i am currently on Minecraft 1.8 and on forge 11.14.4.1577

 

I dont really know why i am on this version, because i downloaded forge source code a week ago, but thanks for help!

 

I think i will stay on this version and i will make an normal item which spawns the entity instead of am egg.

 

 

Posted

I think i will stay on this version and i will make an normal item which spawns the entity instead of am egg.

You shouldn't, as there's no reason not to. 1.11 will be out soon, which will make 1.8 not supported by Forge anymore. So update to 1.10.2 now, or 1.11 later.

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.