Sprache

Scalding Hot!

Scalding Hot!

Modrinth

Hot reloading of client resources and server data

932 Downloads 40 Follower aktualisiert 5mo ago
neueste v0.1.2+1.21.11 Modrinth
Fabric 1.21 – 1.21.11 Utility

Hot reload assets and data

preview video

Scalding Hot allows Minecraft to hot-reload assets instantly, as soon as they are saved to disk.

Scalding Hot touches as little as possible to reduce reload times.
It can reload only the affected subsystems, or even update atlases directly.

This makes the feedback loop much shorter — see the changes in-game as soon as you press ctrl+s!

Resource packs

Scalding Hot supports:

  • Language (translation) files
  • Entity textures
  • Block/item textures and sprites
  • Sounds and music
  • Fonts
  • Models

Data packs

Scalding Hot supports:

  • Recipes
  • Advancements
  • Tags
  • Functions
  • Loot tables

For server owners and operators

Scalding Hot is a designer's tool. It is not intended for multiplayer, but will work when installed on a server.
Do not install this on a server you care about!

Clients that have Scalding Hot can visit servers without it as normal.

For mod developers

Normally mod resources are loaded from the output folder, which is only updated on rebuild.
To bypass this (and make hot reload work properly), you can override the resources paths for a mod in the .minecraft/config/scaldinghot.json config.
The game will then strictly load resources for the mod from the path(s) specified only.

"modResourcePaths": {
  "scaldinghot": [
    "/home/username/Projects/ScaldingHot/src/main/resources"
  ],
  "example-mod": [
    "/home/username/Projects/example-mod/src/main/resources",
    "/home/username/Projects/example-mod/src/generated/resources"
  ]
}

Versionen

Beta
0.1.2+1.21.11
fabric · 1.21.11 · 5mo ago
- Updated to 1.21.11. - Added config option for disabling reloading models after item texture change Pretty lightly tested, please report any issues you see!
122
Beta
0.1.1+1.21.8
fabric · 1.21.8 · 9mo ago
Updated to 1.21.8. Pretty lightly tested, please report any issues you see!
93
Beta
0.1.1+1.21.1
fabric · 1.21, 1.21.1 · 11mo ago
- Added support for models - Added support for reloadable registries (e.g. loot tables) - Fixed bug in sprite reloading
634
Beta
0.1.0+1.21.1
fabric · 1.21, 1.21.1 · 11mo ago
Initial release.
83

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

Herunterladen Scalding Hot!

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.