Everything posted by hhggtg3279
-
Does anyone know a tutorial for a custom door?
What so copy and paste ItemDoor code into my block class?
-
Does anyone know a tutorial for a custom door?
I have tried looking, but I cant seem to find anything up to date, can anyone help me?
-
Custom shears not working 1.10.2
- Custom shears not working 1.10.2
thankyou again, just me being blind- Custom shears not working 1.10.2
How should it look, because there literally is no tutorials anywhere about sheers- Custom shears not working 1.10.2
I tried creating custom shears using the ItemShears class and checking the items class to see if there was anything special with the Itemshears registration, and tried extending ItemShears but it just acts like a normal item, I just need some help with making it work properly Item registration class coppershears class- Tools not rendering in hand properly
Like this public static final void preinit(){ ModelLoader.setCustomModelResourceLocation.register(i,0, new ModelResourceLocation(reference.MODID + ":" + i.getRegistryName().getResourcePath(), "inventory")); but this gives me an error "setCustomModelResourceLocation cannot be resolved or is not a field"- Tools not rendering in hand properly
Ok for some reason my tools are not rendering properly, do you think you can help? Item Class- Custom tools crash minecraft, post init and init help needed
it worked thanks- Custom tools crash minecraft, post init and init help needed
This is my axe class, so how would it look, to stop the crash? package top.mod.init; import net.minecraft.item.ItemAxe; public class copperaxe extends ItemAxe{ protected copperaxe(ToolMaterial mat) { super(mat); } }- Custom tools crash minecraft, post init and init help needed
Still getting crash Look im just confused why its crashing, I restarted again here are my classes now New crash report Items- Custom tools crash minecraft, post init and init help needed
I deleted my custom material package and class, I guess I will start again- Custom tools crash minecraft, post init and init help needed
like this? public static ToolMaterial coppermaterial;- Custom tools crash minecraft, post init and init help needed
so how do I fix it then? Can you give me an example of where the _toolmat.preinit should be?- Custom tools crash minecraft, post init and init help needed
For some reason my minecraft is crashing after adding a custom material for my tools, im not sure what is causing it as I have no errors. Crash report Here is my Items registry class Custom material class Copper sword class- Block has missing texture when placed in world 1.10.2
Ok sorting out the capitals and putting blockstates in the right folder worked thanks- Block has missing texture when placed in world 1.10.2
Ok I took out blockstates from models, now its its own folder, ok I changed all the _block and _item registry to lowercase block registry item registry- Block has missing texture when placed in world 1.10.2
OK there- Block has missing texture when placed in world 1.10.2
yes, please look and help me- Block has missing texture when placed in world 1.10.2
Ok I changed all the file names to lowercase- Block has missing texture when placed in world 1.10.2
So is that supposed to fix the texture issue? How exactly do I fix it?- Block has missing texture when placed in world 1.10.2
Basically my block is fully textured in the inventory but when I place it in the world it appears as a purple and black checkered texture Latest Log Block Registry CopperOre Class .json file for itemblock .json file for models.blockstate .json file for models.block- Cannot load Item texture 1.10.2
I fixed it thanks- Cannot load Item texture 1.10.2
Ok so I put it in my client proxy like this?- Cannot load Item texture 1.10.2
I dont have a blockstate file, this isnt block item, this is an actual item like a fish or diamond which is not rendering - Custom shears not working 1.10.2
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.