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.

Featured Replies

Posted

In 1.12 and before, I have used an implementation of IFMLLoadingPlugin to allow an extension of DummyModContainer to be able to return a custom class to getCustomResourcePackClass(). This allowed a hidden folder-based resource pack that always loaded but is easily able to be changed at runtime by the user or bundled by the modpack dev.

 

I am wondering if this mod (source code at https://github.com/portablejim/Additional-Resources/tree/master/src/main/java/portablejim/additionalresources ) and the mod dependent on this one is able to be brought to 1.13 and what approach I should be looking at?

Edited by portablejim
Adding code link

Also completely impossible with the new coremod system

About Me

Spoiler

My Discord - Cadiboo#8887

My WebsiteCadiboo.github.io

My ModsCadiboo.github.io/projects

My TutorialsCadiboo.github.io/tutorials

Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support.

When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible.

Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org

Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)

  • Author
23 hours ago, diesieben07 said:

Nothing of that coremod-hackyness was required, ever.

Before 1.13 you could just add resource packs to Minecraft#defaultResourcePacks. In 1.13 the system seems to have been reworked a bit, but something similar should be possible. No need for coremods.

Thanks for the tip. It did get me there in the end.

 

For those who come after: Implement IPackFinder, look at FolderPack/FilePack/AbstractResourcePack and extend if needed, and call

((Minecraft)mc).getResourcePackList().addPackFinder()

with your implementation of IPackFinder.

Edited by portablejim
Added xkcd.

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...

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.