Everything posted by WOTBLITZ
-
1.11 Tutorials?
Is there any 1.11 tutorials? By tutorials I mean fluids like stuff other then armor items and blocks(basic stuff). I tried to do with out tutorials but it didn't work. Like fluids, I found Fluid in minecraft forge but don't know how to use it and I also found that minecraft water uses BlockStaticLiquid and BlockDynamicLiquid but I don't know how to use them. I also looked in a older outdated tutorial on fluids and it have so much other the using Fluid from forge and registering it but if thats true how do you register it on 1.11 cause GameRegistery can not register fluids.
-
Mod without mcmod.info
Yeah, I know that but still I try. And about the mcmod.info, I would like not only just what I said but also update the info every now and then.
-
Mod without mcmod.info
What do you mean by that?
-
Mod without mcmod.info
I'm paranoid cause I don't like stuff changing by someone.
-
Mod without mcmod.info
Isn't that the metadata from the mcmod.info and I don't think you can edit that. Well lets say that the mcmod.info exists an I edit the information in code. Well, who knows java have an easier time to edit in code and mcmod.info, what said is that more that know how to edit the mcmod.info file then in code.
-
Mod without mcmod.info
if it dosen't work then I want this as a new thing for future forge.
-
Mod without mcmod.info
This is not a necessity. I would like to add all information for my mod in code without need of mcmod.info cause it's annoying that any one can edit the mcmod.info. Like the @Mod() could have all of the information as mcmod.info but it dosen't. As I said this what I want but if it dosen't work then I'm fine with that.
-
Spawning Entity[1.11.2]
Ok, I'll try that.
-
Spawning Entity[1.11.2]
I know the basic of minecraft modding with forge. I wanted to try spawning an entity and tried Minecraft.getMinecraft().world.spawnEntity(entity); which was good but is there any way to set armor or item with when the entity spawns. If I'm right the entity will spawn without armor and items.
-
Getting activ potion from particle or other.
Ok, thanks for informing me.
-
Getting activ potion from particle or other.
getLookEntity() is where my entity is.(Original code): [pre] private static EntityLiving getLookEntity() { if(Minecraft.getMinecraft().objectMouseOver.entityHit instanceof EntityLiving) { return (EntityLiving)Minecraft.getMinecraft().objectMouseOver.entityHit; } else { return null; } } [/pre]
-
Getting activ potion from particle or other.
I found how to do it my self. [pre]EntityLiving)Minecraft.getMinecraft().getIntegratedServer().getEntityFromUuid(getLookEntity().getUniqueID())[/pre]
-
Getting activ potion from particle or other.
So why did you reply: Try to check if getActivePotionEffect() isn't null?
-
Getting activ potion from particle or other.
Well if you know modding in minecraft you know that doing that won't work in client side and it will say null even if a potion is active.
-
Getting activ potion from particle or other.
What do you by mean that. I know java but I am new to minecraft modding.
-
Getting activ potion from particle or other.
I have question about that. When you play minecraft client does it start a internal servar and if so how do it then? And One more thing. I was able to get the duration of getActivePotionEffect(potion).getDuration() but it will throw nullPointerExeption if the entity doesen't have the potion effect.
-
Getting activ potion from particle or other.
I know, but is there a to "find out", like an entity jumps higher then normal. (Just an example) Why I ask: I know there are mod using active potion effects and some how in client sid.
-
Getting activ potion from particle or other.
I said that as an example, it would be help full to somewhere to get avtive potion effects client side.
-
Getting activ potion from particle or other.
Is there a way of getting active potion from entity from particle or related. What I mean is based on active particle, I can determine the potion effect. It will helpful if you reply with other ways in client side.
-
[1.11]Getting active potion from entity
Thanks for your help anyways.
-
[1.11]Getting active potion from entity
So I got every thing right?
-
[1.11]Getting active potion from entity
If I got this right: My code works but only servers side. And there is now way of getting potioneffects client side.
-
[1.11]Getting active potion from entity
How would I go to get the potion effect server side.
-
[1.11]Getting active potion from entity
Do you mean that there is no way of getting active potin effects or that it only works to get it on server side(if so some example code would be helpful).
-
[1.11]Getting active potion from entity
By looking at the console. It is supposed to print true.(Stop asking question if I am doing things right just help with my problem)
IPS spam blocked by CleanTalk.