1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-27 16:02:17 +00:00

I suppose Netherite Pick turtle recipe is important.

This commit is contained in:
Jacob Farley 2020-09-07 10:54:46 -05:00
parent 14df44f09d
commit 54229c2ce1
2 changed files with 38 additions and 0 deletions

View File

@ -0,0 +1,19 @@
{
"type": "computercraft:impostor_shaped",
"group": "computercraft:turtle_advanced",
"pattern": [
"#T"
],
"key": {
"#": {
"item": "computercraft:turtle_advanced"
},
"T": {
"item": "minecraft:netherite_pickaxe"
}
},
"result": {
"item": "computercraft:turtle_advanced",
"nbt": "{RightUpgrade:\"minecraft:netherite_pickaxe\"}"
}
}

View File

@ -0,0 +1,19 @@
{
"type": "computercraft:impostor_shaped",
"group": "computercraft:turtle_normal",
"pattern": [
"#T"
],
"key": {
"#": {
"item": "computercraft:turtle_normal"
},
"T": {
"item": "minecraft:netherite_pickaxe"
}
},
"result": {
"item": "computercraft:turtle_normal",
"nbt": "{RightUpgrade:\"minecraft:netherite_pickaxe\"}"
}
}