Everything posted by Eternaldoom
-
[1.7.10] How do I load textures for a modeled block? [SOLVED]
It can't find the texture file. Post a screenshot of your file hierarchy.
-
[1.7.10] Rotate an Item's texture in inventory?
Where would I put glRotatef? Also, is there a way to use vanilla rendering in the IItemRenderer instead of using the Tessellator?
-
[1.7.10] Metadata Blocks all use same texture?
Yes. Does the item display a metadata value when you mouse over it?
-
[1.7.10] Making a mob
Just browse my github repo: https://github.com/Eternaldoom/Realms-of-Chaos. You can use Techne to generate models.
-
[1.7.10] How do I load textures for a modeled block? [SOLVED]
Make sure the modid is all lowercase and try changing the resource location to new ResourceLocation(MainClass.MODID + ":textures/model/table_oak.png")
-
[1.7.10] Metadata Blocks all use same texture?
You registered your ItemBlock, right?
-
[1.7.10] How do I load textures for a modeled block? [SOLVED]
What is the MODID?
-
[1.7.10] Metadata Blocks all use same texture?
What Forge build are you using? There was a bug with metadata in some releases.
-
Error
Read the error. You do not have a JDK. Download one.
-
[1.7.10] Rotate an Item's texture in inventory?
Hi, I have an Item (a projectile launcher) that looks perfect when rendered in in the Player's hand but points the wrong way when rendered in the Player's inventory. Is there a way to rotate a texture, but only in the inventory? Thanks!
-
[1.7.10] Adding a potion effect to armor
I use a PlayerTickEvent for armor bonuses. Maybe try that?
-
[1.7.10] Adding a potion effect to armor
if(!world.isRemote)
-
[1.7.10] Metadata Blocks all use same texture?
Try using a custom ItemBlock. Have a look at https://github.com/Eternaldoom/Realms-of-Chaos/blob/master/com/eternaldoom/realmsofchaos/itemblock/ItemBlockModStoneBrick.java
-
Minecraft forge 1.7.2 wont run minecraft 1.7.2 runs well
Forge doesn't work with Java 8 update 20. Downgrade to update 11.
-
Custom fluid crash!?!? Help! [1.7.10] [UNSOLVED]
Use a FillBucketEvent. Look at https://github.com/Eternaldoom/ChaosBeasts/blob/master/com/chaosmodders/chaosbeasts/event/ChaosBucketEvent.java
-
[1.7.10] How do I load textures for a modeled block? [SOLVED]
Below the glTranslatef, add the following: ResourceLocation table_oak = new ResourceLocation(MainClass.MODID, "textures/model/table_oak.png"); Minecraft.getMinecraft().renderEngine.bindTexture(table_oak); You do not need any code in the actual TileEntity.
-
[1.7.10] How do I load textures for a modeled block? [SOLVED]
Post your code.
-
Help Me Pless exporting our mod 1.7.2 Texture does not work
Copy your assets directory to src/main/resources. Then build the mod again and see if it works.
-
Glitched Mob
Either get rid of your ModelRenderer fields, or stop extending ModelBiped. It is drawing all of the body parts twice.
-
[Forge 1.7.2] Textures not working
Minecraft is case-sensitive, so either change your modid to mymod (all lowercase), or the assets directory to assets/MyMod/.
-
Custom fluid crash!?!? Help! [1.7.10] [UNSOLVED]
For basic creation of custom fluids, look around https://github.com/Eternaldoom/Realms-of-Chaos/tree/master/com/eternaldoom/realmsofchaos/blocks. Check out BlockWaterPortal and FluidWaterPortal. Also, be sure to register your fluids before your blocks.
-
Custom Leaves not Working
The ItemBlock would fix the itemdamage missing. I have had that problem before, and that fixed it.
-
Error
Java 8 shouldn't be a problem, since I use it for modding and Minecraft without any errors.
-
Custom Leaves not Working
You need a custom ItemBlock. See https://github.com/Eternaldoom/Realms-of-Chaos/blob/master/com/eternaldoom/realmsofchaos/itemblock/ItemBlockModStoneBrick.java. You can register it with the ItemBlock using GameRegistry.registerBlock(Block, Class<? extends ItemBlock>, String).
-
[1.7.10] [Unsolved] How to add Wavefront Armor?
What do you mean by "wavefront armor"? Armor that renders a wavefront model? That would probably be a renderplayerevent.
IPS spam blocked by CleanTalk.