Everything posted by Ugdhar
-
I NEED HELP BADLY
It should be in the logs folder, which should be in the same folder the mods folder is in
-
I NEED HELP BADLY
Post the fml-client-latest.log You could also try removing mods 1 by 1 (or start with 0 mods, and add them in 1 by 1) to determine which is causing the crash.
-
minecraft 1.8 server crash
Try removing toomuchtnt It looks like it's calling a client function, which will crash a dedicated server (but works in single player, since the server/client both exist)
-
Probably the noobiest question ever: where do I find older source codes to download?
As a side note, you should probably go for 1.11.2 at the earliest, and preferably 1.12.x. I don't think 1.10.2 will be supported here for much longer.
-
Problem at the launch of a server
Yeah, plus you're running 1.7.10, which is old and unsupported as well. I'd update both.
-
Problem at the launch of a server
My guess would be that there are mod dependencies missing. Are you sure you installed all required mods on your server? Also there should be a fml-server-latest.log file, if you could post that somewhere I think it would help
-
[1.12] Item Rendering Question
Check this link out, it's a great display of using the new registry events. http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433
-
Forge installer crashes after changing directory.
1.7.10 is no longer supported here, update if you'd like to get help.
-
1.12 How did you create you recipes
I haven't done a lot of messing with recipes, but I doubt it.
-
The new 1.12 json files! Need help!
Out of curiosity, what was the issue?
-
[1.12] Porting from 1.11.2 registry assistance needed
Also instead of setUnlocalizedName("light_blue_stairs"); setRegistryName(Reference.MOD_ID + ":" + "light_blue_stairs"); you should do something more like setRegistryName("light_blue_stairs"); setUnlocalizedName(getRegistryName.toString());
-
1.12 How did you create you recipes
It looks like your pattern has 4 spaces across in each row, maybe removing the extra spaces will help?
-
Cannot Find Minecraft Folder In Eclipse
What minecraft folder are you talking about? And bumping after an hour, come on guy.
-
I can't finish decompliling my workspace.
I think this probably means you're going to need a RAM upgrade if you want to decompile MC. You could try setupDevWorkspace instead of the Decomp, so you can still develop, you just won't be able to view the MC sources.
-
1.12 How to fix these GameRegistry.register
http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433 This is a decent example of how to use the registry events to register items/blocks
-
Java binary not responding
SkyFactory 3 is for Minecraft 1.10.2. I don't imagine it's been setup to work with 1.12. *edit: was trying to include a screenshot, but evidently it doesn't like pasted images.
-
Minecraft 1.10.2-forge1.10.2-12.18.0.2002-1.10.0 CRASH :/
This post is over a year old, you should probably start your own post. Start a new post, and post the contents of your fml client latest log
-
[1.7.10] How would you give survival mode player an item on Login/Spawn
This post is over 2 years old, and 1.7.10 is no longer supported. You should make sure you are using a recent version, and start a new thread with your issue including code and the fml client latest log
-
Modpack Server does not start
Remove real first person render from the server, I'm guessing it's a client/single player mod.
-
Gui Assets
You just draw them, and then they are referenced from your gui code. You will need a Container, GuiContainer, GuiHandler, and I suppose a Block & TileEntity or maybe an ItemStack Capability depending on if you have a block or item providing the inventory. If you use a Block & TileEntity, the TileEntity needs to be registered, GuiHandlers need to be registered in the NetworkRegistry.
-
Gui Assets
Anything that can save as a .png I believe, gimp and paint.NET are a couple I can think of
-
MC 1.11.2 Block Texture Not Showing
Well, firstly if you don't have a solid understanding of Java, you should learn that first for sure. Just copying/pasting and using line-for-line code from tutorials will not get you very far, especially since it seems like most tutorials do things wrong anyhow. I found this helpful with figuring out the more recent/correct ways of registering stuff. http://www.minecraftforge.net/forum/topic/49497-1112-is-using-registryevent-this-way-ok/#comment-249433
-
MC 1.11.2 Block Texture Not Showing
https://github.com/jwz123/Item-Plus/blob/master/src/main/java/joshua/testmod/init/items/BlockInit.java#L19
-
MC 1.11.2 Block Texture Not Showing
Don't use Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(item, 0, new ModelResourceLocation(Reference.MODID + ":" + item.getUnlocalizedName().substring(5), "inventory")); You should be using ModelLoader.setCustomModelResourceLocation from a ModelRegistryEvent
-
MC 1.11.2 Block Texture Not Showing
Post your code, preferrably to somewhere like github so we can see item code, registration, jsons, etc.
IPS spam blocked by CleanTalk.