Everything posted by Animefan8888
-
[1.10][SOLVED] Make chat message only appear once when item is used
Put it in a world.isremote check.
-
1.10.2 Item has wither
Look up casting in programming and you will see.
-
Bugs with drag and drop and containers
Please explain to me what you mean by drag, do you mean clicking on a slot once and moving it around?
-
1.10.2 Item has wither
When you are holding it or when it is in your inventory either way use onUpdate(...) in your item class.
-
Make a block two blocks high.
Just to make this easier make a private static AxisAlignedBB with the size you want and return that in getCollisionBoundingBox(...)
-
[SOLVED][1.10] Help rendering a custom projectile (custom chicken egg)
You meant items not entities right?
-
[SOLVED][1.10] Help rendering a custom projectile (custom chicken egg)
Yes because you are passing a null item instead of an initialized one. Also item registration should really be done in the preInit method and instead of using Minecraft...getItemModelMesher(...) use ModelLoader.setCustomModelResourceLocation(...).
-
Make a block two blocks high.
Override isPassable().
-
[SOLVED][1.10] Help rendering a custom projectile (custom chicken egg)
When as in before your items after them, what method.
-
Make a block two blocks high.
Mainly the getCollisionBoundingBox(...), getSelectedBoundingBox(...), isFullCube(...), abd isOpaqueCube (...).
-
[SOLVED][1.10] Help rendering a custom projectile (custom chicken egg)
When do you register your entity?
-
[SOLVED][1.10] Help rendering a custom projectile (custom chicken egg)
Post the crash.
-
Make a block two blocks high.
There is a method in Block that allows you to edit the collision boxes. Look at BlockCactus for an example.
-
How can I code this ?
You never initialize ALLIUMORE in the second file.
-
How can I code this ?
There are things called PM's and I assume he emailed you.
-
[1.9.4]itemFood value
The amount is how much of the food bar is filled and saturation is basically how long it takes before the hunger starts to go down.
-
[1.9.4]itemFood value
What is the question?
-
How can I code this ?
Post the all OreGeneration Code and please use spoilers for things like crash reports and code tags for code.
-
[Solved][1.9.4] Updating my custom walls from 1.8 to 1.9.4
I have a recommendation put @Override above methods you are overriding.
-
[1.9.4] Get Entity Player is looking at
You will have to make your own instance of MovingObjectPosition using Vectors.
-
black/purple icons in inventory(armor) [1.10]
You have layer_0 and layer_1, but in code you say layer_1 and layer_2.
-
[1.10] [SOLVED] Set color of an ItemStack's display name
I beleive it is just ChatFormatting they removed the Enum, cant check though.
-
[1.10.2] Problem with client command in server
The error is you check if the client players name is the same as the passed name, if not you return null. You then try to do something with that null variable. As Matryoshika said the server knows where the players are, while the client does not.
-
Convert a .class file to a .java file
You could do this with mcp, but you need the mod authors permission, but as Leviathan143 said you will probably be better off doing it from scratch.
-
[1.7.10] Duplicate item entity is spawning when it shouldn't
It is mostly done, if not it is complete.
IPS spam blocked by CleanTalk.