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. Use Java 8 with forge, I do not believe it is compatible with newer versions. The original post has nothing to do with a batch file, you should create your own thread with more information (i.e. contents of said batch file)
  2. Did you find the client-extra.jar? Look at the json for the crafting table as an example. That's what I would do if I were trying to do what you are doing. What is working/not working? (be specific) If you're getting missing textures (black/purple squares), you should also post logs so it shows what it is looking for.
  3. There should be a reference to client-extra.jar that's where the json models and stuff are.
  4. The minecraft wiki has a good breakdown of the model json format: https://minecraft.gamepedia.com/Model#Block_models Also, check the vanilla model files for things with different faces to see how they did it. The vanilla sources are a very good reference, and should be viewable through your IDE.
  5. Not 100% sure if it matters, but in your model file, where you specify the texture, you have a capital L on layer, and all my model files are all lowercase. You also have the texture looking in exemplemod:items/exemple_item, but I believe it should be exemplemod:item/exemple_item. also, you should always post/read the latest.log, it likely tells you it can't load the texture somewhere.
  6. 1.12 is no longer supported on this forum 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.
  7. 1.12 is no longer supported on this forum 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.
  8. Don't bump after 2 hours, give people some time. In a lot of places, it's really early morning and people are probably still sleeping.
  9. Not what you want to hear, but you honestly should probably be learning basic Java/OOP. Not knowing what a constructor is is a bad thing.
  10. I believe it should be textures.item package, no s at the end.
  11. You should post your entire mod as a github project, it helps people see the big picture. Have you used your IDEs debugger to ensure that this code is being called? I've seen a few threads about OreGen on here, so if you use the forum search you will probably find more information.
  12. You can, but will not be able to receive support from this website since it is a really really old version. So you can still download it and use it, but if it breaks, you're on your own or will have to look elsewhere for support. The LTS link at the top of every page has more information on which versions will be supported going forward and why.
  13. I haven't tried this using RegistryObject yet, but I believe Cadiboo has a custom spawn egg that takes a Supplier in the constructor in his example mod on github. https://github.com/Cadiboo/Example-Mod/blob/1.15.2/src/main/java/io/github/cadiboo/examplemod/item/ModdedSpawnEggItem.java I haven't messed with it myself, so your mileage may vary, but seems like a good place to start until something proper is done about the spawn egg mess.
  14. 1.12 is no longer support on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  15. 1.12 is no longer support on this forum due to age. Please update to a modern version to receive support. More information can be found in the LTS link at the top of every page.
  16. Ugdhar replied to blinky000's topic in Modder Support
    The log files generated when you run through eclipse are in the run/logs folder within your project folder. If you're using debug, I would guess you'd need to check debug.log to see if your note gets printed. I just tested myself using the latest 1.15.2 build, and it worked fine for me. *edit: Not sure if it matters, but I would change the name of your logger so it is not exactly the same as the class name. Make it all caps or something
  17. Ugdhar replied to Beaker's topic in Modder Support
    Reference for shapeless recipe json format: https://minecraft.gamepedia.com/Recipe#crafting_shapeless
  18. Spend time browsing the minecraft sourcecode for things you are interested in trying or how they work. Make good use of google and the search on this forum. I find searching class/method names that I'm working with yields decent results most of the time. Make sure you have a decent grasp on Java, if you are confused by the basics (or even advanced features) of the language, stop to go back and figure them out.
  19. Make sure you read the whole log
  20. I don't use optifine, I would check their website for instructions. My best guess, not using it at all, would be run its installer again and look for an uninstall option. edit: and I would double check [C:\Users\hidve\AppData\Roaming\.minecraft\mods for Optifine, since it says that's where it is.
  21. Brewing recipes can't be made with json at this time. This is a known/open issue, hopefully it gets worked on so ugly hacks don't have to be used to add brewing recipes https://github.com/MinecraftForge/MinecraftForge/issues/5814 In the meantime I found this link with some info on getting around it: https://www.minecraftforge.net/forum/topic/73496-1132-alternative-to-potionbrewingaddmix-solved/
  22. Looks like it is still trying to load Optifine
  23. It appears you have the correct file, but you must have java ( use Java 8 ) installed. If you do, try running Jarfix (google will find it for you), as it appears your system associates .jar files with an archive manager rather than the JVM.
  24. I know you said ignore, but if you'd like any feedback/opinions, Intellij Dark looks best/easiest to read IMO (I am using the dark forum theme).
  25. Using Eclipse, I had to run the eclipse tasks (from the commandline) twice to get it to let me to view sources, both when originally setting up the project and when updating forge/mappings in build.gradle. Otherwise when trying to look up classes and such it would tell me source was not available. No clue why, but like I said, running the tasks once, then opening in eclipse won't let me view sources, close it down, rerun tasks again, and I can view sources. This was using eclipse 2019-12.

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.