• • 10/25/18 3:02 pm • 1 logs
- 19.4k views • 1 today
- save_alt 2.5k downloads
- Compatibility
- Minecraft 1.13
- Changes include
- Recipes
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
------------------------------------------------
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
More like this
4179214
119



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
}
}