
WesterosEntities Mod for Minecraft
This custom mod is under development specifically for the WesterosCraft server (mc.westeroscraft.com) and adds unique creatures from the world of Westeros to the game. Among them are the famous dire wolves, well-known to fans of the "Game of Thrones" series and book series.
Technical Requirements
For the mod to work correctly on the server, installation of the MariaDB database server is required. After creating the database, the following SQL command must be executed to create the mandatory table:
CREATE TABLE playerboundentities (
PlayerUUID VARCHAR(36),
DirewolfColor INT,
DirewolfName TEXT,
DirewolfTimeCreated TIMESTAMP,
CONSTRAINT PRIMARY KEY (PlayerUUID)
);
Features
The mod creates a special bond between players and tamed creatures, storing data for each dire wolf in the database. This allows tracking various animal characteristics, including their coloration, names, and creation time.
Community
The developers maintain an active community on Discord where you can ask questions, share impressions, or suggest improvements for the mod.