Everything posted by Animefan8888
-
[1.10] Defining recipes with stacks with NBT data that can be anything, but only if they match
You need a custom IRecipe implementation and add the recipe with GameRegistry.addRecipe(new IRecipeImp(...))
-
API for custom mob interaction with chest or any item/tile.
You would need to create a FakePlayer for things that require a EntityPlayer, and for Chests and other inventories you would have to access those via the TE in the world.
-
Block with blockstates don't render as item models
This is your registerBlock Method private static void registerBlock(Block block) { GameRegistry.register(block); ItemBlock item = new ItemBlock(block); item.setRegistryName(block.getRegistryName()); GameRegistry.register(item); } Which also registers an ItemBlock for the block you have a custom one so you cannot do that.
-
Block with blockstates don't render as item models
No that is not wrong, could you post where you do the rest of your ItemBlocks.
-
[1.8] How to "hook" into crafting table for custom item treatment
I believe Choonster is saying this for inter-mod compatibility. Say what would happen if a mod did call them "out of order". Your I recipe will think that there is a staff at the last index specified by the matches method (or 0 because that is the default value).
-
Block with blockstates don't render as item models
I believe you are registering a normal ItemBlock stil in your ModBlocks class or where ever you register your Blocks and there ItemBlocks.
-
[1.11] Power system not working after optimization.
Well it is called setField so I thought it would do energyStored = value. I forgot to clarify this, but is the energy going up server side?
-
[1.11] Power system not working after optimization.
Why are you separating EnumFacing.UP and EnumFacing.DOWN from the horizontals? And in your PurifierMessageHandler handles powerRecieved as the power and not the change in power.
-
[1.11] Game freezes for a while when chunk changes with my custom IBakedModel inside
Could you post a image of the baked model in the world?
-
Pixelmon do not show up on my private server
Wrong part of the forum, could you tell me how you are launching it and shoe s screenshot of your mods and server directory folder.
-
[SOLVED] Custom material on tools crashes
You need to use the other constructor of ItemAxe.
-
[SOLVED] Custom material on tools crashes
Please post your code in text and not images using the code sign in the posting area.
-
[1.11] Power Capability
In your generate method you call receiveEnergy and the second parameter is true when it should be false.
-
Getting Block Hardness / Resistance
Blocks.COBBLESTONE.getBlockHardness() should be what you are looking for and .getExplosionResistance() for resistance.
-
[UNSOLVED][1.10.2]Need help with TESR and tileentity item
Define not working.
-
[1.11] Block with two properties?
I looked at that guess i didn't scroll down far enough; thanks.
-
[1.11] Block with two properties?
What does this mean?
-
Where to learn about power system
That is actually wrong information, not your fault though I fell for it myself. Ender IO and most other 'RF' mods(there are exceptions) expect you to push the energy out yourself. You need to expose your BaseEnergyContainer as a Capability for the connection to take place. And in the case of sending the message when it is right clicked (not sure if this has been solved already) you can create a getter method for your container field.
-
[1.11] Block with two properties?
You need to add 4 to the meta when it is off or on your preference, and then decode that your self in the getStateFromMeta.
-
Hopper support for Entitys with ItemHandler Capability
Could you explain a little? I don't quite understand what you are saying.
-
Right Click to post Client side chat
worldIn.isRemote, is the best you can do there.
-
Where to learn about power system
When sending the energy to the Capacitor bank use extract receive extract i side of each other.
-
Where to learn about power system
The four times is because it happens on both client and server and for both hands. I believe the problem is with your getSkylightSubtracted == 0
-
Where to learn about power system
Post the crash.
-
Updating to 1.11: File Contents to lowercase
This could work
IPS spam blocked by CleanTalk.