Everything posted by larsgerrits
-
how to see mc forge javadoc?
Have you looked at the ForgeGradle Cook Book? It tells you have to make a Javadoc JAR. I have not used it before, so I don't know if it generates the Javadoc of your mod, or Forge's Javadoc.
-
[1.9] Fluid has no texture
You have a missing texture, so look at the log for missing textures...
-
[1.7.10]RF Production
You use the API.
-
Directional Lighting
No, you can't have directional lighting without fake air blocks. And no, 15 is the maximum light level.
-
[1.9] Remove underwater plant glitch
I'm pretty sure that you have to set the Block's materials to Material.water to fix this.
-
[solved]Working on my mod but cant get smelting to work (1.8.9)
Do you call Smelting.init() ? If so, show where.
-
1.9 Inventory Tweaks Crash
The latest version of InventoryTweaks is for Minecraft 1.8.9, no wonder it would crash when installed on MC 1.9.
-
I think of updating my (very) old mod to 1.9. I need you guys' opinion on this
I think it will be much easier to rewrite your mod in the current version. Updating it through each version would make the code sloppy and you can add more abstractions to make it easier to expand on later. For the complicated stuff, you can copy-paste stuff from the old version over with a little bit of tweaking.
-
[1.9] Forge API of some sort? [UNSOLVED + A few questions]
There is also the Forge Documentation you can refer to.
-
Crash NullPointerException
java.lang.NullPointerException: Initializing game at net.minecraft.item.ItemStack.func_77960_j(ItemStack.java:217) at thaumcraft.common.Thaumcraft.postInit(Thaumcraft.java:221) Yes, it has something to do with Thaumcraft. Try updating it to the latest version for the game version you're playing on, or remove it.
-
[1.9] To much blockstate combinations... [Unsolved]
I am now using unlisted properties and extended blockstates, and now it isn't looking for variants from the blockstate file, because they are all unlisted... It is currently looking for the normal variant in the blockstate file, not other variants. Any other suggestions/fixes?
-
[1.9] To much blockstate combinations... [Unsolved]
I'm trying to add 3 properties to my block, which all ranges from 0 to 46. This results in 47*47*47=103823 different blockstate combinations. Now I'm trying to get around this by using the Forge blockstate system. This works for the models, only having to make 3*47=141 variants, but loading the game still takes way too long to be acceptable (15+ minutes). Trying to make a StateMapper ignoring the properties also doesn't effect the loading time. Note: none of these values are saved to metadata, all of them get calculated in BlockConnectedGlass#getActualState() . Is there any way to get around this, fix this, or is there some place you can suggest to start debugging?
-
[1.7.10]Connecting Blocks
As you are still on 1.7.10 (why???), and I think you mean "connected textures", you can override one of the getIcon methods to return a texture based on surrounding blocks. There are a few tutorials on the internet for connected textures.
-
1.9 Changes to Forge?
What do you mean with "GameRegistry isn't working"? It is working fine for me... A few methods have been marked deprecated though, if that's what you mean?
-
I can`t find any sources on making name tags above blocks? [1.7.10]
You don't. You have to make a getter to return the timer variable, and use that instead of NBT.
-
[1.9] Change Layer Color
Look at ItemColors . It registers various IItemColor instances to recolor items. In there is also where the colored layer of leather armor is colored. Also, take a look at one of the leather armor model files.
-
calculator mod issues
Seriously? That one is solvable by just reading it. "The method ... must override or implement a supertype method". You added the @Override to a method which doesn't exist in the supertype (CommandBase for you).
-
Is it possible to use my minecraft account in dev workspace? [1.9
If you only want your username, add --username YourUserName to your program arguments. If you want to actually log in, add --password YourPassword to the program arguments.
-
Curious about forge updates notifications
http://www.minecraftforge.net/forum/index.php/topic,37944.msg199782.html
-
how does on import a minecraft mod src code from git to idea?
no you need idea 2016 for it Choonster's totally right, so please, don't just say "no" to another one's suggestion...
-
[SOLVED][1.9] ForgeSrc library missing (and several errors)!
You did run gradlew eclipse , right?
-
Ore dictionary custom furnace recipes?
1) You get a List<ItemStack> returned, not an ItemStack[] . 2) Go through every ItemStack in that List and check if the input is in that list.
-
Forge 1.7.10 Textures Not Working
For one, why are you still on 1.7.10? Forge already has beta builds for 1.9... Second, I don't think you know what you're doing. You called your block BlockCompressor , but you have several variables or methods with "macerator" in it. Like maceratorRand . This leads me to thinking you are randomly copy-pasting a tutorial or the vanilla furnace code.
-
[1.9] Unable to access any fields on Forge events
After every Forge update, make sure to run gradlew eclipse to set the workspace up with the new Forge version. Else, you get desynch issues like you had.
-
[1.9] ore generation
You are trying to pass a Block as third parameter, but it wants an Predicate<IBlockState> . To get one, use BlockHelper.forBlock(Block) .
IPS spam blocked by CleanTalk.