- Recipes
- 19,445 views • 4 today
- 2,574 downloads • 0 today
8
This datapack allows you to craft rare items that you couldn't craft before.
------------------------------------------------
NOTE: The crafting recipes are shaped.
------------------------------------------------
How to install:
1. Open Minecraft.
2. Select your world, click on “Edit”, then “Open world folder”.
3. Open the folder named datapacks, and then drag and drop the data pack file into it.
4. Play the world, and type in /datapack
5. If this doesn't work, type in /reload
------------------------------------------------
------------------------------------------------
NOTE: The crafting recipes are shaped.
------------------------------------------------
How to install:
1. Open Minecraft.
2. Select your world, click on “Edit”, then “Open world folder”.
3. Open the folder named datapacks, and then drag and drop the data pack file into it.
4. Play the world, and type in /datapack
5. If this doesn't work, type in /reload
------------------------------------------------
| Compatibility | Minecraft 1.13 |
| Tags |
1 Update Logs
Update 1.0.1 : by Aszard 10/25/2018 3:02:25 pmOctober 25, 2018 @ 7:02 pm UTC
Changed Elytra crafting recipe
4179214
119

![Blacksmithing - Removes "Too Expensive", Repair and Recycle Anvils! [1.17x]](https://static.planetminecraft.com/files/image/minecraft/data-pack/2021/332/14523482_s.jpg)

Have something to say?
If I wanted to change the nether star to a diamond block then I would:
before:
{
"type": "crafting_shaped",
"pattern": [
"#/#",
"PNP",
"P P"
],
"key": {
"#": {
"item": "minecraft:string"
},
"/": {
"item": "minecraft:stick"
},
"N": {
"item": "minecraft:nether_star"
},
"P": {
"item": "minecraft:phantom_membrane"
}
},
"result": {
"item": "minecraft:elytra",
"count": 1
}
}
After:
{
"type": "crafting_shaped",
"pattern": [
"#/#",
"PNP",
"P P"
],
"key": {
"#": {
"item": "minecraft:string"
},
"/": {
"item": "minecraft:stick"
},
"N": {
"item": "minecraft:diamond_block"
},
"P": {
"item": "minecraft:phantom_membrane"
}
},
"result": {
"item": "minecraft:elytra",
"count": 1
}
}