Everything posted by Jakemichie97
-
How to run HD texture packs?
Forge by default has native compatibility with HD textures.
-
HUD Hook
If you know how to use tick handlers you can add stuff to the HUD. It's really easy to do with tick handlers, just need to know how.
-
How to make the ItemName to have Color?
You could also use escape characters, an example is below. \247~COLOURVALUE~
-
TileEntitySpecialRenderer custom block model issues....
Already tried and it didn't change anything, but I've fixed it now, turned out Techne wrote into the file to mirror textures like 4 times in a row.
-
TileEntitySpecialRenderer custom block model issues....
Does anybody know???
-
TileEntitySpecialRenderer custom block model issues....
- TileEntitySpecialRenderer custom block model issues....
If anyone know please tell!- TileEntitySpecialRenderer custom block model issues....
Hello, I have made blocks with custom models before so I do know how to do it, however when I tried to make one earlier when I tried to start the client Minecraft crashed and said that FML encountered a fatal error while launching. Now since I have access to the EE3 source code (as it's open source now (thanks Pahimar)) I did go through and check whether what I was doing was correct, and from what I can see everything should be working. From my testing, this seems to only happen when the tile entity has it's renderer bound to it. Thanks to whoever is looking, code is below. If you need anything else just ask! Proxy Classes - Tile Entity and TESR Registration Client: Common: Crash log:- Item not being damaged, think it is the entity variable required
I have fixed it, it turns out the damageItem method has a built-in gamemode check to see whether the player s in creative or survival, I did not know this so I will now be locking the topic.- Item not being damaged, think it is the entity variable required
Zedicus: Since I don't have that it should still be working in creative mode, but I have scrapped and restarted the mod so I'll check soon Quantum: That method is called twice so it must be getting called on the server aswell...- Item not being damaged, think it is the entity variable required
Wait... I thought item damage being issued straight up wasn't affected by gamemode... and your suggestion made me laugh- Item not being damaged, think it is the entity variable required
Does anyone know the reason?- Item not being damaged, think it is the entity variable required
Tried it, kept returning 0, thus the item ain't being damaged.- Item not being damaged, think it is the entity variable required
So I am developing a mod which requires an item with cooldown, I need to have the item be damaged by 99 when used (right clicked) but the onItemRightCick entityplayer variable I think is not letting the item be damaged. Code:- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Okay, I think I know the cause, something that you had said, but not quite... since I'm using a TileEntitySpecialRenderer it should be taken as if it is a TileEntityRenderer (someone correct me if I'm wrong), what I think is causing this is the fact that I'm not creating a RenderEngine instance. I will try now and post me results.- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Okay, thanks, I will try tomorrow as it is late.- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Quick question, that requires a TileEntityRenderer, which I have a TileEntitySpecialRenderer, incompatible types and would likely throw more errors if I create another one. And also if it were to be the error your describing, wouldn't that cause it to crash on world load, it doesn't as it works in the world, I can see the block clearly with the texture and all.- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
I would stop but considering that this thread has been here for 3+ days with no replies and I really need the fix (Cannot find a single problem and I even have 3 other modders helping me) I am at the point were I have to... sorry though.- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Okay, can some one please help, I really need this as I don't want to have to use an item to place this block down. If it helps, I've narrowed it down the the bindTextureByName method. Yes I have the texture in the .jar (it works in the world, I have been able to test as it won't crash when I don't have the item in my inventory, once I do it crashes.), yes I have typed in the path correctly. Please, if someone knows, please reply...- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
I'd hate to do it but I have to, bump.- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Can someone please help?- [1.3.2] Error with custom block models and ISimpleBlockRenderingHandler | NPE
Okay, I've created a custom modelled block (Anvil) and I was using an item to place it, but now I want a full 3D block, so I tried to use a block rendering class which implemented ISimpleBlockRenderingHandler and ran minecraft, crashed, said something about my texture (crash log below). Code: TileEntityAnvilRenderer Block renderer Eclipse crash log And the ForgeModLoader-client-0.log file says the same. Thanks to whomever be reading this and I hope you find something. - TileEntitySpecialRenderer custom block model issues....
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.