Everything posted by Animefan8888
-
Unable to set property PropertyDirection
I don't think there are any forge provided ones what questions do you have?
-
Unable to set property PropertyDirection
You should be using ModelLoader.setCustomModelResourceLocation instead of getItemModelMesher(), and then put it in preInit.
-
Unable to set property PropertyDirection
Post updated ClientProxy.
-
Unable to set property PropertyDirection
Did you override getMetaFromState()
-
Unable to set property PropertyDirection
Item/Block Rendering code should be in your preInit method. You should also be using ModelLoader.setCustomModelResourcelocation() if you are not already.
-
Unable to set property PropertyDirection
Could you post your MainMod file and proxies.
-
Helper APIs
Any specific function you are looking for, if so please post it, and if it is an inventory API Minecraft more or less already has one built in. In stuff like ISidedInventory and IInventory. Those interfaces include methods like isItemValidforSlot() or canExtract().
-
getStackInSlot does not render Item in overlay
That would be loading not saving, as LexManos said you should be using the Capability system. Pardon me for my lack of knowledge of this Capability system. But what is it exactly? The capability system is the replacment for IEntityExtendedProperties for 1.8+ though if you want infotmation on how to use it you should look at the docs.
-
getStackInSlot does not render Item in overlay
That would be loading not saving, as LexManos said you should be using the Capability system.
-
getStackInSlot does not render Item in overlay
How are you saving the data?
-
[1.10]Spawn a rotated cube particle
If you mean itr.next().getClass(), then no. I tried that. I believe he wants you to create a field of itr.next() and use that instead of calling itr.next()
-
Multi-texture blocks that can be placed in different rotations [1.8.9]
You create a new class that extends Block and instead of new Block(Material.something) you do new CustomBlockClass(Material.something) Though it seems you don't have enough Java knowledge you should learn some more before continuing.
-
ITickable not actually ticking in TileEntity
When creating a new TileEntity for your ritual block just return a new instance of the TileEntity to see if that works.
-
ITickable not actually ticking in TileEntity
First thing first do you only ever create one instance of Your TileEntity in the hashmap in RitualRegistry. And do you ever call RitualRegistry.add()
-
[1.10.2] What is ISound and how is it implemented?
I believe Vaskii uses it in Psi a really awesome mod and it is on github so here look for it. https://github.com/Vazkii/Psi
-
How do you detect if there is a block next to another block
if (world.getBlockState(pos).getBlock() == Block.whatever block)
-
[Solved but weird] TileEntity Client and Server doing unsynchronized stuff
You also need to add public void addListener(IContainerListener listener) { super.addListeners(listener); listener.sendAllWindowProperties(this, tileEntity); } to your containers class.
-
Custom tools crash minecraft, post init and init help needed
Change the constructor to the one I specified.
-
Custom tools crash minecraft, post init and init help needed
Different crash mind you, but use ItemAxe(Item.ToolMaterial, float, float) instead of ItemAxe(Item.ToolMaterial)
-
Thread was locked... Moddible Versions of Minecraft
I gotcha, well is there any mods packs you reccommend that I can run the latest version of minecraft that isnt just plain vanilla? Well there aren't that many ModPacks for 1.10.2, but you can always download mods that are for 1.10-1.10.2 and put them in your mods folder after installing forge.
-
Thread was locked... Moddible Versions of Minecraft
It is, but this forum doesn't support anything, but the most recent version. Forge doesn't take away the ability to download the older versions. Try to download the source/mdk whatever it is called for 1.6.4 you will run into some errors when downloading because it can't find the file it needs.
-
Thread was locked... Moddible Versions of Minecraft
1.10.2 or the most recent version. It is not modible any more because you can't really download the 1.6.4 forge source normally anymore.
-
Custom tools crash minecraft, post init and init help needed
No COPPER_MATERIAL = EnumHelper...
-
Custom tools crash minecraft, post init and init help needed
At the top of your preInit method/before you create/register your items.
-
Custom tools crash minecraft, post init and init help needed
Does your material get created before you use it?
IPS spam blocked by CleanTalk.