Skip to content

Commit

Permalink
added recipes for tool swapping, removed the functionality for it in …
Browse files Browse the repository at this point in the history
…the base tool classes.
  • Loading branch information
Mowmaster committed Jul 1, 2023
1 parent 81c9f6c commit 977b9f4
Show file tree
Hide file tree
Showing 14 changed files with 126 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_capacity"
},
"result": {
"item": "pedestals:tool_augments_storage"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_collide"
},
"result": {
"item": "pedestals:tool_augments_speed"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_diffuser"
},
"result": {
"item": "pedestals:tool_augments_roundrobin"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_range"
},
"result": {
"item": "pedestals:tool_augments_diffuser"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_roundrobin"
},
"result": {
"item": "pedestals:tool_augments_collide"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_speed"
},
"result": {
"item": "pedestals:tool_augments_capacity"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_augments_storage"
},
"result": {
"item": "pedestals:tool_augments_range"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_linkingtoolbackwards"
},
"result": {
"item": "pedestals:tool_linkingtool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_linkingtool"
},
"result": {
"item": "pedestals:tool_linkingtoolbackwards"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_filtertool"
},
"result": {
"item": "pedestals:tool_worktool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_tagtool"
},
"result": {
"item": "pedestals:tool_upgradetool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_toolswapper"
},
"result": {
"item": "pedestals:tool_filtertool"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_upgradetool"
},
"result": {
"item": "pedestals:tool_toolswapper"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "mowlib:toolswapcrafting",
"mainhandTool": {
"item": "pedestals:tool_worktool"
},
"result": {
"item": "pedestals:tool_tagtool"
}
}

0 comments on commit 977b9f4

Please sign in to comment.