Jump 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. To make it water-like (swimming/pushing mobs) you need to add a tag that makes it behave like water in data.minecraft.tags.fluids called water.json (obviously this one is for the fluid I made when I was figuring this stuff out, make it for your fluids) And just a side note, the fluid I made testing I subclassed from ForgeFlowingFluid instead of FlowingFluid. Not sure if it matters for any reason or not, but figured I'd mention
  2. Well then. I guess I'm at a loss, the only thing I can think of at this point is reinstalling the JDK fresh, but I truly don't even know if that is really the issue. Sorry Hopefully someone else will see this and know what it's all about!
  3. Hmm. Which version of Java are you using? From the commandline in your project folder (batch files are good for some stuff, but definitely not for this situation ) run java -version Doesn't matter what versions are installed, it depends on the command to tell which versions is actually being used. *edit: Googling has some people getting this error with really old java versions. I'd say make sure you have the latest Java 8 JDK.
  4. Ah ok, so you're running your gradle commands from a batch file. Anhyhow, I'm not sure what's going on there to be honest, looks like some sort of SSL error trying to get https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml Can you go to that link manually in a browser?
  5. Ok, then open the folder your mod project is in, hold shift and right-click in a blank spot, and you should have a menu with an open to open powershell window here. Do that, then run ./gradlew eclipse *edit: might want --debug instead of --stacktrace, it looks like it gives more info. I've never really had any issues getting a workspace setup, so I'm just thinking of how I'd try to solve it if it were me.
  6. The error was right there in the log Did you edit the mods.toml in your resources so it is for your mod or create a new one?
  7. setupDecompWorkspace does not exist anymore, for eclipse it's eclipse and genEclipseRuns. I believe running it adding --stacktrace will provide more information that could help find the issue. *edit: Post logs as text, if your window doesn't stay open, that's the first issue to resolve. What OS?
  8. You should still post the full (debug) log somewhere; someone might see something you missed.
  9. I don't think that's it, there should be a debug.log file in your minecraft/log folder. That's the one with all the good stuff
  10. When you name items/blocks/etc, you cannot use capital letters.
  11. Then it's not the same. Please post your own crash report in a new thread.
  12. 1.12 is no longer supported due to age. Please update to a modern version to receive support. See the LTS link at the top of every page for more information on supported versions.
  13. Remove the -o false from your command line switches
  14. I do not unfortunately. If you know any oop languages, java is similar in a lot of ways, and looking through vanilla code and browsing the forums are good sources of how to do things. Without programming knowledge, I would say just google java tutorials, and prepare to be bored while you write some text based programs to learn the basics. It'll suck, but it's how you get to the good stuff.
  15. unix/linux, which macos is based on. And just prefix the command with ./ (dot-forwardslash) as I put in my last post *edit: and the reason the windows tutorial didn't say anything, is that windows/dos has always (to my knowledge anyway) checked in the currect folder/directory first when running a command, vs other OSes sticking to what's specified in the path.
  16. Does it still do it if you reboot your computer? And you don't have any gamepads or any other device plugged in? The only thing I could think to do would be delete any configs related to the gamepad, but I honestly don't know which ones would or if it would impact anything else. Besides that, I don't know, hopefully someone else will see this and have an idea for you!
  17. The best I can do is say check vanilla blockstates for something similar to what you want to do. That's what I do when I'm messing with stuff is just check vanilla for resources, or search the forums/google. I haven't got any examples unfortunately! *edit: actually, I do have a crop I made when I was messing around: blockstate: model (they all pretty much look like this, just different texture):
  18. Please post logs as described in the EAQ, it should tell what is going on.
  19. Then you do not have the same issue. Please create a new thread of your own, and post logs as described in the EAQ.
  20. Forge blockstates were removed. https://gist.github.com/williewillus/30d7e3f775fe93c503bddf054ef3f93e
  21. 1.12 is no longer supported on this forum 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.
  22. 1.12 is no longer supported on this forum 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. I believe there is a modding section over at the official minecraft forums, however I don't really go there, so have no idea of the quality of posts/people/etc over there.
  24. 1.12 is no longer supported on this forum 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.
  25. 1.12 is no longer supported on this forum 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.

Important Information

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

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.