Everything posted by fastmailsend
-
How to add texture to block 1.10.2
close this topic
-
How to add texture to block 1.10.2
import net.minecraft.util.NonNullList; i cant find this lib
-
How to add texture to block 1.10.2
I have 2 questions: 1 is it an error in json files or code? 2 How can I fix this? And how do I use ModelRegistryEvent, and where.
-
How to add texture to block 1.10.2
check this plz https://github.com/Beriktabe/test/tree/master/main
-
How to add texture to block 1.10.2
Can you give me an example. plz
-
How to add texture to block 1.10.2
Check, plz, why i cant add texture to my testBlock main.rar
-
TrapItem for mob
My mistake in code, sry
-
TrapItem for mob
but health is 10 only if i damage before catching ,mob, health isnt changing it is 10 and 10 only
-
TrapItem for mob
Like this? EntityLivingBase a = (EntityLivingBase) ent; health = a.getHealth();
-
TrapItem for mob
how can i get Health from ent.getEntityData()? and where can i get list of names of elements in ent.getEntityData()?
-
TrapItem for mob
thx, i fixed it
-
TrapItem for mob
if(!world.isRemote) { Entity ent = new EntityCow(world); //ent.posX = player.posX; //ent.posZ = player.posZ; //ent.posY = player.posY; ent.setPosition(player.posX, player.posY, player.posZ); //ent. world.spawnEntityInWorld(ent); }
-
TrapItem for mob
How to spawn entities on the server only.
-
TrapItem for mob
Can you give me an example plz?)
-
TrapItem for mob
Entity ent = new EntityCow(world); //ent.posX = player.posX; //ent.posZ = player.posZ; //ent.posY = player.posY; ent.setPosition(player.posX, player.posY, player.posZ); world.spawnEntityInWorld(ent); this code spawn 2 cows, one is normal, another is untouchable
-
TrapItem for mob
Entity ent = new EntityCow(world); ent.posX = player.posX; ent.posZ = player.posZ; ent.posY = player.posY; world.spawnEntityInWorld(ent); return super.onItemRightClick(itemStackIn, world, player, hand); i use this code
-
TrapItem for mob
When I call the cow, it immediately disappears
-
TrapItem for mob
Like this? Entity ent = new EntityCow(world); ent.posX = player.posX; ent.posZ = player.posZ; ent.posY = player.posY; world.spawnEntityInWorld(ent);
-
TrapItem for mob
is it correct: Entity ent = new EntityCow(world); world.spawnEntityInWorld(ent);
-
TrapItem for mob
This is my problem, i cant found how to spawn entity, like cows) sry for my English)
-
TrapItem for mob
How can i spawn entity by name, when i right click
-
TrapItem for mob
I dont know how to spawn mob, which i catch)
-
TrapItem for mob
@Override public boolean onLeftClickEntity(ItemStack stack, EntityPlayer player, Entity entity) { lastName = entity.getName(); entity.isDead = true; return super.onLeftClickEntity(stack, player, entity); } with this code i catch entityName Plz help )
-
Why my simple mod isnt working :D
Thx, it was more easy on 1.7.10)))
-
Why my simple mod isnt working :D
I am noob in forge 1.10.2
IPS spam blocked by CleanTalk.