I'm wondering if there is any way to get items loaded in order? E.G. Sword, Helmet, Chestplate, Leggings, Boots, Sword, Helmet, Chestplate, Leggings, Boots, etc.; or Leather, Chain, Iron, Gold, Diamond? It's rather annoying to go and add in one item at a time.
I've got this block:
And I am wondering, what is a fast, simple way I can render this as an item? I have heard that there are several, and I was just wondering which was the best.
{NOW IN OPEN PRE-ALPHA}
{NOW IN OPEN BETA}
Want more than beds and bookshelves to decorate your house? This mod will add:
Chairs that don't push you into the roof;
Lamps and Ceiling lights;
Tables with four legs;
Armor shelves that hold up to twelve pieces;
And more.
[spoiler=Downloads]
Beta 0.1
Beta 0.2
Beta 1.0.0.1
Beta 1.0.0.2
Beta 1.1.1.1
Beta 1.1.2.1
Beta 1.2.0.0
[spoiler=Other forum Threads]
http://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/wip-mods/2184368-wip-finally-beta-1-0-0-1-having-a-problem
Changelog (since 28/10/2014):
Released Beta 1.1.2.1;
Fixed furnace recipe being overwritten
[spoiler=2015/2/15 Released Beta 1.2.0.0: The Wooden Renders Update;]
~{Changes}~
Changed "Silicon Carbonate" names to "Silicon Carbide" names;
Fixed Chair texture;
"Refectory Table (#1)" now named "Refectory Table 1", followed by the appropriate wood name;
"Refectory Table (#2)" now named "Refectory Table 2", followed by the appropriate wood name;
Item Renders re-added and working;
.lang file stuff;
~{Additions}~
Added Flamestone, a replacement for Silicon Carbide;
Wood variations for Refectory Table 1;
Wood variations for Refectory Table 2;
Added Incandescent Bulb;
Model Rocket model added, but not yet implemented;
Added mcmod.info;
Added Flamestone Block, ALE;
Terms Of Use
The answer is obvious when you do as Chibill said and then look at what you just posted.
Don't be an ass just because you don't know what you're doing and are being told that you don't.
(Edit: I even made an attempt to point it out for you.)
1. I am attempting to learn Java through modding. So, yeah, I am a noob.
2. I am not "being an ass" because everyone is telling me I don't know Java, all I said was when I remove all static from functions, it throws an error because it needs a global variable. To put it another way: "How do I stop this error?"
3. You are contradicting yourself. You first say: "you don't know what you're doing" and then you attempt to "point it out" where my error is. Now, if I am a noob, like both of us agree, how am I going to understand where I went wrong by simply italicizing a .class name of all things?
I DID, and it throws an error on this line:
int facing = TileEntityThisEndUpSeat.getFacingDirection();
It says needs one of them to be static: the very one that is causing the problem: getFacingDirection.
I have come across yet another problem: rotating blocks.
EDIT: This bit is fixed, but it throws an error on this line in the TileEntityRender Class:
int facing = TileEntityThisEndUpSeat.getFacingDirection();
Block Class:
TileEntity Class:
TileEntityRender Class: