Everything posted by Animefan8888
-
[SOLVED] Create full block that damages like cactus
OnEntityCollided is called when the entity is inside of a block if you use FULL_BLOCK_AABB then the entity wont be able to get inside of the block which is one reason why cactus is not a full block.
-
Block particles not working
Set the particle tag in the texture tag.
-
[Solved] TileEntity NBT UUID not working
Does anything else get loaded?
-
White box snowball renders [1.10.2] (RESOLVED)
You also need to register it using MinecraftForge..register() in preInit
-
Custom Blocks and Their Appearances [SOLVED]
This is terrible, terrible advice. 4 when i say 1 pixel plane i mean it is a rect that has the dim of 1 block, by 1 block by 1/16 of a block.
-
MC 1.10+ preventing/canceling an event
That is him canceling all block updates not getting rid of events.
-
Help with Compiling a mod
By learning Java.
-
Help with Compiling a mod
Ermh , i didnt understand a word you said. What do you mean? You don't even know what the first sentence means?
-
Help with Compiling a mod
Make your image for where the code goes. Read up on Tesselator, you just bind the texture like any other image (look in vanilla GUI's for this). Go into Gui and look at how they use the Tesselator. fontRenderer.drawString is pretty self explanatory. Create a variable in your class with the type List and set it equal to and ArrayList. There is a method in Gui called keyPressed or keyTyped not sure which, but use that to write to your List.
-
MC 1.10+ preventing/canceling an event
Set the event priority to highest to try and make sure it happens before anything else. Also f you have done it right then it will work.
-
Help with Compiling a mod
How, tell me how to fix it :C [lmgtfy]how to change file encoding to utf-8 in eclipse[/lmgtfy]
-
Help with Compiling a mod
You will have to handle the typing and rendering yourself. Create an image of what you want the Code here box to look like. Draw that image on the screen using the Tesselator class. Create a List of type String for all the text to be stored. Render the code using Gui#fontRenderer(I think that is the variables name) and a for loop. Handle the typing with Gui#keyPressed? or Gui#keyTyped. And ignore my last post I didn't see the whole picture.
-
Help with Compiling a mod
When drawing the background draw a rect with that color over the whole screen.
-
Help with Compiling a mod
Also you need to state what you want it to look like.
-
Help with Compiling a mod
He coded like this way, soo how i can fix it? c-c I usually run it through mcp, but i think forge has a built in way...diesieben?
-
Help with Compiling a mod
.java is decompiled not deobfuscated code.
-
Help with Compiling a mod
You posted a file from that jar right? That is not unobfuscated code. That is decompiled code.
-
Help with Compiling a mod
Everything that says field or func is obfuscated. You need to deobfuscate it. To do that is to make it readable ie field_something becomes maxHealth.
-
Help with Compiling a mod
He is importing the mod not exporting. He needs to correctly deobfuscate it before it will work in a dev environment though.
-
Custom Blocks and Their Appearances [SOLVED]
- [1.10.2] Using Ticks on methods?
Yes you use ITickable and not the client one.- Custom Blocks and Their Appearances [SOLVED]
[*]Your item should have the parent of your block json. [*]Don't use capitals in file names. [*]Your inventory variant should point to the same as your normal variant, thus the missing texture (block/cube_all doesn't have a texture set it is an abstraction.) [*]Other than that I do not know why your block is a 1 "pixel" think plane- [1.10.2] Using Ticks on methods?
Note a variable on an Item is shared between all in game instances.- Help with Compiling a mod
Then you did not run "gradlew setupDecompWorkspace" as that is just "gradlew eclipse".- [1.10] Get Skin to use on custom model from a given username
What actually happens, does it render with the missing texture? Or Steve skin? - [1.10.2] Using Ticks on methods?
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.