WanionLib

Shared code library used by all WanionCane mods!

28,88k

Quick challenge

How far can you run before the mobs catch you?

WanionLib

this lib is required for my 3 mods. UniDict, Bigger Crafting Tables, Avaritiaddons

by itself it doesn't add anything

but it allows my mods to:

- a better way to sincronize data betweeen client<->server - a way better GUI handler - my own way to match itemstacks - my own animations system (used to animate Tile Entities) - my module system, UniDict uses it - several network messages that are used indirectly by my mods - a way better crafting system that supports up to 15x15 crafts, used by Bigger Crafting Tables - my dependency manager (it is kinda a dependency injection system)

ADS