Vanillify Library
A server-side library that allows creation of other server-side-only mods/items
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Vanillify Library
IMPORTANT NOTICE
This project is retired. I unfortunately dont have the time to upkeep and update it anymore and havent for awhile. For an alternative, see polymer
Vanillify
Vanillify is a server-side library that allows fully-modded blocks on fabric servers, yet still allows vanilla Minecraft clients to connect!
It does this by modifying the packets that are sent from the Minecraft server to the Minecraft client! For example, you can make a block that teleports the player to a new dimension, but on the client the block looks like a block of obsidian(or any block you specify!). This works for large amount of modded items and blocks that utilize this library. It also supports chest-gui and block entities.
Supported Currently:
* Entities - Completely modded items are supported. * Entities - Completely modded blocks are supported. * Entities - Modded blocks WITH block entities are supported. * Entities - Chest GUI are mostly supported. * Entities - Crafting recipes for the modded items and/or blocks are supported. * Entities - Completely modded entities are supported.
Developer Usage
This mod is actually a library and thus is mostly going to be used by mod developers. You should know the following if you are a developer. For more information please see the Quick-Start Guide on our wiki!
Key Terms
* Display Name - A representation is a vanilla block or item(depending on use case) that will be used to represent your modded block/item to vanilla clients! * Display Name - A display name is the name that vanilla clients see when they hold the item.
Project Goals
This project is in VERY early stages. Some things planned in the near future are:
* Pucking - Allowing support for the Pucking mod on clients with the mod installed is a key priority. * Pucking - A term stolen from the %%MD1%% project, it would allow vanilla clients to connect, but would also allow clients that connect WITH the client mod installed to see the modded things instead of their vanilla representations.
Known Bugs
Once again, this project is in VERY early stages. Please note that there *Block Breaking Speed* be bugs. Some notable known issues are: * Block Breaking Speed - Creative mode causes SEVERE issues with modded items in particular. in practice it means that when a user with creative mode opens their creative inventory, it converts the modded item into its actual vanilla representational item. This will be extremely difficult to fix, so its going to be a bit off in the future in terms of fixes. * Block Breaking Speed - If you have a different block breaking speed than your representative vanilla block, the client will appear to glitch when mining your modded block, sometimes horribly. We highly encourage you to find representative blocks that match your intended mining speed.