Everything posted by larsgerrits
-
[Solved] [1.10.2] Blocks not working properly
Nevermind, was confused about versions. The RegistryEvents are added in 1.11, so just use preInit to register your blocks.
-
[Solved] [1.10.2] Blocks not working properly
No, I have not... *facepalm* Where should I call upon that? PreInit? Yes. Or better, you should use the new RegistryEvent.
-
[Solved] [1.10.2] Blocks not working properly
I can not find where you call the ModBlocks.registerBlocks method. Do you actually call that?
-
[1.10.2] Problem with Color Multiplier of Block
Did you register your TileEntity ?
-
[Solved] [1.10.2] Blocks not working properly
Where do you actually register your Blocks?
-
Having Issue With Setup of Forge [New]
Follow this: http://mcforge.readthedocs.io/en/latest/gettingstarted/. The "advanced" way is just more hassle than needed, and is a remnant of modding before Gradle was used to set up your workspace.
-
Forge Server AHU Class Crash
1.7.10 is no longer supported by Forge.
-
Textures randomly dissapearing
1.7.10 is no longer supported by Forge.
-
Installer says I need old Java?
It's weird, as I don't get the message, and I only have Java 8 installed. Did you try updating your Java to the latest version?
-
MOVED: Uhoh looks like the game has crashed!
This topic has been moved to Support & Bug Reports. [iurl]http://www.minecraftforge.net/forum/index.php?topic=44010.0[/iurl]
-
Uhoh looks like the game has crashed!
Allocate more RAM to Minecraft.
-
Installer says I need old Java?
What installer are you using? Just installer or installer-win ? Also, for which Minecraft and Forge version?
-
Installer says I need old Java?
You can still download Java 6 from the Java archives. But it shouldn't complain about you using a newer version of Java. Can you post the error log?
-
The import net.minecraftforge.fml
How did you setup your workspace?
-
{Solved!!!} [1.10.2] Block Textures Not Loading
You need to add the inventory variant to your blockstate JSON or make an Item model JSON for your blocks.
-
[1.10] Disable container item double click.
- Forge imports in eclipse. The import net.minecraftforge.fml cannot be resolved
1.7.10 is no longer supported by Forge.- Learning Advancements
Just like with everything related to programming: you learn it by doing it. Some blocks in Minecraft are composed of multiple things. Take for example the furnace: it is a Block , it has a TileEntity , it has a Container and a Gui . The Block can be rotated in 4 directions and has an on/off state. So start for example with making a faster furnace. That will cover a lot of stuff for you. Now I'm not saying the furnace does it in the best way possible, as it isn't. It uses 2 Blocks while the on/off state could be stored in metadata. So try to mimic something from vanilla, and then change it. If you have issues, make a thread on the forum and we will help if we can.- [1.10.2] Cancel interaction with Item Frames
Yes. You can always just try it yourself to figure it out.- Forge crashing 1.10.2 no mods without forge it works.
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -Xmx256M You still have 2 -Xmx flags. It will only use the latest one, so 256MB. If this isn't visible on the launcher, try looking for the JAVA_OPTIONS environment variable where it might be set. If so, remove the environment variable.- [1.11] IItemColor Not Displaying Properly
Where do you register each IItemColor ? You have to register them before Minecraft can use them.- Crash upon loading worl
Standard Expansion is crashing, remove/update the mod and report it to the author.- Crash from setUnlocalizedName
It is in your run directory, then in config/splash.properties .- [1.11] SubItems stack onto each other when picked up.
Call setHasSubtypes(true); from your Item constructor.- (Solved)1.11 Item not rendering texture
Go into your file explorer and see if that path exists (note: testmod: is equivilent to assets/testmod/). And it is case sensitive. Your JSON is call Testitem.json, and it's looking for testitem.json. Make the file all lower case. - Forge imports in eclipse. The import net.minecraftforge.fml cannot be resolved
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.