Skip to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Ugdhar

Moderators
  • Joined

  • Last visited

Everything posted by Ugdhar

  1. Google could have told you faster than me twitch.tv/downloads
  2. Firstly, you only have to update if you wish to ask for help on these forums. There's nothing saying that you can't play old versions, you just won't get help here for it. I would make sure to run the vanilla Minecraft of the version you're updating to (I would go right for 1.15.2). Then download the forge installer for 1.15.2 from files.minecraftforge.net and run/install it. (make sure the minecraft launcher is closed when you do this) Now, when you open the launcher after installing forge, if it does not create an Installation for you, you will have to make one by clicking on "Installations" at the top of the launcher, and clicking the + to add one. the forge version you installed should be in the list of minecraft versions on the new installation screen. If you google "create minecraft installation" you should be able to find screenshots and such of what it looks like. Once you've created your installation, run it once to make sure it works. If it gets to the game, then you can probably quit out, and go to curseforge.com and download mods for 1.15.2, and put them in the mods folder. Your mods folder is in the minecraft game directory, which is the .minecraft in your Appdata\Roaming folder by default. This folder can be changed in the installation settings screen, so you can keep modded worlds/saves separate from vanilla, if you wish.
  3. I figured it out I think; you're downloading modpacks, not mods. Those modpacks have to be run through the twitch launcher (initially) I believe. I'd say we can hold off on logs, since I think I figured out the whole mod/modpack thing.
  4. How come all your mods are .zip files? Mods downloaded from curseforge should come as .jar files. And the debug.log should be in your .minecraft/logs folder, you may have to upload it to a hosting site or something and post a link here, they're usually large.
  5. Cool, thanks for your input guys. Obviously I don't know a lot about graphics programming/rendering, while still not my main interest or focus, definitely useful to know at least a little for forge tinkering
  6. try running gradlew eclipse first, then gradlew genEclipseRuns and see what happens
  7. Please provide more information: logs as described in the EAQ, a screenshot of your mods folder including full address bar at the top, and a screenshot of the installation settings screen for the forge profile in the launcher. That should give enough information to figure out what is going on.
  8. Also, random thought, is it still a thing to keep texture dimensions to powers of 2?
  9. You can have as many versions of forge installed as you wish, you don't have to remove one to install another. Also keep in mind, 1.12 is no longer supported on these forums due to age. More information on supported versions can be found in the LTS link at the top of every page.
  10. So, after seeing someone on here asking about custom shields, I thought that would be fun to mess with. So after looking at vanilla code, designed my shield after the vanilla style with a ISTER, got my shield to render, but it was all black/no texture. After some searching, I found a comment on here by TheGreyGhost (dude you rule) mentioning his MBE21. Looking at that, he had (commented out, but it was what I needed) an event for TextureStitchEvent.Pre which added a texture to the AtlasTexture.LOCATION_BLOCKS_TEXTURE which would appear to be a dynamically built texture atlas for, well, mostly blocks I would guess by the name. So creating that event and stitching my new shield texture to that atlas made my shield have a skin in all its glory! So now, my question, is it OK to just stitch textures onto that texture atlas, or should I (not sure how, but I'd figure it out I imagine) create my own? I'm not actually *MAKING* a mod or anything, just tinkering, figuring stuff out, but I wouldn't want to get in the habit of hijacking (or advising people to) vanilla texture atlases if I can fill them up or something like that. Sorry for the long winded explanation.
  11. Please show more of your code, a githup repo is preferred as it's easier to read, and can be cloned/build to help debugging. Mostly wondering where you are registering your event handler.
  12. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  13. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support. More information on supported versions can be found in the LTS link at the top of every page.
  14. Ok, so what have you tried, besides just copying stuff? Looking at it, I don't see any mention of a sword anywhere, but lots of stuff about bow & arrow, so that looks like a good place to start. I haven't done this before, I just know how to code and look for stuff, so I can't tell you EXACTLY how to do it, you're going to have to use some skills yourself.
  15. Please post logs from the client and server as described in the EAQ. Without them there is not enough information to know what is going on.
  16. I believe the only way to mod Win10/Bedrock is through the use of resource packs and behavior packs. https://minecraft.gamepedia.com/Bedrock_Edition_add-on_documentation *keep in mind, from what I've seen of this setup, you cannot do nearly as much stuff as you can do with the java edition and forge. Also, no support on these forums for bedrock addons, you would likely have to go to the official minecraft forums.
  17. You should always show what you tried. Best way to share code is to host your project on github as a buildable project, so others can look at it (and see the whole picture), as well as build/debug it if desired. Also make sure there's nothing in the debug.log that's giving you more information.
  18. Put a space between Java and -jar
  19. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  20. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  21. This thread is over 2 years old. Please create a new thread, and post full, not partial, logs.
  22. 1.12 is no longer supported on these forums due to age. Please update to a modern version to receive support here. More information on supported versions can be found in the LTS link at the top of every page.
  23. It should expand and fill in the whole filename for you. So I typed java -jar for<TAB> and it autofilled to java -jar .\forge-1.15.2-31.1.0-installer.jar
  24. Please give step by step details on how you set up your modding workspace/IDE.

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.