Customization
Table of Contents
Changing the Attuned Shard Recipe (1.20.1 to 1.20.6 only)
The warp plate allows creating additional attuned shards. The recipe is configurable and can be changed by overriding
the waystones/recipes/attuned_shard.json
file in a data pack.
{
"type": "waystones:warp_plate",
"result": {
"item": "waystones:attuned_shard",
"count": 1
},
"primary": {
"item": "minecraft:flint"
},
"secondary": [
{
"item": "waystones:warp_dust"
},
{
"item": "waystones:warp_dust"
},
{
"item": "waystones:warp_dust"
},
{
"item": "waystones:warp_dust"
}
]
}
Note
You can use this recipe type to create additional custom recipes for the warp plate as well.