HomeJavaModsCraftable-Schematics
Craftable-Schematics

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.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more