Skip to content

Commit

Permalink
feat: add ItemConverter mod to allow holding caps and converting item…
Browse files Browse the repository at this point in the history
…s on the fly in additon to middle mouse button pick block conversion
  • Loading branch information
Yarden-zamir committed Nov 20, 2024
1 parent bf98750 commit c63f3cb
Show file tree
Hide file tree
Showing 1,671 changed files with 58,709 additions and 2 deletions.
10 changes: 10 additions & 0 deletions curseforge/index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ file = "mods/hud-compass.pw.toml"
hash = "673aaa1997418228a498295f0034904b928b17d4f2878a87f9b4b1a2dc95d8d2"
metafile = true

[[files]]
file = "mods/itemconverter.pw.toml"
hash = "d96deb399012d19b34684f95ddb80d6106bd5572e628f2d289fb97d03ad98328"
metafile = true

[[files]]
file = "mods/jade-addons.pw.toml"
hash = "2db057973d45d5b76ab789648a86517abeb62b359fed8092cf2216dd0f3c91dc"
Expand All @@ -185,6 +190,11 @@ file = "mods/konkrete.pw.toml"
hash = "56b130b6b7462bcff9085d43e7d53a1d5c5f0ee1744f63c4faee093538bc3825"
metafile = true

[[files]]
file = "mods/kotlin-for-forge.pw.toml"
hash = "8fd61b13a6da4b7f5cdf69ab6241c296b3019846a1635a2cbb427fbbb21635b2"
metafile = true

[[files]]
file = "mods/kubejs-additions.pw.toml"
hash = "d07c168e16d027b391f8fc748ec1625cb7633a0710370d4ec1cd1113749e86cb"
Expand Down
13 changes: 13 additions & 0 deletions curseforge/mods/itemconverter.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "ItemConverter"
filename = "item-converter-0.2.0.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "69150171e2c8c10045c9558a87a05af42b298af1"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 5921468
project-id = 1143473
13 changes: 13 additions & 0 deletions curseforge/mods/kotlin-for-forge.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Kotlin for Forge"
filename = "kotlinforforge-3.12.0-all.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "cf09c1be6d8950e3f7551f02f141818aee5a3ec0"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 4513187
project-id = 351264
2 changes: 1 addition & 1 deletion curseforge/pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "d1138b75f1c405bbf031c9f1afb45efbaaa4ccc8a8e21c7ff9362f51cdd51ba8"
hash = "427a223747f5911da34a8a475177c8177f870342ca5620a2130d8ded4c38b4fb"

[versions]
forge = "43.4.4"
Expand Down
10 changes: 10 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8309,6 +8309,11 @@ file = "mods/hudcompass.pw.toml"
hash = "ac3118e58b0f31297ee97717486d2a49aeac4ec7a92dd051a56e2780ac1f76e4"
metafile = true

[[files]]
file = "mods/item-converter.pw.toml"
hash = "5e2758edad329516970f94189f807a6caf00c05e25d5ee69a7d266580a295dc3"
metafile = true

[[files]]
file = "mods/jade-addons-forge.pw.toml"
hash = "c11011cc9fb5bd521e5805e732dd131357ae8fb21f682a7ab2db4aa8ad9a0e41"
Expand All @@ -8329,6 +8334,11 @@ file = "mods/konkrete.pw.toml"
hash = "aa241e1683fe80eee9cb233d2a1685e4ee771f85723db9861c168be584d60c60"
metafile = true

[[files]]
file = "mods/kotlin-for-forge.pw.toml"
hash = "d5fba76e70c85347ac615a1b2bcb0f02041e2ffb03fb670ce10685054fb61b46"
metafile = true

[[files]]
file = "mods/kubejs-additions.pw.toml"
hash = "c5166a467c96145266ec0c740fe50a64c3c7f57c4b0e1c456e916e749f77eb39"
Expand Down
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/black_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:black_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/blue_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:blue_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/brown_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:brown_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/cyan_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:cyan_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
39 changes: 39 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/fluix_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:fluix_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:storage_bus",
"Count": 1
},
{
"id": "ae2:level_emitter",
"Count": 1
},
{
"id": "ae2:storage_monitor",
"Count": 1
},
{
"id": "ae2:inverted_toggle_bus",
"Count": 1
},
{
"id": "ae2:terminal",
"Count": 1
},
{
"id": "ae2:quartz_fiber",
"Count": 1
},
{
"id": "ae2:toggle_bus",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/gray_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:gray_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/green_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:green_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:inverted_toggle_bus",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
},
{
"id": "ae2:storage_monitor",
"Count": 1
},
{
"id": "ae2:toggle_bus",
"Count": 1
},
{
"id": "ae2:level_emitter",
"Count": 1
},
{
"id": "ae2:quartz_fiber",
"Count": 1
},
{
"id": "ae2:terminal",
"Count": 1
},
{
"id": "ae2:storage_bus",
"Count": 1
}
]
}
39 changes: 39 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/level_emitter_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:level_emitter",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
},
{
"id": "ae2:storage_monitor",
"Count": 1
},
{
"id": "ae2:toggle_bus",
"Count": 1
},
{
"id": "ae2:quartz_fiber",
"Count": 1
},
{
"id": "ae2:terminal",
"Count": 1
},
{
"id": "ae2:storage_bus",
"Count": 1
},
{
"id": "ae2:inverted_toggle_bus",
"Count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:light_blue_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:light_gray_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/lime_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:lime_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:magenta_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
15 changes: 15 additions & 0 deletions kubejs/data/ptd/item_converter/rules/ae2/orange_smart_cable_0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"sound": "minecraft:ui.stonecutter.take_result",
"pitch": 1.0,
"volume": 1.0,
"input": {
"id": "ae2:orange_smart_cable",
"Count": 1
},
"output": [
{
"id": "ae2:fluix_smart_cable",
"Count": 1
}
]
}
Loading

0 comments on commit c63f3cb

Please sign in to comment.