Everything posted by Animefan8888
-
Some of my items are out of order...
It is the order try creating a new world that should fix your problem.
-
(SOLVED) Are there any Docs/Tutorials on CoFH? Also, is it updated or work in 1.10.2?
I could make one of those if it is really wanted, though i am going to be really inactive on that channel until Summer. Hopefully i will be free enough to do stuff by Summer.
-
(SOLVED) Are there any Docs/Tutorials on CoFH? Also, is it updated or work in 1.10.2?
Yes it is updated to work with 1.10+ you need the 1.8 version from their github. And there are Javadocs in the src code.
-
Textures not working?
Both the modid and the next String need to be lower case.
-
Textures not working?
This does not have to be lowercase.
-
Textures not working?
All resources/assets should be lowercase.
-
Interacting with mob
The method is called twice for each hand on each thread. 2x2=4
-
Interacting with mob
No the EnumHand parameter passed is which players Hand is interacting with the Entity.
-
Interacting with mob
You should be getting four, two for each thread, one from each hand. You can use World#isRemote to determine if it is on the client.
-
Interacting with mob
Not quite sure what that means... @Draco18s Are those mods updated to 1.10 yet BTW? Never mind you have updated the Minecraft forum post.
-
Interacting with mob
1.11.2 has 2 parameters EntityPlayer and EnumHand. EntityLiving#processInteract
-
Inventory Click
Post your code please.
-
Textures not working?
You are still ignoring the first part. Your file name/resource names needs to be lowercase.
-
Textures not working?
- Textures not working?
Resources need to be all lowercase and did you try modid:filePath?- 1.11.2 Custom Furnace
The TileEntity should only implement ITickable (not the client/sound one). And do not use IInventory on TEs, for the Container use SlotItemHandler instead of Slot.- Interacting with mob
Are you registering your EventHandler class via MinecraftForge.EVENT_BUS.register(...)?- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
Could you post a picture of your project directory?- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
Try scaling that to 16x16 please.- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
What size is test.png?- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
What is ItemBlocks? NVM that was a stupid question because it doesn't have anything to do with the block in the world. Could you show how you registered the Block itself including it's registry name.- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
Did you refresh your workspace after you added the texture?- Forge 1.11.2 Bug? Can't find existing texture file [Unsolved]
Could you post the log output.- 1.11.2 Custom Crafting Table
It should be a new Thread as it is a completely different subject than what the title suggests.- Basic Mob Entinty code Crashed Minecraft
I already told you what it was, it is an id used in code by forge (maybe vanilla not sure about that) as an ID for your entity, just like Items and Blocks. - Textures not working?
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.