Guardian's Uncraft Plugin
Reverses vanilla and custom crafting recipes
Guardian's Uncraft Plugin
A simple plugin that reverses vanilla and custom items into their recipe components. Permissions:
players: guardianuncraft.use admins: guardianuncraft.admin
commands:
/uncraft
/uncraft reload
Please take note of the following recipes.
This can be directly copied into your GuardianUncraft/recipes.yml file.
2 of these recipes prevent dupes of buckets and empty bottles while the others are recipes for wool. Vanilla wool recipes give you white wool and dye instead which also constitutes dupes of the dyes.
The white wool items can be uncrafted into string with this custom recipe.
If you prefer not to give the dye with the string, you can safely remove the dye items from the list.
``` #Custom recipes #Follow the correct layout. Copy and paste the example and change the required items
LIGHT_GRAY_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - LIGHT_GRAY_DYE result: 1 GRAY_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - GRAY_DYE result: 1 BLACK_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - BLACK_DYE result: 1 BROWN_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - BROWN_DYE result: 1 RED_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - RED_DYE result: 1 ORANGE_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - ORANGE_DYE result: 1 YELLOW_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - YELLOW_DYE result: 1 LIME_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - LIME_DYE result: 1 GREEN_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - GREEN_DYE result: 1 CYAN_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - CYAN_DYE result: 1 LIGHT_BLUE_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - LIGHT_BLUE_DYE result: 1 BLUE_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - BLUE_DYE result: 1 PURPLE_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - PURPLE_DYE result: 1 MAGENTA_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING - MAGENTA_DYE result: 1 PINK_WOOL: allowed: true ingredients: - STRING - STRING - AIR - STRING - STRING - PINK_DYE result: 1 WHITE_WOOL: allowed: true ingredients: - STRING - STRING - STRING - STRING result: 1 CAKE: allowed: false ingredients: - STRING - STRING - STRING - STRING result: 1 HONEY_BLOCK: allowed: false ingredients: - STRING - STRING - STRING - STRING result: 1 ```