polymer-neo
(Unofficial) Polymer fork for neoforge.
It's a library for creating server side content, that work for player's without mods or (required) resource packs!
You can create blocks, items and entities, that not only will work fully server side (and singleplayer), but also
are still real custom ones, allowing for better integration with data packs and other mods (servers still see it as
mymod:custom and not minecraft:player_head, unlike bukkit/spigot ones, that only emulate them).
For players:
This library/mod includes few small utilities that can be useful for playing on servers using Polymer.
Client-side support does not work at the moment!
Few things it does on the client:
Added compatibility for multiple client side mods (EMI,
Roughly Enough Items, WTHIT, Jade
Correct information on F3 debug screen
Creative item tabs synced with server
For server owners/mod pack makers:
Any mod using this library shouldn't be required on the client side! However, as stated above, there
are few small quality of life things added with it. So you might want to recommend it or include with
your mod pack.
If you have a server and polymer based mods you are using include a resource pack, you might want to install
"bundled/packed/all" version of polymer contains AutoHost module, allowing you to set up automatic building and sending of packs
to clients. See this page to learn about the setup.
For mod developers:
All information about usage can be found at https://polymer.pb4.eu!
Since this is an unofficial port, make sure to report issues to https://codeberg.org/tomalbrc/polymer-neo and do NOT message/bug patbox, the original author, about issues/bugs.
What this library/mod doesn't do
This mod doesn't convert existing mods to server side ones.
Commands
/polymer - Display about
/polymer creative - Opens list of Polymer/Server-Side creative tabs (Available to anyone with creative)
/polymer generate-pack - Generates polymer resourcepack as <server/client directory>/polymer-resourcepack.zip
/polymer stats - Shows server side statistics
/polymer effects - Shows server side status effects
/polymer client-item - Displays client side nbt of held item
/polymer client-item get - Gives player client side copy of held item
/polymer export-registry - Exports registry information (debug command)
Original Fabric mod:
https://codeberg.org/tomalbrc/polymer-neo