Vanillify Library

Vanillify Library

Mod

A server-side library that allows creation of other server-side-only mods/items

Server Library

83 downloads
1 follower
Created2 years ago
Updated2 years ago

Follow Save
Host your Minecraft server on BisectHosting - get 25% off your first month with code MODRINTH.

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:

  • Items - Completely modded items are supported.
  • Blocks - Completely modded blocks are supported.
  • Block Entities - Modded blocks WITH block entities are supported.
  • Chest GUI - Chest GUI are mostly supported.
  • Crafting Recipes - 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

  • Representation - 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:

  • WTHIT-Mod Support - Allowing support for the WTHIT mod on clients with the mod installed is a key priority.
  • Pucking - A term stolen from the PolyPuck 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 will be bugs. Some notable known issues are:

  • Creative Mode - 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.

External resources



Project members

StimzRx

Owner


Technical information

License
CC0-1.0
Client side
unsupported
Server side
required
Project ID