Everything posted by Animefan8888
-
[1.10.2] Minecraft crashes when gui part is opened
Like so String.valueOf(i);
-
[1.8] Help creating Custom Commands
In your MainMod class in the @Mod annotation set clientSideOnly = true not sure if that will fix it, but you should do that anyways.
-
[1.8] Help creating Custom Commands
There are two possible places for this, which are you referring to? Here if (ChatListener.isAFK = false) { ChatListener.isAFK = true; icommandsender.addChatMessage(new ChatComponentText("You are now AFK!")); return; } If this doesn't work it is not being called. I use that and it only comes up with the "Hello" message, not the "You are now AFK!". Then it is never making it into the if statement, or it can't send the message try removing the help message.
-
[1.10] How can I make minecraft vanilla blocks drop custom items?
When you setup the EventHandler you need to subscribe to HarvestDropsEvent, using the HarvestDropEvent parameter in your method you have access to the block and a list of dropped items you can modify to your liking.
-
[1.8] Help creating Custom Commands
There are two possible places for this, which are you referring to? Here if (ChatListener.isAFK = false) { ChatListener.isAFK = true; icommandsender.addChatMessage(new ChatComponentText("You are now AFK!")); return; } If this doesn't work it is not being called.
-
AL lib: (EE) alc_cleanup: 1 device not closed
You can look at the link in my signature and look at my RegistryHelper class for an example on how that is handled.
-
[1.10] How can I make minecraft vanilla blocks drop custom items?
EventHandler here is a great tutorial on it by cool alias. http://www.minecraftforum.net/forums/mapping-and-modding/mapping-and-modding-tutorials/1571567-forge-1-6-4-1-8-eventhandler-and
-
[1.10] How can I make minecraft vanilla blocks drop custom items?
HarvestDropsEvent.
-
How Do I Change My Personal Text? (ok, I got it)
I want to say it is at the top of the thread. Never done it...
-
How Do I Change My Personal Text? (ok, I got it)
Didn't have it in my original post.
-
How Do I Change My Personal Text? (ok, I got it)
You can change it delete this thread as it has nothing to do with modding. *Edit In the same place you change your signature.
-
Updating abandoned mod
Honestly you should stop he/she probably doesn't know that you are being sarcastic and if you aren't you should stop, because core mods are not supported by forge.
-
Updating abandoned mod
1st. Do you know any Java if not learn Java first. 2nd. Post more specific questions please.
-
[Solved] [1.10.2] Creative Tab
What he should reorder would be the registry order, but doing it in the list would be better(less work).
-
[1.8] Help creating Custom Commands
if (false) return;
-
[1.8] Help creating Custom Commands
Try putting a return in there
-
[1.10.2] TESR makes texture dark.
GL11.enable/disableLighting();
-
block render registry
new ItemTwigs(twigs)...
-
block render registry
Don't put .class
-
[1.8]how to extend parent block's texture.
Well I would say the best way to learn on this is to look at examples I would start looking at minecrafts JSON files in the jar under that path assets/minecraft/models/... Just to let you know Blocks need three JSON files a blockstate, block model, item model. Blockstates are under the path assets/minecraft/blockstates
-
[1.8]how to extend parent block's texture.
JSON files.
-
[1.8] PlayerLoggedInEvent: When is it called?
It should be called once the world is loaded.
-
[Solved] [1.10.2] Entity Spawn Egg spawns Pig Only Once Built
Yeah I told you that tends to happen eclipse just doesn't care sometimes :3
-
[1.8] Help creating Custom Commands
I don't think you can detect if the player has received a chat message but if you could it would be down with an Event provided by forge.
-
[Solved] [1.10.2] Entity Spawn Egg spawns Pig Only Once Built
In edit profile there is an option to see the console.
IPS spam blocked by CleanTalk.