Added Netherite nugget uu-recipe
This commit is contained in:
parent
283460c3c8
commit
074bfea680
1 changed files with 16 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"type": "reborncore:padded",
|
||||||
|
"pattern": [
|
||||||
|
"UUU",
|
||||||
|
"UUU",
|
||||||
|
"UU "
|
||||||
|
],
|
||||||
|
"key": {
|
||||||
|
"U": {
|
||||||
|
"item": "techreborn:uu_matter"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"result": {
|
||||||
|
"item": "techreborn:netherite_nugget"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue