This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
I have recently been working on my first mod RPG-CRAFT and I need some help on my first entity. Feel free to answer as much as questions as you want.
1. How do I give a custom entity a item to hold and to attack with?
2. How do I make some function to activate when I spawn mob? (in modTick)
For example I am making a custom entity called HydraBrine and I want him to summon in mobs every once and a while.
Thanks for Helping!
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out
http://minecraftnoobtest.com/test.php
1. Holding an item: Entity.setCarriedItem(entity, Id, count, damage);
2. You can use useItem() (Spawn-Egg-Id 383) or if you spawn a mob through the Mod you can do that there.
Thanks! +1 for you!
I have recently been working on my first mod RPG-CRAFT and I need some help on my first entity. Feel free to answer as much as questions as you want.
1. How do I give a custom entity a item to hold and to attack with?
2. How do I make some function to activate when I spawn mob? (in modTick)
For example I am making a custom entity called HydraBrine and I want him to summon in mobs every once and a while.
Thanks for Helping!
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out
http://minecraftnoobtest.com/test.php
-
View User Profile
-
View Posts
-
Send Message
Curse Premium1. Holding an item: Entity.setCarriedItem(entity, Id, count, damage);
2. You can use useItem() (Spawn-Egg-Id 383) or if you spawn a mob through the Mod you can do that there.
Thanks! +1 for you!
I just took the Minecraft Noob test! Check out what I scored. Think you can beat me?!
To take the test, check out
http://minecraftnoobtest.com/test.php