Everything posted by Ugdhar
-
[1.7.10] Fixing interaction between a block and an item with events
1.7.10 is not supported. There's a mod for 1.10.2 called Refined Storage that is similar to AE. Update.
-
[1.7.10] Custom dimension crashing on loading WorldProvider
Other mods not updating is a pretty poor excuse to be developing for an old, unsupported version of forge. It just contributes to the cycle of laziness.
-
Minecraft Crashes on World Load
Also stop using 1.7.10, it is outdated and unsupported. Update to 1.10.2. Yes, I know your favorite mod authors are lazy and haven't updated.
-
Why is my mod not working after I try to update it to 1.8?
You should post everything that is shown in the error screen, not just a summary in your own words. I believe that is what people are trying to get you to do.
-
Can't use JRebel with forge 1.7.10.
Update to a supported version; the rules clearly state only the current Minecraft version is supported. 1.7.10 is old and lacks a lot of the stuff people have worked hard to put into the current releases. If lazy devs haven't updated their mods that you want to use, shake their tree, or rewrite yourself for current Minecraft.
-
[1.9.4/1.10.2] Adding potion effect when a player eat food
It's telling you what's wrong, you have an int where you need a float.
-
World Type Nether
Isn't that referencing the Vanilla Teleporter class? Also, to the OP, it's more helpful if you upload your code to github so we can see line numbers and such.
-
[1.9.4/1.10.2] Adding potion effect when a player eat food
Here's a tutorial about making custom food, it's for 1.8, but shouldn't be too hard to fix up for 1.10, as long as you know some programming/java. http://bedrockminer.jimdo.com/modding-tutorials/basic-modding-1-8/custom-food/
-
[1.10.2] How add custom armor? (I am new to forge)
http://bedrockminer.jimdo.com/modding-tutorials/basic-modding-1-8/custom-armor/ It will be slightly different for 1.10, but it should get you started. Try some stuff, and post your full code (better yet, link to a github) and what works/doesn't work. Asking for someone to give you code is a somewhat unreasonable request.
-
[1.10.2] How add custom armor? (I am new to forge)
I believe this link is what I used as a start to figure out how to do it.
-
[1.7.10] Restarted computer, server crashes
I'm not sure, you could try asking the authors of the mods you want to update. Or suck it up, and ditch the mods made by lazy authors, and just use current ones. Then try making replacements for the ones that didn't update. You'd find help here in Modder Support for doing that if you ran into problems, I'm sure.
-
Forge 10.13.4.1566 | Minecraft 1.7.10 | HTTP response code 403 error
Update to 1.10.2, 1.7.10 is not supported here. It says so right here in the rules: http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
[1.7.10] Restarted computer, server crashes
You should post logs to a github gist or something, instead of a 10 mile long quote. Also, update to 1.10.2, 1.7.10 is not supported here, as it is old. This is clearly stated in the EAQ which is supposed to be read before posting here: http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
Modded Minecraft Crash
Upgrade to 1.10.2, 1.7.10 is old and not supported anymore, per the EAQ: http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
Self-Made Modpack has FML Errors (Need Help Analysing Log)
Update to 1.10.2, 1.7.10 is old and no longer supported. http://www.minecraftforge.net/forum/index.php/topic,20.0.html
-
What version to choose?
You'll only get forums help if you're using the latest Minecraft version, otherwise chances are any help requests will be met with "upgrade to 1.10.2, using 1.x.x you're on your own" (which makes sense, if everyone did that, everything would be current.)
-
Stop.
Try updating to 1.10.2 instead of using a really old version.
-
[SOLVED] [1.10.2] prettier console messages & get dimension ID
LogManager.getLogger(MODID) will return you an instance of Logger that you can use to write log messages to the console. edit: Logger#info(String) is the method you probably want
-
I got a json error for the item schematic from an item that i made
Mod IDs I believe it is advised they all be lowercase, and I also believe I have seen it said that renderers should be registered in preinit. Try changing those 2 things and see what happens
-
I got a json error for the item schematic from an item that i made
Post your code or a link to it, and the Minecraft version you're working with please
-
[1.7.10][UNSOLVED] Models for armor not working
textures is spelled wrong
-
[1.10.2] World Generation
Awesome thanks for the info and link! Hopefully it'll help my understanding more! Any other info you or anyone else has is welcome! Aside from most tutorials out there being for 1.7.10 (I hate that version so bad), most of them are code with little to no explanation, and I'm not big on cutting & pasting code I don't understand at least mostly.
-
[1.10.2] World Generation
So I've mostly got my head wrapped around using an IWorldGenerator to generate ores, but I'm wondering about more information on how minecraft does world generation (dimensions/biomes/etc), and how all the classes relate to each other. I've tried looking at the vanilla code, but honestly there are so many classes I get lost and confused. Most of the "tutorials" I've found are basically just code, nothing actually explaining how things fit together and/or how they work. I'm not looking specifically for code, but more of a breakdown/explanation of how the different classes fit together and can be added/changed for custom world generation. Any advice or links would be greatly appreciated!
-
Item Texture Under Wrong Domain
So, a couple things I noticed Don't use GameRegistry.registerItem, use GameRegistry.register(Object) to register pretty much everything; items, blocks, biomes Don't use Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register, use ModelLoader.setCustomModelResourceLocation use Item#setRegistryName before you register your item, and Item#getRegistryName instead of using getUnlocalizedName. and, I believe, the cause of the problem you're having, in your json you don't prefix your items/generic_item with your modid, that's why it's giving you an error about minecraft missing a resource, it's trying to look in the minecraft assets for your asset. *edit: And while I can clearly see the forge/minecraft version in your error log, it seems to be common practice to put the Minecraft version in the subject of your post.
-
[1.10.2] Can't get assets to work
Try changing ModelResourceLocation("mapoverlay:item/tutorial_item", "inventory")); to ModelResourceLocation("mapoverlay:tutorial_item", "inventory")); Looking at a simple item I made, I didn't specify the "item/" in theModelResourceLocation call.
IPS spam blocked by CleanTalk.