Everything posted by larsgerrits
-
[MC 1.10.2] Extended TNT block does not blow up when fire destroys it.
The TNT Block extends the Block class, so you will be able to override the methods from the Block class which are not overridden in the TNT Block.
-
[1.10.2] Item model - rotate element on x and z axis
JSON models can only rotate at multiples of 22.5 degrees. If you want a rotation value of anything but that, you'd have to use a Wavefront model (.obj).
-
Crash on Server Join
Minecraft 1.7.10 is no longer supported on this forum. Update to 1.10.2.
-
[1.10.2] Code Optimization
Uhmm, wrong thread? Don't you mean this one: http://www.minecraftforge.net/forum/index.php?topic=42618.0?
-
HELP! Getting a crash and not sure whats going on!
at mod.flatcoloredblocks.model.BakedVarientBlock.<init>(BakedVarientBlock.java:133) This is an issue with Flat Colored Blocks. Contact the mod author. Did you make sure you have installed the latest version?
-
[1.10.2] Code Optimization
You have to ask yourself: is it necessary to optimize it right now? Is your mod causing lag right now? Is it causing a lot of unnecessary networking? If not, you most likely don't need any optimization.
-
MC 1.10+ How to set different hardness for different block type
Try refreshing or rebuilding your project in Eclipse.
-
another crash?!!!
Caused by: java.lang.NoClassDefFoundError: lib/item/ItemUtil at subaraki.telepads.handler.ConfigurationHandler.<init>(ConfigurationHandler.java:40) Not a Forge problem, report to the mod author.
-
Pistol Reload Fail
Update to 1.10.2, 1.7 is no longer supported here. It's even worse:
-
Forge, Mods, Crash, and Updating questions
For Eclipse, running gradlew setupDecompWorkspace and gradlew eclipse is enough to update Forge.
-
Registered items won't show up for some reason [1.7.10]
1.7.10 is no longer supported on this forum. Use 1.10.2.
-
MOVED: IntelliJ Import keyboard command
This topic has been moved to Off-topic. [iurl]http://www.minecraftforge.net/forum/index.php?topic=42645.0[/iurl]
-
IntelliJ Import keyboard command
http://lmgtfy.com/?q=intellij+import+shortcut
-
Problem with using bone meal as a "fuel" for my machine
You have to check if ItemStack#getItem() is equal to Items.DYE IIRC, and check if ItemStack#getMetadata() is equal to the metadata of bonemeal, which is 15 as you already know. I don't have access to my IDE atm, so the method names might not be the exact names.
-
Failed to build a developing environment
Minecraft 1.7.10 is no longer supported on this forum, use 1.10.2.
-
[1.10] Baked Model Making extremely dark face.
Try setting Block#useNeighborBrightness to true in your Block constructor.
-
[1.8.9](SOLVED)Null error but i cant fix it ..:3
its not a block, its a Item :3 Derp... Even though, you should still change over to the registry name.
-
[1.8.9](SOLVED)Null error but i cant fix it ..:3
Don't use getUnlocalizedName() for registering the block, either use the registry name ( getRegistryName() , or a custom name.
-
[1.10.2] Custom Doors metadata is not saved
I assume the following properties have the following amount of possibilities: - HALF: 3 possibilities (lower, middle and upper) - FACING: 4 possibilities (north, south, east, west) - OPEN: 2 possibilities (open or closed) This makes for a total of 3x4x2=24 possibilities you can have. Now, metadata can only have 16 different values (0-15), which is not enough to store the 24 possibilities you have. You probably want to use a TileEntity for your blocks.
-
[SOLVED] [1.10.2] World.isRemote bug ?
You can only use that on the client side, as the Minecraft class is client-side only.
-
[SOLVED] [1.10.2] World.isRemote bug ?
Client side != Singleplayer! In singleplayer there is still a server running, only accessible for you unless you open to LAN. World#isRemote is true on the client side (rendering side), and false on the server side (logical side).
-
MOVED: How do I change .jar files back into .zip files?!
This topic has been moved to Support & Bug Reports. [iurl]http://www.minecraftforge.net/forum/index.php?topic=42614.0[/iurl]
-
How do I change .jar files back into .zip files?!
1.7.10 is no longer supported on this forum.
-
Bow Renderer - Change time to pull?
Thank you, this worked for me in 1.10. You do know this post is almost 2 years old? Don't reply to it then.
-
[1.8.9] How to change a Block's texture to that of another Block on the fly?
TheGreyGhost has an implementation of a Block that takes over the model of the Block below here. You could adapt this for what you are trying to do.
IPS spam blocked by CleanTalk.