Everything posted by Animefan8888
-
[1.8] [Solved] crash onImpact splash potion
What is line 122.
-
How to alter a vanilla BiomeDecorator?
If i am correct you need to run in debug mode for breakpoints to work, though i never use them much.
-
[1.8.9] Conflicting positions for SP and MP
Update to 1.10 and use the capability system.
-
Block has missing texture when placed in world 1.10.2
Blockstate doesnt belong in models.blockstate just blockstate
-
[1.10.2] blockstate question
Are yiu using metadata to specify what blockstate it is?
-
[1.7.1] Reduce vanilla entity spawnrate? / Unexpected crash
You should use LivingSpawnEvent instead.
-
Multi-texture blocks that can be placed in different rotations [1.8.9]
The field named FACING look at how that is used.
-
[1.10]Spawn a rotated cube particle
Do a != null check aswell as a isEmpty check
-
Multi-texture blocks that can be placed in different rotations [1.8.9]
The wonderfulness of the JSON system look in the furnaces blockstate JSON.
-
getStackInSlot does not render Item in overlay
Like so // You already have this. Inventory inventory = new Inventory(); inventory.readFromNBT(somehowGrabPlayerNBT); // Do rendering
-
[Solved][1.10] Need some simple help here with creative tabs.
This was recently solved and is the same question. http://www.minecraftforge.net/forum/index.php/topic,41353.0.html
-
How to alter a vanilla BiomeDecorator?
Does your init method have @EventHandler annotation?
-
[1.10.2] How to make a custom ISound?
I assume the best wat to make a custom ISound would be to create a class that implements ISound.
-
[Solved] [1.10.2] How to play a custom sound?
If you know java you should know about casting.
-
[SOLVED][1.10] Tileentity calling writetonbt() only on server side
That is what is supposed to happen, you need to override onDescriptionPacket and getDescriptionPacket (not sure if i got those names right) in your TE's class. *Edit that is for syncing client and server.
-
[SOLVED] [1.10.2] How to get log type
You mean like BlockPlanks.EnumType.OAK
-
[1.10.2] [SOLVED] 2 Weird problems with a custom teleporter
Does the console log that a portal is being placed when you enter the overworld again?
-
Event Not getting Hit
You are missing @EventHandler for your init method.
-
[1.8] Help creating Custom Commands
Try removing the space in the Joiner.on(" ")
-
[1.8] Help creating Custom Commands
Could you explain a little more?
-
[1.8] Help creating Custom Commands
You currently have it. Instead of setting your message variable to args[0] set it to res.
-
Forge not finding mcmod.info
Is the modid of your mod comtech all lower case?
-
Forge not finding mcmod.info
Is resources set as a source folder/are other assets being loaded? If so post your mcmod.info file.
-
[1.8] Help creating Custom Commands
Because args.length is equal to the number of arguments aka "Hello my name is Anime" is 5 not 1.
-
[solved] Having An Issue With My Entity Disappearing After Piercing An Entity
Why do you do this? if (this.worldObj.isRemote) { this.setDead(); } What you are doing is killing the Entity client side. Therefore it doesn't render.
IPS spam blocked by CleanTalk.