Jump to content

Modder Support

This is the support section for those modding with Forge. Help with modding goes in here, however, please keep in mind that this is not a Java school. You are expected to have basic knowledge of Java before posting here.


Subforums

  1. Documentation   (738268 visits to this link)

  2. ForgeGradle

    Help and support setting up your IDE and building mods with Gradle.

    5.4k
    posts

47463 topics in this forum

    • 2 replies
    • 1.5k views
    • 0 replies
    • 1.4k views
    • 2 replies
    • 1.7k views
    • 5 replies
    • 2k views
    • 9 replies
    • 3.1k views
    • 8 replies
    • 4.6k views
  1. How to network?

    • 4 replies
    • 2.2k views
    • 1 reply
    • 1.4k views
    • 1 reply
    • 1.3k views
    • 1 reply
    • 1.9k views
    • 1 reply
    • 1.8k views
    • 3 replies
    • 2.2k views
    • 3 replies
    • 8.3k views
    • 1 reply
    • 5.6k views
    • 0 replies
    • 898 views
    • 0 replies
    • 4.5k views
    • 2 replies
    • 1.1k views
    • 2 replies
    • 1.4k views
    • 2 replies
    • 1.5k views
    • 2 replies
    • 4.4k views
    • 2 replies
    • 3.4k views
    • 0 replies
    • 4.1k views
    • 2 replies
    • 1.6k views
    • 1 reply
    • 966 views
    • 1 reply
    • 1.5k views

Announcements



  • Posts

    • So am trying to make a custom 1.19.2 modpack and everything works until I add Oculus. I have tried Oculus+Embedium and Oculus+Rubdium and by themselves they work but as soon as I add anything it crashes no matter what it is. The modpack works fine with just Embedium and Rubdium. Can you help me to see if this is something i can fix or do i just have to deal with not having shaders. Here is the crash log. Thank you for your time. https://paste.ee/p/WXfNZ24K
    • What do I do now when it says "1 error"?
    • Hello everyone new here how are you all?
    • I haven't tested it but under https://minecraft.wiki/w/Items_model_definition it says now:   So I guess the resource location must have changed with 1.24.4, which means you need to move your models/item/ to the new source. But as I said I haven't tested this so it also may be that this wont work. Nevertheless give it a try      EDIT (important) So now I tested it and found out how it works   Let the model files (e.g. the .json from blockbench) within "assets/<your_mod_id>/models/item" In addition to that do the following: Every model you added will need a new file under "assets/<your_mod_id>/items" That file is also a JSON and looks like this: { "model": { "type": "minecraft:model", "model": "your_mod_id:item/custom_item" } } - "type" can be minecraft:model, minecraft:composite, minecraft:condition, minecraft:select, minecraft:range_dispatch, minecraft:empty, minecraft:bundle/selected_item or minecraft:special. (In most cases you would need minecraft:model) - "model" is the path to your actual model for this item. For example the value above would point to "assets/your_mod_id/models/item/custom_item"
  • Topics

×
×
  • Create New...

Important Information

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