Everything posted by Animefan8888
-
[1.11] [TESR] Weird shadow overlay on rendered item.
Look in RenderEntityItem start at line 112
-
[1.11] How to add custom arrows for vanilla bow?
new IRenderFactory
-
[1.11] [TESR] Weird shadow overlay on rendered item.
It might be this RenderHelper.enableStandardItemLighting();
-
need help w/ textures block and item
I meant in game do they have different names.
-
need help w/ textures block and item
Do they all have different names? And is that log up to date?
-
Overriding Minecraft's Health System Question
Overriding Minecrafts health system would be rather interesting and you would probably run into some hard, but fun bugs. I would start by creating the capability that stores the new health value. Then I would use the LivingHurtEvent and LivingHealEvent to calculate damage and healing and I would change the health of the entities vanilla only if a config setting is on, because you can end up with some rounding errors for the health conversion, and then I would only actually update it client side.
-
Block rendering random textures (very strange bug)
First thing is first. Your model shouldn't be bigger than 1 block. You didnt post where the textures are actually assigned (hint in your model file).
-
[1.10.2] Help with getStateFromMeta/getMetaFromState
Yes it would return a bigger value than 15, but the tutorial is not wrong. You used the wrong bit shift "<<" instead of ">>"
-
[1.10.2] Help with getStateFromMeta/getMetaFromState
Meta cannot be greater than 15.
-
[SOLVED] [1.10.2] Container won't save contents and gives error on login
TileEntities need a zero argument constructor.
-
[UNSOLVED][1.10.2]Need help with TESR and tileentity item
To be fair, you knew exactly what segment of code to look for.
-
[UNSOLVED][1.10.2]Need help with TESR and tileentity item
In the update method it calls BlockFurnace#setState(...) which is where you should look to find how it determines if it is on or off (it can be done better). And for textures look in the models.
-
Updating a Minecraft Mod on Linux?
It works! http://pasteboard.co/pjo5Uijok.png Thanks. No problem IDEs can be a pain sometimes, and good luck and have fun.
-
Updating a Minecraft Mod on Linux?
Right click on the project, build path, configure build path, source, add folder
-
Updating a Minecraft Mod on Linux?
It doesn't look like you have a source folder. You need to set src/main/java as a source folder.
-
Updating a Minecraft Mod on Linux?
Post an image of your project directory.
-
Updating a Minecraft Mod on Linux?
Yes, it is. Thanks! Could you answer one more question please? As far as I understand, what should happen now is that errors in the src should show up. This is not happening for some reason, although the mod being updated is coded for 1.7.3., and I am using the latest version of forge. Refresh the project.
-
[SOLVED] [1.10.2] How to set inventory stack limit with capabilities
Or extend ItemStackHandler, or create an anonymous class of ItemStackHandler that overrides getStackLimit.
-
[SOLVED] [1.10.2] How to set inventory stack limit with capabilities
That is the right method to override to change the stack limit.
-
[UNSOLVED][1.10.2]Need help with TESR and tileentity item
When defining textures in your model or blockstate define a "particle" texture.
-
[1.10.2] Give equipment (armor + hands) to a custom Entity through a GUI ?
Minecraft started it's IDs for armor at zero = to boots, and so on upwards. I know a little strange right.
-
Renamed: Figured out most of villagers, need help ironing out bugs
Probably a NullPointerException use your debugger to figure it out, or use printlns to identify it.
-
[1.10] Scoreboard Physical Virtual Currency Design Questions
Yes the vanilla scoreboard command is restricted to level 2 ops. No this will not change whether or not the player can execute it. Well you can actually just code your own screen overlay and add a capability to the player to store the money. Scoreboards don't reset or loose values on there own. Overall why are you using the Scoreboard when you have the ability to create anything and add it to Minecraft?
-
Java error on starting game by a block
Look at this return this.name(); What is this.name()?
-
[1.11] [SOLVED] Help disabling xp orbs on dead from a minion.
Make yours extend EntityTameable and if it is not supposed to function that way you will need to subscribe to LivingDeathEvent and spawn the exp points yourself.
IPS spam blocked by CleanTalk.