diff --git a/curseforge/index.toml b/curseforge/index.toml index 6fb60ee0..aaea7dab 100644 --- a/curseforge/index.toml +++ b/curseforge/index.toml @@ -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" @@ -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" diff --git a/curseforge/mods/itemconverter.pw.toml b/curseforge/mods/itemconverter.pw.toml new file mode 100644 index 00000000..38e16ac3 --- /dev/null +++ b/curseforge/mods/itemconverter.pw.toml @@ -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 diff --git a/curseforge/mods/kotlin-for-forge.pw.toml b/curseforge/mods/kotlin-for-forge.pw.toml new file mode 100644 index 00000000..0b0219e7 --- /dev/null +++ b/curseforge/mods/kotlin-for-forge.pw.toml @@ -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 diff --git a/curseforge/pack.toml b/curseforge/pack.toml index da0ccaa0..5c1ab0ff 100644 --- a/curseforge/pack.toml +++ b/curseforge/pack.toml @@ -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" diff --git a/index.toml b/index.toml index 1bdb922b..2927471d 100644 --- a/index.toml +++ b/index.toml @@ -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" @@ -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" diff --git a/kubejs/data/ptd/item_converter/rules/ae2/black_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/black_smart_cable_0.json new file mode 100644 index 00000000..806ae21c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/black_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/blue_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/blue_smart_cable_0.json new file mode 100644 index 00000000..c47c19d9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/blue_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/brown_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/brown_smart_cable_0.json new file mode 100644 index 00000000..5d93fca1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/brown_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/cyan_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/cyan_smart_cable_0.json new file mode 100644 index 00000000..b70ca93e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/cyan_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/fluix_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/fluix_smart_cable_0.json new file mode 100644 index 00000000..8b9fb7f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/fluix_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/gray_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/gray_smart_cable_0.json new file mode 100644 index 00000000..d79ce3c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/gray_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/green_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/green_smart_cable_0.json new file mode 100644 index 00000000..3ea9db95 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/green_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/inverted_toggle_bus_0.json b/kubejs/data/ptd/item_converter/rules/ae2/inverted_toggle_bus_0.json new file mode 100644 index 00000000..cd513999 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/inverted_toggle_bus_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/level_emitter_0.json b/kubejs/data/ptd/item_converter/rules/ae2/level_emitter_0.json new file mode 100644 index 00000000..bcf91bf0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/level_emitter_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/light_blue_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/light_blue_smart_cable_0.json new file mode 100644 index 00000000..f2007ffe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/light_blue_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/light_gray_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/light_gray_smart_cable_0.json new file mode 100644 index 00000000..be8e9630 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/light_gray_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/lime_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/lime_smart_cable_0.json new file mode 100644 index 00000000..921ee936 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/lime_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/magenta_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/magenta_smart_cable_0.json new file mode 100644 index 00000000..a3748348 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/magenta_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/orange_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/orange_smart_cable_0.json new file mode 100644 index 00000000..7d74b6f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/orange_smart_cable_0.json @@ -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 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/pink_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/pink_smart_cable_0.json new file mode 100644 index 00000000..9f4cf175 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/pink_smart_cable_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:pink_smart_cable", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/purple_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/purple_smart_cable_0.json new file mode 100644 index 00000000..a0458980 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/purple_smart_cable_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:purple_smart_cable", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/quartz_fiber_0.json b/kubejs/data/ptd/item_converter/rules/ae2/quartz_fiber_0.json new file mode 100644 index 00000000..a3e58143 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/quartz_fiber_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:quartz_fiber", + "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:terminal", + "Count": 1 + }, + { + "id": "ae2:storage_bus", + "Count": 1 + }, + { + "id": "ae2:inverted_toggle_bus", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/red_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/red_smart_cable_0.json new file mode 100644 index 00000000..9d7987ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/red_smart_cable_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:red_smart_cable", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/storage_bus_0.json b/kubejs/data/ptd/item_converter/rules/ae2/storage_bus_0.json new file mode 100644 index 00000000..60e7484b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/storage_bus_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:storage_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:inverted_toggle_bus", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/storage_monitor_0.json b/kubejs/data/ptd/item_converter/rules/ae2/storage_monitor_0.json new file mode 100644 index 00000000..07bb59cb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/storage_monitor_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:storage_monitor", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "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 + }, + { + "id": "ae2:inverted_toggle_bus", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/terminal_0.json b/kubejs/data/ptd/item_converter/rules/ae2/terminal_0.json new file mode 100644 index 00000000..e87581bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/terminal_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:terminal", + "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:storage_bus", + "Count": 1 + }, + { + "id": "ae2:inverted_toggle_bus", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/toggle_bus_0.json b/kubejs/data/ptd/item_converter/rules/ae2/toggle_bus_0.json new file mode 100644 index 00000000..9a8395e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/toggle_bus_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:toggle_bus", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + }, + { + "id": "ae2:storage_monitor", + "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 + }, + { + "id": "ae2:inverted_toggle_bus", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/white_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/white_smart_cable_0.json new file mode 100644 index 00000000..4f8d3a7a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/white_smart_cable_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:white_smart_cable", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ae2/yellow_smart_cable_0.json b/kubejs/data/ptd/item_converter/rules/ae2/yellow_smart_cable_0.json new file mode 100644 index 00000000..24b2ddfe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ae2/yellow_smart_cable_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ae2:yellow_smart_cable", + "Count": 1 + }, + "output": [ + { + "id": "ae2:fluix_smart_cable", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/animated_torch_0.json b/kubejs/data/ptd/item_converter/rules/botania/animated_torch_0.json new file mode 100644 index 00000000..8fcf1810 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/animated_torch_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:animated_torch", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/apothecary_default_0.json b/kubejs/data/ptd/item_converter/rules/botania/apothecary_default_0.json new file mode 100644 index 00000000..a5b875b5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/apothecary_default_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:apothecary_default", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_0_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_0_0.json new file mode 100644 index 00000000..b523e768 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_0_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_0", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_10_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_10_0.json new file mode 100644 index 00000000..9dfcb445 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_10_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_10", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_11_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_11_0.json new file mode 100644 index 00000000..bb9bc9f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_11_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_11", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_12_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_12_0.json new file mode 100644 index 00000000..e851eca1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_12_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_12", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_13_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_13_0.json new file mode 100644 index 00000000..f00e8cc9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_13_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_13", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_14_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_14_0.json new file mode 100644 index 00000000..821b8364 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_14_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_14", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_15_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_15_0.json new file mode 100644 index 00000000..1ddb5a4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_15_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_15", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_1_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_1_0.json new file mode 100644 index 00000000..1d351b9c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_1_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_1", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_2_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_2_0.json new file mode 100644 index 00000000..7abbdf0a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_2_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_2", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_3_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_3_0.json new file mode 100644 index 00000000..3bd45d36 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_3_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_3", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_4_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_4_0.json new file mode 100644 index 00000000..861f9fc8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_4_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_4", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_5_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_5_0.json new file mode 100644 index 00000000..b6466e0e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_5_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_5", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_6_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_6_0.json new file mode 100644 index 00000000..72108a6d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_6_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_6", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_7_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_7_0.json new file mode 100644 index 00000000..77a8e0c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_7_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_7", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_8_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_8_0.json new file mode 100644 index 00000000..1b07f68f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_8_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_8", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_9", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/azulejo_9_0.json b/kubejs/data/ptd/item_converter/rules/botania/azulejo_9_0.json new file mode 100644 index 00000000..c26fdb41 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/azulejo_9_0.json @@ -0,0 +1,71 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:azulejo_9", + "Count": 1 + }, + "output": [ + { + "id": "botania:azulejo_13", + "Count": 1 + }, + { + "id": "botania:azulejo_12", + "Count": 1 + }, + { + "id": "botania:azulejo_11", + "Count": 1 + }, + { + "id": "botania:azulejo_10", + "Count": 1 + }, + { + "id": "botania:azulejo_15", + "Count": 1 + }, + { + "id": "botania:azulejo_14", + "Count": 1 + }, + { + "id": "botania:azulejo_6", + "Count": 1 + }, + { + "id": "botania:azulejo_5", + "Count": 1 + }, + { + "id": "botania:azulejo_8", + "Count": 1 + }, + { + "id": "botania:azulejo_7", + "Count": 1 + }, + { + "id": "botania:azulejo_0", + "Count": 1 + }, + { + "id": "botania:azulejo_2", + "Count": 1 + }, + { + "id": "botania:azulejo_1", + "Count": 1 + }, + { + "id": "botania:azulejo_4", + "Count": 1 + }, + { + "id": "botania:azulejo_3", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/black_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_0.json new file mode 100644 index 00000000..6135b3c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:black_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:black_pavement_slab", + "Count": 1 + }, + { + "id": "botania:black_pavement_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/black_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_slab_0.json new file mode 100644 index 00000000..bbd4a673 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:black_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:black_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/black_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_stairs_0.json new file mode 100644 index 00000000..548c94d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/black_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:black_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:black_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_0.json new file mode 100644 index 00000000..b8236524 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blaze_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:blaze_quartz_pillar", + "Count": 1 + }, + { + "id": "botania:chiseled_blaze_quartz", + "Count": 1 + }, + { + "id": "botania:blaze_quartz_slab", + "Count": 1 + }, + { + "id": "botania:blaze_quartz_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_slab_0.json new file mode 100644 index 00000000..f4902b13 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blaze_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:blaze_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_stairs_0.json new file mode 100644 index 00000000..37ad2b81 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blaze_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blaze_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:blaze_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_0.json new file mode 100644 index 00000000..9d8a3d72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blue_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:blue_pavement_stairs", + "Count": 1 + }, + { + "id": "botania:blue_pavement_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_slab_0.json new file mode 100644 index 00000000..a450fa1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blue_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:blue_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_stairs_0.json new file mode 100644 index 00000000..e37c2b51 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/blue_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:blue_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:blue_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_block_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_block_0.json new file mode 100644 index 00000000..70c1346c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_block_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_block", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_brick", + "Count": 1 + }, + { + "id": "botania:corporea_stairs", + "Count": 1 + }, + { + "id": "botania:corporea_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_0.json new file mode 100644 index 00000000..f9a3d97f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_brick", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_brick_slab", + "Count": 1 + }, + { + "id": "botania:corporea_brick_stairs", + "Count": 1 + }, + { + "id": "botania:corporea_brick_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_slab_0.json new file mode 100644 index 00000000..3b9f66f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_brick", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_stairs_0.json new file mode 100644 index 00000000..d7538e01 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_brick", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_wall_0.json new file mode 100644 index 00000000..cfce6257 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_brick", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_slab_0.json new file mode 100644 index 00000000..0519f4c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/corporea_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/corporea_stairs_0.json new file mode 100644 index 00000000..59c59f4d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/corporea_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:corporea_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:corporea_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/crafty_crate_0.json b/kubejs/data/ptd/item_converter/rules/botania/crafty_crate_0.json new file mode 100644 index 00000000..394f6cf0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/crafty_crate_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:crafty_crate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_0.json new file mode 100644 index 00000000..2c526d48 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dark_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:dark_quartz_stairs", + "Count": 1 + }, + { + "id": "botania:dark_quartz_pillar", + "Count": 1 + }, + { + "id": "botania:chiseled_dark_quartz", + "Count": 1 + }, + { + "id": "botania:dark_quartz_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_slab_0.json new file mode 100644 index 00000000..04320366 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dark_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:dark_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_stairs_0.json new file mode 100644 index 00000000..cc06c5d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dark_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dark_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:dark_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_0.json new file mode 100644 index 00000000..e54b0651 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_fence", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_gate_0.json new file mode 100644 index 00000000..4b1bf239 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_planks_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_planks_0.json new file mode 100644 index 00000000..c4840eb3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_planks", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_fence_gate", + "Count": 1 + }, + { + "id": "botania:dreamwood_slab", + "Count": 1 + }, + { + "id": "botania:dreamwood_wall", + "Count": 1 + }, + { + "id": "botania:dreamwood_stairs", + "Count": 1 + }, + { + "id": "botania:dreamwood_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_slab_0.json new file mode 100644 index 00000000..b1a831c8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_stairs_0.json new file mode 100644 index 00000000..0451033b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/dreamwood_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_wall_0.json new file mode 100644 index 00000000..9e1a38ad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/dreamwood_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:dreamwood_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:dreamwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/elf_glass_0.json b/kubejs/data/ptd/item_converter/rules/botania/elf_glass_0.json new file mode 100644 index 00000000..bd7420f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/elf_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:elf_glass", + "Count": 1 + }, + "output": [ + { + "id": "botania:elf_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/elf_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/botania/elf_glass_pane_0.json new file mode 100644 index 00000000..ef888a87 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/elf_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:elf_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "botania:elf_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_0.json new file mode 100644 index 00000000..877ccc49 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:elf_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:elf_quartz_slab", + "Count": 1 + }, + { + "id": "botania:elf_quartz_stairs", + "Count": 1 + }, + { + "id": "botania:chiseled_elf_quartz", + "Count": 1 + }, + { + "id": "botania:elf_quartz_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_slab_0.json new file mode 100644 index 00000000..b7845a96 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:elf_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:elf_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_stairs_0.json new file mode 100644 index 00000000..a1b833e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/elf_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:elf_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:elf_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/green_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_0.json new file mode 100644 index 00000000..08cf3bf8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:green_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:green_pavement_stairs", + "Count": 1 + }, + { + "id": "botania:green_pavement_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/green_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_slab_0.json new file mode 100644 index 00000000..eba05422 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:green_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:green_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/green_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_stairs_0.json new file mode 100644 index 00000000..4b1cccc2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/green_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:green_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:green_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/hourglass_0.json b/kubejs/data/ptd/item_converter/rules/botania/hourglass_0.json new file mode 100644 index 00000000..4d39f91e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/hourglass_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:hourglass", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_0.json new file mode 100644 index 00000000..edd03e3f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:lavender_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:lavender_quartz_stairs", + "Count": 1 + }, + { + "id": "botania:lavender_quartz_slab", + "Count": 1 + }, + { + "id": "botania:lavender_quartz_pillar", + "Count": 1 + }, + { + "id": "botania:chiseled_lavender_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_slab_0.json new file mode 100644 index 00000000..b7714d5b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:lavender_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:lavender_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_stairs_0.json new file mode 100644 index 00000000..7de498fe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/lavender_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:lavender_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:lavender_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_0.json new file mode 100644 index 00000000..a3843e94 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_livingrock_bricks", + "Count": 1 + }, + { + "id": "botania:livingrock_stairs", + "Count": 1 + }, + { + "id": "botania:livingrock_bricks", + "Count": 1 + }, + { + "id": "botania:polished_livingrock", + "Count": 1 + }, + { + "id": "botania:livingrock_slab", + "Count": 1 + }, + { + "id": "botania:livingrock_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_0.json new file mode 100644 index 00000000..7b3bc5a8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock_bricks_slab", + "Count": 1 + }, + { + "id": "botania:livingrock_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_livingrock_bricks", + "Count": 1 + }, + { + "id": "botania:livingrock_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_slab_0.json new file mode 100644 index 00000000..04c375e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_stairs_0.json new file mode 100644 index 00000000..f3285a2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_wall_0.json new file mode 100644 index 00000000..8d6f2acd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_slab_0.json new file mode 100644 index 00000000..13e25727 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_stairs_0.json new file mode 100644 index 00000000..b4ce2e52 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingrock_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingrock_wall_0.json new file mode 100644 index 00000000..c2f6d5b4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingrock_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingrock_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_0.json new file mode 100644 index 00000000..232320b4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingwood_fence", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_gate_0.json new file mode 100644 index 00000000..a50669cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingwood_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingwood_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingwood_planks_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingwood_planks_0.json new file mode 100644 index 00000000..17ab54d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingwood_planks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingwood_planks", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingwood_fence_gate", + "Count": 1 + }, + { + "id": "botania:livingwood_stairs", + "Count": 1 + }, + { + "id": "botania:livingwood_wall", + "Count": 1 + }, + { + "id": "botania:livingwood_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingwood_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingwood_stairs_0.json new file mode 100644 index 00000000..49ce225d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingwood_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingwood_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/livingwood_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/livingwood_wall_0.json new file mode 100644 index 00000000..8629e520 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/livingwood_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:livingwood_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mana_glass_0.json b/kubejs/data/ptd/item_converter/rules/botania/mana_glass_0.json new file mode 100644 index 00000000..881257b3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mana_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mana_glass", + "Count": 1 + }, + "output": [ + { + "id": "botania:mana_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mana_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/botania/mana_glass_pane_0.json new file mode 100644 index 00000000..a70cbfce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mana_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mana_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "botania:mana_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_0.json new file mode 100644 index 00000000..4feffacb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mana_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:mana_quartz_stairs", + "Count": 1 + }, + { + "id": "botania:chiseled_mana_quartz", + "Count": 1 + }, + { + "id": "botania:mana_quartz_pillar", + "Count": 1 + }, + { + "id": "botania:mana_quartz_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_slab_0.json new file mode 100644 index 00000000..a98f454e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mana_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:mana_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_stairs_0.json new file mode 100644 index 00000000..05ab3fe4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mana_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mana_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:mana_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_0.json new file mode 100644 index 00000000..3f9634fa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_desert_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_bricks_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_slab_0.json new file mode 100644 index 00000000..a1237d74 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_stairs_0.json new file mode 100644 index 00000000..c8da3788 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_wall_0.json new file mode 100644 index 00000000..ee1bb459 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_0.json new file mode 100644 index 00000000..92991e61 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_cobblestone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_slab_0.json new file mode 100644 index 00000000..9606d190 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_stairs_0.json new file mode 100644 index 00000000..b386eb72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_wall_0.json new file mode 100644 index 00000000..f3eb9c27 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_0.json new file mode 100644 index 00000000..244c65fc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_desert_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_stone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_desert_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_slab_0.json new file mode 100644 index 00000000..78c7808e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_stairs_0.json new file mode 100644 index 00000000..efa7b222 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_wall_0.json new file mode 100644 index 00000000..06e19b65 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_desert_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_desert_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_desert_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_0.json new file mode 100644 index 00000000..fb9ffa73 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_bricks_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_bricks_slab", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_forest_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_slab_0.json new file mode 100644 index 00000000..c49720c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_stairs_0.json new file mode 100644 index 00000000..5300ad60 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_wall_0.json new file mode 100644 index 00000000..47a7263d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_0.json new file mode 100644 index 00000000..ecb38e80 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_cobblestone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_cobblestone_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_slab_0.json new file mode 100644 index 00000000..0320af19 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_stairs_0.json new file mode 100644 index 00000000..c017b35b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_wall_0.json new file mode 100644 index 00000000..44a40fec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_0.json new file mode 100644 index 00000000..d7660a3a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_forest_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_forest_stone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_slab_0.json new file mode 100644 index 00000000..312ecfea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_stairs_0.json new file mode 100644 index 00000000..a0efbc18 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_wall_0.json new file mode 100644 index 00000000..bd7d18af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_forest_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_forest_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_forest_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_0.json new file mode 100644 index 00000000..40ff20f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_bricks_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_fungal_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_slab_0.json new file mode 100644 index 00000000..02fc698f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_stairs_0.json new file mode 100644 index 00000000..806e4978 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_wall_0.json new file mode 100644 index 00000000..39cadf9c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_0.json new file mode 100644 index 00000000..1f4e1f36 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_cobblestone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_cobblestone_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_slab_0.json new file mode 100644 index 00000000..0ec477f8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_stairs_0.json new file mode 100644 index 00000000..4bb6cfef --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_wall_0.json new file mode 100644 index 00000000..a1073bed --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_0.json new file mode 100644 index 00000000..54964059 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_fungal_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_stone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_fungal_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_slab_0.json new file mode 100644 index 00000000..6ff0e85f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_stairs_0.json new file mode 100644 index 00000000..1549309b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_wall_0.json new file mode 100644 index 00000000..4626b2a4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_fungal_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_fungal_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_fungal_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_0.json new file mode 100644 index 00000000..21af452c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_bricks_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_mesa_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_slab_0.json new file mode 100644 index 00000000..f9714d2d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_stairs_0.json new file mode 100644 index 00000000..d361ecec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_wall_0.json new file mode 100644 index 00000000..050b64ec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_0.json new file mode 100644 index 00000000..94f97e7b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_cobblestone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_slab_0.json new file mode 100644 index 00000000..05319f8c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_stairs_0.json new file mode 100644 index 00000000..4f04f7a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_wall_0.json new file mode 100644 index 00000000..ebb1015c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_0.json new file mode 100644 index 00000000..2f822740 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_stone_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_mesa_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_mesa_stone_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_slab_0.json new file mode 100644 index 00000000..5883e9ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_stairs_0.json new file mode 100644 index 00000000..00e45540 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_wall_0.json new file mode 100644 index 00000000..fb4c941f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mesa_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mesa_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mesa_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_0.json new file mode 100644 index 00000000..e9029f98 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_mountain_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_bricks_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_slab_0.json new file mode 100644 index 00000000..c12c5fc7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_stairs_0.json new file mode 100644 index 00000000..3cc26c28 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_wall_0.json new file mode 100644 index 00000000..d6f037b0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_0.json new file mode 100644 index 00000000..bf9545ef --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_cobblestone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_slab_0.json new file mode 100644 index 00000000..a9385540 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_stairs_0.json new file mode 100644 index 00000000..317c501a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_wall_0.json new file mode 100644 index 00000000..95083d1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_0.json new file mode 100644 index 00000000..76025a1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_mountain_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_stone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_mountain_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_slab_0.json new file mode 100644 index 00000000..2ac8bf47 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_stairs_0.json new file mode 100644 index 00000000..9d6a6e5f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_wall_0.json new file mode 100644 index 00000000..eac5dec6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_mountain_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_mountain_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_mountain_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_0.json new file mode 100644 index 00000000..1c30f343 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:chiseled_metamorphic_plains_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_bricks_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_slab_0.json new file mode 100644 index 00000000..901a3a80 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_stairs_0.json new file mode 100644 index 00000000..bf963f7c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_wall_0.json new file mode 100644 index 00000000..42e130b1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_0.json new file mode 100644 index 00000000..13903f5f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_cobblestone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_cobblestone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_slab_0.json new file mode 100644 index 00000000..5dc3487d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_stairs_0.json new file mode 100644 index 00000000..3c600cbb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_wall_0.json new file mode 100644 index 00000000..6751cf84 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_0.json new file mode 100644 index 00000000..f1f23280 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_stone_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_plains_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_plains_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_slab_0.json new file mode 100644 index 00000000..e8bd4d1a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_stairs_0.json new file mode 100644 index 00000000..9a1826b1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_wall_0.json new file mode 100644 index 00000000..60c4396f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_plains_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_plains_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_plains_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_0.json new file mode 100644 index 00000000..13045410 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_swamp_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_slab_0.json new file mode 100644 index 00000000..d8341612 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_stairs_0.json new file mode 100644 index 00000000..18677801 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_wall_0.json new file mode 100644 index 00000000..e2735bdf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_0.json new file mode 100644 index 00000000..9d531450 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_cobblestone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_cobblestone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_slab_0.json new file mode 100644 index 00000000..85e10146 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_stairs_0.json new file mode 100644 index 00000000..a3dd98ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_wall_0.json new file mode 100644 index 00000000..0fbe71d8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_0.json new file mode 100644 index 00000000..80b73cbc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_stone_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_stone_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_swamp_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_swamp_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_slab_0.json new file mode 100644 index 00000000..e1179482 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_stairs_0.json new file mode 100644 index 00000000..c4a1398f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_wall_0.json new file mode 100644 index 00000000..88f02287 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_swamp_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_swamp_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_swamp_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_0.json new file mode 100644 index 00000000..687d9603 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_bricks_slab", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_bricks_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_taiga_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_slab_0.json new file mode 100644 index 00000000..401b904c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_stairs_0.json new file mode 100644 index 00000000..7b291798 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_wall_0.json new file mode 100644 index 00000000..0fed8910 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_0.json new file mode 100644 index 00000000..a70643bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_cobblestone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_cobblestone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_cobblestone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_slab_0.json new file mode 100644 index 00000000..b3194e02 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_stairs_0.json new file mode 100644 index 00000000..618d3556 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_wall_0.json new file mode 100644 index 00000000..66050117 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_0.json new file mode 100644 index 00000000..79b77d76 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_stone", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_stone_wall", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_stone_stairs", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_bricks", + "Count": 1 + }, + { + "id": "botania:metamorphic_taiga_stone_slab", + "Count": 1 + }, + { + "id": "botania:chiseled_metamorphic_taiga_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_slab_0.json new file mode 100644 index 00000000..b8f90738 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_stairs_0.json new file mode 100644 index 00000000..0a20c6bf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_wall_0.json new file mode 100644 index 00000000..3d7f4dd3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/metamorphic_taiga_stone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:metamorphic_taiga_stone_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:metamorphic_taiga_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_0.json b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_0.json new file mode 100644 index 00000000..ba5c51bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mossy_livingrock_bricks", + "Count": 1 + }, + "output": [ + { + "id": "botania:mossy_livingrock_bricks_slab", + "Count": 1 + }, + { + "id": "botania:mossy_livingrock_bricks_stairs", + "Count": 1 + }, + { + "id": "botania:mossy_livingrock_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_slab_0.json new file mode 100644 index 00000000..c87768fe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mossy_livingrock_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:mossy_livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_stairs_0.json new file mode 100644 index 00000000..fee9f976 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mossy_livingrock_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:mossy_livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_wall_0.json new file mode 100644 index 00000000..1865a0b7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/mossy_livingrock_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:mossy_livingrock_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:mossy_livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/open_crate_0.json b/kubejs/data/ptd/item_converter/rules/botania/open_crate_0.json new file mode 100644 index 00000000..7a10440a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/open_crate_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:open_crate", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/placeholder_0.json b/kubejs/data/ptd/item_converter/rules/botania/placeholder_0.json new file mode 100644 index 00000000..7edb16c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/placeholder_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:placeholder", + "Count": 1 + }, + "output": [ + { + "id": "create:crafter_slot_cover", + "Count": 1 + }, + { + "id": "minecraft:gold_nugget", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_0.json b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_0.json new file mode 100644 index 00000000..6288eaa4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:polished_livingrock", + "Count": 1 + }, + "output": [ + { + "id": "botania:livingrock_bricks", + "Count": 1 + }, + { + "id": "botania:polished_livingrock_slab", + "Count": 1 + }, + { + "id": "botania:polished_livingrock_stairs", + "Count": 1 + }, + { + "id": "botania:polished_livingrock_wall", + "Count": 1 + }, + { + "id": "botania:chiseled_livingrock_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_slab_0.json new file mode 100644 index 00000000..0ff84f0e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:polished_livingrock_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:polished_livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_stairs_0.json new file mode 100644 index 00000000..c2599f46 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:polished_livingrock_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:polished_livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_wall_0.json new file mode 100644 index 00000000..e04f267b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/polished_livingrock_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:polished_livingrock_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:polished_livingrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_0.json new file mode 100644 index 00000000..995eae0d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_pavement_stairs", + "Count": 1 + }, + { + "id": "botania:red_pavement_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_slab_0.json new file mode 100644 index 00000000..39005f31 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_stairs_0.json new file mode 100644 index 00000000..b2c88269 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_0.json new file mode 100644 index 00000000..82eeb78a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_quartz_pillar", + "Count": 1 + }, + { + "id": "botania:chiseled_red_quartz", + "Count": 1 + }, + { + "id": "botania:red_quartz_slab", + "Count": 1 + }, + { + "id": "botania:red_quartz_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_slab_0.json new file mode 100644 index 00000000..67830950 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_stairs_0.json new file mode 100644 index 00000000..8046e125 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_comparator_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_comparator_0.json new file mode 100644 index 00000000..5cefcf89 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_comparator_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_comparator", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_interceptor", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_container_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_container_0.json new file mode 100644 index 00000000..c4ed6a4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_container_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_container", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + }, + { + "id": "botania:red_string_interceptor", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_dispenser_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_dispenser_0.json new file mode 100644 index 00000000..4ef80acb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_dispenser_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + }, + { + "id": "botania:red_string_interceptor", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_fertilizer_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_fertilizer_0.json new file mode 100644 index 00000000..bce9d5ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_fertilizer_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + }, + { + "id": "botania:red_string_interceptor", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_interceptor_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_interceptor_0.json new file mode 100644 index 00000000..e20eae9b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_interceptor_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_interceptor", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/red_string_relay_0.json b/kubejs/data/ptd/item_converter/rules/botania/red_string_relay_0.json new file mode 100644 index 00000000..bd594ab7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/red_string_relay_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:red_string_relay", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + }, + { + "id": "botania:red_string_interceptor", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_0.json new file mode 100644 index 00000000..7ee470bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerrock", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerrock_stairs", + "Count": 1 + }, + { + "id": "botania:shimmerrock_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_slab_0.json new file mode 100644 index 00000000..a166f2f3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerrock_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_stairs_0.json new file mode 100644 index 00000000..ef5fb16b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerrock_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerrock_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerrock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_0.json new file mode 100644 index 00000000..9ed1a662 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerwood_planks", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerwood_planks_stairs", + "Count": 1 + }, + { + "id": "botania:shimmerwood_planks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_slab_0.json new file mode 100644 index 00000000..56d83e23 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerwood_planks_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_stairs_0.json new file mode 100644 index 00000000..e7ad548f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/shimmerwood_planks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:shimmerwood_planks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:shimmerwood_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_0.json new file mode 100644 index 00000000..a145ac1a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_dreamwood", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_dreamwood_stairs", + "Count": 1 + }, + { + "id": "botania:stripped_dreamwood_wall", + "Count": 1 + }, + { + "id": "botania:stripped_dreamwood_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_slab_0.json new file mode 100644 index 00000000..41bdf56f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_dreamwood_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_dreamwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_stairs_0.json new file mode 100644 index 00000000..a378d20a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_dreamwood_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_dreamwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_wall_0.json new file mode 100644 index 00000000..4387467c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_dreamwood_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_dreamwood_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_dreamwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_0.json new file mode 100644 index 00000000..b4a083c5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_livingwood", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_livingwood_wall", + "Count": 1 + }, + { + "id": "botania:stripped_livingwood_stairs", + "Count": 1 + }, + { + "id": "botania:stripped_livingwood_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_slab_0.json new file mode 100644 index 00000000..577672e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_livingwood_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_livingwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_stairs_0.json new file mode 100644 index 00000000..c64460c5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_livingwood_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_livingwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_wall_0.json b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_wall_0.json new file mode 100644 index 00000000..47a1fa28 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/stripped_livingwood_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:stripped_livingwood_wall", + "Count": 1 + }, + "output": [ + { + "id": "botania:stripped_livingwood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_0.json b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_0.json new file mode 100644 index 00000000..68738c18 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:sunny_quartz", + "Count": 1 + }, + "output": [ + { + "id": "botania:sunny_quartz_stairs", + "Count": 1 + }, + { + "id": "botania:sunny_quartz_slab", + "Count": 1 + }, + { + "id": "botania:chiseled_sunny_quartz", + "Count": 1 + }, + { + "id": "botania:sunny_quartz_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_slab_0.json new file mode 100644 index 00000000..51778ded --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:sunny_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:sunny_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_stairs_0.json new file mode 100644 index 00000000..9fb65741 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/sunny_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:sunny_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:sunny_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/twig_wand_0.json b/kubejs/data/ptd/item_converter/rules/botania/twig_wand_0.json new file mode 100644 index 00000000..2d40e746 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/twig_wand_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:twig_wand", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/white_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_0.json new file mode 100644 index 00000000..7a713b29 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:white_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:white_pavement_stairs", + "Count": 1 + }, + { + "id": "botania:white_pavement_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/white_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_slab_0.json new file mode 100644 index 00000000..c7649b98 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:white_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:white_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/white_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_stairs_0.json new file mode 100644 index 00000000..ced45a88 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/white_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:white_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:white_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_0.json b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_0.json new file mode 100644 index 00000000..2e1446af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:yellow_pavement", + "Count": 1 + }, + "output": [ + { + "id": "botania:yellow_pavement_stairs", + "Count": 1 + }, + { + "id": "botania:yellow_pavement_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_slab_0.json b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_slab_0.json new file mode 100644 index 00000000..78b3541a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:yellow_pavement_slab", + "Count": 1 + }, + "output": [ + { + "id": "botania:yellow_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_stairs_0.json b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_stairs_0.json new file mode 100644 index 00000000..9c525a50 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/botania/yellow_pavement_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "botania:yellow_pavement_stairs", + "Count": 1 + }, + "output": [ + { + "id": "botania:yellow_pavement", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_beam_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_beam_0.json new file mode 100644 index 00000000..d3ff0882 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_beam_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_beam", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_block_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_block_0.json new file mode 100644 index 00000000..86f7913d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_block_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_block", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_board_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_board_0.json new file mode 100644 index 00000000..9baac3f8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_board_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_board", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_box_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_box_0.json new file mode 100644 index 00000000..db5d62ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_box_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_box", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_byte_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_byte_0.json new file mode 100644 index 00000000..d922a02c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_byte_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_byte", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_catwalk_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_catwalk_0.json new file mode 100644 index 00000000..1b89176d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_catwalk_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_cogwheel_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_cogwheel_0.json new file mode 100644 index 00000000..52552768 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_cogwheel_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_door_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_door_0.json new file mode 100644 index 00000000..1af04380 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_door_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_door", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_0.json new file mode 100644 index 00000000..565de63f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_fence", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_gate_0.json new file mode 100644 index 00000000..712cb09b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fence_gate_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_fluid_pipe_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fluid_pipe_0.json new file mode 100644 index 00000000..d0758fc8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_fluid_pipe_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_ghost_block_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_ghost_block_0.json new file mode 100644 index 00000000..11b53342 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_ghost_block_0.json @@ -0,0 +1,307 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_layer_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_layer_0.json new file mode 100644 index 00000000..104be570 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_layer_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_panel_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_panel_0.json new file mode 100644 index 00000000..1545b4cf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_half_panel_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_heavy_weighted_pressure_plate_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_heavy_weighted_pressure_plate_0.json new file mode 100644 index 00000000..020a3077 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_heavy_weighted_pressure_plate_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_door_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_door_0.json new file mode 100644 index 00000000..2d06d8b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_door_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_trapdoor_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_trapdoor_0.json new file mode 100644 index 00000000..0faaefac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_iron_trapdoor_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_ladder_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_ladder_0.json new file mode 100644 index 00000000..64c4f151 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_ladder_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_large_cogwheel_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_large_cogwheel_0.json new file mode 100644 index 00000000..e856b111 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_large_cogwheel_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_layer_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_layer_0.json new file mode 100644 index 00000000..e8a43a48 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_layer_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_layer", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_light_weighted_pressure_plate_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_light_weighted_pressure_plate_0.json new file mode 100644 index 00000000..0a263a5c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_light_weighted_pressure_plate_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_shaft_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_shaft_0.json new file mode 100644 index 00000000..75437721 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_shaft_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_slab_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slab_0.json new file mode 100644 index 00000000..ce3463d6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slab_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_slab", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_slice_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slice_0.json new file mode 100644 index 00000000..847cbe7b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slice_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_slice", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_0.json new file mode 100644 index 00000000..0247b015 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_slope", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_layer_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_layer_0.json new file mode 100644 index 00000000..46907e3e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_slope_layer_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_stairs_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stairs_0.json new file mode 100644 index 00000000..90f18f02 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stairs_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_button_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_button_0.json new file mode 100644 index 00000000..a6c75c89 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_button_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_pressure_plate_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_pressure_plate_0.json new file mode 100644 index 00000000..b0c61b6a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_stone_pressure_plate_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_trapdoor_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_trapdoor_0.json new file mode 100644 index 00000000..24492f6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_trapdoor_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slice_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slice_0.json new file mode 100644 index 00000000..f8c30ba6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slice_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slope_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slope_0.json new file mode 100644 index 00000000..ea86533e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_slope_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_stairs_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_stairs_0.json new file mode 100644 index 00000000..de1df7cc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_stairs_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_step_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_step_0.json new file mode 100644 index 00000000..88e79d84 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_vertical_step_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_wall_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wall_0.json new file mode 100644 index 00000000..dd20d832 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wall_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_wall", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_button_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_button_0.json new file mode 100644 index 00000000..2fd3172d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_button_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_pressure_plate_0.json b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_pressure_plate_0.json new file mode 100644 index 00000000..7c44bff1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/copycats/copycat_wooden_pressure_plate_0.json @@ -0,0 +1,159 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "copycats:copycat_wooden_pressure_plate", + "Count": 1 + }, + "output": [ + { + "id": "copycats:copycat_iron_door", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_wall", + "Count": 1 + }, + { + "id": "copycats:copycat_large_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_door", + "Count": 1 + }, + { + "id": "copycats:copycat_half_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_stairs", + "Count": 1 + }, + { + "id": "copycats:copycat_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_slab", + "Count": 1 + }, + { + "id": "copycats:copycat_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_catwalk", + "Count": 1 + }, + { + "id": "copycats:copycat_heavy_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slice", + "Count": 1 + }, + { + "id": "copycats:copycat_block", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_step", + "Count": 1 + }, + { + "id": "copycats:copycat_fence", + "Count": 1 + }, + { + "id": "copycats:copycat_iron_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_shaft", + "Count": 1 + }, + { + "id": "copycats:copycat_half_panel", + "Count": 1 + }, + { + "id": "copycats:copycat_board", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_button", + "Count": 1 + }, + { + "id": "copycats:copycat_box", + "Count": 1 + }, + { + "id": "copycats:copycat_trapdoor", + "Count": 1 + }, + { + "id": "copycats:copycat_fluid_pipe", + "Count": 1 + }, + { + "id": "copycats:copycat_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_fence_gate", + "Count": 1 + }, + { + "id": "copycats:copycat_vertical_slope", + "Count": 1 + }, + { + "id": "copycats:copycat_slope_layer", + "Count": 1 + }, + { + "id": "copycats:copycat_ladder", + "Count": 1 + }, + { + "id": "copycats:copycat_stone_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_wooden_button", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_light_weighted_pressure_plate", + "Count": 1 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 1 + }, + { + "id": "copycats:copycat_beam", + "Count": 1 + }, + { + "id": "copycats:copycat_cogwheel", + "Count": 1 + }, + { + "id": "copycats:copycat_byte", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/crafting_on_a_stick/stonecutter_0.json b/kubejs/data/ptd/item_converter/rules/crafting_on_a_stick/stonecutter_0.json new file mode 100644 index 00000000..40f85f23 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/crafting_on_a_stick/stonecutter_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/acacia_window_0.json b/kubejs/data/ptd/item_converter/rules/create/acacia_window_0.json new file mode 100644 index 00000000..91c2bc41 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/acacia_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:acacia_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:acacia_window_pane", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/acacia_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/acacia_window_pane_0.json new file mode 100644 index 00000000..01fe3674 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/acacia_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:acacia_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:acacia_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/adjustable_chain_gearshift_0.json b/kubejs/data/ptd/item_converter/rules/create/adjustable_chain_gearshift_0.json new file mode 100644 index 00000000..fccffc96 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/adjustable_chain_gearshift_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/analog_lever_0.json b/kubejs/data/ptd/item_converter/rules/create/analog_lever_0.json new file mode 100644 index 00000000..d3b429ba --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/analog_lever_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:analog_lever", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/andesite_alloy_0.json b/kubejs/data/ptd/item_converter/rules/create/andesite_alloy_0.json new file mode 100644 index 00000000..18edc3d9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/andesite_alloy_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:andesite_alloy", + "Count": 1 + }, + "output": [ + { + "id": "create:andesite_scaffolding", + "Count": 2 + }, + { + "id": "quark:iron_plate", + "Count": 32 + }, + { + "id": "create:andesite_ladder", + "Count": 2 + }, + { + "id": "copycats:copycat_ghost_block", + "Count": 4 + }, + { + "id": "create:andesite_bars", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/andesite_casing_0.json b/kubejs/data/ptd/item_converter/rules/create/andesite_casing_0.json new file mode 100644 index 00000000..25002448 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/andesite_casing_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:andesite_casing", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/andesite_funnel_0.json b/kubejs/data/ptd/item_converter/rules/create/andesite_funnel_0.json new file mode 100644 index 00000000..42cd389d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/andesite_funnel_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:andesite_funnel", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/andesite_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/andesite_pillar_0.json new file mode 100644 index 00000000..4c3cea5a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/andesite_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:andesite_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/andesite_tunnel_0.json b/kubejs/data/ptd/item_converter/rules/create/andesite_tunnel_0.json new file mode 100644 index 00000000..3f44ae65 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/andesite_tunnel_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:andesite_tunnel", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/asurine_0.json b/kubejs/data/ptd/item_converter/rules/create/asurine_0.json new file mode 100644 index 00000000..219933ad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/asurine_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:asurine", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/asurine_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/asurine_pillar_0.json new file mode 100644 index 00000000..4bfd9d09 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/asurine_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:asurine_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/attribute_filter_0.json b/kubejs/data/ptd/item_converter/rules/create/attribute_filter_0.json new file mode 100644 index 00000000..60b664cc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/attribute_filter_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:attribute_filter", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/basin_0.json b/kubejs/data/ptd/item_converter/rules/create/basin_0.json new file mode 100644 index 00000000..c16ed5dd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/basin_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:basin", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/birch_window_0.json b/kubejs/data/ptd/item_converter/rules/create/birch_window_0.json new file mode 100644 index 00000000..757e4155 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/birch_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:birch_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/birch_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/birch_window_pane_0.json new file mode 100644 index 00000000..d1e1ae49 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/birch_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:birch_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/brass_casing_0.json b/kubejs/data/ptd/item_converter/rules/create/brass_casing_0.json new file mode 100644 index 00000000..8841126b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/brass_casing_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:brass_casing", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/brass_funnel_0.json b/kubejs/data/ptd/item_converter/rules/create/brass_funnel_0.json new file mode 100644 index 00000000..e24e3545 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/brass_funnel_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:brass_funnel", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/brass_tunnel_0.json b/kubejs/data/ptd/item_converter/rules/create/brass_tunnel_0.json new file mode 100644 index 00000000..99d89876 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/brass_tunnel_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:brass_tunnel", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/calcite_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/calcite_pillar_0.json new file mode 100644 index 00000000..c0c73eee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/calcite_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:calcite_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cart_assembler_0.json b/kubejs/data/ptd/item_converter/rules/create/cart_assembler_0.json new file mode 100644 index 00000000..bb25a75d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cart_assembler_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cart_assembler", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/chute_0.json b/kubejs/data/ptd/item_converter/rules/create/chute_0.json new file mode 100644 index 00000000..e7f5533b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/chute_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:chute", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/clipboard_0.json b/kubejs/data/ptd/item_converter/rules/create/clipboard_0.json new file mode 100644 index 00000000..897bb7ec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/clipboard_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:clipboard", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/clockwork_bearing_0.json b/kubejs/data/ptd/item_converter/rules/create/clockwork_bearing_0.json new file mode 100644 index 00000000..b17a0d15 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/clockwork_bearing_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:clockwork_bearing", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/clutch_0.json b/kubejs/data/ptd/item_converter/rules/create/clutch_0.json new file mode 100644 index 00000000..a9170009 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/clutch_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:clutch", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cogwheel_0.json b/kubejs/data/ptd/item_converter/rules/create/cogwheel_0.json new file mode 100644 index 00000000..51cd95ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cogwheel_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cogwheel", + "Count": 1 + }, + "output": [ + { + "id": "create:large_cogwheel", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/content_observer_0.json b/kubejs/data/ptd/item_converter/rules/create/content_observer_0.json new file mode 100644 index 00000000..ca8f0216 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/content_observer_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:content_observer", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/contraption_controls_0.json b/kubejs/data/ptd/item_converter/rules/create/contraption_controls_0.json new file mode 100644 index 00000000..6a4bd338 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/contraption_controls_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:contraption_controls", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/controller_rail_0.json b/kubejs/data/ptd/item_converter/rules/create/controller_rail_0.json new file mode 100644 index 00000000..4f91bf4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/controller_rail_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:controller_rail", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:activator_rail", + "Count": 1 + }, + { + "id": "minecraft:powered_rail", + "Count": 1 + }, + { + "id": "minecraft:detector_rail", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/controls_0.json b/kubejs/data/ptd/item_converter/rules/create/controls_0.json new file mode 100644 index 00000000..cfa85c22 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/controls_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:controls", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_casing_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_casing_0.json new file mode 100644 index 00000000..ee60e774 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_casing_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_casing", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_shingle_slab_0.json new file mode 100644 index 00000000..8294d0c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_shingle_stairs_0.json new file mode 100644 index 00000000..c2c05b17 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_shingles_0.json new file mode 100644 index 00000000..5a1f269b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_shingle_slab", + "Count": 1 + }, + { + "id": "create:copper_shingle_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_tile_slab_0.json new file mode 100644 index 00000000..115631a5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_tile_stairs_0.json new file mode 100644 index 00000000..4243bb1b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_tiles_0.json new file mode 100644 index 00000000..1f87dedb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_tile_slab", + "Count": 1 + }, + { + "id": "create:copper_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/copper_valve_handle_0.json b/kubejs/data/ptd/item_converter/rules/create/copper_valve_handle_0.json new file mode 100644 index 00000000..c64cd5d8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/copper_valve_handle_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:copper_valve_handle", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crafter_slot_cover_0.json b/kubejs/data/ptd/item_converter/rules/create/crafter_slot_cover_0.json new file mode 100644 index 00000000..363624f0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crafter_slot_cover_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crafter_slot_cover", + "Count": 1 + }, + "output": [ + { + "id": "botania:placeholder", + "Count": 1 + }, + { + "id": "minecraft:gold_nugget", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crimsite_0.json b/kubejs/data/ptd/item_converter/rules/create/crimsite_0.json new file mode 100644 index 00000000..0747067a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crimsite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crimsite", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crimsite_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/crimsite_pillar_0.json new file mode 100644 index 00000000..ef28f8ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crimsite_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crimsite_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crimson_window_0.json b/kubejs/data/ptd/item_converter/rules/create/crimson_window_0.json new file mode 100644 index 00000000..ef09dcd1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crimson_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crimson_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + }, + { + "id": "create:crimson_window_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crimson_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/crimson_window_pane_0.json new file mode 100644 index 00000000..e434a295 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crimson_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crimson_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:crimson_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/crushing_wheel_0.json b/kubejs/data/ptd/item_converter/rules/create/crushing_wheel_0.json new file mode 100644 index 00000000..e7a12185 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/crushing_wheel_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:crushing_wheel", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cuckoo_clock_0.json b/kubejs/data/ptd/item_converter/rules/create/cuckoo_clock_0.json new file mode 100644 index 00000000..21306874 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cuckoo_clock_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cuckoo_clock", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_0.json new file mode 100644 index 00000000..9146339e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:cut_andesite_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite_wall", + "Count": 1 + }, + { + "id": "create:cut_andesite_stairs", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_slab_0.json new file mode 100644 index 00000000..51325bae --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_stairs_0.json new file mode 100644 index 00000000..88fa19b3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_wall_0.json new file mode 100644 index 00000000..a6bd36ef --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_bricks_0.json new file mode 100644 index 00000000..9dd5ae50 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_andesite_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_slab_0.json new file mode 100644 index 00000000..5f382506 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_stairs_0.json new file mode 100644 index 00000000..d8be319b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_andesite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_wall_0.json new file mode 100644 index 00000000..e1167a9f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_andesite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_andesite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_0.json new file mode 100644 index 00000000..c9828419 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:cut_asurine_wall", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine_stairs", + "Count": 1 + }, + { + "id": "create:cut_asurine_slab", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_slab_0.json new file mode 100644 index 00000000..3e6c66fb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_asurine_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_stairs_0.json new file mode 100644 index 00000000..93785804 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_wall_0.json new file mode 100644 index 00000000..752214a5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_bricks_0.json new file mode 100644 index 00000000..bb856441 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_asurine_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_asurine_brick_wall", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_slab_0.json new file mode 100644 index 00000000..b0b99ff1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_stairs_0.json new file mode 100644 index 00000000..a8421bca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_asurine_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_wall_0.json new file mode 100644 index 00000000..3646165c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_asurine_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_asurine_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_0.json new file mode 100644 index 00000000..88b96ab8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:cut_calcite_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite_slab", + "Count": 1 + }, + { + "id": "create:cut_calcite_stairs", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_slab_0.json new file mode 100644 index 00000000..8a263728 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_stairs_0.json new file mode 100644 index 00000000..8d962f31 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_wall_0.json new file mode 100644 index 00000000..5c63ef20 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_bricks_0.json new file mode 100644 index 00000000..2d0002de --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite_brick_slab", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite_brick_stairs", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:cut_calcite_brick_wall", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_slab_0.json new file mode 100644 index 00000000..b35bd2dc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_stairs_0.json new file mode 100644 index 00000000..298b54ad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_calcite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_wall_0.json new file mode 100644 index 00000000..b1358dde --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_calcite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_calcite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_0.json new file mode 100644 index 00000000..1c311336 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_stairs", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:cut_crimsite_wall", + "Count": 1 + }, + { + "id": "create:cut_crimsite_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_slab_0.json new file mode 100644 index 00000000..e027f6d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_stairs_0.json new file mode 100644 index 00000000..e2dba4c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_wall_0.json new file mode 100644 index 00000000..1a0acda4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_bricks_0.json new file mode 100644 index 00000000..3a8cb1e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_crimsite_brick_stairs", + "Count": 1 + }, + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:cut_crimsite_brick_wall", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_slab_0.json new file mode 100644 index 00000000..cef8e21e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_crimsite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_stairs_0.json new file mode 100644 index 00000000..6cad466a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_wall_0.json new file mode 100644 index 00000000..937f3acf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_crimsite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_crimsite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_0.json new file mode 100644 index 00000000..dca5409b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "create:cut_deepslate_wall", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:cut_deepslate_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_slab_0.json new file mode 100644 index 00000000..768b3b8f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_stairs_0.json new file mode 100644 index 00000000..685fc57b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_wall_0.json new file mode 100644 index 00000000..c4040b7e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_bricks_0.json new file mode 100644 index 00000000..19277c9f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_brick_wall", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:cut_deepslate_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_deepslate_brick_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_slab_0.json new file mode 100644 index 00000000..ac7e5e47 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_stairs_0.json new file mode 100644 index 00000000..d4eca2e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_wall_0.json new file mode 100644 index 00000000..57a22591 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_deepslate_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_deepslate_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_0.json new file mode 100644 index 00000000..2cfd6d34 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_wall", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:cut_diorite_stairs", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_slab_0.json new file mode 100644 index 00000000..d562c9b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_stairs_0.json new file mode 100644 index 00000000..39bb5868 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_wall_0.json new file mode 100644 index 00000000..b0ccc4bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_bricks_0.json new file mode 100644 index 00000000..b85c4bed --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "create:cut_diorite_brick_slab", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_brick_wall", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_slab_0.json new file mode 100644 index 00000000..ccbb1e4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_stairs_0.json new file mode 100644 index 00000000..f5f4c4bb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_diorite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_wall_0.json new file mode 100644 index 00000000..3922423e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_diorite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_diorite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_0.json new file mode 100644 index 00000000..7b5a274d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_dripstone_stairs", + "Count": 1 + }, + { + "id": "create:cut_dripstone_slab", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:cut_dripstone_wall", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_slab_0.json new file mode 100644 index 00000000..462623b1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_stairs_0.json new file mode 100644 index 00000000..8d04b735 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_wall_0.json new file mode 100644 index 00000000..60c33eee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_bricks_0.json new file mode 100644 index 00000000..0b7b258a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_dripstone_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone_brick_wall", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_slab_0.json new file mode 100644 index 00000000..df3b412a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_stairs_0.json new file mode 100644 index 00000000..a8723290 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_wall_0.json new file mode 100644 index 00000000..7444b064 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_dripstone_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_dripstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_0.json new file mode 100644 index 00000000..3f5be24d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_granite_wall", + "Count": 1 + }, + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:cut_granite_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:cut_granite_slab", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_slab_0.json new file mode 100644 index 00000000..0ec4acdd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_stairs_0.json new file mode 100644 index 00000000..b7e4f983 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_wall_0.json new file mode 100644 index 00000000..a992ba53 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_bricks_0.json new file mode 100644 index 00000000..c81c623a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_granite_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:cut_granite_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_slab_0.json new file mode 100644 index 00000000..9812f52c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_stairs_0.json new file mode 100644 index 00000000..bd8dbce7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_granite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_granite_wall_0.json new file mode 100644 index 00000000..4e46284a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_granite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_granite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_0.json new file mode 100644 index 00000000..e09bfde9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_slab", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:cut_limestone_stairs", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_wall", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_slab_0.json new file mode 100644 index 00000000..55ca3d37 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_stairs_0.json new file mode 100644 index 00000000..4e0c7687 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_wall_0.json new file mode 100644 index 00000000..acd4e775 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_bricks_0.json new file mode 100644 index 00000000..d8f87c43 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:cut_limestone_brick_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_brick_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_slab_0.json new file mode 100644 index 00000000..89ac5bcd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_stairs_0.json new file mode 100644 index 00000000..73b3e5c4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_limestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_wall_0.json new file mode 100644 index 00000000..8255b3fb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_limestone_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_limestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_0.json new file mode 100644 index 00000000..98bdec72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:cut_ochrum_wall", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:cut_ochrum_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_slab_0.json new file mode 100644 index 00000000..08bd2823 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_stairs_0.json new file mode 100644 index 00000000..dd922099 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_wall_0.json new file mode 100644 index 00000000..e9f0d799 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_bricks_0.json new file mode 100644 index 00000000..ef1836b2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_brick_slab", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_brick_wall", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_slab_0.json new file mode 100644 index 00000000..2124fed8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_ochrum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_stairs_0.json new file mode 100644 index 00000000..cfc5ccec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_wall_0.json new file mode 100644 index 00000000..46bb3571 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_ochrum_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_ochrum_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_0.json new file mode 100644 index 00000000..36c50b4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia_stairs", + "Count": 1 + }, + { + "id": "create:cut_scorchia_wall", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_slab_0.json new file mode 100644 index 00000000..d026e0f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_stairs_0.json new file mode 100644 index 00000000..c6079b0f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_wall_0.json new file mode 100644 index 00000000..7d853435 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_bricks_0.json new file mode 100644 index 00000000..6c5b9945 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia_brick_slab", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_slab_0.json new file mode 100644 index 00000000..21f49bcc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_stairs_0.json new file mode 100644 index 00000000..2571f5f8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_wall_0.json new file mode 100644 index 00000000..341d2fbb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scorchia_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scorchia_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_0.json new file mode 100644 index 00000000..14f477e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_slab", + "Count": 1 + }, + { + "id": "create:cut_scoria_wall", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria_stairs", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_slab_0.json new file mode 100644 index 00000000..8bc2e345 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_stairs_0.json new file mode 100644 index 00000000..fe7cac64 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_wall_0.json new file mode 100644 index 00000000..2e6eeb79 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_bricks_0.json new file mode 100644 index 00000000..50bc6cbd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_brick_slab", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_scoria_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_slab_0.json new file mode 100644 index 00000000..15783f9f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scoria", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_stairs_0.json new file mode 100644 index 00000000..26951cd6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_scoria_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_wall_0.json new file mode 100644 index 00000000..23f5e93f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_scoria_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_scoria_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_0.json new file mode 100644 index 00000000..1a48809b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_tuff_slab", + "Count": 1 + }, + { + "id": "create:cut_tuff_stairs", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_wall", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_slab_0.json new file mode 100644 index 00000000..50fb6ac0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_stairs_0.json new file mode 100644 index 00000000..c8f526a7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_wall_0.json new file mode 100644 index 00000000..32f0ac56 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_bricks_0.json new file mode 100644 index 00000000..7d430182 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_tuff_brick_slab", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:cut_tuff_brick_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_brick_stairs", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_slab_0.json new file mode 100644 index 00000000..346846a3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_stairs_0.json new file mode 100644 index 00000000..05d4e405 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_tuff_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_wall_0.json new file mode 100644 index 00000000..517bc0e9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_tuff_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_tuff_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_0.json new file mode 100644 index 00000000..79b6a70e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_wall", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_slab", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_stairs", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_slab_0.json new file mode 100644 index 00000000..bcf3d6d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_stairs_0.json new file mode 100644 index 00000000..c2219405 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_wall_0.json new file mode 100644 index 00000000..b5d34ef1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_bricks_0.json new file mode 100644 index 00000000..3c79a8da --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_brick_wall", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:cut_veridium_brick_stairs", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_slab_0.json new file mode 100644 index 00000000..cc9b3efa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_stairs_0.json new file mode 100644 index 00000000..f7b2ebbb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/cut_veridium_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_wall_0.json new file mode 100644 index 00000000..c9a1b248 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/cut_veridium_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:cut_veridium_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_0.json b/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_0.json new file mode 100644 index 00000000..55193ac5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:dark_oak_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window_pane", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_pane_0.json new file mode 100644 index 00000000..d3bd49d6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/dark_oak_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:dark_oak_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:dark_oak_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/deepslate_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/deepslate_pillar_0.json new file mode 100644 index 00000000..4764d29a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/deepslate_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:deepslate_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/deployer_0.json b/kubejs/data/ptd/item_converter/rules/create/deployer_0.json new file mode 100644 index 00000000..f02849bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/deployer_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:deployer", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/depot_0.json b/kubejs/data/ptd/item_converter/rules/create/depot_0.json new file mode 100644 index 00000000..39ffb8d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/depot_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:depot", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/diorite_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/diorite_pillar_0.json new file mode 100644 index 00000000..8ef6783d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/diorite_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:diorite_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/display_link_0.json b/kubejs/data/ptd/item_converter/rules/create/display_link_0.json new file mode 100644 index 00000000..3850dbe4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/display_link_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:display_link", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/dripstone_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/dripstone_pillar_0.json new file mode 100644 index 00000000..bae94b92 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/dripstone_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:dripstone_pillar", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/elevator_pulley_0.json b/kubejs/data/ptd/item_converter/rules/create/elevator_pulley_0.json new file mode 100644 index 00000000..b1f71acc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/elevator_pulley_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:elevator_pulley", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/empty_schematic_0.json b/kubejs/data/ptd/item_converter/rules/create/empty_schematic_0.json new file mode 100644 index 00000000..fc1a600b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/empty_schematic_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:empty_schematic", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/encased_chain_drive_0.json b/kubejs/data/ptd/item_converter/rules/create/encased_chain_drive_0.json new file mode 100644 index 00000000..5aa929a5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/encased_chain_drive_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:encased_chain_drive", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/encased_fan_0.json b/kubejs/data/ptd/item_converter/rules/create/encased_fan_0.json new file mode 100644 index 00000000..9d57c1c5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/encased_fan_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:encased_fan", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_slab_0.json new file mode 100644 index 00000000..198cba80 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_stairs_0.json new file mode 100644 index 00000000..9bffc297 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingles_0.json new file mode 100644 index 00000000..b32be42d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_shingle_slab", + "Count": 1 + }, + { + "id": "create:exposed_copper_shingle_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_slab_0.json new file mode 100644 index 00000000..47762e57 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_stairs_0.json new file mode 100644 index 00000000..4d7d417a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tiles_0.json new file mode 100644 index 00000000..8bfa4af4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/exposed_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:exposed_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:exposed_copper_tile_stairs", + "Count": 1 + }, + { + "id": "create:exposed_copper_tile_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/filter_0.json b/kubejs/data/ptd/item_converter/rules/create/filter_0.json new file mode 100644 index 00000000..027a6db6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/filter_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:filter", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/fluid_pipe_0.json b/kubejs/data/ptd/item_converter/rules/create/fluid_pipe_0.json new file mode 100644 index 00000000..3b72c25b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/fluid_pipe_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:fluid_pipe", + "Count": 8 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} diff --git a/kubejs/data/ptd/item_converter/rules/create/fluid_tank_0.json b/kubejs/data/ptd/item_converter/rules/create/fluid_tank_0.json new file mode 100644 index 00000000..1eb4be4f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/fluid_tank_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:fluid_tank", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/fluid_valve_0.json b/kubejs/data/ptd/item_converter/rules/create/fluid_valve_0.json new file mode 100644 index 00000000..6e58a538 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/fluid_valve_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:fluid_valve", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/create/framed_glass_0.json new file mode 100644 index 00000000..803b1d7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/framed_glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "create:framed_glass_pane", + "Count": 1 + }, + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/framed_glass_pane_0.json new file mode 100644 index 00000000..1c558a0c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/gantry_carriage_0.json b/kubejs/data/ptd/item_converter/rules/create/gantry_carriage_0.json new file mode 100644 index 00000000..d9e3b67e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/gantry_carriage_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:gantry_carriage", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/gearbox_0.json b/kubejs/data/ptd/item_converter/rules/create/gearbox_0.json new file mode 100644 index 00000000..80152181 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/gearbox_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:gearbox", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/gearshift_0.json b/kubejs/data/ptd/item_converter/rules/create/gearshift_0.json new file mode 100644 index 00000000..3fca3408 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/gearshift_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:gearshift", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/granite_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/granite_pillar_0.json new file mode 100644 index 00000000..8362e984 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/granite_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:granite_pillar", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/hand_crank_0.json b/kubejs/data/ptd/item_converter/rules/create/hand_crank_0.json new file mode 100644 index 00000000..14306912 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/hand_crank_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:hand_crank", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_0.json new file mode 100644 index 00000000..da349c95 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:horizontal_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "create:horizontal_framed_glass_pane", + "Count": 1 + }, + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_pane_0.json new file mode 100644 index 00000000..95f48684 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/horizontal_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:horizontal_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/hose_pulley_0.json b/kubejs/data/ptd/item_converter/rules/create/hose_pulley_0.json new file mode 100644 index 00000000..cc4b495f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/hose_pulley_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:hose_pulley", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/industrial_iron_block_0.json b/kubejs/data/ptd/item_converter/rules/create/industrial_iron_block_0.json new file mode 100644 index 00000000..c89304b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/industrial_iron_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:industrial_iron_block", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_vent", + "Count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/iron_sheet_0.json b/kubejs/data/ptd/item_converter/rules/create/iron_sheet_0.json new file mode 100644 index 00000000..dd8b443e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/iron_sheet_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:iron_sheet", + "Count": 1 + }, + "output": [ + { + "id": "create:industrial_iron_block", + "Count": 2 + }, + { + "id": "minecraft:bucket", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/item_drain_0.json b/kubejs/data/ptd/item_converter/rules/create/item_drain_0.json new file mode 100644 index 00000000..738500b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/item_drain_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:item_drain", + "Count": 1 + }, + "output": [ + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/item_vault_0.json b/kubejs/data/ptd/item_converter/rules/create/item_vault_0.json new file mode 100644 index 00000000..7f4f9462 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/item_vault_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:item_vault", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/jungle_window_0.json b/kubejs/data/ptd/item_converter/rules/create/jungle_window_0.json new file mode 100644 index 00000000..9b7d4cd1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/jungle_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:jungle_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:jungle_window_pane", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/jungle_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/jungle_window_pane_0.json new file mode 100644 index 00000000..07f5105e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/jungle_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:jungle_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:jungle_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/large_cogwheel_0.json b/kubejs/data/ptd/item_converter/rules/create/large_cogwheel_0.json new file mode 100644 index 00000000..3ff72b88 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/large_cogwheel_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:large_cogwheel", + "Count": 1 + }, + "output": [ + { + "id": "create:cogwheel", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/large_water_wheel_0.json b/kubejs/data/ptd/item_converter/rules/create/large_water_wheel_0.json new file mode 100644 index 00000000..d5a2dd41 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/large_water_wheel_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:large_water_wheel", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_andesite_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_andesite_0.json new file mode 100644 index 00000000..25ca80f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_andesite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_andesite", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_asurine_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_asurine_0.json new file mode 100644 index 00000000..6bf54c6b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_asurine_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_asurine", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_calcite_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_calcite_0.json new file mode 100644 index 00000000..b0c240e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_calcite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_calcite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_crimsite_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_crimsite_0.json new file mode 100644 index 00000000..7934588f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_crimsite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_crimsite", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_deepslate_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_deepslate_0.json new file mode 100644 index 00000000..a65a950a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_deepslate_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_deepslate", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_diorite_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_diorite_0.json new file mode 100644 index 00000000..b841b6d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_diorite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_diorite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_dripstone_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_dripstone_0.json new file mode 100644 index 00000000..7168ef32 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_dripstone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_dripstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_granite_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_granite_0.json new file mode 100644 index 00000000..97f02546 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_granite_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_granite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_limestone_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_limestone_0.json new file mode 100644 index 00000000..83b77b4f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_limestone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_limestone", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_ochrum_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_ochrum_0.json new file mode 100644 index 00000000..ef0429bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_ochrum_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_ochrum", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_scorchia_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_scorchia_0.json new file mode 100644 index 00000000..c7ce81c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_scorchia_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_scorchia", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_scoria_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_scoria_0.json new file mode 100644 index 00000000..bb8830fc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_scoria_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_scoria", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_tuff_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_tuff_0.json new file mode 100644 index 00000000..dfe6123e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_tuff_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_tuff", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/layered_veridium_0.json b/kubejs/data/ptd/item_converter/rules/create/layered_veridium_0.json new file mode 100644 index 00000000..435bd777 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/layered_veridium_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:layered_veridium", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/limestone_0.json b/kubejs/data/ptd/item_converter/rules/create/limestone_0.json new file mode 100644 index 00000000..08ea93b0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/limestone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:limestone", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/limestone_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/limestone_pillar_0.json new file mode 100644 index 00000000..2249f941 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/limestone_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:limestone_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/linear_chassis_0.json b/kubejs/data/ptd/item_converter/rules/create/linear_chassis_0.json new file mode 100644 index 00000000..5ad3b54d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/linear_chassis_0.json @@ -0,0 +1,175 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:linear_chassis", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:secondary_linear_chassis", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/linked_controller_0.json b/kubejs/data/ptd/item_converter/rules/create/linked_controller_0.json new file mode 100644 index 00000000..ea5a7a01 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/linked_controller_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:linked_controller", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mangrove_window_0.json b/kubejs/data/ptd/item_converter/rules/create/mangrove_window_0.json new file mode 100644 index 00000000..b2a038c7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mangrove_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mangrove_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + }, + { + "id": "create:mangrove_window_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mangrove_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/mangrove_window_pane_0.json new file mode 100644 index 00000000..9b57a635 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mangrove_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mangrove_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:mangrove_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_arm_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_arm_0.json new file mode 100644 index 00000000..0ae3fe54 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_arm_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_arm", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_bearing_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_bearing_0.json new file mode 100644 index 00000000..536417a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_bearing_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_bearing", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_crafter_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_crafter_0.json new file mode 100644 index 00000000..65060e6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_crafter_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_crafter", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_drill_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_drill_0.json new file mode 100644 index 00000000..8d3628d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_drill_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_drill", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_harvester_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_harvester_0.json new file mode 100644 index 00000000..3afce8ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_harvester_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_harvester", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_mixer_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_mixer_0.json new file mode 100644 index 00000000..f8a85cb6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_mixer_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_mixer", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_piston_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_piston_0.json new file mode 100644 index 00000000..882cfc0d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_piston_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_piston", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_plough_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_plough_0.json new file mode 100644 index 00000000..f3390631 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_plough_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_plough", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_press_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_press_0.json new file mode 100644 index 00000000..f4abcab8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_press_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_press", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_pump_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_pump_0.json new file mode 100644 index 00000000..ba0b9765 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_pump_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_pump", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_roller_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_roller_0.json new file mode 100644 index 00000000..39bec4b8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_roller_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_roller", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/mechanical_saw_0.json b/kubejs/data/ptd/item_converter/rules/create/mechanical_saw_0.json new file mode 100644 index 00000000..ec6aff8b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/mechanical_saw_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:mechanical_saw", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/millstone_0.json b/kubejs/data/ptd/item_converter/rules/create/millstone_0.json new file mode 100644 index 00000000..c6cd7700 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/millstone_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:millstone", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/nozzle_0.json b/kubejs/data/ptd/item_converter/rules/create/nozzle_0.json new file mode 100644 index 00000000..6909f8b0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/nozzle_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:nozzle", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oak_window_0.json b/kubejs/data/ptd/item_converter/rules/create/oak_window_0.json new file mode 100644 index 00000000..3af78e13 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oak_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oak_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window_pane", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oak_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/oak_window_pane_0.json new file mode 100644 index 00000000..fdaa3ada --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oak_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oak_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:oak_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/ochrum_0.json b/kubejs/data/ptd/item_converter/rules/create/ochrum_0.json new file mode 100644 index 00000000..cf60734a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/ochrum_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:ochrum", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/ochrum_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/ochrum_pillar_0.json new file mode 100644 index 00000000..afbd30fd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/ochrum_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:ochrum_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_0.json b/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_0.json new file mode 100644 index 00000000..d1895162 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:ornate_iron_window", + "Count": 1 + }, + "output": [ + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window_pane", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:spruce_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_pane_0.json new file mode 100644 index 00000000..06469b0a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/ornate_iron_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:ornate_iron_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:ornate_iron_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_slab_0.json new file mode 100644 index 00000000..9a91b054 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_stairs_0.json new file mode 100644 index 00000000..30810dc1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingles_0.json new file mode 100644 index 00000000..284aa138 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_shingle_slab", + "Count": 1 + }, + { + "id": "create:oxidized_copper_shingle_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_slab_0.json new file mode 100644 index 00000000..04e74d51 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_stairs_0.json new file mode 100644 index 00000000..a8ce1c73 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tiles_0.json new file mode 100644 index 00000000..aad5a68f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/oxidized_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:oxidized_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:oxidized_copper_tile_stairs", + "Count": 1 + }, + { + "id": "create:oxidized_copper_tile_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_0.json new file mode 100644 index 00000000..22de1578 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_andesite_stairs", + "Count": 1 + }, + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_slab_0.json new file mode 100644 index 00000000..de832c23 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_andesite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_stairs_0.json new file mode 100644 index 00000000..97c944b7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_andesite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_wall_0.json new file mode 100644 index 00000000..a4ea6c3b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_andesite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_andesite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_0.json new file mode 100644 index 00000000..0379681e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine_stairs", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine_slab", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_slab_0.json new file mode 100644 index 00000000..df1a29b8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_asurine_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_stairs_0.json new file mode 100644 index 00000000..5d1688ea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_asurine_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_wall_0.json new file mode 100644 index 00000000..60250e2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_asurine_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_asurine_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_0.json new file mode 100644 index 00000000..bfc81ef0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite_slab", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite_wall", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_slab_0.json new file mode 100644 index 00000000..61e6d108 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_calcite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_stairs_0.json new file mode 100644 index 00000000..5f3ebd3a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_calcite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_wall_0.json new file mode 100644 index 00000000..660f397c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_calcite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_calcite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_0.json new file mode 100644 index 00000000..e46c935b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite_slab", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite_stairs", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_slab_0.json new file mode 100644 index 00000000..66b16324 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_crimsite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_crimsite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_stairs_0.json new file mode 100644 index 00000000..7b4eebe4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_crimsite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_wall_0.json new file mode 100644 index 00000000..ff51ceee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_crimsite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_crimsite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_0.json new file mode 100644 index 00000000..e61ef2e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate_stairs", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_slab_0.json new file mode 100644 index 00000000..95132fab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_deepslate_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_stairs_0.json new file mode 100644 index 00000000..e90fb63b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_deepslate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_wall_0.json new file mode 100644 index 00000000..7bd5bbf6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_deepslate_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_deepslate_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_0.json new file mode 100644 index 00000000..17334d0d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite_wall", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite_stairs", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_slab_0.json new file mode 100644 index 00000000..0617a857 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_diorite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_stairs_0.json new file mode 100644 index 00000000..68c10541 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_diorite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_wall_0.json new file mode 100644 index 00000000..3982b6eb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_diorite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_diorite_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_0.json new file mode 100644 index 00000000..27109adb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone_stairs", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone_slab", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_slab_0.json new file mode 100644 index 00000000..79b67941 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_dripstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_stairs_0.json new file mode 100644 index 00000000..c190b2d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_dripstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_wall_0.json new file mode 100644 index 00000000..e8c7c9b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_dripstone_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_dripstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_0.json new file mode 100644 index 00000000..3815a54e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_granite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite_stairs", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite_wall", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_slab_0.json new file mode 100644 index 00000000..c7a87147 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_granite_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_stairs_0.json new file mode 100644 index 00000000..71bd3a63 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_granite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_wall_0.json new file mode 100644 index 00000000..322b9b11 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_granite_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_granite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_0.json new file mode 100644 index 00000000..7cf873f9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_limestone_stairs", + "Count": 1 + }, + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone_wall", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_slab_0.json new file mode 100644 index 00000000..fa15d6a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_limestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_stairs_0.json new file mode 100644 index 00000000..88bc86a1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_limestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_wall_0.json new file mode 100644 index 00000000..5a2899eb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_limestone_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_limestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_0.json new file mode 100644 index 00000000..b0d97de5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum_wall", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_slab_0.json new file mode 100644 index 00000000..4783936f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_ochrum_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_ochrum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_stairs_0.json new file mode 100644 index 00000000..61a6a3db --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_ochrum_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_wall_0.json new file mode 100644 index 00000000..d2e8c1c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_ochrum_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_ochrum_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_0.json new file mode 100644 index 00000000..120f8e31 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scorchia", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_slab_0.json new file mode 100644 index 00000000..5c013b36 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scorchia_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_stairs_0.json new file mode 100644 index 00000000..009de93d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scorchia_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_wall_0.json new file mode 100644 index 00000000..1f0ee6d7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scorchia_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scorchia_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scorchia", + "Count": 1 + }, + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_0.json new file mode 100644 index 00000000..190c863b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria_stairs", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria_slab", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria_wall", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_slab_0.json new file mode 100644 index 00000000..0e464af1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scoria_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_stairs_0.json new file mode 100644 index 00000000..07f24368 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scoria_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_wall_0.json new file mode 100644 index 00000000..25b0e286 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_scoria_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_scoria_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_0.json new file mode 100644 index 00000000..63d20126 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_tuff_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff_wall", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff_stairs", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_slab_0.json new file mode 100644 index 00000000..7f3d0674 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_tuff_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_stairs_0.json new file mode 100644 index 00000000..daa1ef56 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_tuff_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_wall_0.json new file mode 100644 index 00000000..ce86188e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_tuff_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_tuff_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_0.json new file mode 100644 index 00000000..56a7e527 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium_slab", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium_stairs", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_slab_0.json new file mode 100644 index 00000000..42c58d7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_veridium_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_veridium", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_stairs_0.json new file mode 100644 index 00000000..84375476 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_veridium_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_wall_0.json new file mode 100644 index 00000000..a95fd277 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_cut_veridium_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_cut_veridium_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/polished_rose_quartz_0.json b/kubejs/data/ptd/item_converter/rules/create/polished_rose_quartz_0.json new file mode 100644 index 00000000..5adf43bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/polished_rose_quartz_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:polished_rose_quartz", + "Count": 1 + }, + "output": [ + { + "id": "create:small_rose_quartz_tiles", + "Count": 2 + }, + { + "id": "create:rose_quartz_tiles", + "Count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/portable_fluid_interface_0.json b/kubejs/data/ptd/item_converter/rules/create/portable_fluid_interface_0.json new file mode 100644 index 00000000..cf3c2544 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/portable_fluid_interface_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/portable_storage_interface_0.json b/kubejs/data/ptd/item_converter/rules/create/portable_storage_interface_0.json new file mode 100644 index 00000000..4c7ffb6a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/portable_storage_interface_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:portable_storage_interface", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/powered_latch_0.json b/kubejs/data/ptd/item_converter/rules/create/powered_latch_0.json new file mode 100644 index 00000000..9c486192 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/powered_latch_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:powered_latch", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/powered_toggle_latch_0.json b/kubejs/data/ptd/item_converter/rules/create/powered_toggle_latch_0.json new file mode 100644 index 00000000..5ff6d666 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/powered_toggle_latch_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/pulse_extender_0.json b/kubejs/data/ptd/item_converter/rules/create/pulse_extender_0.json new file mode 100644 index 00000000..2809c16d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/pulse_extender_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:pulse_extender", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/pulse_repeater_0.json b/kubejs/data/ptd/item_converter/rules/create/pulse_repeater_0.json new file mode 100644 index 00000000..0960cf73 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/pulse_repeater_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:pulse_repeater", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/radial_chassis_0.json b/kubejs/data/ptd/item_converter/rules/create/radial_chassis_0.json new file mode 100644 index 00000000..7009e256 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/radial_chassis_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:radial_chassis", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/railway_casing_0.json b/kubejs/data/ptd/item_converter/rules/create/railway_casing_0.json new file mode 100644 index 00000000..d0d9d05e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/railway_casing_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:railway_casing", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/redstone_contact_0.json b/kubejs/data/ptd/item_converter/rules/create/redstone_contact_0.json new file mode 100644 index 00000000..f01feac6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/redstone_contact_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:redstone_contact", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/redstone_link_0.json b/kubejs/data/ptd/item_converter/rules/create/redstone_link_0.json new file mode 100644 index 00000000..2822313b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/redstone_link_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:redstone_link", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/rope_pulley_0.json b/kubejs/data/ptd/item_converter/rules/create/rope_pulley_0.json new file mode 100644 index 00000000..57393d7b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/rope_pulley_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:rope_pulley", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/rose_quartz_0.json b/kubejs/data/ptd/item_converter/rules/create/rose_quartz_0.json new file mode 100644 index 00000000..7d5f32e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/rose_quartz_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:rose_quartz", + "Count": 1 + }, + "output": [ + { + "id": "create:rose_quartz_block", + "Count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/rose_quartz_lamp_0.json b/kubejs/data/ptd/item_converter/rules/create/rose_quartz_lamp_0.json new file mode 100644 index 00000000..af1edaea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/rose_quartz_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/rotation_speed_controller_0.json b/kubejs/data/ptd/item_converter/rules/create/rotation_speed_controller_0.json new file mode 100644 index 00000000..0219642a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/rotation_speed_controller_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + "output": [ + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/sail_frame_0.json b/kubejs/data/ptd/item_converter/rules/create/sail_frame_0.json new file mode 100644 index 00000000..3d827c3d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/sail_frame_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:sail_frame", + "Count": 1 + }, + "output": [ + { + "id": "create:white_sail", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/schedule_0.json b/kubejs/data/ptd/item_converter/rules/create/schedule_0.json new file mode 100644 index 00000000..cb03a553 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/schedule_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:schedule", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/schematic_0.json b/kubejs/data/ptd/item_converter/rules/create/schematic_0.json new file mode 100644 index 00000000..4d248701 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/schematic_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:schematic", + "Count": 1 + }, + "output": [ + { + "id": "ptdye:tool_parts", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/schematic_and_quill_0.json b/kubejs/data/ptd/item_converter/rules/create/schematic_and_quill_0.json new file mode 100644 index 00000000..b7f271b5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/schematic_and_quill_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:schematic_and_quill", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/schematic_table_0.json b/kubejs/data/ptd/item_converter/rules/create/schematic_table_0.json new file mode 100644 index 00000000..e528840c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/schematic_table_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:schematic_table", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/schematicannon_0.json b/kubejs/data/ptd/item_converter/rules/create/schematicannon_0.json new file mode 100644 index 00000000..ed898081 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/schematicannon_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:schematicannon", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/scorchia_0.json b/kubejs/data/ptd/item_converter/rules/create/scorchia_0.json new file mode 100644 index 00000000..3530bf3e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/scorchia_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:scorchia", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/scorchia_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/scorchia_pillar_0.json new file mode 100644 index 00000000..81c12ba3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/scorchia_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:scorchia_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/scoria_0.json b/kubejs/data/ptd/item_converter/rules/create/scoria_0.json new file mode 100644 index 00000000..46cc74f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/scoria_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:scoria", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/scoria_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/scoria_pillar_0.json new file mode 100644 index 00000000..28033527 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/scoria_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:scoria_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/secondary_linear_chassis_0.json b/kubejs/data/ptd/item_converter/rules/create/secondary_linear_chassis_0.json new file mode 100644 index 00000000..6bd8889f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/secondary_linear_chassis_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:secondary_linear_chassis", + "Count": 1 + }, + "output": [ + { + "id": "create:linear_chassis", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/sequenced_gearshift_0.json b/kubejs/data/ptd/item_converter/rules/create/sequenced_gearshift_0.json new file mode 100644 index 00000000..ef0c88d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/sequenced_gearshift_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_slab_0.json new file mode 100644 index 00000000..67ca9a96 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_andesite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_stairs_0.json new file mode 100644 index 00000000..2b1bb959 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_andesite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_wall_0.json new file mode 100644 index 00000000..eee50137 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_andesite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_andesite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_andesite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_andesite_bricks_0.json new file mode 100644 index 00000000..c74f4ebe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_andesite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "create:small_andesite_brick_slab", + "Count": 1 + }, + { + "id": "create:small_andesite_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_andesite_brick_wall", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_slab_0.json new file mode 100644 index 00000000..1bcbb540 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_asurine_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_asurine_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_stairs_0.json new file mode 100644 index 00000000..5227ba72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_asurine_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_wall_0.json new file mode 100644 index 00000000..7a9429c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_asurine_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_asurine_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_asurine_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_asurine_bricks_0.json new file mode 100644 index 00000000..fbc84125 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_asurine_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:asurine_pillar", + "Count": 1 + }, + { + "id": "create:asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_bricks", + "Count": 1 + }, + { + "id": "create:cut_asurine_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_brick_wall", + "Count": 1 + }, + { + "id": "create:small_asurine_brick_stairs", + "Count": 1 + }, + { + "id": "create:layered_asurine", + "Count": 1 + }, + { + "id": "create:small_asurine_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_asurine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_slab_0.json new file mode 100644 index 00000000..38f0e545 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_calcite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_stairs_0.json new file mode 100644 index 00000000..60c87c67 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_calcite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_wall_0.json new file mode 100644 index 00000000..2597c899 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_calcite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_calcite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_calcite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_calcite_bricks_0.json new file mode 100644 index 00000000..7f88e18e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_calcite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:small_calcite_brick_stairs", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_brick_slab", + "Count": 1 + }, + { + "id": "create:small_calcite_brick_wall", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_slab_0.json new file mode 100644 index 00000000..8494db22 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_crimsite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_stairs_0.json new file mode 100644 index 00000000..050a752f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_crimsite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_wall_0.json new file mode 100644 index 00000000..9b5eb22a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_crimsite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_crimsite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_bricks_0.json new file mode 100644 index 00000000..cbd8d5c1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_crimsite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:layered_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:small_crimsite_brick_stairs", + "Count": 1 + }, + { + "id": "create:crimsite_pillar", + "Count": 1 + }, + { + "id": "create:cut_crimsite", + "Count": 1 + }, + { + "id": "create:crimsite", + "Count": 1 + }, + { + "id": "create:polished_cut_crimsite", + "Count": 1 + }, + { + "id": "create:small_crimsite_bricks", + "Count": 1 + }, + { + "id": "create:small_crimsite_brick_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_slab_0.json new file mode 100644 index 00000000..1a2fbafd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_deepslate_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_stairs_0.json new file mode 100644 index 00000000..dda5e827 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_deepslate_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_wall_0.json new file mode 100644 index 00000000..5ac440f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_deepslate_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_deepslate_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_bricks_0.json new file mode 100644 index 00000000..e153912c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_deepslate_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_brick_wall", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:small_deepslate_brick_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_brick_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_slab_0.json new file mode 100644 index 00000000..05de84a2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_diorite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_stairs_0.json new file mode 100644 index 00000000..88457f87 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_diorite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_wall_0.json new file mode 100644 index 00000000..231e184c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_diorite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_diorite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_diorite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_diorite_bricks_0.json new file mode 100644 index 00000000..9f9c0a4c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_diorite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_brick_wall", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + }, + { + "id": "create:small_diorite_brick_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_slab_0.json new file mode 100644 index 00000000..c6d335ec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_dripstone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_stairs_0.json new file mode 100644 index 00000000..23ab6fa9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_dripstone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_wall_0.json new file mode 100644 index 00000000..6e341946 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_dripstone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_dripstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_bricks_0.json new file mode 100644 index 00000000..c9692edf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_dripstone_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_dripstone_brick_slab", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:small_dripstone_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_slab_0.json new file mode 100644 index 00000000..d1c54bb0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_granite_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_stairs_0.json new file mode 100644 index 00000000..aa690bb0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_granite_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_wall_0.json new file mode 100644 index 00000000..1869edb7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_granite_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_granite_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_granite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_granite_bricks_0.json new file mode 100644 index 00000000..a14a6713 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_granite_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_granite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "create:small_granite_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_granite_brick_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_brick_wall", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_slab_0.json new file mode 100644 index 00000000..c55c4afa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_limestone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_stairs_0.json new file mode 100644 index 00000000..3ff5b62d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_limestone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_wall_0.json new file mode 100644 index 00000000..4f04e61e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_limestone_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_limestone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_limestone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_limestone_bricks_0.json new file mode 100644 index 00000000..f6d6b7cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_limestone_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_limestone_brick_wall", + "Count": 1 + }, + { + "id": "create:small_limestone_brick_stairs", + "Count": 1 + }, + { + "id": "create:limestone", + "Count": 1 + }, + { + "id": "create:small_limestone_bricks", + "Count": 1 + }, + { + "id": "create:small_limestone_brick_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone_bricks", + "Count": 1 + }, + { + "id": "create:limestone_pillar", + "Count": 1 + }, + { + "id": "create:layered_limestone", + "Count": 1 + }, + { + "id": "create:cut_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_slab_0.json new file mode 100644 index 00000000..4863fff1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_ochrum_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_stairs_0.json new file mode 100644 index 00000000..2d61f83f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_ochrum_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_wall_0.json new file mode 100644 index 00000000..17e7953d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_ochrum_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_ochrum_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_bricks_0.json new file mode 100644 index 00000000..538c3077 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_ochrum_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:ochrum_pillar", + "Count": 1 + }, + { + "id": "create:cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_brick_slab", + "Count": 1 + }, + { + "id": "create:layered_ochrum", + "Count": 1 + }, + { + "id": "create:polished_cut_ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:ochrum", + "Count": 1 + }, + { + "id": "create:small_ochrum_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_ochrum_bricks", + "Count": 1 + }, + { + "id": "create:small_ochrum_brick_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_slab_0.json new file mode 100644 index 00000000..6527c380 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scorchia_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_scorchia_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_stairs_0.json new file mode 100644 index 00000000..60b18c06 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scorchia_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_wall_0.json new file mode 100644 index 00000000..abe37660 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scorchia_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scorchia_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_bricks_0.json new file mode 100644 index 00000000..74bc9cbd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scorchia_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:small_scorchia_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_scorchia", + "Count": 1 + }, + { + "id": "create:scorchia_pillar", + "Count": 1 + }, + { + "id": "create:scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_brick_slab", + "Count": 1 + }, + { + "id": "create:small_scorchia_bricks", + "Count": 1 + }, + { + "id": "create:layered_scorchia", + "Count": 1 + }, + { + "id": "create:small_scorchia_brick_stairs", + "Count": 1 + }, + { + "id": "create:polished_cut_scorchia", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_slab_0.json new file mode 100644 index 00000000..4877d7d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scoria_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_stairs_0.json new file mode 100644 index 00000000..f398605c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scoria_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_scoria_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_wall_0.json new file mode 100644 index 00000000..42391cb9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scoria_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scoria_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_scoria_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_scoria_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_scoria_bricks_0.json new file mode 100644 index 00000000..d780408e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_scoria_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_scoria_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:polished_cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria", + "Count": 1 + }, + { + "id": "create:small_scoria_brick_stairs", + "Count": 1 + }, + { + "id": "create:layered_scoria", + "Count": 1 + }, + { + "id": "create:small_scoria_brick_wall", + "Count": 1 + }, + { + "id": "create:small_scoria_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_scoria_bricks", + "Count": 1 + }, + { + "id": "create:cut_scoria", + "Count": 1 + }, + { + "id": "create:scoria_pillar", + "Count": 1 + }, + { + "id": "create:small_scoria_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_slab_0.json new file mode 100644 index 00000000..da5f7ce9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_tuff_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_stairs_0.json new file mode 100644 index 00000000..6d54e1c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_tuff_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_wall_0.json new file mode 100644 index 00000000..640f80b4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_tuff_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_tuff_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_tuff_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_tuff_bricks_0.json new file mode 100644 index 00000000..8779f763 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_tuff_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_brick_wall", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:small_tuff_brick_stairs", + "Count": 1 + }, + { + "id": "create:small_tuff_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_slab_0.json new file mode 100644 index 00000000..62b8421e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_veridium_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:small_veridium_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_stairs_0.json new file mode 100644 index 00000000..ac040283 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_stairs_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_veridium_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_wall_0.json new file mode 100644 index 00000000..e3bc2ebd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_veridium_brick_wall_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_veridium_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/small_veridium_bricks_0.json b/kubejs/data/ptd/item_converter/rules/create/small_veridium_bricks_0.json new file mode 100644 index 00000000..44dbb3a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/small_veridium_bricks_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + "output": [ + { + "id": "create:small_veridium_brick_slab", + "Count": 1 + }, + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:small_veridium_brick_stairs", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:small_veridium_brick_wall", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/smart_chute_0.json b/kubejs/data/ptd/item_converter/rules/create/smart_chute_0.json new file mode 100644 index 00000000..758e8ff3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/smart_chute_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:smart_chute", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/smart_fluid_pipe_0.json b/kubejs/data/ptd/item_converter/rules/create/smart_fluid_pipe_0.json new file mode 100644 index 00000000..49fce7bb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/smart_fluid_pipe_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/speedometer_0.json b/kubejs/data/ptd/item_converter/rules/create/speedometer_0.json new file mode 100644 index 00000000..5eb824db --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/speedometer_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:speedometer", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/spout_0.json b/kubejs/data/ptd/item_converter/rules/create/spout_0.json new file mode 100644 index 00000000..3685381d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/spout_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:spout", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/spruce_window_0.json b/kubejs/data/ptd/item_converter/rules/create/spruce_window_0.json new file mode 100644 index 00000000..925ade64 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/spruce_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:spruce_window", + "Count": 1 + }, + "output": [ + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:spruce_window_pane", + "Count": 1 + }, + { + "id": "create:warped_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/spruce_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/spruce_window_pane_0.json new file mode 100644 index 00000000..b9ffbc49 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/spruce_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:spruce_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/steam_engine_0.json b/kubejs/data/ptd/item_converter/rules/create/steam_engine_0.json new file mode 100644 index 00000000..80557281 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/steam_engine_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:steam_engine", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/steam_whistle_0.json b/kubejs/data/ptd/item_converter/rules/create/steam_whistle_0.json new file mode 100644 index 00000000..9d98c2b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/steam_whistle_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:steam_whistle", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/sticker_0.json b/kubejs/data/ptd/item_converter/rules/create/sticker_0.json new file mode 100644 index 00000000..90cfd9e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/sticker_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:sticker", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/sticky_mechanical_piston_0.json b/kubejs/data/ptd/item_converter/rules/create/sticky_mechanical_piston_0.json new file mode 100644 index 00000000..e80d28f3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/sticky_mechanical_piston_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/stockpile_switch_0.json b/kubejs/data/ptd/item_converter/rules/create/stockpile_switch_0.json new file mode 100644 index 00000000..7d1efca3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/stockpile_switch_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:stockpile_switch", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/stressometer_0.json b/kubejs/data/ptd/item_converter/rules/create/stressometer_0.json new file mode 100644 index 00000000..7072400f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/stressometer_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:stressometer", + "Count": 1 + }, + "output": [ + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/tiled_glass_0.json b/kubejs/data/ptd/item_converter/rules/create/tiled_glass_0.json new file mode 100644 index 00000000..15935651 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/tiled_glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:tiled_glass", + "Count": 1 + }, + "output": [ + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "create:tiled_glass_pane", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/tiled_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/tiled_glass_pane_0.json new file mode 100644 index 00000000..b1177c8a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/tiled_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:tiled_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:tiled_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/track_0.json b/kubejs/data/ptd/item_converter/rules/create/track_0.json new file mode 100644 index 00000000..30723dc5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/track_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:track", + "Count": 1 + }, + "output": [ + { + "id": "railways:track_create_andesite_wide", + "Count": 1 + }, + { + "id": "railways:track_create_andesite_narrow", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/track_observer_0.json b/kubejs/data/ptd/item_converter/rules/create/track_observer_0.json new file mode 100644 index 00000000..7565067c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/track_observer_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:track_observer", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/track_signal_0.json b/kubejs/data/ptd/item_converter/rules/create/track_signal_0.json new file mode 100644 index 00000000..af35ffec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/track_signal_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:track_signal", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/track_station_0.json b/kubejs/data/ptd/item_converter/rules/create/track_station_0.json new file mode 100644 index 00000000..5dbd3022 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/track_station_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:track_station", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/tuff_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/tuff_pillar_0.json new file mode 100644 index 00000000..5e3d9cf8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/tuff_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:tuff_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/turntable_0.json b/kubejs/data/ptd/item_converter/rules/create/turntable_0.json new file mode 100644 index 00000000..0cd39f70 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/turntable_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:turntable", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/veridium_0.json b/kubejs/data/ptd/item_converter/rules/create/veridium_0.json new file mode 100644 index 00000000..d2042b99 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/veridium_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:veridium", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/veridium_pillar_0.json b/kubejs/data/ptd/item_converter/rules/create/veridium_pillar_0.json new file mode 100644 index 00000000..f4c76ca3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/veridium_pillar_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:veridium_pillar", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_veridium_bricks", + "Count": 1 + }, + { + "id": "create:layered_veridium", + "Count": 1 + }, + { + "id": "create:veridium", + "Count": 1 + }, + { + "id": "create:polished_cut_veridium", + "Count": 1 + }, + { + "id": "create:small_veridium_bricks", + "Count": 1 + }, + { + "id": "create:cut_veridium", + "Count": 1 + }, + { + "id": "create:veridium_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_0.json new file mode 100644 index 00000000..c08b1020 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:vertical_framed_glass_pane", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_pane_0.json new file mode 100644 index 00000000..77d8287c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/vertical_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:vertical_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:vertical_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/vertical_gearbox_0.json b/kubejs/data/ptd/item_converter/rules/create/vertical_gearbox_0.json new file mode 100644 index 00000000..a11d1957 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/vertical_gearbox_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:vertical_gearbox", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/wand_of_symmetry_0.json b/kubejs/data/ptd/item_converter/rules/create/wand_of_symmetry_0.json new file mode 100644 index 00000000..675aa102 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/wand_of_symmetry_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/warped_window_0.json b/kubejs/data/ptd/item_converter/rules/create/warped_window_0.json new file mode 100644 index 00000000..6ec71378 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/warped_window_0.json @@ -0,0 +1,51 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:warped_window", + "Count": 1 + }, + "output": [ + { + "id": "create:spruce_window", + "Count": 1 + }, + { + "id": "create:oak_window", + "Count": 1 + }, + { + "id": "create:ornate_iron_window", + "Count": 1 + }, + { + "id": "create:dark_oak_window", + "Count": 1 + }, + { + "id": "create:acacia_window", + "Count": 1 + }, + { + "id": "create:mangrove_window", + "Count": 1 + }, + { + "id": "create:jungle_window", + "Count": 1 + }, + { + "id": "create:warped_window_pane", + "Count": 1 + }, + { + "id": "create:crimson_window", + "Count": 1 + }, + { + "id": "create:birch_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/warped_window_pane_0.json b/kubejs/data/ptd/item_converter/rules/create/warped_window_pane_0.json new file mode 100644 index 00000000..97938fe6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/warped_window_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:warped_window_pane", + "Count": 1 + }, + "output": [ + { + "id": "create:warped_window", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/water_wheel_0.json b/kubejs/data/ptd/item_converter/rules/create/water_wheel_0.json new file mode 100644 index 00000000..1d304f08 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/water_wheel_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:water_wheel", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_slab_0.json new file mode 100644 index 00000000..bb80cc2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_stairs_0.json new file mode 100644 index 00000000..1169ba4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingles_0.json new file mode 100644 index 00000000..798e7ffe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_shingle_stairs", + "Count": 1 + }, + { + "id": "create:waxed_copper_shingle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_slab_0.json new file mode 100644 index 00000000..1b641052 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_stairs_0.json new file mode 100644 index 00000000..601e2f2e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tiles_0.json new file mode 100644 index 00000000..dc11cd8e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_copper_tile_slab", + "Count": 1 + }, + { + "id": "create:waxed_copper_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_slab_0.json new file mode 100644 index 00000000..24abb314 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_stairs_0.json new file mode 100644 index 00000000..c98ed895 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingles_0.json new file mode 100644 index 00000000..42901506 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_shingle_stairs", + "Count": 1 + }, + { + "id": "create:waxed_exposed_copper_shingle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_slab_0.json new file mode 100644 index 00000000..5c03963b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_stairs_0.json new file mode 100644 index 00000000..f4ea54af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tiles_0.json new file mode 100644 index 00000000..35cf56a2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_exposed_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_exposed_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_exposed_copper_tile_slab", + "Count": 1 + }, + { + "id": "create:waxed_exposed_copper_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_slab_0.json new file mode 100644 index 00000000..1f48bd47 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_stairs_0.json new file mode 100644 index 00000000..deaef1b3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingles_0.json new file mode 100644 index 00000000..b97a4b2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_shingle_stairs", + "Count": 1 + }, + { + "id": "create:waxed_oxidized_copper_shingle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_slab_0.json new file mode 100644 index 00000000..dfb11fb7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_stairs_0.json new file mode 100644 index 00000000..92af113b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tiles_0.json new file mode 100644 index 00000000..cc87424a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_oxidized_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_oxidized_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_oxidized_copper_tile_slab", + "Count": 1 + }, + { + "id": "create:waxed_oxidized_copper_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_slab_0.json new file mode 100644 index 00000000..cae44734 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_stairs_0.json new file mode 100644 index 00000000..7e96dddb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingles_0.json new file mode 100644 index 00000000..0549806e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_shingle_stairs", + "Count": 1 + }, + { + "id": "create:waxed_weathered_copper_shingle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_slab_0.json new file mode 100644 index 00000000..2c999eb3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_stairs_0.json new file mode 100644 index 00000000..6687037f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tiles_0.json new file mode 100644 index 00000000..2834563f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/waxed_weathered_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:waxed_weathered_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:waxed_weathered_copper_tile_slab", + "Count": 1 + }, + { + "id": "create:waxed_weathered_copper_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_slab_0.json new file mode 100644 index 00000000..8a13bb32 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_shingle_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_stairs_0.json new file mode 100644 index 00000000..cae2eb63 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_shingle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingles_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingles_0.json new file mode 100644 index 00000000..a54933b7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_shingles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_shingles", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_shingle_stairs", + "Count": 1 + }, + { + "id": "create:weathered_copper_shingle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_slab_0.json new file mode 100644 index 00000000..562f9b80 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_stairs_0.json new file mode 100644 index 00000000..be33c9e6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tiles_0.json b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tiles_0.json new file mode 100644 index 00000000..6dca3a2c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weathered_copper_tiles_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weathered_copper_tiles", + "Count": 1 + }, + "output": [ + { + "id": "create:weathered_copper_tile_stairs", + "Count": 1 + }, + { + "id": "create:weathered_copper_tile_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/weighted_ejector_0.json b/kubejs/data/ptd/item_converter/rules/create/weighted_ejector_0.json new file mode 100644 index 00000000..ce3dcc75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/weighted_ejector_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:weighted_ejector", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/white_sail_0.json b/kubejs/data/ptd/item_converter/rules/create/white_sail_0.json new file mode 100644 index 00000000..52283e65 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/white_sail_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:white_sail", + "Count": 1 + }, + "output": [ + { + "id": "create:sail_frame", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/white_seat_0.json b/kubejs/data/ptd/item_converter/rules/create/white_seat_0.json new file mode 100644 index 00000000..3e538c07 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/white_seat_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:white_seat", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/windmill_bearing_0.json b/kubejs/data/ptd/item_converter/rules/create/windmill_bearing_0.json new file mode 100644 index 00000000..29996e91 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/windmill_bearing_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:windmill_bearing", + "Count": 1 + }, + "output": [ + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/wooden_bracket_0.json b/kubejs/data/ptd/item_converter/rules/create/wooden_bracket_0.json new file mode 100644 index 00000000..22256a9b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/wooden_bracket_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:wooden_bracket", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create/wrench_0.json b/kubejs/data/ptd/item_converter/rules/create/wrench_0.json new file mode 100644 index 00000000..bb89fa44 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create/wrench_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create:wrench", + "Count": 1 + }, + "output": [ + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/disenchanter_0.json b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/disenchanter_0.json new file mode 100644 index 00000000..6e933f88 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/disenchanter_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/enchanting_guide_0.json b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/enchanting_guide_0.json new file mode 100644 index 00000000..66f1bab6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/enchanting_guide_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/printer_0.json b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/printer_0.json new file mode 100644 index 00000000..b748b4f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/create_enchantment_industry/printer_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_block_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_block_0.json new file mode 100644 index 00000000..e29eee2d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_block_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:asphalt_block", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:asphalt_slab", + "Count": 1 + }, + { + "id": "createdieselgenerators:asphalt_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_slab_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_slab_0.json new file mode 100644 index 00000000..397b78e3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:asphalt_slab", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:asphalt_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_stairs_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_stairs_0.json new file mode 100644 index 00000000..61b98973 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/asphalt_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:asphalt_stairs", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:asphalt_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/basin_lid_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/basin_lid_0.json new file mode 100644 index 00000000..c43b0d1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/basin_lid_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_block_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_block_0.json new file mode 100644 index 00000000..515ffb17 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_block_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:chip_wood_block", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:chip_wood_stairs", + "Count": 1 + }, + { + "id": "createdieselgenerators:chip_wood_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_slab_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_slab_0.json new file mode 100644 index 00000000..14ba2bd9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:chip_wood_slab", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:chip_wood_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_stairs_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_stairs_0.json new file mode 100644 index 00000000..9530bce0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/chip_wood_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:chip_wood_stairs", + "Count": 1 + }, + "output": [ + { + "id": "createdieselgenerators:chip_wood_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/diesel_engine_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/diesel_engine_0.json new file mode 100644 index 00000000..f2365954 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/diesel_engine_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/createdieselgenerators/distillation_controller_0.json b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/distillation_controller_0.json new file mode 100644 index 00000000..252de775 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/createdieselgenerators/distillation_controller_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_0.json new file mode 100644 index 00000000..5cddcd72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_gate_0.json new file mode 100644 index 00000000..af4be72e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_leaves_0.json new file mode 100644 index 00000000..e757e4a7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:acacia_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_planks_0.json new file mode 100644 index 00000000..9a2bc3e3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_stairs", + "Count": 1 + }, + { + "id": "minecraft:acacia_fence", + "Count": 1 + }, + { + "id": "minecraft:acacia_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:acacia_slab", + "Count": 1 + }, + { + "id": "quark:acacia_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_slab_0.json new file mode 100644 index 00000000..42ef8a05 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_stairs_0.json new file mode 100644 index 00000000..2e5fadeb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/acacia_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_wood_0.json new file mode 100644 index 00000000..94b0cc3e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/acacia_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:acacia_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:acacia_post", + "Count": 1 + }, + { + "id": "quark:hollow_acacia_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/activator_rail_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/activator_rail_0.json new file mode 100644 index 00000000..ca88c67b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/activator_rail_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:activator_rail", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:detector_rail", + "Count": 1 + }, + { + "id": "minecraft:powered_rail", + "Count": 1 + }, + { + "id": "minecraft:activator_rail", + "Count": 1 + }, + { + "id": "create:controller_rail", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/andesite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_0.json new file mode 100644 index 00000000..f2c8f4b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_0.json @@ -0,0 +1,59 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:andesite", + "Count": 1 + }, + "output": [ + { + "id": "create:small_andesite_bricks", + "Count": 1 + }, + { + "id": "minecraft:polished_andesite", + "Count": 1 + }, + { + "id": "create:polished_cut_andesite", + "Count": 1 + }, + { + "id": "minecraft:andesite", + "Count": 1 + }, + { + "id": "create:layered_andesite", + "Count": 1 + }, + { + "id": "create:cut_andesite_bricks", + "Count": 1 + }, + { + "id": "minecraft:andesite_slab", + "Count": 1 + }, + { + "id": "quark:andesite_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:andesite_wall", + "Count": 1 + }, + { + "id": "minecraft:andesite_stairs", + "Count": 1 + }, + { + "id": "create:andesite_pillar", + "Count": 1 + }, + { + "id": "create:cut_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/andesite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_slab_0.json new file mode 100644 index 00000000..3a123674 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:andesite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/andesite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_stairs_0.json new file mode 100644 index 00000000..011dcb4d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:andesite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/andesite_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_wall_0.json new file mode 100644 index 00000000..db789cb9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/andesite_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:andesite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/azalea_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/azalea_leaves_0.json new file mode 100644 index 00000000..1cfa1ee8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/azalea_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:azalea_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/barrel_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/barrel_0.json new file mode 100644 index 00000000..0903ae67 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/barrel_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:barrel", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/basalt_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/basalt_0.json new file mode 100644 index 00000000..497e90ec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/basalt_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:basalt", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_basalt", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_0.json new file mode 100644 index 00000000..c1341cdc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_gate_0.json new file mode 100644 index 00000000..79c6d6ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_leaves_0.json new file mode 100644 index 00000000..cb8f1fe0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:birch_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_planks_0.json new file mode 100644 index 00000000..790363ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_stairs", + "Count": 1 + }, + { + "id": "minecraft:birch_slab", + "Count": 1 + }, + { + "id": "minecraft:birch_fence", + "Count": 1 + }, + { + "id": "quark:birch_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:birch_fence_gate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_slab_0.json new file mode 100644 index 00000000..25066c69 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_stairs_0.json new file mode 100644 index 00000000..211eb877 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/birch_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/birch_wood_0.json new file mode 100644 index 00000000..6f594f00 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/birch_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:birch_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:birch_post", + "Count": 1 + }, + { + "id": "quark:hollow_birch_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/black_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/black_carpet_0.json new file mode 100644 index 00000000..8e2bde40 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/black_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:black_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:black_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_0.json new file mode 100644 index 00000000..1eb18e15 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:black_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:black_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_pane_0.json new file mode 100644 index 00000000..436c5baa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/black_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:black_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:black_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/black_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/black_terracotta_0.json new file mode 100644 index 00000000..3ca5c5d9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/black_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:black_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/black_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/black_wool_0.json new file mode 100644 index 00000000..a0d69e63 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/black_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:black_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:black_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_0.json new file mode 100644 index 00000000..578cb2ec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blackstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone", + "Count": 1 + }, + { + "id": "minecraft:blackstone_stairs", + "Count": 1 + }, + { + "id": "minecraft:blackstone_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:chiseled_polished_blackstone", + "Count": 1 + }, + { + "id": "quark:blackstone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:blackstone_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_slab_0.json new file mode 100644 index 00000000..7f287b1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blackstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_stairs_0.json new file mode 100644 index 00000000..5ad7c9bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blackstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_wall_0.json new file mode 100644 index 00000000..a69871af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blackstone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blackstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blue_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blue_carpet_0.json new file mode 100644 index 00000000..6fa55e4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blue_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blue_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blue_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_0.json new file mode 100644 index 00000000..7ef37d11 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blue_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blue_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_pane_0.json new file mode 100644 index 00000000..32d9fa75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blue_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blue_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blue_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blue_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blue_terracotta_0.json new file mode 100644 index 00000000..f0a78f11 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blue_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blue_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/blue_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/blue_wool_0.json new file mode 100644 index 00000000..8c3b4033 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/blue_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:blue_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blue_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/bookshelf_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/bookshelf_0.json new file mode 100644 index 00000000..ee499813 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/bookshelf_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:bookshelf", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brick_slab_0.json new file mode 100644 index 00000000..3b7bd3b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brick_stairs_0.json new file mode 100644 index 00000000..ef731f9c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brick_wall_0.json new file mode 100644 index 00000000..a0b123f9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/bricks_0.json new file mode 100644 index 00000000..f997a368 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:brick_slab", + "Count": 1 + }, + { + "id": "quark:brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:brick_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brown_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brown_carpet_0.json new file mode 100644 index 00000000..ec895589 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brown_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brown_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:brown_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_0.json new file mode 100644 index 00000000..185b9a4f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brown_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:brown_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_pane_0.json new file mode 100644 index 00000000..b58a9fdf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brown_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brown_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:brown_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brown_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brown_terracotta_0.json new file mode 100644 index 00000000..0d1b10e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brown_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brown_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/brown_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/brown_wool_0.json new file mode 100644 index 00000000..b23023fb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/brown_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:brown_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:brown_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/calcite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/calcite_0.json new file mode 100644 index 00000000..d3316b9a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/calcite_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:calcite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_calcite_bricks", + "Count": 1 + }, + { + "id": "quark:calcite_wall", + "Count": 1 + }, + { + "id": "quark:calcite_vertical_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_calcite", + "Count": 1 + }, + { + "id": "quark:calcite_stairs", + "Count": 1 + }, + { + "id": "minecraft:calcite", + "Count": 1 + }, + { + "id": "quark:calcite_slab", + "Count": 1 + }, + { + "id": "create:cut_calcite", + "Count": 1 + }, + { + "id": "create:calcite_pillar", + "Count": 1 + }, + { + "id": "create:small_calcite_bricks", + "Count": 1 + }, + { + "id": "create:layered_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/campfire_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/campfire_0.json new file mode 100644 index 00000000..74712d5d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/campfire_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:campfire", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cauldron_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cauldron_0.json new file mode 100644 index 00000000..d7804274 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cauldron_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cauldron", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/chest_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/chest_0.json new file mode 100644 index 00000000..84bafeef --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/chest_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:chest", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_0.json new file mode 100644 index 00000000..e0907a6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_0.json @@ -0,0 +1,43 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobbled_deepslate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:chiseled_deepslate", + "Count": 1 + }, + { + "id": "minecraft:cobbled_deepslate_slab", + "Count": 1 + }, + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + }, + { + "id": "minecraft:polished_deepslate", + "Count": 1 + }, + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + }, + { + "id": "minecraft:cobbled_deepslate_stairs", + "Count": 1 + }, + { + "id": "minecraft:cobbled_deepslate_wall", + "Count": 1 + }, + { + "id": "quark:cobbled_deepslate_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_slab_0.json new file mode 100644 index 00000000..521b2341 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobbled_deepslate_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobbled_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_stairs_0.json new file mode 100644 index 00000000..17499c4c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobbled_deepslate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobbled_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_wall_0.json new file mode 100644 index 00000000..bdee1b9f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobbled_deepslate_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobbled_deepslate_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobbled_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_0.json new file mode 100644 index 00000000..85ad7e3d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks", + "Count": 1 + }, + { + "id": "minecraft:cobblestone_wall", + "Count": 1 + }, + { + "id": "minecraft:cobblestone_slab", + "Count": 1 + }, + { + "id": "minecraft:cobblestone_stairs", + "Count": 1 + }, + { + "id": "quark:cobblestone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_slab_0.json new file mode 100644 index 00000000..7a5e1a75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_stairs_0.json new file mode 100644 index 00000000..b4f0ddc4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_wall_0.json new file mode 100644 index 00000000..14bb8a2a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/comparator_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/comparator_0.json new file mode 100644 index 00000000..4bb91cd6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/comparator_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:comparator", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/composter_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/composter_0.json new file mode 100644 index 00000000..1499fb3a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/composter_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:composter", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/copper_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/copper_block_0.json new file mode 100644 index 00000000..485428d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/copper_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:copper_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/copper_ingot_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/copper_ingot_0.json new file mode 100644 index 00000000..38b9c9e1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/copper_ingot_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:copper_ingot", + "Count": 1 + }, + "output": [ + { + "id": "create:copper_bars", + "Count": 4 + }, + { + "id": "create:copper_shingles", + "Count": 2 + }, + { + "id": "create:copper_scaffolding", + "Count": 2 + }, + { + "id": "create:copper_tiles", + "Count": 2 + }, + { + "id": "create:copper_ladder", + "Count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_0.json new file mode 100644 index 00000000..c353882f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_gate_0.json new file mode 100644 index 00000000..8a9d6a7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_hyphae_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_hyphae_0.json new file mode 100644 index 00000000..3b5bdf6d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_hyphae_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_hyphae", + "Count": 1 + }, + "output": [ + { + "id": "quark:crimson_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_planks_0.json new file mode 100644 index 00000000..a70a6141 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:crimson_slab", + "Count": 1 + }, + { + "id": "minecraft:crimson_fence", + "Count": 1 + }, + { + "id": "minecraft:crimson_stairs", + "Count": 1 + }, + { + "id": "quark:crimson_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_slab_0.json new file mode 100644 index 00000000..705c5093 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/crimson_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_stairs_0.json new file mode 100644 index 00000000..bc4f38bb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/crimson_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:crimson_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_0.json new file mode 100644 index 00000000..dbfcb8f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "quark:cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:cut_copper_slab", + "Count": 1 + }, + { + "id": "minecraft:cut_copper_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_slab_0.json new file mode 100644 index 00000000..d31f52d0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_stairs_0.json new file mode 100644 index 00000000..e46cc067 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_0.json new file mode 100644 index 00000000..01273982 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_red_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:cut_red_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:cut_red_sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_slab_0.json new file mode 100644 index 00000000..6ed7c76d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_red_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_red_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_0.json new file mode 100644 index 00000000..81752614 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:cut_sandstone_slab", + "Count": 1 + }, + { + "id": "quark:cut_sandstone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_slab_0.json new file mode 100644 index 00000000..6506e4d9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cut_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cut_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cyan_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_carpet_0.json new file mode 100644 index 00000000..bef4d7ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cyan_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cyan_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_0.json new file mode 100644 index 00000000..f5ee9f8f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cyan_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cyan_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_pane_0.json new file mode 100644 index 00000000..07aaacd6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cyan_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cyan_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cyan_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_terracotta_0.json new file mode 100644 index 00000000..9d6a8472 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cyan_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/cyan_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_wool_0.json new file mode 100644 index 00000000..823572f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/cyan_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:cyan_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cyan_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_0.json new file mode 100644 index 00000000..3805a81d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_gate_0.json new file mode 100644 index 00000000..96366546 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_leaves_0.json new file mode 100644 index 00000000..168b4f26 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:dark_oak_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_planks_0.json new file mode 100644 index 00000000..38211134 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:dark_oak_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:dark_oak_fence", + "Count": 1 + }, + { + "id": "minecraft:dark_oak_slab", + "Count": 1 + }, + { + "id": "minecraft:dark_oak_stairs", + "Count": 1 + }, + { + "id": "minecraft:dark_oak_fence_gate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_slab_0.json new file mode 100644 index 00000000..4ef521e0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_stairs_0.json new file mode 100644 index 00000000..a5f7ad03 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_wood_0.json new file mode 100644 index 00000000..93a80635 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_oak_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_oak_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:dark_oak_post", + "Count": 1 + }, + { + "id": "quark:hollow_dark_oak_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_0.json new file mode 100644 index 00000000..99678fcf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_prismarine", + "Count": 1 + }, + "output": [ + { + "id": "quark:dark_prismarine_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:dark_prismarine_slab", + "Count": 1 + }, + { + "id": "minecraft:dark_prismarine_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_slab_0.json new file mode 100644 index 00000000..7aca5215 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_prismarine_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_stairs_0.json new file mode 100644 index 00000000..b1d5c259 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dark_prismarine_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dark_prismarine_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/daylight_detector_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/daylight_detector_0.json new file mode 100644 index 00000000..59132505 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/daylight_detector_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_0.json new file mode 100644 index 00000000..7924ca34 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate", + "Count": 1 + }, + "output": [ + { + "id": "create:deepslate_pillar", + "Count": 1 + }, + { + "id": "minecraft:deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate", + "Count": 1 + }, + { + "id": "create:cut_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:layered_deepslate", + "Count": 1 + }, + { + "id": "create:small_deepslate_bricks", + "Count": 1 + }, + { + "id": "create:polished_cut_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_slab_0.json new file mode 100644 index 00000000..bb2b7359 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_stairs_0.json new file mode 100644 index 00000000..bcb22efe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_wall_0.json new file mode 100644 index 00000000..df2df7ae --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_bricks_0.json new file mode 100644 index 00000000..d8864a5c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_bricks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_brick_wall", + "Count": 1 + }, + { + "id": "minecraft:deepslate_brick_stairs", + "Count": 1 + }, + { + "id": "quark:deepslate_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + }, + { + "id": "minecraft:deepslate_brick_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_slab_0.json new file mode 100644 index 00000000..afff981f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_stairs_0.json new file mode 100644 index 00000000..f22965f0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_wall_0.json new file mode 100644 index 00000000..08b790d7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tile_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_tile_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tiles_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tiles_0.json new file mode 100644 index 00000000..171fd89b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/deepslate_tiles_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:deepslate_tiles", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tile_slab", + "Count": 1 + }, + { + "id": "minecraft:deepslate_tile_wall", + "Count": 1 + }, + { + "id": "quark:deepslate_tile_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:deepslate_tile_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/detector_rail_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/detector_rail_0.json new file mode 100644 index 00000000..4691d3c9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/detector_rail_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:detector_rail", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:detector_rail", + "Count": 1 + }, + { + "id": "minecraft:powered_rail", + "Count": 1 + }, + { + "id": "minecraft:activator_rail", + "Count": 1 + }, + { + "id": "create:controller_rail", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/diorite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_0.json new file mode 100644 index 00000000..ca5127b7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_0.json @@ -0,0 +1,59 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:diorite", + "Count": 1 + }, + "output": [ + { + "id": "create:cut_diorite", + "Count": 1 + }, + { + "id": "quark:diorite_vertical_slab", + "Count": 1 + }, + { + "id": "create:small_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite", + "Count": 1 + }, + { + "id": "create:diorite_pillar", + "Count": 1 + }, + { + "id": "create:polished_cut_diorite", + "Count": 1 + }, + { + "id": "minecraft:diorite_wall", + "Count": 1 + }, + { + "id": "minecraft:diorite_slab", + "Count": 1 + }, + { + "id": "create:cut_diorite_bricks", + "Count": 1 + }, + { + "id": "minecraft:diorite_stairs", + "Count": 1 + }, + { + "id": "minecraft:polished_diorite", + "Count": 1 + }, + { + "id": "create:layered_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/diorite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_slab_0.json new file mode 100644 index 00000000..d864c4b5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:diorite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/diorite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_stairs_0.json new file mode 100644 index 00000000..007d58c0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:diorite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/diorite_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_wall_0.json new file mode 100644 index 00000000..30f005d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/diorite_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:diorite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dispenser_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dispenser_0.json new file mode 100644 index 00000000..c936648c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dispenser_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dispenser", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dripstone_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dripstone_block_0.json new file mode 100644 index 00000000..916a8392 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dripstone_block_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_block_wall", + "Count": 1 + }, + { + "id": "quark:dripstone_block_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:dripstone_block", + "Count": 1 + }, + { + "id": "create:layered_dripstone", + "Count": 1 + }, + { + "id": "create:small_dripstone_bricks", + "Count": 1 + }, + { + "id": "create:cut_dripstone", + "Count": 1 + }, + { + "id": "quark:dripstone_block_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_dripstone", + "Count": 1 + }, + { + "id": "create:cut_dripstone_bricks", + "Count": 1 + }, + { + "id": "quark:dripstone_block_stairs", + "Count": 1 + }, + { + "id": "create:dripstone_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/dropper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/dropper_0.json new file mode 100644 index 00000000..9fc0c3f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/dropper_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:dropper", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/elytra_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/elytra_0.json new file mode 100644 index 00000000..56ba5d14 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/elytra_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_0.json new file mode 100644 index 00000000..e38a543d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:end_stone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_slab_0.json new file mode 100644 index 00000000..36ffac4e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:end_stone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_stairs_0.json new file mode 100644 index 00000000..b14bb9a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:end_stone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_wall_0.json new file mode 100644 index 00000000..7a244db2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:end_stone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_bricks_0.json new file mode 100644 index 00000000..a2e6646b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/end_stone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:end_stone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:end_stone_brick_slab", + "Count": 1 + }, + { + "id": "minecraft:end_stone_brick_wall", + "Count": 1 + }, + { + "id": "quark:end_stone_brick_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/exposed_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_copper_0.json new file mode 100644 index 00000000..fadacd25 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:exposed_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:exposed_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_0.json new file mode 100644 index 00000000..387509f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:exposed_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "quark:exposed_cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:exposed_cut_copper_slab", + "Count": 1 + }, + { + "id": "minecraft:exposed_cut_copper_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_slab_0.json new file mode 100644 index 00000000..882bf02f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:exposed_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_stairs_0.json new file mode 100644 index 00000000..ac61fcab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/exposed_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:exposed_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/flowering_azalea_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/flowering_azalea_leaves_0.json new file mode 100644 index 00000000..349f812a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/flowering_azalea_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:flowering_azalea_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:flowering_azalea_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/glass_0.json new file mode 100644 index 00000000..8a876e87 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:glass", + "Count": 1 + }, + "output": [ + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "minecraft:glass_pane", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/glass_pane_0.json new file mode 100644 index 00000000..07b4375d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gold_ingot_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gold_ingot_0.json new file mode 100644 index 00000000..b895e245 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gold_ingot_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gold_ingot", + "Count": 1 + }, + "output": [ + { + "id": "create:brass_ladder", + "Count": 2 + }, + { + "id": "create:brass_scaffolding", + "Count": 2 + }, + { + "id": "create:brass_bars", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gold_nugget_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gold_nugget_0.json new file mode 100644 index 00000000..a34a75d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gold_nugget_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gold_nugget", + "Count": 1 + }, + "output": [ + { + "id": "botania:placeholder", + "Count": 1 + }, + { + "id": "create:crafter_slot_cover", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/granite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/granite_0.json new file mode 100644 index 00000000..f775bcce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/granite_0.json @@ -0,0 +1,59 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:granite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_granite", + "Count": 1 + }, + { + "id": "minecraft:granite", + "Count": 1 + }, + { + "id": "create:cut_granite_bricks", + "Count": 1 + }, + { + "id": "quark:granite_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:granite_stairs", + "Count": 1 + }, + { + "id": "create:layered_granite", + "Count": 1 + }, + { + "id": "minecraft:granite_wall", + "Count": 1 + }, + { + "id": "minecraft:granite_slab", + "Count": 1 + }, + { + "id": "create:polished_cut_granite", + "Count": 1 + }, + { + "id": "create:cut_granite", + "Count": 1 + }, + { + "id": "create:granite_pillar", + "Count": 1 + }, + { + "id": "create:small_granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/granite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/granite_slab_0.json new file mode 100644 index 00000000..45910378 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/granite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:granite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/granite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/granite_stairs_0.json new file mode 100644 index 00000000..5734840b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/granite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:granite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/granite_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/granite_wall_0.json new file mode 100644 index 00000000..fe952314 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/granite_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:granite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gray_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gray_carpet_0.json new file mode 100644 index 00000000..7ebc5b7b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gray_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gray_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:gray_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_0.json new file mode 100644 index 00000000..0bdd047d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gray_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:gray_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_pane_0.json new file mode 100644 index 00000000..158168c4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gray_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gray_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:gray_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gray_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gray_terracotta_0.json new file mode 100644 index 00000000..870b6685 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gray_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gray_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/gray_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/gray_wool_0.json new file mode 100644 index 00000000..d6f874d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/gray_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:gray_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:gray_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/green_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/green_carpet_0.json new file mode 100644 index 00000000..22ae28ba --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/green_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:green_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:green_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_0.json new file mode 100644 index 00000000..d143f1cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:green_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:green_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_pane_0.json new file mode 100644 index 00000000..34d69a15 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/green_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:green_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:green_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/green_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/green_terracotta_0.json new file mode 100644 index 00000000..3d63caaf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/green_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:green_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/green_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/green_wool_0.json new file mode 100644 index 00000000..e2da140a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/green_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:green_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:green_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/hopper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/hopper_0.json new file mode 100644 index 00000000..640d7996 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/hopper_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:hopper", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/iron_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/iron_block_0.json new file mode 100644 index 00000000..3ca13992 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/iron_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:iron_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:iron_trapdoor", + "Count": 3 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/item_frame_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/item_frame_0.json new file mode 100644 index 00000000..0e7d4855 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/item_frame_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:item_frame", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jukebox_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jukebox_0.json new file mode 100644 index 00000000..b37feaf5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jukebox_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jukebox", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_0.json new file mode 100644 index 00000000..ecb1940e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_gate_0.json new file mode 100644 index 00000000..cb454979 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_leaves_0.json new file mode 100644 index 00000000..3b9fe256 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:jungle_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_planks_0.json new file mode 100644 index 00000000..491bb1f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:jungle_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:jungle_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:jungle_fence", + "Count": 1 + }, + { + "id": "minecraft:jungle_stairs", + "Count": 1 + }, + { + "id": "minecraft:jungle_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_slab_0.json new file mode 100644 index 00000000..5a890974 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_stairs_0.json new file mode 100644 index 00000000..b32470b1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/jungle_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_wood_0.json new file mode 100644 index 00000000..60dbaf17 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/jungle_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:jungle_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:hollow_jungle_log", + "Count": 1 + }, + { + "id": "quark:jungle_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lectern_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lectern_0.json new file mode 100644 index 00000000..9899ece4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lectern_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lectern", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lever_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lever_0.json new file mode 100644 index 00000000..2a9d0063 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lever_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lever", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_bed_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_bed_0.json new file mode 100644 index 00000000..01e51705 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_bed_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_carpet_0.json new file mode 100644 index 00000000..eed050bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_blue_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_0.json new file mode 100644 index 00000000..c9b16246 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_blue_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_pane_0.json new file mode 100644 index 00000000..d5237c92 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_blue_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_terracotta_0.json new file mode 100644 index 00000000..4b8d4127 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_wool_0.json new file mode 100644 index 00000000..b31847cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_blue_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_blue_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_blue_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_carpet_0.json new file mode 100644 index 00000000..8c207881 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_gray_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_gray_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_0.json new file mode 100644 index 00000000..8479fc30 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_gray_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_gray_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_pane_0.json new file mode 100644 index 00000000..07a11d50 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_gray_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_gray_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_terracotta_0.json new file mode 100644 index 00000000..22e800d8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_gray_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_wool_0.json new file mode 100644 index 00000000..b701b0b8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/light_gray_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:light_gray_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:light_gray_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lime_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lime_carpet_0.json new file mode 100644 index 00000000..1a30bb75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lime_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lime_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lime_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_0.json new file mode 100644 index 00000000..39a847f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lime_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lime_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_pane_0.json new file mode 100644 index 00000000..abddbca1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lime_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lime_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lime_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lime_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lime_terracotta_0.json new file mode 100644 index 00000000..a0414f51 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lime_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lime_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/lime_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/lime_wool_0.json new file mode 100644 index 00000000..31c0f865 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/lime_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:lime_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lime_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/magenta_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_carpet_0.json new file mode 100644 index 00000000..779f249d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:magenta_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:magenta_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_0.json new file mode 100644 index 00000000..2c0d7072 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:magenta_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:magenta_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_pane_0.json new file mode 100644 index 00000000..e265226c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:magenta_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:magenta_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/magenta_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_terracotta_0.json new file mode 100644 index 00000000..f22fbba5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:magenta_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/magenta_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_wool_0.json new file mode 100644 index 00000000..c31dab6b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/magenta_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:magenta_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:magenta_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_0.json new file mode 100644 index 00000000..5be9eee3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_gate_0.json new file mode 100644 index 00000000..bcf4b865 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_leaves_0.json new file mode 100644 index 00000000..b281a3f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:mangrove_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_planks_0.json new file mode 100644 index 00000000..437db1e7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:mangrove_slab", + "Count": 1 + }, + { + "id": "quark:mangrove_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:mangrove_stairs", + "Count": 1 + }, + { + "id": "minecraft:mangrove_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_slab_0.json new file mode 100644 index 00000000..c2c18d4e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_stairs_0.json new file mode 100644 index 00000000..489e7e3c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_wood_0.json new file mode 100644 index 00000000..0fcd1f4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mangrove_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mangrove_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:mangrove_post", + "Count": 1 + }, + { + "id": "quark:hollow_mangrove_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/minecart_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/minecart_0.json new file mode 100644 index 00000000..31efff25 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/minecart_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:minecart", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/moss_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/moss_block_0.json new file mode 100644 index 00000000..3f1c1aa7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/moss_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:moss_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:moss_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/moss_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/moss_carpet_0.json new file mode 100644 index 00000000..147d759c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/moss_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:moss_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:moss_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_0.json new file mode 100644 index 00000000..42908037 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_cobblestone", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:mossy_cobblestone_stairs", + "Count": 1 + }, + { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + }, + { + "id": "minecraft:mossy_cobblestone_wall", + "Count": 1 + }, + { + "id": "minecraft:mossy_cobblestone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_slab_0.json new file mode 100644 index 00000000..0f442970 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_cobblestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_stairs_0.json new file mode 100644 index 00000000..12b32679 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_cobblestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_wall_0.json new file mode 100644 index 00000000..f2135a14 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_cobblestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_cobblestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_slab_0.json new file mode 100644 index 00000000..6ed26ed0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_stone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_stairs_0.json new file mode 100644 index 00000000..f2163423 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_stone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_wall_0.json new file mode 100644 index 00000000..ca246020 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_stone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_bricks_0.json new file mode 100644 index 00000000..1e2ec84a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mossy_stone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mossy_stone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_stone_brick_slab", + "Count": 1 + }, + { + "id": "minecraft:mossy_stone_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:mossy_stone_brick_wall", + "Count": 1 + }, + { + "id": "quark:mossy_stone_brick_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_slab_0.json new file mode 100644 index 00000000..f58760c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mud_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mud_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_stairs_0.json new file mode 100644 index 00000000..7ddc10f8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mud_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mud_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_wall_0.json new file mode 100644 index 00000000..cbe0f4c1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mud_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mud_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mud_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/mud_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/mud_bricks_0.json new file mode 100644 index 00000000..51b9fe28 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/mud_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:mud_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mud_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:mud_brick_slab", + "Count": 1 + }, + { + "id": "quark:mud_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:mud_brick_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_fence_0.json new file mode 100644 index 00000000..e87c0e75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:nether_brick_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_slab_0.json new file mode 100644 index 00000000..b6c210d2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:nether_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_stairs_0.json new file mode 100644 index 00000000..1cf3f2b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:nether_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_wall_0.json new file mode 100644 index 00000000..eebaf113 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/nether_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:nether_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/nether_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/nether_bricks_0.json new file mode 100644 index 00000000..5132f2e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/nether_bricks_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:nether_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:nether_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:nether_brick_stairs", + "Count": 1 + }, + { + "id": "quark:nether_brick_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:chiseled_nether_bricks", + "Count": 1 + }, + { + "id": "minecraft:nether_brick_wall", + "Count": 1 + }, + { + "id": "minecraft:nether_brick_fence", + "Count": 1 + }, + { + "id": "minecraft:nether_brick_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/note_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/note_block_0.json new file mode 100644 index 00000000..13ba25a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/note_block_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:note_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_door_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_door_0.json new file mode 100644 index 00000000..7ec4c5e9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_door_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_door", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_0.json new file mode 100644 index 00000000..c8fa54bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_gate_0.json new file mode 100644 index 00000000..1414f37b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_leaves_0.json new file mode 100644 index 00000000..699df8e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:oak_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_planks_0.json new file mode 100644 index 00000000..fcb52ce9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_slab", + "Count": 1 + }, + { + "id": "minecraft:oak_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:oak_stairs", + "Count": 1 + }, + { + "id": "quark:oak_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:oak_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_sign_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_sign_0.json new file mode 100644 index 00000000..24afbca6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_sign_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_sign", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_slab_0.json new file mode 100644 index 00000000..2a8984bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_stairs_0.json new file mode 100644 index 00000000..2c0dd9bb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_trapdoor_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_trapdoor_0.json new file mode 100644 index 00000000..a88574f1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_trapdoor_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oak_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oak_wood_0.json new file mode 100644 index 00000000..6afdbc2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oak_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oak_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:oak_post", + "Count": 1 + }, + { + "id": "quark:hollow_oak_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/observer_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/observer_0.json new file mode 100644 index 00000000..8905268d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/observer_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:observer", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/orange_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/orange_carpet_0.json new file mode 100644 index 00000000..693cd4b7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/orange_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:orange_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:orange_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_0.json new file mode 100644 index 00000000..40fc5bac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:orange_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:orange_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_pane_0.json new file mode 100644 index 00000000..9948b8bf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/orange_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:orange_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:orange_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/orange_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/orange_terracotta_0.json new file mode 100644 index 00000000..4da7ac91 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/orange_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:orange_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/orange_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/orange_wool_0.json new file mode 100644 index 00000000..6e0ed753 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/orange_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:orange_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:orange_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_copper_0.json new file mode 100644 index 00000000..455b9d73 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oxidized_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oxidized_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_0.json new file mode 100644 index 00000000..f7111cde --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oxidized_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oxidized_cut_copper_slab", + "Count": 1 + }, + { + "id": "minecraft:oxidized_cut_copper_stairs", + "Count": 1 + }, + { + "id": "quark:oxidized_cut_copper_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_slab_0.json new file mode 100644 index 00000000..0272fac8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oxidized_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_stairs_0.json new file mode 100644 index 00000000..a4ee7947 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/oxidized_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:oxidized_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/painting_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/painting_0.json new file mode 100644 index 00000000..f9ef2e7b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/painting_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:painting", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/pink_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/pink_carpet_0.json new file mode 100644 index 00000000..c998535c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/pink_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:pink_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:pink_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_0.json new file mode 100644 index 00000000..d2ec56bc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:pink_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:pink_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_pane_0.json new file mode 100644 index 00000000..6a06122a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/pink_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:pink_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:pink_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/pink_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/pink_terracotta_0.json new file mode 100644 index 00000000..e0edd7c8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/pink_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:pink_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/pink_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/pink_wool_0.json new file mode 100644 index 00000000..2b69058a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/pink_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:pink_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:pink_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/piston_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/piston_0.json new file mode 100644 index 00000000..1c86cbd6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/piston_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:piston", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_0.json new file mode 100644 index 00000000..46993a1e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_andesite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_andesite_stairs", + "Count": 1 + }, + { + "id": "minecraft:polished_andesite_slab", + "Count": 1 + }, + { + "id": "quark:polished_andesite_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_slab_0.json new file mode 100644 index 00000000..48ed9db9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_andesite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_stairs_0.json new file mode 100644 index 00000000..c6e23b08 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_andesite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_andesite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_0.json new file mode 100644 index 00000000..ba57a7c0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + }, + { + "id": "quark:polished_blackstone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_slab", + "Count": 1 + }, + { + "id": "minecraft:chiseled_polished_blackstone", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_wall", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_slab_0.json new file mode 100644 index 00000000..d4baa2e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_stairs_0.json new file mode 100644 index 00000000..86067ce0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_wall_0.json new file mode 100644 index 00000000..82586159 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_bricks_0.json new file mode 100644 index 00000000..e447137d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_bricks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_blackstone_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_brick_stairs", + "Count": 1 + }, + { + "id": "supplementaries:blackstone_tile", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_brick_wall", + "Count": 1 + }, + { + "id": "minecraft:polished_blackstone_brick_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_slab_0.json new file mode 100644 index 00000000..9a3ebc51 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_stairs_0.json new file mode 100644 index 00000000..a6971410 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_wall_0.json new file mode 100644 index 00000000..8a01d5b0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_blackstone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_blackstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_0.json new file mode 100644 index 00000000..bca903d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_deepslate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + }, + { + "id": "quark:polished_deepslate_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + }, + { + "id": "minecraft:polished_deepslate_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_deepslate_wall", + "Count": 1 + }, + { + "id": "minecraft:polished_deepslate_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_slab_0.json new file mode 100644 index 00000000..544bd3c5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_deepslate_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_stairs_0.json new file mode 100644 index 00000000..04bf0c1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_deepslate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_wall_0.json new file mode 100644 index 00000000..2b55dfcc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_deepslate_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_deepslate_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_0.json new file mode 100644 index 00000000..894b9d3a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_diorite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_diorite_stairs", + "Count": 1 + }, + { + "id": "quark:polished_diorite_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_diorite_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_slab_0.json new file mode 100644 index 00000000..c293fabd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_diorite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_stairs_0.json new file mode 100644 index 00000000..777acf96 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_diorite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_diorite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_0.json new file mode 100644 index 00000000..26f31720 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_granite", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_granite_slab", + "Count": 1 + }, + { + "id": "quark:polished_granite_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:polished_granite_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_slab_0.json new file mode 100644 index 00000000..b1d8170e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_granite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_stairs_0.json new file mode 100644 index 00000000..a6cd880c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/polished_granite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:polished_granite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/powered_rail_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/powered_rail_0.json new file mode 100644 index 00000000..39e94e2f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/powered_rail_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:powered_rail", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:detector_rail", + "Count": 1 + }, + { + "id": "minecraft:powered_rail", + "Count": 1 + }, + { + "id": "minecraft:activator_rail", + "Count": 1 + }, + { + "id": "create:controller_rail", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_0.json new file mode 100644 index 00000000..3caf2f91 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine", + "Count": 1 + }, + "output": [ + { + "id": "quark:prismarine_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:prismarine_stairs", + "Count": 1 + }, + { + "id": "minecraft:prismarine_slab", + "Count": 1 + }, + { + "id": "minecraft:prismarine_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_slab_0.json new file mode 100644 index 00000000..ace069cc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_stairs_0.json new file mode 100644 index 00000000..ce1e40a8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_bricks_0.json new file mode 100644 index 00000000..2dae98aa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_bricks_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:prismarine_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:prismarine_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:prismarine_brick_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_slab_0.json new file mode 100644 index 00000000..9178c1a4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_stairs_0.json new file mode 100644 index 00000000..b21efbc5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_wall_0.json new file mode 100644 index 00000000..1d0bb296 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/prismarine_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:prismarine_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purple_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purple_carpet_0.json new file mode 100644 index 00000000..ba48eb62 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purple_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purple_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purple_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_0.json new file mode 100644 index 00000000..f523a416 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purple_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purple_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_pane_0.json new file mode 100644 index 00000000..37aa8db2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purple_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purple_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purple_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purple_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purple_terracotta_0.json new file mode 100644 index 00000000..831c8720 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purple_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purple_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purple_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purple_wool_0.json new file mode 100644 index 00000000..c7f6d22b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purple_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purple_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purple_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purpur_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_block_0.json new file mode 100644 index 00000000..1bcba601 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_block_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purpur_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purpur_slab", + "Count": 1 + }, + { + "id": "quark:purpur_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:purpur_stairs", + "Count": 1 + }, + { + "id": "minecraft:purpur_pillar", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purpur_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_slab_0.json new file mode 100644 index 00000000..fdcf21b8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purpur_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purpur_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/purpur_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_stairs_0.json new file mode 100644 index 00000000..b898636a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/purpur_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:purpur_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purpur_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/quartz_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_block_0.json new file mode 100644 index 00000000..aa6052e7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_block_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:quartz_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:quartz_vertical_slab", + "Count": 2 + }, + { + "id": "minecraft:quartz_pillar", + "Count": 1 + }, + { + "id": "minecraft:quartz_slab", + "Count": 1 + }, + { + "id": "minecraft:quartz_stairs", + "Count": 1 + }, + { + "id": "minecraft:quartz_bricks", + "Count": 1 + }, + { + "id": "minecraft:chiseled_quartz_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_slab_0.json new file mode 100644 index 00000000..e4a22dd8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:quartz_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_stairs_0.json new file mode 100644 index 00000000..f128cc8b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:quartz_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_carpet_0.json new file mode 100644 index 00000000..63a06f7c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_slab_0.json new file mode 100644 index 00000000..563e7444 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_nether_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_stairs_0.json new file mode 100644 index 00000000..ed643f35 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_nether_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_wall_0.json new file mode 100644 index 00000000..b29f9add --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_nether_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_bricks_0.json new file mode 100644 index 00000000..1c7e7aac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_nether_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_nether_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_nether_brick_stairs", + "Count": 1 + }, + { + "id": "minecraft:red_nether_brick_slab", + "Count": 1 + }, + { + "id": "quark:red_nether_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:red_nether_brick_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_0.json new file mode 100644 index 00000000..d4cfe102 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_red_sandstone", + "Count": 1 + }, + { + "id": "minecraft:red_sandstone_slab", + "Count": 1 + }, + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:chiseled_red_sandstone", + "Count": 1 + }, + { + "id": "minecraft:red_sandstone_wall", + "Count": 1 + }, + { + "id": "minecraft:red_sandstone_stairs", + "Count": 1 + }, + { + "id": "quark:red_sandstone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_slab_0.json new file mode 100644 index 00000000..642ea657 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_stairs_0.json new file mode 100644 index 00000000..c6926476 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_wall_0.json new file mode 100644 index 00000000..6eccb705 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_sandstone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_sandstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_0.json new file mode 100644 index 00000000..6b52838f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_pane_0.json new file mode 100644 index 00000000..9d014a3a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_terracotta_0.json new file mode 100644 index 00000000..f6955c61 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/red_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/red_wool_0.json new file mode 100644 index 00000000..a70e85ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/red_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:red_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/redstone_lamp_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/redstone_lamp_0.json new file mode 100644 index 00000000..2a549c46 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/redstone_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/redstone_torch_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/redstone_torch_0.json new file mode 100644 index 00000000..5b674e0b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/redstone_torch_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:redstone_torch", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/repeater_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/repeater_0.json new file mode 100644 index 00000000..8bb31758 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/repeater_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:repeater", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_0.json new file mode 100644 index 00000000..54b8b9c2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:sandstone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:sandstone_wall", + "Count": 1 + }, + { + "id": "quark:sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:cut_sandstone", + "Count": 1 + }, + { + "id": "minecraft:chiseled_sandstone", + "Count": 1 + }, + { + "id": "quark:sandstone_bricks", + "Count": 1 + }, + { + "id": "minecraft:sandstone_stairs", + "Count": 1 + }, + { + "id": "minecraft:sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_slab_0.json new file mode 100644 index 00000000..a9f3295e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_stairs_0.json new file mode 100644 index 00000000..6ffa1e74 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_wall_0.json new file mode 100644 index 00000000..2612846d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/sandstone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:sandstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_0.json new file mode 100644 index 00000000..c0e56e2b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_quartz", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_quartz_slab", + "Count": 1 + }, + { + "id": "minecraft:smooth_quartz_stairs", + "Count": 1 + }, + { + "id": "quark:smooth_quartz_vertical_slab", + "Count": 2 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_slab_0.json new file mode 100644 index 00000000..99b891dc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_quartz_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_stairs_0.json new file mode 100644 index 00000000..ec297ad7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_quartz_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_quartz_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_quartz", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_0.json new file mode 100644 index 00000000..6ae1511b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_red_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_red_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:smooth_red_sandstone_stairs", + "Count": 1 + }, + { + "id": "minecraft:smooth_red_sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_slab_0.json new file mode 100644 index 00000000..7867f9d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_red_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_stairs_0.json new file mode 100644 index 00000000..6619adcd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_red_sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_red_sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_0.json new file mode 100644 index 00000000..a3985d71 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:smooth_sandstone_stairs", + "Count": 1 + }, + { + "id": "minecraft:smooth_sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_slab_0.json new file mode 100644 index 00000000..b62a8f82 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_stairs_0.json new file mode 100644 index 00000000..949449a3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_0.json new file mode 100644 index 00000000..b7d0716e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_stone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_stone_slab", + "Count": 1 + }, + { + "id": "quark:smooth_stone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_slab_0.json new file mode 100644 index 00000000..126790af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/smooth_stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:smooth_stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_0.json new file mode 100644 index 00000000..25ca38eb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_gate_0.json new file mode 100644 index 00000000..044904ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_leaves_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_leaves_0.json new file mode 100644 index 00000000..2b894c43 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:spruce_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_planks_0.json new file mode 100644 index 00000000..905f7564 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:spruce_slab", + "Count": 1 + }, + { + "id": "minecraft:spruce_stairs", + "Count": 1 + }, + { + "id": "quark:spruce_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:spruce_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_slab_0.json new file mode 100644 index 00000000..dd176e5e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_stairs_0.json new file mode 100644 index 00000000..6190f258 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/spruce_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_wood_0.json new file mode 100644 index 00000000..1691b91a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/spruce_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:spruce_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:hollow_spruce_log", + "Count": 1 + }, + { + "id": "quark:spruce_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/sticky_piston_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/sticky_piston_0.json new file mode 100644 index 00000000..7b61b923 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/sticky_piston_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:sticky_piston", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_0.json new file mode 100644 index 00000000..9cd87e78 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:chiseled_stone_bricks", + "Count": 1 + }, + { + "id": "minecraft:stone_bricks", + "Count": 1 + }, + { + "id": "quark:stone_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:stone_stairs", + "Count": 1 + }, + { + "id": "minecraft:stone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_slab_0.json new file mode 100644 index 00000000..df37a679 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_brick_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_stairs_0.json new file mode 100644 index 00000000..4d826685 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_brick_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_wall_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_wall_0.json new file mode 100644 index 00000000..c79fa281 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_brick_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_brick_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_bricks_0.json new file mode 100644 index 00000000..f3a1a76c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_bricks_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:chiseled_stone_bricks", + "Count": 1 + }, + { + "id": "minecraft:stone_brick_wall", + "Count": 1 + }, + { + "id": "minecraft:stone_brick_slab", + "Count": 1 + }, + { + "id": "supplementaries:stone_tile", + "Count": 1 + }, + { + "id": "quark:stone_brick_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:stone_brick_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_slab_0.json new file mode 100644 index 00000000..5ff0cfcf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stone_stairs_0.json new file mode 100644 index 00000000..26f80b4d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stonecutter_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stonecutter_0.json new file mode 100644 index 00000000..69e861df --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stonecutter_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stonecutter", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/string_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/string_0.json new file mode 100644 index 00000000..3240bdc3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/string_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:string", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lead", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_acacia_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_acacia_wood_0.json new file mode 100644 index 00000000..df30c6d6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_acacia_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_acacia_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_acacia_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_birch_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_birch_wood_0.json new file mode 100644 index 00000000..b1694af7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_birch_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_birch_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_birch_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_crimson_hyphae_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_crimson_hyphae_0.json new file mode 100644 index 00000000..25039a56 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_crimson_hyphae_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_crimson_hyphae", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_crimson_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_dark_oak_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_dark_oak_wood_0.json new file mode 100644 index 00000000..9e6c7279 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_dark_oak_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_dark_oak_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_dark_oak_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_jungle_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_jungle_wood_0.json new file mode 100644 index 00000000..fdd5c39f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_jungle_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_jungle_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_jungle_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_mangrove_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_mangrove_wood_0.json new file mode 100644 index 00000000..f075f6dd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_mangrove_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_mangrove_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_mangrove_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_oak_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_oak_wood_0.json new file mode 100644 index 00000000..963b0f94 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_oak_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_oak_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_oak_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_spruce_wood_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_spruce_wood_0.json new file mode 100644 index 00000000..29062650 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_spruce_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_spruce_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_spruce_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/stripped_warped_hyphae_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_warped_hyphae_0.json new file mode 100644 index 00000000..9279db2a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/stripped_warped_hyphae_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:stripped_warped_hyphae", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_warped_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/target_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/target_0.json new file mode 100644 index 00000000..15baf6b4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/target_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:target", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/terracotta_0.json new file mode 100644 index 00000000..71f3a406 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/tripwire_hook_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/tripwire_hook_0.json new file mode 100644 index 00000000..d0035f42 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/tripwire_hook_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/tuff_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/tuff_0.json new file mode 100644 index 00000000..c4ec2b49 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/tuff_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:tuff", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_slab", + "Count": 1 + }, + { + "id": "quark:tuff_stairs", + "Count": 1 + }, + { + "id": "create:small_tuff_bricks", + "Count": 1 + }, + { + "id": "create:layered_tuff", + "Count": 1 + }, + { + "id": "create:polished_cut_tuff", + "Count": 1 + }, + { + "id": "minecraft:tuff", + "Count": 1 + }, + { + "id": "create:tuff_pillar", + "Count": 1 + }, + { + "id": "quark:tuff_wall", + "Count": 1 + }, + { + "id": "quark:tuff_vertical_slab", + "Count": 1 + }, + { + "id": "create:cut_tuff_bricks", + "Count": 1 + }, + { + "id": "create:cut_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_0.json new file mode 100644 index 00000000..b9652859 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_fence", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_gate_0.json new file mode 100644 index 00000000..71072666 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_hyphae_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_hyphae_0.json new file mode 100644 index 00000000..4788a0d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_hyphae_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_hyphae", + "Count": 1 + }, + "output": [ + { + "id": "quark:warped_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_planks_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_planks_0.json new file mode 100644 index 00000000..30f5ae93 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_planks", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_stairs", + "Count": 1 + }, + { + "id": "minecraft:warped_fence", + "Count": 1 + }, + { + "id": "quark:warped_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:warped_fence_gate", + "Count": 1 + }, + { + "id": "minecraft:warped_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_slab_0.json new file mode 100644 index 00000000..7e285ee6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/warped_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/warped_stairs_0.json new file mode 100644 index 00000000..bda71fd5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/warped_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:warped_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_copper_block_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_copper_block_0.json new file mode 100644 index 00000000..6c06d2f1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_copper_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_copper_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_0.json new file mode 100644 index 00000000..5ed486e1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_cut_copper_slab", + "Count": 1 + }, + { + "id": "minecraft:waxed_cut_copper_stairs", + "Count": 1 + }, + { + "id": "quark:waxed_cut_copper_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_slab_0.json new file mode 100644 index 00000000..3d03e01d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_stairs_0.json new file mode 100644 index 00000000..73e31462 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_copper_0.json new file mode 100644 index 00000000..e76a8fd8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_exposed_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_exposed_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_0.json new file mode 100644 index 00000000..300f5ee6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_exposed_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "quark:waxed_exposed_cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:waxed_exposed_cut_copper_stairs", + "Count": 1 + }, + { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_slab_0.json new file mode 100644 index 00000000..86a25ea3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_exposed_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_stairs_0.json new file mode 100644 index 00000000..218a6462 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_exposed_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_exposed_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_copper_0.json new file mode 100644 index 00000000..69643bd2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_oxidized_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_oxidized_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_0.json new file mode 100644 index 00000000..4dc9c119 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_oxidized_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "quark:waxed_oxidized_cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_stairs", + "Count": 1 + }, + { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_slab_0.json new file mode 100644 index 00000000..09ac2dac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_oxidized_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_stairs_0.json new file mode 100644 index 00000000..7910f5c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_oxidized_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_oxidized_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_copper_0.json new file mode 100644 index 00000000..4e948499 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_weathered_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_weathered_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_0.json new file mode 100644 index 00000000..6c591b74 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_weathered_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_weathered_cut_copper_stairs", + "Count": 1 + }, + { + "id": "quark:waxed_weathered_cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_slab_0.json new file mode 100644 index 00000000..ed635fd9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_weathered_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_stairs_0.json new file mode 100644 index 00000000..fd96e099 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/waxed_weathered_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:waxed_weathered_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/weathered_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_copper_0.json new file mode 100644 index 00000000..28eafbda --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_copper_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:weathered_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:weathered_cut_copper", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_0.json new file mode 100644 index 00000000..c7e12bff --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:weathered_cut_copper", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:weathered_cut_copper_slab", + "Count": 1 + }, + { + "id": "quark:weathered_cut_copper_vertical_slab", + "Count": 1 + }, + { + "id": "minecraft:weathered_cut_copper_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_slab_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_slab_0.json new file mode 100644 index 00000000..f0d4bfbd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:weathered_cut_copper_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_stairs_0.json new file mode 100644 index 00000000..3184755d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/weathered_cut_copper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:weathered_cut_copper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/white_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/white_carpet_0.json new file mode 100644 index 00000000..31069008 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/white_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:white_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:white_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_0.json new file mode 100644 index 00000000..721592bd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:white_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:white_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_pane_0.json new file mode 100644 index 00000000..41f2c75c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/white_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:white_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:white_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/white_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/white_terracotta_0.json new file mode 100644 index 00000000..384823f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/white_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:white_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/white_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/white_wool_0.json new file mode 100644 index 00000000..cc52bff1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/white_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:white_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:white_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/yellow_carpet_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_carpet_0.json new file mode 100644 index 00000000..39fe9ba3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:yellow_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:yellow_wool", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_0.json new file mode 100644 index 00000000..1abf5cc2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:yellow_stained_glass", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:yellow_stained_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_pane_0.json new file mode 100644 index 00000000..f60758c8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_stained_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:yellow_stained_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:yellow_stained_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/yellow_terracotta_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_terracotta_0.json new file mode 100644 index 00000000..d759b79d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_terracotta_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:yellow_terracotta", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/minecraft/yellow_wool_0.json b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_wool_0.json new file mode 100644 index 00000000..ab9c5f78 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/minecraft/yellow_wool_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "minecraft:yellow_wool", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:yellow_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/furnished_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/furnished_device_0.json new file mode 100644 index 00000000..eb0b1046 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/furnished_device_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:furnished_device", + "Count": 1 + }, + "output": [ + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_0.json new file mode 100644 index 00000000..79fa5068 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:gray_fence", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_gate_0.json new file mode 100644 index 00000000..21eff8d8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/gray_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:gray_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/hammer_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/hammer_0.json new file mode 100644 index 00000000..a9a1e167 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/hammer_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:hammer", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/locomotive_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/locomotive_device_0.json new file mode 100644 index 00000000..1cc325cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/locomotive_device_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + "output": [ + { + "id": "railways:track_coupler", + "Count": 1 + }, + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/logic_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/logic_device_0.json new file mode 100644 index 00000000..ba125226 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/logic_device_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:logic_device", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "quark:redstone_randomizer", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/mechanical_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/mechanical_device_0.json new file mode 100644 index 00000000..e8e9fe68 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/mechanical_device_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + "output": [ + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "quark:pipe", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/red_stringed_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/red_stringed_device_0.json new file mode 100644 index 00000000..1139f199 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/red_stringed_device_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:red_stringed_device", + "Count": 1 + }, + "output": [ + { + "id": "botania:red_string_interceptor", + "Count": 1 + }, + { + "id": "botania:red_string_dispenser", + "Count": 1 + }, + { + "id": "botania:red_string_container", + "Count": 1 + }, + { + "id": "botania:red_string_fertilizer", + "Count": 1 + }, + { + "id": "botania:red_string_comparator", + "Count": 1 + }, + { + "id": "botania:red_string_relay", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/sealed_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/sealed_device_0.json new file mode 100644 index 00000000..4234eec9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/sealed_device_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:sealed_device", + "Count": 1 + }, + "output": [ + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/smart_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/smart_device_0.json new file mode 100644 index 00000000..2324f483 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/smart_device_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:smart_device", + "Count": 1 + }, + "output": [ + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/sturdy_device_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/sturdy_device_0.json new file mode 100644 index 00000000..3cbd304f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/sturdy_device_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + "output": [ + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdye/tool_parts_0.json b/kubejs/data/ptd/item_converter/rules/ptdye/tool_parts_0.json new file mode 100644 index 00000000..3cf77012 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdye/tool_parts_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdye:tool_parts", + "Count": 1 + }, + "output": [ + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "create:wrench", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdyeplus/barrel_barrel_0.json b/kubejs/data/ptd/item_converter/rules/ptdyeplus/barrel_barrel_0.json new file mode 100644 index 00000000..af4a26c7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdyeplus/barrel_barrel_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/ptdyeplus/crate_barrel_0.json b/kubejs/data/ptd/item_converter/rules/ptdyeplus/crate_barrel_0.json new file mode 100644 index 00000000..8f51a23b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/ptdyeplus/crate_barrel_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/abacus_0.json b/kubejs/data/ptd/item_converter/rules/quark/abacus_0.json new file mode 100644 index 00000000..bc1045d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/abacus_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:abacus", + "Count": 1 + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/acacia_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/acacia_leaf_carpet_0.json new file mode 100644 index 00000000..27df3870 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/acacia_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:acacia_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/acacia_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/acacia_post_0.json new file mode 100644 index 00000000..7dcba67c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/acacia_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:acacia_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/acacia_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/acacia_vertical_slab_0.json new file mode 100644 index 00000000..581fba2c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/acacia_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:acacia_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_0.json new file mode 100644 index 00000000..d3449faf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_fence", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_gate_0.json new file mode 100644 index 00000000..ff46aef7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_leaf_carpet_0.json new file mode 100644 index 00000000..8d587ba4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_leaves_0.json new file mode 100644 index 00000000..c30a3a26 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_0.json new file mode 100644 index 00000000..812936b1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:ancient_fence", + "Count": 1 + }, + { + "id": "quark:ancient_planks_slab", + "Count": 1 + }, + { + "id": "quark:ancient_fence_gate", + "Count": 1 + }, + { + "id": "quark:ancient_planks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_slab_0.json new file mode 100644 index 00000000..f346d4a2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_planks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_stairs_0.json new file mode 100644 index 00000000..88a508a4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_planks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_vertical_slab_0.json new file mode 100644 index 00000000..ce7d4e75 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_planks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_planks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_post_0.json new file mode 100644 index 00000000..cf01ffb8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/ancient_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/ancient_wood_0.json new file mode 100644 index 00000000..dab6933e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/ancient_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:ancient_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_post", + "Count": 1 + }, + { + "id": "quark:hollow_ancient_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_0.json new file mode 100644 index 00000000..c1a00bab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:andesite_bricks_slab", + "Count": 1 + }, + { + "id": "quark:andesite_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:andesite_bricks_wall", + "Count": 1 + }, + { + "id": "quark:andesite_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_slab_0.json new file mode 100644 index 00000000..e6cb2291 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_stairs_0.json new file mode 100644 index 00000000..2fe614ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_vertical_slab_0.json new file mode 100644 index 00000000..7f312ff4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_wall_0.json new file mode 100644 index 00000000..8e6bf752 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:andesite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/andesite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/andesite_vertical_slab_0.json new file mode 100644 index 00000000..e8308b82 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/andesite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:andesite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_0.json new file mode 100644 index 00000000..3358d323 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_fence", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_gate_0.json new file mode 100644 index 00000000..6fc83ec8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_leaf_carpet_0.json new file mode 100644 index 00000000..0a11ff7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:azalea_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_0.json new file mode 100644 index 00000000..782d9acb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks_slab", + "Count": 1 + }, + { + "id": "quark:azalea_planks_stairs", + "Count": 1 + }, + { + "id": "quark:azalea_fence_gate", + "Count": 1 + }, + { + "id": "quark:azalea_planks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:azalea_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_slab_0.json new file mode 100644 index 00000000..e7755743 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_planks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_stairs_0.json new file mode 100644 index 00000000..72a7c9f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_planks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_vertical_slab_0.json new file mode 100644 index 00000000..6de68d2e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_planks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_planks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_post_0.json new file mode 100644 index 00000000..0e72e523 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/azalea_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/azalea_wood_0.json new file mode 100644 index 00000000..0f067ed8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/azalea_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:azalea_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:hollow_azalea_log", + "Count": 1 + }, + { + "id": "quark:azalea_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_block_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_block_0.json new file mode 100644 index 00000000..319bd919 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_block_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_post", + "Count": 1 + }, + { + "id": "quark:bamboo_fence_gate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_0.json new file mode 100644 index 00000000..52f482ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_fence", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_gate_0.json new file mode 100644 index 00000000..b79e4238 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_0.json new file mode 100644 index 00000000..68bfbdea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_mat", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_mat_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_carpet_0.json new file mode 100644 index 00000000..9f728744 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_mat_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_mat_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_mat", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_0.json new file mode 100644 index 00000000..06d09bc1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_planks_stairs", + "Count": 1 + }, + { + "id": "quark:bamboo_planks_slab", + "Count": 1 + }, + { + "id": "quark:bamboo_planks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:bamboo_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_slab_0.json new file mode 100644 index 00000000..a0b5e744 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_planks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_stairs_0.json new file mode 100644 index 00000000..3c5204fe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_planks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_vertical_slab_0.json new file mode 100644 index 00000000..846d12e1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_planks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_planks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/bamboo_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/bamboo_post_0.json new file mode 100644 index 00000000..498eb4af --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/bamboo_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:bamboo_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:bamboo_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/birch_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/birch_leaf_carpet_0.json new file mode 100644 index 00000000..e81adf98 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/birch_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:birch_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/birch_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/birch_post_0.json new file mode 100644 index 00000000..d78884e7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/birch_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:birch_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/birch_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/birch_vertical_slab_0.json new file mode 100644 index 00000000..91f21489 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/birch_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:birch_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_corundum_0.json new file mode 100644 index 00000000..f30d3d7d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_corundum_pane_0.json new file mode 100644 index 00000000..b4640ec4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_crystal_lamp_0.json new file mode 100644 index 00000000..c47d5de1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_0.json new file mode 100644 index 00000000..d4f270fd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_pane_0.json new file mode 100644 index 00000000..9fbbdbe5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_0.json new file mode 100644 index 00000000..660da225 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:black_shingles_slab", + "Count": 1 + }, + { + "id": "quark:black_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_slab_0.json new file mode 100644 index 00000000..7e1a5783 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_stairs_0.json new file mode 100644 index 00000000..d6eb5e0b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/black_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_vertical_slab_0.json new file mode 100644 index 00000000..40bb29fd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/black_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:black_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:black_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_0.json new file mode 100644 index 00000000..b870fe8e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:blackstone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:blackstone_bricks_wall", + "Count": 1 + }, + { + "id": "quark:blackstone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:blackstone_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_slab_0.json new file mode 100644 index 00000000..29e1b95e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_stairs_0.json new file mode 100644 index 00000000..ddcfe90f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..71f4a44f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_wall_0.json new file mode 100644 index 00000000..203fa872 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blackstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blackstone_vertical_slab_0.json new file mode 100644 index 00000000..d50b8ced --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blackstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blackstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_0.json new file mode 100644 index 00000000..2e44f2ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_fence", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_gate_0.json new file mode 100644 index 00000000..cf6ac128 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_0.json new file mode 100644 index 00000000..3db3cdc1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_planks", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:blossom_planks_stairs", + "Count": 1 + }, + { + "id": "quark:blossom_planks_slab", + "Count": 1 + }, + { + "id": "quark:blossom_fence_gate", + "Count": 1 + }, + { + "id": "quark:blossom_fence", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_slab_0.json new file mode 100644 index 00000000..829fc87c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_planks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_stairs_0.json new file mode 100644 index 00000000..dfe233d6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_planks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_vertical_slab_0.json new file mode 100644 index 00000000..1a9a3896 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_planks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_planks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_post_0.json new file mode 100644 index 00000000..adc3f350 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blossom_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/blossom_wood_0.json new file mode 100644 index 00000000..2c5c17ae --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blossom_wood_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blossom_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_post", + "Count": 1 + }, + { + "id": "quark:hollow_blossom_log", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..f7555d07 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaves_0.json new file mode 100644 index 00000000..df6554ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_0.json new file mode 100644 index 00000000..a898a71c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_pane_0.json new file mode 100644 index 00000000..cb02075c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_crystal_lamp_0.json new file mode 100644 index 00000000..f99cd249 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_0.json new file mode 100644 index 00000000..9425e7f1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_pane_0.json new file mode 100644 index 00000000..c820c167 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_0.json new file mode 100644 index 00000000..2a708af6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_nether_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_nether_bricks_wall", + "Count": 1 + }, + { + "id": "quark:blue_nether_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:blue_nether_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:blue_nether_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_slab_0.json new file mode 100644 index 00000000..c4dd2c56 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_nether_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_stairs_0.json new file mode 100644 index 00000000..b334bae6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_nether_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_vertical_slab_0.json new file mode 100644 index 00000000..e2a98c90 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_nether_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_wall_0.json new file mode 100644 index 00000000..5a345450 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_nether_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_nether_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_0.json new file mode 100644 index 00000000..c167e632 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_shingles_slab", + "Count": 1 + }, + { + "id": "quark:blue_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:blue_shingles_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_slab_0.json new file mode 100644 index 00000000..f24d61c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_stairs_0.json new file mode 100644 index 00000000..12e6c3a5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_vertical_slab_0.json new file mode 100644 index 00000000..3e4ef7e0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/blue_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:blue_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/brick_vertical_slab_0.json new file mode 100644 index 00000000..0c6237fb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_0.json new file mode 100644 index 00000000..738772e7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_pane_0.json new file mode 100644 index 00000000..6536fa38 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_0.json new file mode 100644 index 00000000..62e269f0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:brown_shingles_slab", + "Count": 1 + }, + { + "id": "quark:brown_shingles_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_slab_0.json new file mode 100644 index 00000000..e16c1fce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_stairs_0.json new file mode 100644 index 00000000..173fa868 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_vertical_slab_0.json new file mode 100644 index 00000000..bbfd35b5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/brown_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:brown_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:brown_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_0.json new file mode 100644 index 00000000..ababaab4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:calcite_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:calcite_bricks_slab", + "Count": 1 + }, + { + "id": "quark:calcite_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:calcite_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_slab_0.json new file mode 100644 index 00000000..a748e90f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_stairs_0.json new file mode 100644 index 00000000..98bdf9a8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_vertical_slab_0.json new file mode 100644 index 00000000..52194d78 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_wall_0.json new file mode 100644 index 00000000..6814a6f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:calcite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_slab_0.json new file mode 100644 index 00000000..b59c329f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_stairs_0.json new file mode 100644 index 00000000..80216871 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_vertical_slab_0.json new file mode 100644 index 00000000..b4fcdad2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/calcite_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/calcite_wall_0.json new file mode 100644 index 00000000..4a27b596 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/calcite_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:calcite_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobbled_deepslate_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobbled_deepslate_vertical_slab_0.json new file mode 100644 index 00000000..d441a41c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobbled_deepslate_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobbled_deepslate_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobbled_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_0.json new file mode 100644 index 00000000..1445b841 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:cobblestone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:cobblestone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:cobblestone_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_slab_0.json new file mode 100644 index 00000000..134153a4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_stairs_0.json new file mode 100644 index 00000000..12353871 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..67971e5e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_wall_0.json new file mode 100644 index 00000000..59619a8c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cobblestone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_vertical_slab_0.json new file mode 100644 index 00000000..04e2598d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cobblestone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cobblestone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/crate_0.json b/kubejs/data/ptd/item_converter/rules/quark/crate_0.json new file mode 100644 index 00000000..d254bf2b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/crate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:crate", + "Count": 1 + }, + "output": [ + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/crimson_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/crimson_post_0.json new file mode 100644 index 00000000..8340e01a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/crimson_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:crimson_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_hyphae", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/crimson_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/crimson_vertical_slab_0.json new file mode 100644 index 00000000..9ce8c11f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/crimson_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:crimson_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:crimson_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..2bfb0809 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_red_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_red_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..6535507f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_red_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_red_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..3fba8831 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:cut_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_0.json new file mode 100644 index 00000000..3ba5c929 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_soul_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + }, + { + "id": "quark:cut_soul_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "quark:cut_soul_sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_slab_0.json new file mode 100644 index 00000000..cee81dd2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_soul_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cut_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..8e2e0798 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cut_soul_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cut_soul_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cut_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_0.json new file mode 100644 index 00000000..830b8aba --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_pane_0.json new file mode 100644 index 00000000..836b8fef --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_0.json new file mode 100644 index 00000000..9f558aab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:cyan_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:cyan_shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_slab_0.json new file mode 100644 index 00000000..5976f323 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_stairs_0.json new file mode 100644 index 00000000..b1bc0b36 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_vertical_slab_0.json new file mode 100644 index 00000000..8fb9ac8d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/cyan_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:cyan_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:cyan_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dark_oak_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_leaf_carpet_0.json new file mode 100644 index 00000000..b2a2bb05 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dark_oak_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dark_oak_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_post_0.json new file mode 100644 index 00000000..659d23c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dark_oak_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dark_oak_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_vertical_slab_0.json new file mode 100644 index 00000000..03c8a14f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dark_oak_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dark_oak_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dark_prismarine_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dark_prismarine_vertical_slab_0.json new file mode 100644 index 00000000..c684caa5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dark_prismarine_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dark_prismarine_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/deepslate_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/deepslate_brick_vertical_slab_0.json new file mode 100644 index 00000000..c899f3bf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/deepslate_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:deepslate_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/deepslate_tile_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/deepslate_tile_vertical_slab_0.json new file mode 100644 index 00000000..b9b3914a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/deepslate_tile_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:deepslate_tile_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:deepslate_tiles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_0.json new file mode 100644 index 00000000..7f958813 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:diorite_bricks_wall", + "Count": 1 + }, + { + "id": "quark:diorite_bricks_slab", + "Count": 1 + }, + { + "id": "quark:diorite_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:diorite_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_slab_0.json new file mode 100644 index 00000000..fcf464d8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_stairs_0.json new file mode 100644 index 00000000..67bd2879 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_vertical_slab_0.json new file mode 100644 index 00000000..c3e53e5f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_wall_0.json new file mode 100644 index 00000000..116959d0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:diorite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/diorite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/diorite_vertical_slab_0.json new file mode 100644 index 00000000..b95b254a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/diorite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:diorite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_0.json new file mode 100644 index 00000000..789963d0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirt_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirt_bricks_slab", + "Count": 1 + }, + { + "id": "quark:dirt_bricks_wall", + "Count": 1 + }, + { + "id": "quark:dirt_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:dirt_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_slab_0.json new file mode 100644 index 00000000..52792f02 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirt_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirt_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_stairs_0.json new file mode 100644 index 00000000..2be10a0d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirt_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirt_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_vertical_slab_0.json new file mode 100644 index 00000000..70f8974a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirt_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirt_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_wall_0.json new file mode 100644 index 00000000..7a80a126 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirt_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirt_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirt_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_0.json new file mode 100644 index 00000000..c4f91ada --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirty_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirty_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_pane_0.json new file mode 100644 index 00000000..0f0b7d52 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dirty_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dirty_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:dirty_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_slab_0.json new file mode 100644 index 00000000..f1ade1b4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_block_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_stairs_0.json new file mode 100644 index 00000000..55075827 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_block_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_vertical_slab_0.json new file mode 100644 index 00000000..d3fd82d6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_block_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_wall_0.json new file mode 100644 index 00000000..3615d8cc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_block_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_block_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dripstone_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_0.json new file mode 100644 index 00000000..7a4adfad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:dripstone_bricks_wall", + "Count": 1 + }, + { + "id": "quark:dripstone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:dripstone_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_slab_0.json new file mode 100644 index 00000000..f7ffc0f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_stairs_0.json new file mode 100644 index 00000000..190ead95 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..50fc3ae0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_wall_0.json new file mode 100644 index 00000000..0359dbe6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/dripstone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:dripstone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:dripstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_0.json b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_0.json new file mode 100644 index 00000000..0b09b2e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:duskbound_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:duskbound_block_vertical_slab", + "Count": 1 + }, + { + "id": "quark:duskbound_block_slab", + "Count": 1 + }, + { + "id": "quark:duskbound_block_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_slab_0.json new file mode 100644 index 00000000..a80e95bf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:duskbound_block_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:duskbound_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_stairs_0.json new file mode 100644 index 00000000..2af3c1a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:duskbound_block_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:duskbound_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_vertical_slab_0.json new file mode 100644 index 00000000..eb8f3e84 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/duskbound_block_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:duskbound_block_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:duskbound_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/end_stone_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/end_stone_brick_vertical_slab_0.json new file mode 100644 index 00000000..59bd6619 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/end_stone_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:end_stone_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:end_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/exposed_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/exposed_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..8507ae6e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/exposed_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:exposed_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/flowering_azalea_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/flowering_azalea_leaf_carpet_0.json new file mode 100644 index 00000000..33d9ab98 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/flowering_azalea_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:flowering_azalea_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:flowering_azalea_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/framed_glass_0.json new file mode 100644 index 00000000..0b9a4fb7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/framed_glass_0.json @@ -0,0 +1,31 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "create:vertical_framed_glass", + "Count": 1 + }, + { + "id": "create:framed_glass", + "Count": 1 + }, + { + "id": "create:tiled_glass", + "Count": 1 + }, + { + "id": "quark:framed_glass_pane", + "Count": 1 + }, + { + "id": "create:horizontal_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/framed_glass_pane_0.json new file mode 100644 index 00000000..cb239fa7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_0.json new file mode 100644 index 00000000..7e5ea473 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:granite_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:granite_bricks_wall", + "Count": 1 + }, + { + "id": "quark:granite_bricks_slab", + "Count": 1 + }, + { + "id": "quark:granite_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_slab_0.json new file mode 100644 index 00000000..d024b20a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_stairs_0.json new file mode 100644 index 00000000..aa55fb0b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_vertical_slab_0.json new file mode 100644 index 00000000..8065ac02 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_wall_0.json new file mode 100644 index 00000000..f1289fa1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:granite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/granite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/granite_vertical_slab_0.json new file mode 100644 index 00000000..29014183 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/granite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:granite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_0.json new file mode 100644 index 00000000..9eab2036 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_pane_0.json new file mode 100644 index 00000000..2e482b42 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_0.json new file mode 100644 index 00000000..686df526 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:gray_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:gray_shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_slab_0.json new file mode 100644 index 00000000..8c465bc1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_stairs_0.json new file mode 100644 index 00000000..88092e33 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_vertical_slab_0.json new file mode 100644 index 00000000..4b2be2eb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/gray_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:gray_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_corundum_0.json new file mode 100644 index 00000000..50b8fc0b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_corundum_pane_0.json new file mode 100644 index 00000000..810dd086 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_crystal_lamp_0.json new file mode 100644 index 00000000..10bf86c7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_0.json new file mode 100644 index 00000000..21dcc71d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_pane_0.json new file mode 100644 index 00000000..4f382caa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_0.json new file mode 100644 index 00000000..65113cd9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:green_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:green_shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_slab_0.json new file mode 100644 index 00000000..12aa92ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_stairs_0.json new file mode 100644 index 00000000..5036c524 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/green_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_vertical_slab_0.json new file mode 100644 index 00000000..6c76ce04 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/green_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:green_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:green_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_acacia_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_acacia_log_0.json new file mode 100644 index 00000000..93d7c431 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_acacia_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_acacia_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:acacia_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_ancient_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_ancient_log_0.json new file mode 100644 index 00000000..a8d35961 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_ancient_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_ancient_log", + "Count": 1 + }, + "output": [ + { + "id": "quark:ancient_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_azalea_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_azalea_log_0.json new file mode 100644 index 00000000..3e14c90b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_azalea_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_azalea_log", + "Count": 1 + }, + "output": [ + { + "id": "quark:azalea_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_birch_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_birch_log_0.json new file mode 100644 index 00000000..9abd0479 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_birch_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_birch_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:birch_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_blossom_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_blossom_log_0.json new file mode 100644 index 00000000..6742c46a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_blossom_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_blossom_log", + "Count": 1 + }, + "output": [ + { + "id": "quark:blossom_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_dark_oak_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_dark_oak_log_0.json new file mode 100644 index 00000000..38ad1170 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_dark_oak_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_dark_oak_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:dark_oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_jungle_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_jungle_log_0.json new file mode 100644 index 00000000..b0750cb7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_jungle_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_jungle_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_mangrove_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_mangrove_log_0.json new file mode 100644 index 00000000..ba791c19 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_mangrove_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_mangrove_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_oak_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_oak_log_0.json new file mode 100644 index 00000000..dfc38884 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_oak_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_oak_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/hollow_spruce_log_0.json b/kubejs/data/ptd/item_converter/rules/quark/hollow_spruce_log_0.json new file mode 100644 index 00000000..4fdf7c55 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/hollow_spruce_log_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:hollow_spruce_log", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_0.json new file mode 100644 index 00000000..b202bdae --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:indigo_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:indigo_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_pane_0.json new file mode 100644 index 00000000..e82fb5b8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/indigo_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:indigo_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:indigo_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/indigo_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/indigo_crystal_lamp_0.json new file mode 100644 index 00000000..52fadeeb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/indigo_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/iron_pillar_0.json b/kubejs/data/ptd/item_converter/rules/quark/iron_pillar_0.json new file mode 100644 index 00000000..0114c8c7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/iron_pillar_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:iron_pillar", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/iron_plate_0.json b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_0.json new file mode 100644 index 00000000..05efe7fd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:iron_plate", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_pillar", + "Count": 1 + }, + { + "id": "quark:iron_plate_stairs", + "Count": 1 + }, + { + "id": "quark:iron_pillar", + "Count": 1 + }, + { + "id": "quark:iron_plate_vertical_slab", + "Count": 1 + }, + { + "id": "ptdye:gray_fence", + "Count": 1 + }, + { + "id": "ptdye:gray_fence_gate", + "Count": 1 + }, + { + "id": "quark:iron_plate_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/iron_plate_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_slab_0.json new file mode 100644 index 00000000..f5c083fd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:iron_plate_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/iron_plate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_stairs_0.json new file mode 100644 index 00000000..9b5bf864 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:iron_plate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/iron_plate_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_vertical_slab_0.json new file mode 100644 index 00000000..2109eee6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/iron_plate_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:iron_plate_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_0.json new file mode 100644 index 00000000..eec41f18 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_vertical_slab", + "Count": 1 + }, + { + "id": "quark:jasper_stairs", + "Count": 1 + }, + { + "id": "quark:jasper_wall", + "Count": 1 + }, + { + "id": "quark:jasper_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_0.json new file mode 100644 index 00000000..8481c868 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:jasper_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:jasper_bricks_slab", + "Count": 1 + }, + { + "id": "quark:jasper_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_slab_0.json new file mode 100644 index 00000000..bae64603 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_stairs_0.json new file mode 100644 index 00000000..6bad3ba8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_vertical_slab_0.json new file mode 100644 index 00000000..ce55c811 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_wall_0.json new file mode 100644 index 00000000..c4b4119d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_slab_0.json new file mode 100644 index 00000000..763bc49a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_stairs_0.json new file mode 100644 index 00000000..1256b929 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_vertical_slab_0.json new file mode 100644 index 00000000..64059093 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jasper_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/jasper_wall_0.json new file mode 100644 index 00000000..66f496cc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jasper_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jasper_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jungle_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/jungle_leaf_carpet_0.json new file mode 100644 index 00000000..57dcf272 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jungle_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jungle_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jungle_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/jungle_post_0.json new file mode 100644 index 00000000..b53b2509 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jungle_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jungle_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/jungle_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/jungle_vertical_slab_0.json new file mode 100644 index 00000000..74579272 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/jungle_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:jungle_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:jungle_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..1fcc7310 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lavender_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:lavender_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaves_0.json new file mode 100644 index 00000000..b8cee9ee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lavender_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lavender_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:lavender_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_0.json new file mode 100644 index 00000000..3ec4cd3b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_pane_0.json new file mode 100644 index 00000000..f13471a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_0.json new file mode 100644 index 00000000..1fb148d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_shingles_slab", + "Count": 1 + }, + { + "id": "quark:light_blue_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:light_blue_shingles_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_slab_0.json new file mode 100644 index 00000000..3c341e4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_stairs_0.json new file mode 100644 index 00000000..f4c3e605 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_vertical_slab_0.json new file mode 100644 index 00000000..4271e350 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_blue_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_blue_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_blue_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_0.json new file mode 100644 index 00000000..e795e49a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_pane_0.json new file mode 100644 index 00000000..f71a5dd5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_0.json new file mode 100644 index 00000000..e2ea49c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_shingles_slab", + "Count": 1 + }, + { + "id": "quark:light_gray_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:light_gray_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_slab_0.json new file mode 100644 index 00000000..c237c2d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_stairs_0.json new file mode 100644 index 00000000..caaac3a6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_vertical_slab_0.json new file mode 100644 index 00000000..79356d7c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/light_gray_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:light_gray_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:light_gray_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_0.json new file mode 100644 index 00000000..58aa9716 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_pane_0.json new file mode 100644 index 00000000..188569ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_0.json new file mode 100644 index 00000000..1cc4bc8f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_shingles_slab", + "Count": 1 + }, + { + "id": "quark:lime_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:lime_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_slab_0.json new file mode 100644 index 00000000..62fb86c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_stairs_0.json new file mode 100644 index 00000000..da32de72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_vertical_slab_0.json new file mode 100644 index 00000000..ff50433f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/lime_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:lime_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:lime_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_0.json new file mode 100644 index 00000000..0d2a75ea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_vertical_slab", + "Count": 1 + }, + { + "id": "quark:limestone_wall", + "Count": 1 + }, + { + "id": "quark:limestone_slab", + "Count": 1 + }, + { + "id": "quark:limestone_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_0.json new file mode 100644 index 00000000..18887015 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:limestone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:limestone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:limestone_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_slab_0.json new file mode 100644 index 00000000..7c2dcb72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_stairs_0.json new file mode 100644 index 00000000..7283337f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..0804baf7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_wall_0.json new file mode 100644 index 00000000..de83a57b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_slab_0.json new file mode 100644 index 00000000..86629397 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_stairs_0.json new file mode 100644 index 00000000..b8ce5973 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_vertical_slab_0.json new file mode 100644 index 00000000..ededc002 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/limestone_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/limestone_wall_0.json new file mode 100644 index 00000000..d0b5c319 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/limestone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:limestone_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_0.json new file mode 100644 index 00000000..c60463cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_pane_0.json new file mode 100644 index 00000000..8cef7d10 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_0.json new file mode 100644 index 00000000..fb06399d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_shingles_slab", + "Count": 1 + }, + { + "id": "quark:magenta_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:magenta_shingles_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_slab_0.json new file mode 100644 index 00000000..58584f3b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_stairs_0.json new file mode 100644 index 00000000..9e9aec6d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_vertical_slab_0.json new file mode 100644 index 00000000..c01d85ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magenta_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magenta_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:magenta_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/magnet_0.json b/kubejs/data/ptd/item_converter/rules/quark/magnet_0.json new file mode 100644 index 00000000..be78c49c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/magnet_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:magnet", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mangrove_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/mangrove_leaf_carpet_0.json new file mode 100644 index 00000000..04384014 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mangrove_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mangrove_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mangrove_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/mangrove_post_0.json new file mode 100644 index 00000000..90168eec --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mangrove_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mangrove_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mangrove_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mangrove_vertical_slab_0.json new file mode 100644 index 00000000..2b6bfbff --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mangrove_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mangrove_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mangrove_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/midori_block_0.json b/kubejs/data/ptd/item_converter/rules/quark/midori_block_0.json new file mode 100644 index 00000000..54fd7dc5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/midori_block_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:midori_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:midori_block_slab", + "Count": 1 + }, + { + "id": "quark:midori_block_stairs", + "Count": 1 + }, + { + "id": "quark:midori_block_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/midori_block_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/midori_block_slab_0.json new file mode 100644 index 00000000..75099e9f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/midori_block_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:midori_block_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:midori_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/midori_block_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/midori_block_stairs_0.json new file mode 100644 index 00000000..7b80a00d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/midori_block_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:midori_block_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:midori_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/midori_block_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/midori_block_vertical_slab_0.json new file mode 100644 index 00000000..a1bd3f57 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/midori_block_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:midori_block_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:midori_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_0.json new file mode 100644 index 00000000..f368cf9e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:mossy_cobblestone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:mossy_cobblestone_bricks_wall", + "Count": 1 + }, + { + "id": "quark:mossy_cobblestone_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_slab_0.json new file mode 100644 index 00000000..de0546fc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_stairs_0.json new file mode 100644 index 00000000..c2a49eb4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..7e745015 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_wall_0.json new file mode 100644 index 00000000..52d01439 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:mossy_cobblestone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_vertical_slab_0.json new file mode 100644 index 00000000..ca90afe9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_cobblestone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_cobblestone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_cobblestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mossy_stone_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mossy_stone_brick_vertical_slab_0.json new file mode 100644 index 00000000..1c76148b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mossy_stone_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mossy_stone_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mossy_stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/mud_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/mud_brick_vertical_slab_0.json new file mode 100644 index 00000000..12738fc8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/mud_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:mud_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:mud_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_0.json new file mode 100644 index 00000000..3e7b5bb4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_stairs", + "Count": 1 + }, + { + "id": "quark:myalite_slab", + "Count": 1 + }, + { + "id": "quark:myalite_vertical_slab", + "Count": 1 + }, + { + "id": "quark:myalite_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_0.json new file mode 100644 index 00000000..aecad193 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:myalite_bricks_slab", + "Count": 1 + }, + { + "id": "quark:myalite_bricks_wall", + "Count": 1 + }, + { + "id": "quark:myalite_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_slab_0.json new file mode 100644 index 00000000..ad4bc3fc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_stairs_0.json new file mode 100644 index 00000000..d8758f72 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_vertical_slab_0.json new file mode 100644 index 00000000..c35b04ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_wall_0.json new file mode 100644 index 00000000..59053e34 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_slab_0.json new file mode 100644 index 00000000..09c078f3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_stairs_0.json new file mode 100644 index 00000000..d9a7190e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_vertical_slab_0.json new file mode 100644 index 00000000..8f51dfd9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/myalite_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/myalite_wall_0.json new file mode 100644 index 00000000..d5fbccc2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/myalite_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:myalite_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/nether_brick_fence_gate_0.json b/kubejs/data/ptd/item_converter/rules/quark/nether_brick_fence_gate_0.json new file mode 100644 index 00000000..4cebaa4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/nether_brick_fence_gate_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:nether_brick_fence_gate", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/nether_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/nether_brick_vertical_slab_0.json new file mode 100644 index 00000000..d370fcc5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/nether_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:nether_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_0.json new file mode 100644 index 00000000..c454f9ad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:netherrack_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:netherrack_bricks_wall", + "Count": 1 + }, + { + "id": "quark:netherrack_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:netherrack_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:netherrack_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_slab_0.json new file mode 100644 index 00000000..8ef65347 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:netherrack_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:netherrack_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_stairs_0.json new file mode 100644 index 00000000..16e268cf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:netherrack_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:netherrack_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_vertical_slab_0.json new file mode 100644 index 00000000..663963ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:netherrack_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:netherrack_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_wall_0.json new file mode 100644 index 00000000..24c7b164 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/netherrack_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:netherrack_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:netherrack_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/oak_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/oak_leaf_carpet_0.json new file mode 100644 index 00000000..c511cf10 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/oak_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:oak_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/oak_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/oak_post_0.json new file mode 100644 index 00000000..728483e9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/oak_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:oak_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/oak_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/oak_vertical_slab_0.json new file mode 100644 index 00000000..62875421 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/oak_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:oak_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oak_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..eef89143 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaves_0.json new file mode 100644 index 00000000..0872cf09 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_0.json new file mode 100644 index 00000000..b4fb1675 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_pane_0.json new file mode 100644 index 00000000..1bfcb29b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_crystal_lamp_0.json new file mode 100644 index 00000000..a1505aea --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_0.json new file mode 100644 index 00000000..792f8319 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_pane_0.json new file mode 100644 index 00000000..7fb9047d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_0.json new file mode 100644 index 00000000..aec0d6b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:orange_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:orange_shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_slab_0.json new file mode 100644 index 00000000..d05d0d1a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_stairs_0.json new file mode 100644 index 00000000..b13bf85a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_vertical_slab_0.json new file mode 100644 index 00000000..7e7d88e4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/orange_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:orange_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:orange_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/oxidized_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/oxidized_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..9b153332 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/oxidized_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:oxidized_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_0.json new file mode 100644 index 00000000..3ec8e414 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_vertical_slab", + "Count": 1 + }, + { + "id": "quark:permafrost_slab", + "Count": 1 + }, + { + "id": "quark:permafrost_wall", + "Count": 1 + }, + { + "id": "quark:permafrost_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_0.json new file mode 100644 index 00000000..2f6d04a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_bricks_slab", + "Count": 1 + }, + { + "id": "quark:permafrost_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:permafrost_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:permafrost_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_slab_0.json new file mode 100644 index 00000000..96bfd0a1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_stairs_0.json new file mode 100644 index 00000000..34e59ca0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_vertical_slab_0.json new file mode 100644 index 00000000..e56e1c86 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_wall_0.json new file mode 100644 index 00000000..4614533f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_slab_0.json new file mode 100644 index 00000000..c28f37eb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_stairs_0.json new file mode 100644 index 00000000..31b9d666 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_vertical_slab_0.json new file mode 100644 index 00000000..598e24c6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/permafrost_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/permafrost_wall_0.json new file mode 100644 index 00000000..78ebc7ed --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/permafrost_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:permafrost_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:permafrost", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..83a2d007 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaves_0.json new file mode 100644 index 00000000..cc4b175b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_0.json new file mode 100644 index 00000000..893c97ce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_pane_0.json new file mode 100644 index 00000000..12b7c043 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_0.json new file mode 100644 index 00000000..52badfa1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:pink_shingles_slab", + "Count": 1 + }, + { + "id": "quark:pink_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_slab_0.json new file mode 100644 index 00000000..a516627e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_stairs_0.json new file mode 100644 index 00000000..4f17f946 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_vertical_slab_0.json new file mode 100644 index 00000000..9b39a701 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pink_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pink_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:pink_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/pipe_0.json b/kubejs/data/ptd/item_converter/rules/quark/pipe_0.json new file mode 100644 index 00000000..7ceecd6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/pipe_0.json @@ -0,0 +1,171 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:pipe", + "Count": 1 + }, + "output": [ + { + "id": "create:stressometer", + "Count": 1 + }, + { + "id": "create:andesite_casing", + "Count": 1 + }, + { + "id": "create:vertical_gearbox", + "Count": 1 + }, + { + "id": "create:speedometer", + "Count": 1 + }, + { + "id": "create:schematic_table", + "Count": 1 + }, + { + "id": "create:mechanical_piston", + "Count": 1 + }, + { + "id": "create:weighted_ejector", + "Count": 1 + }, + { + "id": "create:mechanical_mixer", + "Count": 1 + }, + { + "id": "create:large_water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_drill", + "Count": 1 + }, + { + "id": "create:clutch", + "Count": 1 + }, + { + "id": "create:linear_chassis", + "Count": 1 + }, + { + "id": "create:contraption_controls", + "Count": 1 + }, + { + "id": "create:depot", + "Count": 1 + }, + { + "id": "create:gantry_carriage", + "Count": 1 + }, + { + "id": "create:gearshift", + "Count": 1 + }, + { + "id": "create:mechanical_press", + "Count": 1 + }, + { + "id": "create:sticky_mechanical_piston", + "Count": 1 + }, + { + "id": "create:deployer", + "Count": 1 + }, + { + "id": "create:andesite_tunnel", + "Count": 1 + }, + { + "id": "create:schematicannon", + "Count": 1 + }, + { + "id": "create:encased_chain_drive", + "Count": 1 + }, + { + "id": "create:filter", + "Count": 1 + }, + { + "id": "create:rope_pulley", + "Count": 1 + }, + { + "id": "create:cart_assembler", + "Count": 1 + }, + { + "id": "create:mechanical_bearing", + "Count": 1 + }, + { + "id": "create:water_wheel", + "Count": 1 + }, + { + "id": "create:mechanical_roller", + "Count": 1 + }, + { + "id": "create:mechanical_harvester", + "Count": 1 + }, + { + "id": "create:turntable", + "Count": 1 + }, + { + "id": "create:andesite_funnel", + "Count": 1 + }, + { + "id": "create:adjustable_chain_gearshift", + "Count": 1 + }, + { + "id": "create:portable_storage_interface", + "Count": 1 + }, + { + "id": "create:mechanical_plough", + "Count": 1 + }, + { + "id": "create:encased_fan", + "Count": 1 + }, + { + "id": "create:radial_chassis", + "Count": 1 + }, + { + "id": "create:gearbox", + "Count": 1 + }, + { + "id": "create:hand_crank", + "Count": 1 + }, + { + "id": "ptdye:mechanical_device", + "Count": 1 + }, + { + "id": "create:mechanical_saw", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_andesite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_andesite_vertical_slab_0.json new file mode 100644 index 00000000..0aecee39 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_andesite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_andesite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_andesite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_brick_vertical_slab_0.json new file mode 100644 index 00000000..76b54d23 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_blackstone_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_vertical_slab_0.json new file mode 100644 index 00000000..63e05c77 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_blackstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_blackstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_blackstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_0.json new file mode 100644 index 00000000..975efa28 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_calcite", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_calcite_stairs", + "Count": 1 + }, + { + "id": "quark:polished_calcite_slab", + "Count": 1 + }, + { + "id": "quark:polished_calcite_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_slab_0.json new file mode 100644 index 00000000..66c05b5f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_calcite_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_stairs_0.json new file mode 100644 index 00000000..f2293764 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_calcite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_vertical_slab_0.json new file mode 100644 index 00000000..8124b3f6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_calcite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_calcite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_calcite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_deepslate_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_deepslate_vertical_slab_0.json new file mode 100644 index 00000000..b6ddcafe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_deepslate_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_deepslate_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_deepslate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_diorite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_diorite_vertical_slab_0.json new file mode 100644 index 00000000..2a73f505 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_diorite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_diorite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_diorite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_0.json new file mode 100644 index 00000000..6ec4a13f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_dripstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_dripstone_slab", + "Count": 1 + }, + { + "id": "quark:polished_dripstone_stairs", + "Count": 1 + }, + { + "id": "quark:polished_dripstone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_slab_0.json new file mode 100644 index 00000000..4f8dca7d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_dripstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_stairs_0.json new file mode 100644 index 00000000..b3e270d4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_dripstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_vertical_slab_0.json new file mode 100644 index 00000000..08add5c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_dripstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_dripstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_dripstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_granite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_granite_vertical_slab_0.json new file mode 100644 index 00000000..8461d1a8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_granite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_granite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:polished_granite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_0.json new file mode 100644 index 00000000..38c1decc --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_jasper", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_jasper_slab", + "Count": 1 + }, + { + "id": "quark:polished_jasper_stairs", + "Count": 1 + }, + { + "id": "quark:polished_jasper_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_slab_0.json new file mode 100644 index 00000000..4fce1e81 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_jasper_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_stairs_0.json new file mode 100644 index 00000000..408761b0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_jasper_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_vertical_slab_0.json new file mode 100644 index 00000000..e35d59d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_jasper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_jasper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_jasper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_0.json new file mode 100644 index 00000000..162e4ca3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_limestone", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_limestone_stairs", + "Count": 1 + }, + { + "id": "quark:polished_limestone_slab", + "Count": 1 + }, + { + "id": "quark:polished_limestone_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_slab_0.json new file mode 100644 index 00000000..d82a4e86 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_limestone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_stairs_0.json new file mode 100644 index 00000000..123b24ab --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_limestone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_vertical_slab_0.json new file mode 100644 index 00000000..13ad1ab0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_limestone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_limestone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_limestone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_0.json new file mode 100644 index 00000000..ce02fd1d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_myalite", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_myalite_vertical_slab", + "Count": 1 + }, + { + "id": "quark:polished_myalite_slab", + "Count": 1 + }, + { + "id": "quark:polished_myalite_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_slab_0.json new file mode 100644 index 00000000..142893dd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_myalite_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_stairs_0.json new file mode 100644 index 00000000..9a1dce6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_myalite_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_vertical_slab_0.json new file mode 100644 index 00000000..3289f5a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_myalite_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_myalite_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_myalite", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_shale_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_0.json new file mode 100644 index 00000000..a6cfe4e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_shale", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_shale_stairs", + "Count": 1 + }, + { + "id": "quark:polished_shale_vertical_slab", + "Count": 1 + }, + { + "id": "quark:polished_shale_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_shale_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_slab_0.json new file mode 100644 index 00000000..b557ea23 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_shale_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_shale_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_stairs_0.json new file mode 100644 index 00000000..8a51575c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_shale_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_shale_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_vertical_slab_0.json new file mode 100644 index 00000000..af1e2f09 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_shale_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_shale_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_0.json new file mode 100644 index 00000000..f51c68f1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_tuff", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_tuff_vertical_slab", + "Count": 1 + }, + { + "id": "quark:polished_tuff_slab", + "Count": 1 + }, + { + "id": "quark:polished_tuff_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_slab_0.json new file mode 100644 index 00000000..6363cd6a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_tuff_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_stairs_0.json new file mode 100644 index 00000000..8d9e1ad3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_tuff_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_vertical_slab_0.json new file mode 100644 index 00000000..317eb3de --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/polished_tuff_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:polished_tuff_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:polished_tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/prismarine_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/prismarine_brick_vertical_slab_0.json new file mode 100644 index 00000000..0f1260d1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/prismarine_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:prismarine_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/prismarine_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/prismarine_vertical_slab_0.json new file mode 100644 index 00000000..f365b9db --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/prismarine_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:prismarine_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:prismarine", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_0.json new file mode 100644 index 00000000..6b5773c0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_pane_0.json new file mode 100644 index 00000000..effb442e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_0.json new file mode 100644 index 00000000..f262e256 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_shingles_slab", + "Count": 1 + }, + { + "id": "quark:purple_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:purple_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_slab_0.json new file mode 100644 index 00000000..869c66a1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_stairs_0.json new file mode 100644 index 00000000..940f3a92 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_vertical_slab_0.json new file mode 100644 index 00000000..266d1c24 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purple_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purple_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:purple_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/purpur_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/purpur_vertical_slab_0.json new file mode 100644 index 00000000..7c8030ba --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/purpur_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:purpur_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:purpur_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_0.json new file mode 100644 index 00000000..3542396f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_copper_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_copper_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:raw_copper_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:raw_copper_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_slab_0.json new file mode 100644 index 00000000..448e9f00 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_copper_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_copper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_stairs_0.json new file mode 100644 index 00000000..cf76d803 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_copper_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_copper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_vertical_slab_0.json new file mode 100644 index 00000000..ee5bcb95 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_copper_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_copper_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_copper_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_0.json new file mode 100644 index 00000000..d437ddcf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_gold_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_gold_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:raw_gold_bricks_slab", + "Count": 1 + }, + { + "id": "quark:raw_gold_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_slab_0.json new file mode 100644 index 00000000..fcc117a3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_gold_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_gold_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_stairs_0.json new file mode 100644 index 00000000..cd05f0cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_gold_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_gold_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_vertical_slab_0.json new file mode 100644 index 00000000..d79f9a22 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_gold_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_gold_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_gold_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_0.json new file mode 100644 index 00000000..2491af73 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_iron_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_iron_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:raw_iron_bricks_slab", + "Count": 1 + }, + { + "id": "quark:raw_iron_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_slab_0.json new file mode 100644 index 00000000..0237de11 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_iron_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_iron_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_stairs_0.json new file mode 100644 index 00000000..96868fe1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_iron_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_iron_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_vertical_slab_0.json new file mode 100644 index 00000000..afef772a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/raw_iron_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:raw_iron_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:raw_iron_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..c0ffd1e6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaves_0.json new file mode 100644 index 00000000..109af40d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_corundum_0.json new file mode 100644 index 00000000..5bbb23cf --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_corundum_pane_0.json new file mode 100644 index 00000000..11de7c6d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_crystal_lamp_0.json new file mode 100644 index 00000000..678613ed --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_0.json new file mode 100644 index 00000000..7a75d81b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_pane_0.json new file mode 100644 index 00000000..3a3fc49f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_nether_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_nether_brick_vertical_slab_0.json new file mode 100644 index 00000000..614ef531 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_nether_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_nether_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_nether_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_0.json new file mode 100644 index 00000000..9b7a1641 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_sandstone_bricks_wall", + "Count": 1 + }, + { + "id": "quark:red_sandstone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:red_sandstone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:red_sandstone_bricks_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_slab_0.json new file mode 100644 index 00000000..cc747ebb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_stairs_0.json new file mode 100644 index 00000000..09705f2c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..8933a03d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_wall_0.json new file mode 100644 index 00000000..ec084853 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..ba825ad4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_0.json new file mode 100644 index 00000000..a3b5284e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:red_shingles_slab", + "Count": 1 + }, + { + "id": "quark:red_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_slab_0.json new file mode 100644 index 00000000..d11e386c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_stairs_0.json new file mode 100644 index 00000000..fb82362b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/red_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_vertical_slab_0.json new file mode 100644 index 00000000..589c45c8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/red_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:red_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:red_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/redstone_randomizer_0.json b/kubejs/data/ptd/item_converter/rules/quark/redstone_randomizer_0.json new file mode 100644 index 00000000..e2e777f0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/redstone_randomizer_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "supplementaries:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_0.json b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_0.json new file mode 100644 index 00000000..7ca686f8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:rusty_iron_plate", + "Count": 1 + }, + "output": [ + { + "id": "quark:rusty_iron_plate_slab", + "Count": 1 + }, + { + "id": "quark:rusty_iron_plate_vertical_slab", + "Count": 1 + }, + { + "id": "quark:rusty_iron_plate_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_slab_0.json new file mode 100644 index 00000000..f839a912 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:rusty_iron_plate_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:rusty_iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_stairs_0.json new file mode 100644 index 00000000..858375e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:rusty_iron_plate_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:rusty_iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_vertical_slab_0.json new file mode 100644 index 00000000..920f8a6f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/rusty_iron_plate_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:rusty_iron_plate_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:rusty_iron_plate", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_0.json new file mode 100644 index 00000000..deefe791 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:sandstone_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:sandstone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:sandstone_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_slab_0.json new file mode 100644 index 00000000..e2aecd1c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_stairs_0.json new file mode 100644 index 00000000..f1ad5c0e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..367d1060 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_wall_0.json new file mode 100644 index 00000000..56b030d0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/sandstone_vertical_slab_0.json new file mode 100644 index 00000000..37a64dbb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_0.json new file mode 100644 index 00000000..712cb16e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_vertical_slab", + "Count": 1 + }, + { + "id": "quark:shale_wall", + "Count": 1 + }, + { + "id": "quark:shale_slab", + "Count": 1 + }, + { + "id": "quark:shale_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_0.json new file mode 100644 index 00000000..24bb812e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_bricks_stairs", + "Count": 1 + }, + { + "id": "quark:shale_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:shale_bricks_slab", + "Count": 1 + }, + { + "id": "quark:shale_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_slab_0.json new file mode 100644 index 00000000..3256281e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_stairs_0.json new file mode 100644 index 00000000..df600f94 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_vertical_slab_0.json new file mode 100644 index 00000000..691c2978 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_wall_0.json new file mode 100644 index 00000000..97b0b868 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_slab_0.json new file mode 100644 index 00000000..70840b5b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_stairs_0.json new file mode 100644 index 00000000..b4803c66 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_vertical_slab_0.json new file mode 100644 index 00000000..b0fdc414 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shale_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/shale_wall_0.json new file mode 100644 index 00000000..901ed416 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shale_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shale_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:shale", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/shingles_0.json new file mode 100644 index 00000000..94140c90 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:shingles_stairs", + "Count": 1 + }, + { + "id": "quark:shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shingles_slab_0.json new file mode 100644 index 00000000..a8978c55 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/shingles_stairs_0.json new file mode 100644 index 00000000..91cc56b3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/shingles_vertical_slab_0.json new file mode 100644 index 00000000..f3fa5832 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_red_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_red_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..eb97fcc7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_red_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_red_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_red_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..b119998a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_0.json new file mode 100644 index 00000000..0eb8d1e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_soul_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_soul_sandstone_stairs", + "Count": 1 + }, + { + "id": "quark:smooth_soul_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "quark:smooth_soul_sandstone_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_slab_0.json new file mode 100644 index 00000000..9816b3fb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_soul_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_stairs_0.json new file mode 100644 index 00000000..f4e5377b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_soul_sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..8aaa3db7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_soul_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_soul_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:smooth_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/smooth_stone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/smooth_stone_vertical_slab_0.json new file mode 100644 index 00000000..75a354db --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/smooth_stone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:smooth_stone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:smooth_stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_0.json new file mode 100644 index 00000000..248ed685 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_0.json @@ -0,0 +1,39 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_wall", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_stairs", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_slab", + "Count": 1 + }, + { + "id": "quark:cut_soul_sandstone", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_vertical_slab", + "Count": 1 + }, + { + "id": "quark:chiseled_soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_0.json new file mode 100644 index 00000000..28cd4625 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_bricks_slab", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_bricks_wall", + "Count": 1 + }, + { + "id": "quark:soul_sandstone_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_slab_0.json new file mode 100644 index 00000000..b0206c01 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_stairs_0.json new file mode 100644 index 00000000..17379191 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_vertical_slab_0.json new file mode 100644 index 00000000..f4417316 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_wall_0.json new file mode 100644 index 00000000..20a0bbac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_slab_0.json new file mode 100644 index 00000000..b8b731b9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_stairs_0.json new file mode 100644 index 00000000..23efe2b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_vertical_slab_0.json new file mode 100644 index 00000000..6d817aa6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_wall_0.json new file mode 100644 index 00000000..f54c1128 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/soul_sandstone_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:soul_sandstone_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:soul_sandstone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/spruce_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/spruce_leaf_carpet_0.json new file mode 100644 index 00000000..f97a7d8d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/spruce_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:spruce_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/spruce_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/spruce_post_0.json new file mode 100644 index 00000000..4e6cd7f4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/spruce_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:spruce_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/spruce_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/spruce_vertical_slab_0.json new file mode 100644 index 00000000..173c55e3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/spruce_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:spruce_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:spruce_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stone_brick_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/stone_brick_vertical_slab_0.json new file mode 100644 index 00000000..c0a8b445 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stone_brick_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stone_brick_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stone_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/stone_vertical_slab_0.json new file mode 100644 index 00000000..8c3cab7c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stone_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stone_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stone", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_acacia_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_acacia_post_0.json new file mode 100644 index 00000000..cf250ce0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_acacia_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_acacia_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_acacia_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_post_0.json new file mode 100644 index 00000000..abe9d0f7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_ancient_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_ancient_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_wood_0.json new file mode 100644 index 00000000..97ad2d62 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_ancient_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_ancient_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_ancient_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_post_0.json new file mode 100644 index 00000000..0778e11a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_azalea_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_azalea_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_wood_0.json new file mode 100644 index 00000000..8b46f795 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_azalea_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_azalea_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_azalea_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_block_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_block_0.json new file mode 100644 index 00000000..8189a315 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_block_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_bamboo_block", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_bamboo_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_post_0.json new file mode 100644 index 00000000..8ef72468 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_bamboo_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_bamboo_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_bamboo_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_birch_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_birch_post_0.json new file mode 100644 index 00000000..7d2218a0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_birch_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_birch_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_birch_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_post_0.json new file mode 100644 index 00000000..d394e88a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_blossom_post", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_blossom_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_wood_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_wood_0.json new file mode 100644 index 00000000..6e71fea4 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_blossom_wood_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_blossom_wood", + "Count": 1 + }, + "output": [ + { + "id": "quark:stripped_blossom_post", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_crimson_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_crimson_post_0.json new file mode 100644 index 00000000..69ed6318 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_crimson_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_crimson_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_crimson_hyphae", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_dark_oak_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_dark_oak_post_0.json new file mode 100644 index 00000000..6350bed7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_dark_oak_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_dark_oak_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_dark_oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_jungle_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_jungle_post_0.json new file mode 100644 index 00000000..f1a38a38 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_jungle_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_jungle_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_jungle_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_mangrove_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_mangrove_post_0.json new file mode 100644 index 00000000..771f7a88 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_mangrove_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_mangrove_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_mangrove_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_oak_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_oak_post_0.json new file mode 100644 index 00000000..cd39721c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_oak_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_oak_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_oak_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_spruce_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_spruce_post_0.json new file mode 100644 index 00000000..4c13a908 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_spruce_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_spruce_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_spruce_wood", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/stripped_warped_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/stripped_warped_post_0.json new file mode 100644 index 00000000..eaf9360d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/stripped_warped_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:stripped_warped_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:stripped_warped_hyphae", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/thatch_0.json b/kubejs/data/ptd/item_converter/rules/quark/thatch_0.json new file mode 100644 index 00000000..9f571af0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/thatch_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:thatch", + "Count": 1 + }, + "output": [ + { + "id": "quark:thatch_slab", + "Count": 1 + }, + { + "id": "quark:thatch_stairs", + "Count": 1 + }, + { + "id": "quark:thatch_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/thatch_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/thatch_slab_0.json new file mode 100644 index 00000000..41d54309 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/thatch_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:thatch_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:thatch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/thatch_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/thatch_stairs_0.json new file mode 100644 index 00000000..a3e1349e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/thatch_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:thatch_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:thatch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/thatch_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/thatch_vertical_slab_0.json new file mode 100644 index 00000000..be9b3f24 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/thatch_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:thatch_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:thatch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_0.json new file mode 100644 index 00000000..6ef59fee --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_bricks", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_bricks_wall", + "Count": 1 + }, + { + "id": "quark:tuff_bricks_slab", + "Count": 1 + }, + { + "id": "quark:tuff_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "quark:tuff_bricks_stairs", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_slab_0.json new file mode 100644 index 00000000..41570408 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_stairs_0.json new file mode 100644 index 00000000..33af33bb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_vertical_slab_0.json new file mode 100644 index 00000000..69ac9151 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_wall_0.json new file mode 100644 index 00000000..3543d979 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "quark:tuff_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_slab_0.json new file mode 100644 index 00000000..5222c88a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_stairs_0.json new file mode 100644 index 00000000..d11f91c7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_stairs", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_vertical_slab_0.json new file mode 100644 index 00000000..6feb66f3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/tuff_wall_0.json b/kubejs/data/ptd/item_converter/rules/quark/tuff_wall_0.json new file mode 100644 index 00000000..ed60b90e --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/tuff_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:tuff_wall", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:tuff", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_0.json new file mode 100644 index 00000000..c3ca9d59 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:violet_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:violet_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_pane_0.json new file mode 100644 index 00000000..d0ca15cb --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/violet_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:violet_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:violet_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/violet_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/violet_crystal_lamp_0.json new file mode 100644 index 00000000..39dc0d84 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/violet_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/warped_post_0.json b/kubejs/data/ptd/item_converter/rules/quark/warped_post_0.json new file mode 100644 index 00000000..20bfc6fe --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/warped_post_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:warped_post", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_hyphae", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/warped_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/warped_vertical_slab_0.json new file mode 100644 index 00000000..66a6c53b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/warped_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:warped_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:warped_planks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/waxed_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/waxed_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..6c8456da --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/waxed_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:waxed_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/waxed_exposed_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/waxed_exposed_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..b6313f81 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/waxed_exposed_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:waxed_exposed_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_exposed_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/waxed_oxidized_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/waxed_oxidized_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..3118f06b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/waxed_oxidized_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:waxed_oxidized_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_oxidized_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/waxed_weathered_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/waxed_weathered_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..f1ee2f34 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/waxed_weathered_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:waxed_weathered_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:waxed_weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/weathered_cut_copper_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/weathered_cut_copper_vertical_slab_0.json new file mode 100644 index 00000000..8f0c0828 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/weathered_cut_copper_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:weathered_cut_copper_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:weathered_cut_copper", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_corundum_0.json new file mode 100644 index 00000000..2481c0b6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_corundum_pane_0.json new file mode 100644 index 00000000..596d0a50 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_crystal_lamp_0.json new file mode 100644 index 00000000..9106ae9d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_0.json new file mode 100644 index 00000000..98ee6fe2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_pane_0.json new file mode 100644 index 00000000..c70b826c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_0.json new file mode 100644 index 00000000..de3a8569 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_shingles_vertical_slab", + "Count": 1 + }, + { + "id": "quark:white_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:white_shingles_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_slab_0.json new file mode 100644 index 00000000..ed854bd2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_stairs_0.json new file mode 100644 index 00000000..4c6d680b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/white_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_vertical_slab_0.json new file mode 100644 index 00000000..5641c6c3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/white_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:white_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:white_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaf_carpet_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaf_carpet_0.json new file mode 100644 index 00000000..4ac58a0b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaf_carpet_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_blossom_leaf_carpet", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_blossom_leaves", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaves_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaves_0.json new file mode 100644 index 00000000..0d2273ca --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_blossom_leaves_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_blossom_leaves", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_blossom_leaf_carpet", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_0.json new file mode 100644 index 00000000..78b4ecd0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_corundum", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_corundum_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_pane_0.json new file mode 100644 index 00000000..e6a8fd25 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_corundum_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_corundum_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_corundum", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_crystal_lamp_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_crystal_lamp_0.json new file mode 100644 index 00000000..a2fd00a7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_crystal_lamp_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_0.json new file mode 100644 index 00000000..bac0131b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_framed_glass", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_framed_glass_pane", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_pane_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_pane_0.json new file mode 100644 index 00000000..f77a3b4b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_framed_glass_pane_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_framed_glass_pane", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_framed_glass", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_0.json new file mode 100644 index 00000000..1ef66cce --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_0.json @@ -0,0 +1,23 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_shingles", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_shingles_slab", + "Count": 1 + }, + { + "id": "quark:yellow_shingles_stairs", + "Count": 1 + }, + { + "id": "quark:yellow_shingles_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_slab_0.json new file mode 100644 index 00000000..38f4f1fa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_shingles_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_stairs_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_stairs_0.json new file mode 100644 index 00000000..a269c84f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_shingles_stairs", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_vertical_slab_0.json new file mode 100644 index 00000000..52100e7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/quark/yellow_shingles_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "quark:yellow_shingles_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "quark:yellow_shingles", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/conductor_vent_0.json b/kubejs/data/ptd/item_converter/rules/railways/conductor_vent_0.json new file mode 100644 index 00000000..876aa1e6 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/conductor_vent_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:conductor_vent", + "Count": 1 + }, + "output": [ + { + "id": "create:copycat_step", + "Count": 4 + }, + { + "id": "create:copycat_panel", + "Count": 4 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/conductor_whistle_0.json b/kubejs/data/ptd/item_converter/rules/railways/conductor_whistle_0.json new file mode 100644 index 00000000..d63346ad --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/conductor_whistle_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:conductor_whistle", + "Count": 1 + }, + "output": [ + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/remote_lens_0.json b/kubejs/data/ptd/item_converter/rules/railways/remote_lens_0.json new file mode 100644 index 00000000..4016c349 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/remote_lens_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:remote_lens", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/semaphore_0.json b/kubejs/data/ptd/item_converter/rules/railways/semaphore_0.json new file mode 100644 index 00000000..c849cdb9 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/semaphore_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:semaphore", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_caboosestyle_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_caboosestyle_0.json new file mode 100644 index 00000000..d6aba20d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_caboosestyle_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_coalburner_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_coalburner_0.json new file mode 100644 index 00000000..0519a960 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_coalburner_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_long_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_long_0.json new file mode 100644 index 00000000..cdf75545 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_long_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_long", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_oilburner_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_oilburner_0.json new file mode 100644 index 00000000..16e4add5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_oilburner_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_streamlined_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_streamlined_0.json new file mode 100644 index 00000000..d053c89b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_streamlined_0.json @@ -0,0 +1,35 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/smokestack_woodburner_0.json b/kubejs/data/ptd/item_converter/rules/railways/smokestack_woodburner_0.json new file mode 100644 index 00000000..2e961d26 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/smokestack_woodburner_0.json @@ -0,0 +1,59 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + "output": [ + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_long", + "Count": 1 + }, + { + "id": "railways:smokestack_woodburner", + "Count": 1 + }, + { + "id": "railways:smokestack_coalburner", + "Count": 1 + }, + { + "id": "railways:smokestack_caboosestyle", + "Count": 1 + }, + { + "id": "railways:smokestack_oilburner", + "Count": 1 + }, + { + "id": "railways:smokestack_streamlined", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/track_coupler_0.json b/kubejs/data/ptd/item_converter/rules/railways/track_coupler_0.json new file mode 100644 index 00000000..75ea1057 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/track_coupler_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:track_coupler", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_narrow_0.json b/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_narrow_0.json new file mode 100644 index 00000000..339a4451 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_narrow_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:track_create_andesite_narrow", + "Count": 1 + }, + "output": [ + { + "id": "create:track", + "Count": 1 + }, + { + "id": "railways:track_create_andesite_wide", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_wide_0.json b/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_wide_0.json new file mode 100644 index 00000000..58ae5de7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/track_create_andesite_wide_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:track_create_andesite_wide", + "Count": 1 + }, + "output": [ + { + "id": "railways:track_create_andesite_narrow", + "Count": 1 + }, + { + "id": "create:track", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/track_switch_andesite_0.json b/kubejs/data/ptd/item_converter/rules/railways/track_switch_andesite_0.json new file mode 100644 index 00000000..0c972ea7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/track_switch_andesite_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/track_switch_brass_0.json b/kubejs/data/ptd/item_converter/rules/railways/track_switch_brass_0.json new file mode 100644 index 00000000..6517e40c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/track_switch_brass_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:track_switch_brass", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/railways/yellow_conductor_cap_0.json b/kubejs/data/ptd/item_converter/rules/railways/yellow_conductor_cap_0.json new file mode 100644 index 00000000..fbcefdd7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/railways/yellow_conductor_cap_0.json @@ -0,0 +1,63 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "railways:yellow_conductor_cap", + "Count": 1 + }, + "output": [ + { + "id": "railways:conductor_whistle", + "Count": 1 + }, + { + "id": "railways:track_switch_brass", + "Count": 1 + }, + { + "id": "create:track_observer", + "Count": 1 + }, + { + "id": "create:track_station", + "Count": 1 + }, + { + "id": "create:track_signal", + "Count": 1 + }, + { + "id": "ptdye:locomotive_device", + "Count": 1 + }, + { + "id": "railways:track_switch_andesite", + "Count": 1 + }, + { + "id": "create:controls", + "Count": 1 + }, + { + "id": "railways:remote_lens", + "Count": 1 + }, + { + "id": "create:railway_casing", + "Count": 1 + }, + { + "id": "railways:semaphore", + "Count": 1 + }, + { + "id": "create:schedule", + "Count": 1 + }, + { + "id": "railways:track_coupler", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/controller_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/controller_0.json new file mode 100644 index 00000000..2316dffa --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/controller_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:controller", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/drawer_key_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/drawer_key_0.json new file mode 100644 index 00000000..9118f5f2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/drawer_key_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_1_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_1_0.json new file mode 100644 index 00000000..b3676a8b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_1_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_2_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_2_0.json new file mode 100644 index 00000000..6f2cedd5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_2_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_4_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_4_0.json new file mode 100644 index 00000000..bf2f1a58 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/oak_full_drawers_4_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/quantify_key_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/quantify_key_0.json new file mode 100644 index 00000000..18c38646 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/quantify_key_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/storagedrawers/shroud_key_0.json b/kubejs/data/ptd/item_converter/rules/storagedrawers/shroud_key_0.json new file mode 100644 index 00000000..fe8bda41 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/storagedrawers/shroud_key_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_0.json new file mode 100644 index 00000000..30857811 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:ash_bricks", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:ash_bricks_wall", + "Count": 1 + }, + { + "id": "supplementaries:ash_bricks_slab", + "Count": 1 + }, + { + "id": "supplementaries:ash_bricks_stairs", + "Count": 1 + }, + { + "id": "supplementaries:ash_bricks_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_slab_0.json new file mode 100644 index 00000000..8dda8a4a --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:ash_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:ash_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_stairs_0.json new file mode 100644 index 00000000..531c555c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:ash_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:ash_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_vertical_slab_0.json new file mode 100644 index 00000000..dbfbdc9d --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:ash_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:ash_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_wall_0.json new file mode 100644 index 00000000..84d280ac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/ash_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:ash_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:ash_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/bellows_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/bellows_0.json new file mode 100644 index 00000000..aff8d8e8 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/bellows_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:bellows", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_0.json new file mode 100644 index 00000000..362635c0 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:blackstone_tile", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:blackstone_tile_wall", + "Count": 1 + }, + { + "id": "supplementaries:blackstone_tile_vertical_slab", + "Count": 1 + }, + { + "id": "supplementaries:blackstone_tile_stairs", + "Count": 1 + }, + { + "id": "supplementaries:blackstone_tile_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_slab_0.json new file mode 100644 index 00000000..4dbf6801 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:blackstone_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:blackstone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_stairs_0.json new file mode 100644 index 00000000..a3c85a66 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:blackstone_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:blackstone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_vertical_slab_0.json new file mode 100644 index 00000000..93031f37 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:blackstone_tile_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:blackstone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_wall_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_wall_0.json new file mode 100644 index 00000000..669c79d5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/blackstone_tile_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:blackstone_tile_wall", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:blackstone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/brass_lantern_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/brass_lantern_0.json new file mode 100644 index 00000000..9a230d8c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/brass_lantern_0.json @@ -0,0 +1,95 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:brass_lantern", + "Count": 1 + }, + "output": [ + { + "id": "create:rotation_speed_controller", + "Count": 1 + }, + { + "id": "create:stockpile_switch", + "Count": 1 + }, + { + "id": "create:sequenced_gearshift", + "Count": 1 + }, + { + "id": "ptdye:smart_device", + "Count": 1 + }, + { + "id": "storagedrawers:controller", + "Count": 1 + }, + { + "id": "create:attribute_filter", + "Count": 1 + }, + { + "id": "storagedrawers:drawer_key", + "Count": 1 + }, + { + "id": "create:content_observer", + "Count": 1 + }, + { + "id": "storagedrawers:quantify_key", + "Count": 1 + }, + { + "id": "create:mechanical_arm", + "Count": 1 + }, + { + "id": "create:clockwork_bearing", + "Count": 1 + }, + { + "id": "create:elevator_pulley", + "Count": 1 + }, + { + "id": "create:smart_chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:diesel_engine", + "Count": 1 + }, + { + "id": "create:brass_funnel", + "Count": 1 + }, + { + "id": "create:display_link", + "Count": 1 + }, + { + "id": "create_enchantment_industry:enchanting_guide", + "Count": 1 + }, + { + "id": "create:mechanical_crafter", + "Count": 1 + }, + { + "id": "create:brass_tunnel", + "Count": 1 + }, + { + "id": "storagedrawers:shroud_key", + "Count": 1 + }, + { + "id": "create:brass_casing", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/checker_block_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_block_0.json new file mode 100644 index 00000000..9a563b11 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_block_0.json @@ -0,0 +1,19 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:checker_block", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:checker_slab", + "Count": 1 + }, + { + "id": "supplementaries:checker_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/checker_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_slab_0.json new file mode 100644 index 00000000..f4974139 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:checker_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:checker_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/checker_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_vertical_slab_0.json new file mode 100644 index 00000000..60eeeea3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/checker_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:checker_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:checker_block", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/copper_lantern_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/copper_lantern_0.json new file mode 100644 index 00000000..05995ffd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/copper_lantern_0.json @@ -0,0 +1,79 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:copper_lantern", + "Count": 1 + }, + "output": [ + { + "id": "create:item_drain", + "Count": 1 + }, + { + "id": "create:steam_whistle", + "Count": 1 + }, + { + "id": "create:portable_fluid_interface", + "Count": 1 + }, + { + "id": "ptdye:sealed_device", + "Count": 1 + }, + { + "id": "create:copper_casing", + "Count": 1 + }, + { + "id": "create:steam_engine", + "Count": 1 + }, + { + "id": "create:copper_valve_handle", + "Count": 1 + }, + { + "id": "createdieselgenerators:distillation_controller", + "Count": 1 + }, + { + "id": "create:spout", + "Count": 1 + }, + { + "id": "create_enchantment_industry:disenchanter", + "Count": 1 + }, + { + "id": "create:fluid_pipe", + "Count": 8 + }, + { + "id": "create:smart_fluid_pipe", + "Count": 1 + }, + { + "id": "create:fluid_valve", + "Count": 1 + }, + { + "id": "create:hose_pulley", + "Count": 1 + }, + { + "id": "create_enchantment_industry:printer", + "Count": 1 + }, + { + "id": "create:mechanical_pump", + "Count": 1 + }, + { + "id": "create:fluid_tank", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/hanging_sign_oak_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/hanging_sign_oak_0.json new file mode 100644 index 00000000..5c8cb36c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/hanging_sign_oak_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/hourglass_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/hourglass_0.json new file mode 100644 index 00000000..28b43369 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/hourglass_0.json @@ -0,0 +1,75 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:hourglass", + "Count": 1 + }, + "output": [ + { + "id": "quark:redstone_randomizer", + "Count": 1 + }, + { + "id": "minecraft:comparator", + "Count": 1 + }, + { + "id": "create:pulse_repeater", + "Count": 1 + }, + { + "id": "minecraft:lever", + "Count": 1 + }, + { + "id": "create:powered_toggle_latch", + "Count": 1 + }, + { + "id": "create:analog_lever", + "Count": 1 + }, + { + "id": "create:redstone_link", + "Count": 1 + }, + { + "id": "create:powered_latch", + "Count": 1 + }, + { + "id": "create:pulse_extender", + "Count": 1 + }, + { + "id": "botania:animated_torch", + "Count": 1 + }, + { + "id": "minecraft:daylight_detector", + "Count": 1 + }, + { + "id": "minecraft:tripwire_hook", + "Count": 1 + }, + { + "id": "botania:hourglass", + "Count": 1 + }, + { + "id": "ptdye:logic_device", + "Count": 1 + }, + { + "id": "minecraft:repeater", + "Count": 1 + }, + { + "id": "minecraft:redstone_torch", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_0.json new file mode 100644 index 00000000..b8904d7f --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:lapis_bricks", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:lapis_bricks_slab", + "Count": 1 + }, + { + "id": "supplementaries:lapis_bricks_stairs", + "Count": 1 + }, + { + "id": "supplementaries:lapis_bricks_vertical_slab", + "Count": 1 + }, + { + "id": "supplementaries:lapis_bricks_wall", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_slab_0.json new file mode 100644 index 00000000..456c8093 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:lapis_bricks_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:lapis_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_stairs_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_stairs_0.json new file mode 100644 index 00000000..077a81cd --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:lapis_bricks_stairs", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:lapis_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_vertical_slab_0.json new file mode 100644 index 00000000..711d5444 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:lapis_bricks_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:lapis_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_wall_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_wall_0.json new file mode 100644 index 00000000..0bc1d64c --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/lapis_bricks_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:lapis_bricks_wall", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:lapis_bricks", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/notice_board_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/notice_board_0.json new file mode 100644 index 00000000..d0937a77 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/notice_board_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:notice_board", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/pulley_block_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/pulley_block_0.json new file mode 100644 index 00000000..ff3ce752 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/pulley_block_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/redstone_illuminator_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/redstone_illuminator_0.json new file mode 100644 index 00000000..d2042eac --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/redstone_illuminator_0.json @@ -0,0 +1,55 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:redstone_illuminator", + "Count": 1 + }, + "output": [ + { + "id": "quark:blue_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:yellow_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:violet_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:indigo_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:red_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:orange_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:black_crystal_lamp", + "Count": 1 + }, + { + "id": "create:rose_quartz_lamp", + "Count": 1 + }, + { + "id": "minecraft:redstone_lamp", + "Count": 1 + }, + { + "id": "quark:white_crystal_lamp", + "Count": 1 + }, + { + "id": "quark:green_crystal_lamp", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/sign_post_oak_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/sign_post_oak_0.json new file mode 100644 index 00000000..4ccc56e5 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/sign_post_oak_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/speaker_block_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/speaker_block_0.json new file mode 100644 index 00000000..d64f5a86 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/speaker_block_0.json @@ -0,0 +1,123 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:speaker_block", + "Count": 1 + }, + "output": [ + { + "id": "minecraft:lectern", + "Count": 1 + }, + { + "id": "minecraft:chest", + "Count": 1 + }, + { + "id": "minecraft:oak_door", + "Count": 1 + }, + { + "id": "minecraft:oak_sign", + "Count": 1 + }, + { + "id": "supplementaries:pulley_block", + "Count": 1 + }, + { + "id": "create:wooden_bracket", + "Count": 1 + }, + { + "id": "minecraft:note_block", + "Count": 1 + }, + { + "id": "minecraft:bookshelf", + "Count": 1 + }, + { + "id": "supplementaries:hanging_sign_oak", + "Count": 1 + }, + { + "id": "minecraft:campfire", + "Count": 1 + }, + { + "id": "minecraft:oak_trapdoor", + "Count": 1 + }, + { + "id": "supplementaries:notice_board", + "Count": 1 + }, + { + "id": "minecraft:light_blue_bed", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_2", + "Count": 1 + }, + { + "id": "supplementaries:sign_post_oak", + "Count": 1 + }, + { + "id": "minecraft:item_frame", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_4", + "Count": 1 + }, + { + "id": "storagedrawers:oak_full_drawers_1", + "Count": 1 + }, + { + "id": "minecraft:barrel", + "Count": 1 + }, + { + "id": "minecraft:target", + "Count": 1 + }, + { + "id": "minecraft:composter", + "Count": 1 + }, + { + "id": "create:white_seat", + "Count": 1 + }, + { + "id": "botania:crafty_crate", + "Count": 1 + }, + { + "id": "ptdye:furnished_device", + "Count": 1 + }, + { + "id": "supplementaries:bellows", + "Count": 1 + }, + { + "id": "minecraft:painting", + "Count": 1 + }, + { + "id": "create:cuckoo_clock", + "Count": 1 + }, + { + "id": "minecraft:jukebox", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/spring_launcher_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/spring_launcher_0.json new file mode 100644 index 00000000..e85db5d3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/spring_launcher_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:turn_table", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_0.json new file mode 100644 index 00000000..c7786a43 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_0.json @@ -0,0 +1,27 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:stone_tile", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:stone_tile_slab", + "Count": 1 + }, + { + "id": "supplementaries:stone_tile_stairs", + "Count": 1 + }, + { + "id": "supplementaries:stone_tile_wall", + "Count": 1 + }, + { + "id": "supplementaries:stone_tile_vertical_slab", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_slab_0.json new file mode 100644 index 00000000..43f91ce3 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:stone_tile_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:stone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_stairs_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_stairs_0.json new file mode 100644 index 00000000..44790d8b --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_stairs_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:stone_tile_stairs", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:stone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_vertical_slab_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_vertical_slab_0.json new file mode 100644 index 00000000..78ff26c2 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_vertical_slab_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:stone_tile_vertical_slab", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:stone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_wall_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_wall_0.json new file mode 100644 index 00000000..a1eca9a1 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/stone_tile_wall_0.json @@ -0,0 +1,15 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:stone_tile_wall", + "Count": 1 + }, + "output": [ + { + "id": "supplementaries:stone_tile", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/supplementaries/turn_table_0.json b/kubejs/data/ptd/item_converter/rules/supplementaries/turn_table_0.json new file mode 100644 index 00000000..ba1197d7 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/supplementaries/turn_table_0.json @@ -0,0 +1,115 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "supplementaries:turn_table", + "Count": 1 + }, + "output": [ + { + "id": "create:windmill_bearing", + "Count": 1 + }, + { + "id": "create:chute", + "Count": 1 + }, + { + "id": "createdieselgenerators:basin_lid", + "Count": 1 + }, + { + "id": "minecraft:observer", + "Count": 1 + }, + { + "id": "create:basin", + "Count": 1 + }, + { + "id": "botania:apothecary_default", + "Count": 1 + }, + { + "id": "minecraft:hopper", + "Count": 1 + }, + { + "id": "minecraft:cauldron", + "Count": 1 + }, + { + "id": "ptdyeplus:barrel_barrel", + "Count": 1 + }, + { + "id": "ptdyeplus:crate_barrel", + "Count": 1 + }, + { + "id": "minecraft:stonecutter", + "Count": 1 + }, + { + "id": "create:redstone_contact", + "Count": 1 + }, + { + "id": "minecraft:piston", + "Count": 1 + }, + { + "id": "ptdye:sturdy_device", + "Count": 1 + }, + { + "id": "quark:magnet", + "Count": 1 + }, + { + "id": "create:nozzle", + "Count": 1 + }, + { + "id": "supplementaries:spring_launcher", + "Count": 1 + }, + { + "id": "create:millstone", + "Count": 1 + }, + { + "id": "create:crushing_wheel", + "Count": 1 + }, + { + "id": "create:sticker", + "Count": 1 + }, + { + "id": "create:item_vault", + "Count": 1 + }, + { + "id": "minecraft:dropper", + "Count": 1 + }, + { + "id": "minecraft:minecart", + "Count": 1 + }, + { + "id": "botania:open_crate", + "Count": 1 + }, + { + "id": "minecraft:dispenser", + "Count": 1 + }, + { + "id": "minecraft:sticky_piston", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/kubejs/data/ptd/item_converter/rules/wands/netherite_wand_0.json b/kubejs/data/ptd/item_converter/rules/wands/netherite_wand_0.json new file mode 100644 index 00000000..26239698 --- /dev/null +++ b/kubejs/data/ptd/item_converter/rules/wands/netherite_wand_0.json @@ -0,0 +1,65 @@ +{ + "sound": "minecraft:ui.stonecutter.take_result", + "pitch": 1.0, + "volume": 1.0, + "input": { + "id": "wands:netherite_wand", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + "output": [ + { + "id": "create:wrench", + "Count": 1 + }, + { + "id": "ptdye:hammer", + "Count": 1 + }, + { + "id": "create:schematic_and_quill", + "Count": 1 + }, + { + "id": "minecraft:elytra", + "Count": 1, + "tag": { + "Damage": 0 + } + }, + { + "id": "crafting_on_a_stick:stonecutter", + "Count": 1 + }, + { + "id": "quark:abacus", + "Count": 1 + }, + { + "id": "create:linked_controller", + "Count": 1 + }, + { + "id": "ptdye:tool_parts", + "Count": 1 + }, + { + "id": "create:wand_of_symmetry", + "Count": 1 + }, + { + "id": "create:empty_schematic", + "Count": 1 + }, + { + "id": "create:clipboard", + "Count": 1 + }, + { + "id": "botania:twig_wand", + "Count": 1 + } + ] +} \ No newline at end of file diff --git a/mods/item-converter.pw.toml b/mods/item-converter.pw.toml new file mode 100644 index 00000000..c0cd9cda --- /dev/null +++ b/mods/item-converter.pw.toml @@ -0,0 +1,13 @@ +name = "Item Converter" +filename = "item-converter-0.2.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/9pniJAtk/versions/Vwbfc3Ig/item-converter-0.2.0.jar" +hash-format = "sha512" +hash = "a2f55da88e48ce5221eda52507afaff118dc6806e1e7d1bb21d84f445af30691a4f65268296fefd25caea5fa0126e594af5b79dcba4c4385f7a5892f356d5e9a" + +[update] +[update.modrinth] +mod-id = "9pniJAtk" +version = "Vwbfc3Ig" diff --git a/mods/kotlin-for-forge.pw.toml b/mods/kotlin-for-forge.pw.toml new file mode 100644 index 00000000..540b074d --- /dev/null +++ b/mods/kotlin-for-forge.pw.toml @@ -0,0 +1,13 @@ +name = "Kotlin for Forge" +filename = "kotlinforforge-3.12.0-all.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/ordsPcFz/versions/NBn3sEQk/kotlinforforge-3.12.0-all.jar" +hash-format = "sha512" +hash = "15e6e2e88ca8ea4df730a20e99e131d266b27822299d464f004bcbc0a3f15c3275d25e3edc4397ef0a6584dd1d6161e9199fa8369f1581abb05ec6c74edc8cc1" + +[update] +[update.modrinth] +mod-id = "ordsPcFz" +version = "NBn3sEQk" diff --git a/pack.toml b/pack.toml index 6ae30b76..158b09d7 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "1a4d55123e65d55b93ed0bf3bd4721a2fadf4339a301be88ecd595b9da5bebf8" +hash = "f10a281c34e360d5fa48c318c94251d2791f482ab62cb7dc4481ebb73857dcf4" [versions] forge = "43.4.4"