Jump to content

Recommended Posts

Posted

I am trying to implement a model for a mob into Minecraft and am running into trouble with the ModModelLayer file and the downloaded model Java file from blockbench. Both attempt to create a new ResourceLocation instance however after browsing the code I can't find a public constructor for Resource Location within the game files and can't instantiate it. Am I missing something here? 

Posted

Use one of the static methods on the class to create a new instance.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Posted (edited)

In the Forge docs stands the following:

  Quote

The ResourceLocation is final and its constructor is private. There are alternatives depending on your usecase:

  • new ResourceLocation(String, String) -> fromNamespaceAndPath(String, String)
  • new ResourceLocation(String) -> parse(String)
  • new ResourceLocation("minecraft", String) -> withDefaultNamespace(String)
  • of -> bySeparator
  • isValidResourceLocation is removed
Expand  

Here is the Link for the whole Changes from 1.20.6 to 1.21: https://gist.github.com/ChampionAsh5357/d895a7b1a34341e19c80870720f9880f

I experimented around in my mods and they work

Edited by Pale Mannie

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • EDIT: put this in the wrong forum, Im SO sorry So I recently made my own modpack to mess around and it plays normally, besides the fact that I cannot break any blocks with a pickaxe. I don't know what mod is affecting this seeing as I don't have a vein miner mod (I did and I deleted it to see if it would fix the issue, it didn't) and I don't have any mods that change the start of the game (That I know of) Mods Included are: Another Furniture Appleskin Architectury API Beginner Survival House Blueprint Carry On Cherry Hut Cloth Config API Clumps Collective Comforts Controlling Critters n' Crawlers Curios API Embeddium Essential Geckolib Geode+ Immersive Weatherting Iris/Oculus & Geckolib Compat Jade JEI JER Macaw's bridges Macaw's Doors Macaw;s Fences and walls Macaw's lights and lamps Macaw's paintings Macaw's Paths and pavings Macaw's roofs Macaw's stairs Macaw's trapdoors Macaw's windows Moonlight lib Mouse tweaks Natures Spirit NewWorld Polymorph Pretty Rain Sawmill Searchables Snowy Tents Sodium/Embeddium Dynamic Lights Sodium/Embeddium Extras Sodium/embeddium options API Sophisticated Backpacks Sophisticated Core Supplementaries Swamp Boat TerraBlender Tree Harvester Wetland Whimsy I don't know whats causing this as there are no mentions that I can find of any of these mods causing this issue, so im confused on why its doing this. Please help lol
    • This is what I mean when I say I cant break anything using a pickaxe, Its just the red bar and nothing drops. Any block, even furnaces and modded blocks, that needs a pickaxe. EDIT: I know this is in the wrong Forum, I cant figure out how to delete it
    • EDIT: I know this is in the wrong Forum, I cant figure out how to delete it IM SO SORRY So I recently made my own modpack to mess around and it plays normally, besides the fact that I cannot break any blocks with a pickaxe. I don't know what mod is affecting this seeing as I don't have a vein miner mod (I did and I deleted it to see if it would fix the issue, it didn't) and I don't have any mods that change the start of the game (That I know of) Mods Included are: Another Furniture Appleskin Architectury API Beginner Survival House Blueprint Carry On Cherry Hut Cloth Config API Clumps Collective Comforts Controlling Critters n' Crawlers Curios API Embeddium Essential Geckolib Geode+ Immersive Weatherting Iris/Oculus & Geckolib Compat Jade JEI JER Macaw's bridges Macaw's Doors Macaw;s Fences and walls Macaw's lights and lamps Macaw's paintings Macaw's Paths and pavings Macaw's roofs Macaw's stairs Macaw's trapdoors Macaw's windows Moonlight lib Mouse tweaks Natures Spirit NewWorld Polymorph Pretty Rain Sawmill Searchables Snowy Tents Sodium/Embeddium Dynamic Lights Sodium/Embeddium Extras Sodium/embeddium options API Sophisticated Backpacks Sophisticated Core Supplementaries Swamp Boat TerraBlender Tree Harvester Wetland Whimsy I don't know whats causing this as there are no mentions that I can find of any of these mods causing this issue, so im confused on why its doing this. Please help lol
    • Delete the forge-client.toml file in your config folder and test it again
    • Try an alternative mod like Tree Harvester https://www.curseforge.com/minecraft/mc-mods/tree-harvester
  • Topics

×
×
  • Create New...

Important Information

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