
ThePhysician2000
Members-
Posts
26 -
Joined
-
Last visited
Everything posted by ThePhysician2000
-
[10.13.2.1230 For 1.7.10, recommended] Gradle console problem
ThePhysician2000 replied to Nicholas1010's topic in ForgeGradle
I get the same thing, only I type "gradlew setupDecompWorkspace". -
[1.6.4] Entity Cleaner (aka. no more "Wrong location!" for arrows)
ThePhysician2000 replied to DoomFruit's topic in Mods
Even thought I don't use/own a server, this seems practical. Congrats. -
I think something more consistent, like 0F = 0o; 1F = 90o; 2F = 180o; rather than 0F = 0o; 1F = 90o; 2F = 135o;
-
{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?
-
So, yesterday I released my Beta 0.1 version of my mod, and today I was adding a fourth modeled block, and it rang this error: The funny thing is, the code for this block is EXACTLY the same as for the other blocks that do work, only modified for name/classes that it uses. Main(block) class Model class TileEntity class: TileEntityRender class Do I need a delay or something?