-
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
IPS spam blocked by CleanTalk.