
LordMastodonFTW
Members-
Posts
129 -
Joined
-
Last visited
Everything posted by LordMastodonFTW
-
[1.7.10] Hollow Multiblock Structure
LordMastodonFTW replied to LordMastodonFTW's topic in Modder Support
Ah, I see. -
Do Something In Main Class When Button Clicked?
LordMastodonFTW replied to Bugzoo's topic in Modder Support
What do you want it to do in the main class? -
Something is missing in eclipse!? [SOLVED]
LordMastodonFTW replied to ThomasD's topic in Modder Support
It's JDK 8.20 specifically that is not compatible, but yes, downgrade to JDK 7. -
[1.7.10] Hollow Multiblock Structure
LordMastodonFTW replied to LordMastodonFTW's topic in Modder Support
What do you mean by [-4; 0]? -
[UNSOLVED] ISimpleBlockRenderingHandler "problems"
LordMastodonFTW replied to TheTrollguy_'s topic in Modder Support
You need to reenable culling after you are done with the section you want un-culled. -
Something is missing in eclipse!? [SOLVED]
LordMastodonFTW replied to ThomasD's topic in Modder Support
No problem! -
Something is missing in eclipse!? [SOLVED]
LordMastodonFTW replied to ThomasD's topic in Modder Support
Do the same things, however this time use the latest build (the recommended build being more of a guideline) and this time get rid of --refresh-dependencies. This should get rid of all problems. -
Do Something In Main Class When Button Clicked?
LordMastodonFTW replied to Bugzoo's topic in Modder Support
Main Class? What do you mean by that? -
Do Something In Main Class When Button Clicked?
LordMastodonFTW replied to Bugzoo's topic in Modder Support
First of all, not GuiClass, GuiScreen. Second, what do you want them to do? -
Not necessarily toFile(), just something like it. You could make a new File, and then use the .getResourcePath();, and return the new file. Otherwise, I'm not sure.
-
Just a question, why are you using ImageIO? Also, try looking at the methods available for ResourceLocation, like this: ImageIO.write(combined, "PNG", new ResourceLocation("tvmod", "textures/blocks/combined.png").toFile()); Or something like that.
-
[1.7.10] Hollow Multiblock Structure
LordMastodonFTW replied to LordMastodonFTW's topic in Modder Support
But my problem with that is what if it's the top middle or something like that. Then, my for loops would return something completely wrong and the player would have to place the block in the bottom left to get it to work. How would I get it to do the for loops with an x/y/z relative to the bottom left corner rather than an x/y/z relative to the block itself? -
Ok, in your getSmeltingResult method parameters, switch String to ItemStack and you are now good to go. Also, get rid of the cast to ItemStack, because it sure isn't helping you.
-
[1.7.10] Hollow Multiblock Structure
LordMastodonFTW replied to LordMastodonFTW's topic in Modder Support
How do you think I could get the x/y/z for the bottom left block using the x/y/z of the currently placed block? -
diesieben is the moderator for the Modder Support sub-forum.
-
[1.7.10] Hollow Multiblock Structure
LordMastodonFTW replied to LordMastodonFTW's topic in Modder Support
I'm sorry, but b-b-b-b-bump, b-b-b-b-b-b-bump. -
Wow, OK. I'm sorry, but I don't think I'll really be able to help you. I suggest asking diesieben, he'll probably supply you with an answer within one post.
-
OK. Delete the Src folder. Try again.
-
Can you give me a list of all files inside your modding stuff folder?
-
Did you extract the src inside the folder? Is there a gradlew folder inside your modding stuff folder?
-
Are you for sure using cmd inside of the folder? The bit before where you type the command should say "C:\Users\USER_NAME\Desktop\Projects\Minecraft\MOD_NAME".
-
Does the cmd window REALLY not say anything about --stacktrace? That's just weird.
-
Question About Binding Textures to Techne Models
LordMastodonFTW replied to MadTinkerer's topic in Modder Support
I mean that I'd suggest he use Minecraft's Tessellator to hard-code the model using a TESR. -
Well, as you are not providing enough information, I can't really help you. What you are saying is "HEY GUYS IVE GOT AN ERROR GRADLEW IS SAYING NO ACCESS ALLOWED IM TO LAZY TO GIVE YOU A SCREENSHOT SO FIGURE IT OUT YOURSELVES AND THEN MAGICALLY FIX IT FOR ME WITH UNICORNS".
-
Well, you must have put a typo in the name that you didn't put in the forum post, and things like that.