nineMinecraft is a joke site.
nineMinecraft is in no way affiliated with Modrinth or 9minecraft. (And frankly, who wants to be affiliated with the latter?)
FrozenLib

FrozenLib

Mod

A library for FrozenBlock's mods.

Client and server Library

933.3k downloads
136 followers

2.4.1 (26.1-pre-2)

Changelog

  • ServerTextures now support .jpeg files!
    • Files ending in .mcphoto will also be treated as .jpeg files.
    • All methods pertaining to finding files for ServerTextures will no longer work if a file extension is included in the fileName parameter.
      • Instead, an automatic search has been added which looks for matching file names, ending in the .png, .jpeg, and .mcphoto extensions respectively.
      • When a match is found, it will be read.
  • FileTransferPackets now require a list of file extensions for requests.
    • This lets modders request files that could have a different file extension (e.g., photos ending in .png or .jpeg.)
    • Transfers are untouched, and still require the file extension to be part of the fileName parameter.
      • Please refrain from using the fileExtensions parameter when sending transfers, only use it for requests.
  • Updated the whitelisted file extensions for file requests and transfers.
    • .png, .jpeg, .mcphoto, .json.
  • Fixed a bug that could occur when running a dedicated server from the same directory a client is running from, which is connected to the dedicated server.
    • ServerTextures would continuously request their texture file while the server would continuously send it, resulting in the file being constantly rewritten and never read as a texture.

Files

FrozenLib-2.4.1-mc26.1-pre-2.jar(1.61 MiB) Primary Download

External resources


Project members

FrozenBlock

FrozenBlock

Organization


Technical information

License
GPL-3.0-only
Client side
required
Server side
required
Project ID