Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

TheEpicBlock/PolyMc

Repository files navigation

PolyMc

What if you could put mods on a server, without needing it on the client?
Well, that's impossible. But we can try! Nothing is impossible!

Note: if you're a mod developer looking to make a mod that'll be solely used serverside, you might want to consider Polymer. It has some advantages and disadvantages over PolyMc.

How PolyMc works

PolyMc is unique in that it operates on packet level. This means PolyMc doesn't touch the mechanics of the mod at all. The server is genuinely modded. This results in the server being quite stable, all the hacks PolyMc does to display things are separated from what's actually happening.

PolyMc uses a host of techniques to automatically try and display your modded things. PolyMc also features a large api to customize how items/blocks/entities/whatevers are transformed.

Do you want to get started? Check out the wiki!

Building

Run ./gradlew runDatagen once. Then just run ./gradlew build

About

Making minecraft mods compatible with a vanilla client

Topics

Resources

Readme

License

LGPL-3.0 license

Stars

Watchers

Forks

Contributors