Craftable-Schematics

Plugin

Plugin that allows you to add recipes for items that when used later will paste a schematic.

Server Game MechanicsUtility

76 downloads
0 followers
Createda year ago
Updateda year ago

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

Plugin that allows you to add recipes for items that when used later will paste a schematic.

Configuration

Recipe IDs

Recipe IDs must be unique and must use only lowercase letters, digits, dots, hyphens, underscores and forward slashes.

Create a new shaped recipe

Shaped recipes like the name suggests must have the exact same shape in the crafting table. Use single letters in the recipe_shape field and later assign items to the letters in recipe_items.

Create a new shapeless recipe

Shapeless recipes on the other hand completely ignore the shape the player put in the crafting table and just require the amount of items to be used to be the same. Set recipe_shape to null and in recipe_items add your items while making sure the item's key stays unique.

Item format

All items (i.e. recipe_items and recipe_results use a serialized format.
To obtain this format you can use the built-in command /item-serializer serialize to get the serialized string of the item in your hand and /item-serializer deserialize <base64> to give yourself an item that's serialized in the Base64 provided.

External resources



Project members

Nacio

Owner


Technical information

Project ID