mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-28 16:22:18 +00:00
I suppose Netherite Pick turtle recipe is important.
This commit is contained in:
parent
14df44f09d
commit
54229c2ce1
@ -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\"}"
|
||||||
|
}
|
||||||
|
}
|
@ -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\"}"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user