diff --git a/src/main/resources/data/computercraft/advancements/recipes/computercraft/computer_normal.json b/src/main/resources/data/computercraft/advancements/recipes/computercraft/computer_normal.json index df587895f..2f326d8a8 100644 --- a/src/main/resources/data/computercraft/advancements/recipes/computercraft/computer_normal.json +++ b/src/main/resources/data/computercraft/advancements/recipes/computercraft/computer_normal.json @@ -11,7 +11,7 @@ "conditions": { "items": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" } ] } @@ -29,4 +29,4 @@ "has_the_recipe" ] ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/cable.json b/src/main/resources/data/computercraft/recipes/cable.json index 357212509..2d0f86d73 100644 --- a/src/main/resources/data/computercraft/recipes/cable.json +++ b/src/main/resources/data/computercraft/recipes/cable.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" } }, "result": { "item": "computercraft:cable", "count": 6 } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/computer_advanced.json b/src/main/resources/data/computercraft/recipes/computer_advanced.json index d004a6c78..02208c079 100644 --- a/src/main/resources/data/computercraft/recipes/computer_advanced.json +++ b/src/main/resources/data/computercraft/recipes/computer_advanced.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:ingots/gold" + "tag": "c:gold_ingots" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:computer_advanced" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/computer_advanced_upgrade.json b/src/main/resources/data/computercraft/recipes/computer_advanced_upgrade.json index eb0b5c792..dfee0825a 100644 --- a/src/main/resources/data/computercraft/recipes/computer_advanced_upgrade.json +++ b/src/main/resources/data/computercraft/recipes/computer_advanced_upgrade.json @@ -6,7 +6,7 @@ "# #" ], "key": { - "#": { "tag": "forge:ingots/gold" }, + "#": { "tag": "c:gold_ingots" }, "C": { "item": "computercraft:computer_normal" } }, "family": "advanced", diff --git a/src/main/resources/data/computercraft/recipes/computer_command.json b/src/main/resources/data/computercraft/recipes/computer_command.json index c3f71b49b..61b1b3b14 100644 --- a/src/main/resources/data/computercraft/recipes/computer_command.json +++ b/src/main/resources/data/computercraft/recipes/computer_command.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:ingots/gold" + "tag": "c:gold_ingots" }, "R": { "item": "minecraft:command_block" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:computer_command" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/computer_normal.json b/src/main/resources/data/computercraft/recipes/computer_normal.json index 661f4945f..3271c2551 100644 --- a/src/main/resources/data/computercraft/recipes/computer_normal.json +++ b/src/main/resources/data/computercraft/recipes/computer_normal.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:computer_normal" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_1.json b/src/main/resources/data/computercraft/recipes/disk_1.json index 66ce73a90..b365f90db 100644 --- a/src/main/resources/data/computercraft/recipes/disk_1.json +++ b/src/main/resources/data/computercraft/recipes/disk_1.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:1118481}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_10.json b/src/main/resources/data/computercraft/recipes/disk_10.json index 9c064f0fb..7fdec5607 100644 --- a/src/main/resources/data/computercraft/recipes/disk_10.json +++ b/src/main/resources/data/computercraft/recipes/disk_10.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:15905484}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_11.json b/src/main/resources/data/computercraft/recipes/disk_11.json index bfd6b21dc..5e20d91f3 100644 --- a/src/main/resources/data/computercraft/recipes/disk_11.json +++ b/src/main/resources/data/computercraft/recipes/disk_11.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:8375321}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_12.json b/src/main/resources/data/computercraft/recipes/disk_12.json index 7fa0ff4be..42f2962e6 100644 --- a/src/main/resources/data/computercraft/recipes/disk_12.json +++ b/src/main/resources/data/computercraft/recipes/disk_12.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:14605932}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_13.json b/src/main/resources/data/computercraft/recipes/disk_13.json index ab237e75c..02ce61e52 100644 --- a/src/main/resources/data/computercraft/recipes/disk_13.json +++ b/src/main/resources/data/computercraft/recipes/disk_13.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:10072818}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_14.json b/src/main/resources/data/computercraft/recipes/disk_14.json index 458ad2a71..f741e4faa 100644 --- a/src/main/resources/data/computercraft/recipes/disk_14.json +++ b/src/main/resources/data/computercraft/recipes/disk_14.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:15040472}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_15.json b/src/main/resources/data/computercraft/recipes/disk_15.json index 35147838e..07f131bb7 100644 --- a/src/main/resources/data/computercraft/recipes/disk_15.json +++ b/src/main/resources/data/computercraft/recipes/disk_15.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:15905331}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_16.json b/src/main/resources/data/computercraft/recipes/disk_16.json index 1f86b573a..cc80c50b6 100644 --- a/src/main/resources/data/computercraft/recipes/disk_16.json +++ b/src/main/resources/data/computercraft/recipes/disk_16.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:15790320}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_2.json b/src/main/resources/data/computercraft/recipes/disk_2.json index 40f55f5a4..f073b67b9 100644 --- a/src/main/resources/data/computercraft/recipes/disk_2.json +++ b/src/main/resources/data/computercraft/recipes/disk_2.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:13388876}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_3.json b/src/main/resources/data/computercraft/recipes/disk_3.json index 5ed4b4d72..902f563ac 100644 --- a/src/main/resources/data/computercraft/recipes/disk_3.json +++ b/src/main/resources/data/computercraft/recipes/disk_3.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:5744206}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_4.json b/src/main/resources/data/computercraft/recipes/disk_4.json index ecc80c9e2..21e0e4f63 100644 --- a/src/main/resources/data/computercraft/recipes/disk_4.json +++ b/src/main/resources/data/computercraft/recipes/disk_4.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:8349260}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_5.json b/src/main/resources/data/computercraft/recipes/disk_5.json index 94beac68a..efcddcdd3 100644 --- a/src/main/resources/data/computercraft/recipes/disk_5.json +++ b/src/main/resources/data/computercraft/recipes/disk_5.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:3368652}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_6.json b/src/main/resources/data/computercraft/recipes/disk_6.json index 0416fba6e..e099b73e1 100644 --- a/src/main/resources/data/computercraft/recipes/disk_6.json +++ b/src/main/resources/data/computercraft/recipes/disk_6.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:11691749}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_7.json b/src/main/resources/data/computercraft/recipes/disk_7.json index 99f64b544..2232c6305 100644 --- a/src/main/resources/data/computercraft/recipes/disk_7.json +++ b/src/main/resources/data/computercraft/recipes/disk_7.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:5020082}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_8.json b/src/main/resources/data/computercraft/recipes/disk_8.json index be1b7fea9..1319f7fbf 100644 --- a/src/main/resources/data/computercraft/recipes/disk_8.json +++ b/src/main/resources/data/computercraft/recipes/disk_8.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:10066329}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_9.json b/src/main/resources/data/computercraft/recipes/disk_9.json index 48620dbdd..3552f4418 100644 --- a/src/main/resources/data/computercraft/recipes/disk_9.json +++ b/src/main/resources/data/computercraft/recipes/disk_9.json @@ -3,7 +3,7 @@ "group": "computercraft:disk", "ingredients": [ { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, { "item": "minecraft:paper" @@ -16,4 +16,4 @@ "item": "computercraft:disk", "nbt": "{color:5000268}" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/disk_drive.json b/src/main/resources/data/computercraft/recipes/disk_drive.json index a217fc712..af158529d 100644 --- a/src/main/resources/data/computercraft/recipes/disk_drive.json +++ b/src/main/resources/data/computercraft/recipes/disk_drive.json @@ -7,13 +7,13 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" } }, "result": { "item": "computercraft:disk_drive" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/monitor_advanced.json b/src/main/resources/data/computercraft/recipes/monitor_advanced.json index 7588676cd..48cb2c3d6 100644 --- a/src/main/resources/data/computercraft/recipes/monitor_advanced.json +++ b/src/main/resources/data/computercraft/recipes/monitor_advanced.json @@ -7,14 +7,14 @@ ], "key": { "#": { - "tag": "forge:ingots/gold" + "tag": "c:gold_ingots" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:monitor_advanced", "count": 4 } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/monitor_normal.json b/src/main/resources/data/computercraft/recipes/monitor_normal.json index 2ded57d08..93954505c 100644 --- a/src/main/resources/data/computercraft/recipes/monitor_normal.json +++ b/src/main/resources/data/computercraft/recipes/monitor_normal.json @@ -7,13 +7,13 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:monitor_normal" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/pocket_computer_advanced.json b/src/main/resources/data/computercraft/recipes/pocket_computer_advanced.json index b8c65358d..fefde5b00 100644 --- a/src/main/resources/data/computercraft/recipes/pocket_computer_advanced.json +++ b/src/main/resources/data/computercraft/recipes/pocket_computer_advanced.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:ingots/gold" + "tag": "c:gold_ingots" }, "A": { "item": "minecraft:golden_apple" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:pocket_computer_advanced" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/pocket_computer_advanced_upgrade.json b/src/main/resources/data/computercraft/recipes/pocket_computer_advanced_upgrade.json index 3409ce78f..a2585c8c9 100644 --- a/src/main/resources/data/computercraft/recipes/pocket_computer_advanced_upgrade.json +++ b/src/main/resources/data/computercraft/recipes/pocket_computer_advanced_upgrade.json @@ -6,7 +6,7 @@ "# #" ], "key": { - "#": { "tag": "forge:ingots/gold" }, + "#": { "tag": "c:gold_ingots" }, "C": { "item": "computercraft:pocket_computer_normal" } }, "family": "advanced", diff --git a/src/main/resources/data/computercraft/recipes/pocket_computer_normal.json b/src/main/resources/data/computercraft/recipes/pocket_computer_normal.json index c18f0252a..4f6a519db 100644 --- a/src/main/resources/data/computercraft/recipes/pocket_computer_normal.json +++ b/src/main/resources/data/computercraft/recipes/pocket_computer_normal.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "A": { "item": "minecraft:golden_apple" }, "G": { - "tag": "forge:glass_panes" + "tag": "c:glass_panes" } }, "result": { "item": "computercraft:pocket_computer_normal" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/printer.json b/src/main/resources/data/computercraft/recipes/printer.json index 5f0072676..8ad853103 100644 --- a/src/main/resources/data/computercraft/recipes/printer.json +++ b/src/main/resources/data/computercraft/recipes/printer.json @@ -7,16 +7,31 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" }, - "D": { - "tag": "forge:dyes" - } + "D": [ + {"tag": "c:black_dyes"}, + {"tag": "c:blue_dyes"}, + {"tag": "c:brown_dyes"}, + {"tag": "c:cyan_dyes"}, + {"tag": "c:gray_dyes"}, + {"tag": "c:green_dyes"}, + {"tag": "c:light_blue_dyes"}, + {"tag": "c:light_gray_dyes"}, + {"tag": "c:lime_dyes"}, + {"tag": "c:magenta_dyes"}, + {"tag": "c:orange_dyes"}, + {"tag": "c:pink_dyes"}, + {"tag": "c:purple_dyes"}, + {"tag": "c:red_dyes"}, + {"tag": "c:white_dyes"}, + {"tag": "c:yellow_dyes"} + ] }, "result": { "item": "computercraft:printer" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/speaker.json b/src/main/resources/data/computercraft/recipes/speaker.json index c1ede5db7..76570ce5a 100644 --- a/src/main/resources/data/computercraft/recipes/speaker.json +++ b/src/main/resources/data/computercraft/recipes/speaker.json @@ -7,16 +7,16 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "N": { "item": "minecraft:note_block" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" } }, "result": { "item": "computercraft:speaker" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/turtle_advanced.json b/src/main/resources/data/computercraft/recipes/turtle_advanced.json index 1325043f6..e53f0c031 100644 --- a/src/main/resources/data/computercraft/recipes/turtle_advanced.json +++ b/src/main/resources/data/computercraft/recipes/turtle_advanced.json @@ -6,9 +6,9 @@ "#I#" ], "key": { - "#": { "tag": "forge:ingots/gold" }, + "#": { "tag": "c:gold_ingots" }, "C": { "item": "computercraft:computer_advanced" }, - "I": { "tag": "forge:chests/wooden" } + "I": { "tag": "c:wooden_chests" } }, "family": "advanced", "result": { "item": "computercraft:turtle_advanced" } diff --git a/src/main/resources/data/computercraft/recipes/turtle_advanced_upgrade.json b/src/main/resources/data/computercraft/recipes/turtle_advanced_upgrade.json index 294854de1..35c1fde85 100644 --- a/src/main/resources/data/computercraft/recipes/turtle_advanced_upgrade.json +++ b/src/main/resources/data/computercraft/recipes/turtle_advanced_upgrade.json @@ -6,8 +6,8 @@ " B " ], "key": { - "#": { "tag": "forge:ingots/gold" }, - "B": { "tag": "forge:storage_blocks/gold" }, + "#": { "tag": "c:gold_ingots" }, + "B": { "tag": "c:gold_blocks" }, "C": { "item": "computercraft:turtle_normal" } }, "family": "advanced", diff --git a/src/main/resources/data/computercraft/recipes/turtle_normal.json b/src/main/resources/data/computercraft/recipes/turtle_normal.json index 00a6cddc6..55a938876 100644 --- a/src/main/resources/data/computercraft/recipes/turtle_normal.json +++ b/src/main/resources/data/computercraft/recipes/turtle_normal.json @@ -6,9 +6,9 @@ "#I#" ], "key": { - "#": { "tag": "forge:ingots/iron" }, + "#": { "tag": "c:iron_ingotsiron" }, "C": { "item": "computercraft:computer_normal" }, - "I": { "tag": "forge:chests/wooden" } + "I": { "tag": "c:wooden_chests" } }, "family": "normal", "result": { "item": "computercraft:turtle_normal" } diff --git a/src/main/resources/data/computercraft/recipes/wired_modem.json b/src/main/resources/data/computercraft/recipes/wired_modem.json index 7494043b4..6b05f4698 100644 --- a/src/main/resources/data/computercraft/recipes/wired_modem.json +++ b/src/main/resources/data/computercraft/recipes/wired_modem.json @@ -7,13 +7,13 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "R": { - "tag": "forge:dusts/redstone" + "tag": "c:redstone_dusts" } }, "result": { "item": "computercraft:wired_modem" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/wireless_modem_advanced.json b/src/main/resources/data/computercraft/recipes/wireless_modem_advanced.json index a274aa73d..8cddf9682 100644 --- a/src/main/resources/data/computercraft/recipes/wireless_modem_advanced.json +++ b/src/main/resources/data/computercraft/recipes/wireless_modem_advanced.json @@ -7,7 +7,7 @@ ], "key": { "#": { - "tag": "forge:ingots/gold" + "tag": "c:gold_ingots" }, "E": { "item": "minecraft:ender_eye" @@ -16,4 +16,4 @@ "result": { "item": "computercraft:wireless_modem_advanced" } -} \ No newline at end of file +} diff --git a/src/main/resources/data/computercraft/recipes/wireless_modem_normal.json b/src/main/resources/data/computercraft/recipes/wireless_modem_normal.json index e2041f59e..ddd1646dd 100644 --- a/src/main/resources/data/computercraft/recipes/wireless_modem_normal.json +++ b/src/main/resources/data/computercraft/recipes/wireless_modem_normal.json @@ -7,13 +7,13 @@ ], "key": { "#": { - "tag": "forge:stone" + "tag": "c:stones" }, "E": { - "tag": "forge:ender_pearls" + "tag": "c:ender_pearls" } }, "result": { "item": "computercraft:wireless_modem_normal" } -} \ No newline at end of file +} diff --git a/src/test/java/badhtmlparser/BadHtmlParser.java b/src/test/java/badhtmlparser/BadHtmlParser.java new file mode 100644 index 000000000..8abfbc14d --- /dev/null +++ b/src/test/java/badhtmlparser/BadHtmlParser.java @@ -0,0 +1,74 @@ +package badhtmlparser; + +import java.io.BufferedReader; +import java.io.FileNotFoundException; +import java.io.FileOutputStream; +import java.io.InputStreamReader; +import java.io.PrintStream; +import java.util.Iterator; + +import com.google.common.collect.HashMultimap; +import com.google.common.collect.Iterators; +import com.google.common.collect.Multimap; +import com.google.common.collect.PeekingIterator; + +public class BadHtmlParser { + private static final Multimap IDS = HashMultimap.create(); + + public static void main(String[] args) throws FileNotFoundException { + BufferedReader reader = new BufferedReader(new InputStreamReader(BadHtmlParser.class.getResourceAsStream("/tags.html"))); + PeekingIterator iterator = Iterators.peekingIterator(reader.lines() + .iterator()); + while (iterator.hasNext()) { + String str = iterator.peek(); + try { + int count = Integer.parseInt(str); + iterator.next(); + write(iterator, count); + } catch (NumberFormatException e) { + write(iterator, 1); + } + } + + + System.out.println(IDS); + print("white_dyes"); + print("orange_dyes"); + print("magenta_dyes"); + print("light_blue_dyes"); + print("yellow_dyes"); + print("lime_dyes"); + print("pink_dyes"); + print("gray_dyes"); + print("light_gray_dyes"); + print("cyan_dyes"); + print("purple_dyes"); + print("blue_dyes"); + print("brown_dyes"); + print("green_dyes"); + print("red_dyes"); + print("black_dyes"); + + // todo replace dyes by hand + } + + private static void print(String val) throws FileNotFoundException { + FileOutputStream fos = new FileOutputStream("src/main/resources/data/c/tags/items/" + val + ".json"); + PrintStream stream = new PrintStream(fos); + stream.println("{\"replace\": false,\"values\":["); + Iterator iterator = IDS.get("c:" + val) + .iterator(); + while (iterator.hasNext()) { + String s = iterator.next(); + stream.printf("\"%s\"%s", s, iterator.hasNext() ? ',' : ""); + } + stream.println("]}"); + } + + private static void write(Iterator str, int entries) { + String tag = str.next(); + for (int i = 0; i < entries; i++) { + IDS.put(tag, str.next()); + } + } +} diff --git a/src/test/resources/tags.html b/src/test/resources/tags.html new file mode 100644 index 000000000..84d2a7c37 --- /dev/null +++ b/src/test/resources/tags.html @@ -0,0 +1,1823 @@ +c:advanced_alloy_ingots +techreborn:advanced_alloy_ingot +c:advanced_alloy_plates +techreborn:advanced_alloy_plate +c:alexandrite +more_gems:alexandrite +c:almandine_dusts +techreborn:almandine_dust +c:almandine_small_dusts +techreborn:almandine_small_dust +2 +c:aluminum_blocks +c:aluminum_block +techreborn:aluminum_storage_block +2 +c:aluminum_dusts +c:aluminum_dust +techreborn:aluminum_dust +c:aluminum_gears +c:aluminum_gear +2 +c:aluminum_ingots +c:aluminum_ingot +techreborn:aluminum_ingot +2 +c:aluminum_nuggets +c:aluminum_nugget +techreborn:aluminum_nugget +3 +c:aluminum_ores +c:aluminum_ore +c:aluminum_nether_ore +c:aluminum_end_ore +2 +c:aluminum_plates +c:aluminum_plate +techreborn:aluminum_plate +c:aluminum_small_dusts +techreborn:aluminum_small_dust +c:amethyst +more_gems:amethyst +c:amethyst_blocks +c:amethyst_block +c:amethyst_dusts +c:amethyst_dust +c:amethyst_gears +c:amethyst_gear +3 +c:amethyst_ores +c:amethyst_ore +c:amethyst_nether_ore +c:amethyst_end_ore +c:amethyst_plates +c:amethyst_plate +c:amethysts +c:amethyst +c:ancient_debris +minecraft:ancient_debris +c:andesite_dusts +techreborn:andesite_dust +c:andesite_small_dusts +techreborn:andesite_small_dust +c:andradite_dusts +techreborn:andradite_dust +c:andradite_small_dusts +techreborn:andradite_small_dust +c:ashes_dusts +techreborn:ashes_dust +c:ashes_small_dusts +techreborn:ashes_small_dust +c:asterite_blocks +astromine:asterite_block +c:asterite_dusts +astromine:asterite_dust +c:asterite_fragments +astromine:asterite_fragment +c:asterite_nuggets +#c:asterite_fragments +c:asterite_ores +#c:asteroid_asterite_ores +c:asterite_tiny_dusts +astromine:asterite_tiny_dust +c:asterites +astromine:asterite +c:asteroid_asterite_clusters +astromine:asteroid_asterite_cluster +c:asteroid_asterite_ores +astromine:asteroid_asterite_ore +c:asteroid_coal_clusters +astromine:asteroid_coal_cluster +c:asteroid_coal_ores +astromine:asteroid_coal_ore +c:asteroid_copper_clusters +astromine:asteroid_copper_cluster +c:asteroid_copper_ores +astromine:asteroid_copper_ore +c:asteroid_diamond_clusters +astromine:asteroid_diamond_cluster +c:asteroid_diamond_ores +astromine:asteroid_diamond_ore +c:asteroid_emerald_clusters +astromine:asteroid_emerald_cluster +c:asteroid_emerald_ores +astromine:asteroid_emerald_ore +c:asteroid_galaxium_clusters +astromine:asteroid_galaxium_cluster +c:asteroid_galaxium_ores +astromine:asteroid_galaxium_ore +c:asteroid_gold_clusters +astromine:asteroid_gold_cluster +c:asteroid_gold_ores +astromine:asteroid_gold_ore +c:asteroid_iron_clusters +astromine:asteroid_iron_cluster +c:asteroid_iron_ores +astromine:asteroid_iron_ore +c:asteroid_lapis_clusters +astromine:asteroid_lapis_cluster +c:asteroid_lapis_ores +astromine:asteroid_lapis_ore +c:asteroid_lead_clusters +astromine:asteroid_lead_cluster +c:asteroid_lead_ores +astromine:asteroid_lead_ore +c:asteroid_metite_clusters +astromine:asteroid_metite_cluster +c:asteroid_metite_ores +astromine:asteroid_metite_ore +c:asteroid_redstone_clusters +astromine:asteroid_redstone_cluster +c:asteroid_redstone_ores +astromine:asteroid_redstone_ore +c:asteroid_silver_clusters +astromine:asteroid_silver_cluster +c:asteroid_silver_ores +astromine:asteroid_silver_ore +c:asteroid_stellum_clusters +astromine:asteroid_stellum_cluster +c:asteroid_stellum_ores +astromine:asteroid_stellum_ore +c:asteroid_tin_clusters +astromine:asteroid_tin_cluster +c:asteroid_tin_ores +astromine:asteroid_tin_ore +2 +c:basalt +minecraft:basalt +minecraft:polished_basalt +c:basalt_dusts +techreborn:basalt_dust +c:basalt_small_dusts +techreborn:basalt_small_dust +c:bauxite_dusts +techreborn:bauxite_dust +c:bauxite_ores +techreborn:bauxite_ore +c:bauxite_small_dusts +techreborn:bauxite_small_dust +c:black_dyes +minecraft:black_dye +c:blue_dyes +minecraft:blue_dye +15 +c:boots +astromine:tin_boots +astromine:copper_boots +astromine:silver_boots +astromine:lead_boots +astromine:steel_boots +astromine:bronze_boots +astromine:electrum_boots +astromine:rose_gold_boots +astromine:sterling_silver_boots +astromine:fools_gold_boots +astromine:metite_boots +astromine:asterite_boots +astromine:stellum_boots +astromine:galaxium_boots +astromine:univite_boots +2 +c:brass_blocks +c:brass_block +techreborn:brass_storage_block +2 +c:brass_dusts +c:brass_dust +techreborn:brass_dust +c:brass_gears +c:brass_gear +3 +c:brass_ingots +c:brass_ingot +mechanized:brass_ingot +techreborn:brass_ingot +2 +c:brass_nuggets +c:brass_nugget +techreborn:brass_nugget +2 +c:brass_plates +c:brass_plate +techreborn:brass_plate +c:brass_small_dusts +techreborn:brass_small_dust +3 +c:bronze_blocks +astromine:bronze_block +c:bronze_block +techreborn:bronze_storage_block +3 +c:bronze_dusts +astromine:bronze_dust +c:bronze_dust +techreborn:bronze_dust +2 +c:bronze_gears +astromine:bronze_gear +c:bronze_gear +3 +c:bronze_ingots +astromine:bronze_ingot +c:bronze_ingot +techreborn:bronze_ingot +3 +c:bronze_nuggets +astromine:bronze_nugget +c:bronze_nugget +techreborn:bronze_nugget +3 +c:bronze_plates +astromine:bronze_plates +c:bronze_plate +techreborn:bronze_plate +c:bronze_small_dusts +techreborn:bronze_small_dust +c:bronze_tiny_dusts +astromine:bronze_tiny_dust +c:brown_dyes +minecraft:brown_dye +c:calcite_dusts +techreborn:calcite_dust +c:calcite_small_dusts +techreborn:calcite_small_dust +c:carbon_plates +techreborn:carbon_plate +c:carbonado +more_gems:carbonado +c:carbs +minecraft:potato +2 +c:certus_quartz_crystals +appliedenergistics2:certus_quartz_crystal +appliedenergistics2:charged_certus_quartz_crystal +2 +c:certus_quartz_ores +appliedenergistics2:quartz_ore +appliedenergistics2:charged_quartz_ore +c:charcoal +minecraft:charcoal +2 +c:charcoal_dusts +astromine:charcoal_dust +techreborn:charcoal_dust +c:charcoal_small_dusts +techreborn:charcoal_small_dust +c:charcoal_tiny_dusts +astromine:charcoal_tiny_dust +3 +c:chest +minecraft:chest +minecraft:trapped_chest +expandedstorage:wood_chest +15 +c:chestplates +astromine:tin_chestplate +astromine:copper_chestplate +astromine:silver_chestplate +astromine:lead_chestplate +astromine:steel_chestplate +astromine:bronze_chestplate +astromine:electrum_chestplate +astromine:rose_gold_chestplate +astromine:sterling_silver_chestplate +astromine:fools_gold_chestplate +astromine:metite_chestplate +astromine:asterite_chestplate +astromine:stellum_chestplate +astromine:galaxium_chestplate +astromine:univite_chestplate +c:chrome_blocks +techreborn:chrome_storage_block +c:chrome_dusts +techreborn:chrome_dust +c:chrome_ingots +techreborn:chrome_ingot +c:chrome_nuggets +techreborn:chrome_nugget +c:chrome_plates +techreborn:chrome_plate +c:chrome_small_dusts +techreborn:chrome_small_dust +c:cinnabar_dusts +techreborn:cinnabar_dust +c:cinnabar_ores +techreborn:cinnabar_ore +c:cinnabar_small_dusts +techreborn:cinnabar_small_dust +c:citrine +more_gems:citrine +c:clay_dusts +techreborn:clay_dust +c:clay_small_dusts +techreborn:clay_small_dust +c:coal +minecraft:coal +c:coal_blocks +minecraft:coal_block +c:coal_coke_blocks +c:coal_coke_block +c:coal_cokes +c:coal_coke +3 +c:coal_dusts +astromine:coal_dust +indrev:coal_dust +techreborn:coal_dust +2 +c:coal_ores +minecraft:coal_ore +#c:asteroid_coal_ores +c:coal_plates +techreborn:coal_plate +c:coal_small_dusts +techreborn:coal_small_dust +c:coal_tiny_dusts +astromine:coal_tiny_dust +c:cobalt_blocks +c:cobalt_block +c:cobalt_dusts +c:cobalt_dust +c:cobalt_gears +c:cobalt_gear +c:cobalt_ingots +c:cobalt_ingot +c:cobalt_nuggets +c:cobalt_nugget +3 +c:cobalt_ores +c:cobalt_ore +c:cobalt_nether_ore +c:cobalt_end_ore +c:cobalt_plates +c:cobalt_plate +c:cobblestones +minecraft:cobblestone +16 +c:concrete +minecraft:white_concrete +minecraft:orange_concrete +minecraft:magenta_concrete +minecraft:light_blue_concrete +minecraft:yellow_concrete +minecraft:lime_concrete +minecraft:pink_concrete +minecraft:gray_concrete +minecraft:light_gray_concrete +minecraft:cyan_concrete +minecraft:purple_concrete +minecraft:blue_concrete +minecraft:brown_concrete +minecraft:green_concrete +minecraft:red_concrete +minecraft:black_concrete +16 +c:concrete_powder +minecraft:white_concrete_powder +minecraft:orange_concrete_powder +minecraft:magenta_concrete_powder +minecraft:light_blue_concrete_powder +minecraft:yellow_concrete_powder +minecraft:lime_concrete_powder +minecraft:pink_concrete_powder +minecraft:gray_concrete_powder +minecraft:light_gray_concrete_powder +minecraft:cyan_concrete_powder +minecraft:purple_concrete_powder +minecraft:blue_concrete_powder +minecraft:brown_concrete_powder +minecraft:green_concrete_powder +minecraft:red_concrete_powder +minecraft:black_concrete_powder +c:cooked_meat +epicurean:tofu +3 +c:copper_blocks +astromine:copper_block +c:copper_block +techreborn:copper_storage_block +4 +c:copper_dusts +astromine:copper_dust +c:copper_dust +indrev:copper_dust +techreborn:copper_dust +2 +c:copper_gears +astromine:copper_gear +c:copper_gear +c:copper_ingot +mechanized:copper_ingot +6 +c:copper_ingots +astromine:copper_ingot +c:copper_ingot +ironchest,indrev:copper_ingot +#c:copper_ingot +mechanized:copper_ingot +techreborn:copper_ingot +3 +c:copper_nuggets +astromine:copper_nugget +c:copper_nugget +techreborn:copper_nugget +c:copper_ore +mechanized:copper_ore +8 +c:copper_ores +astromine:copper_ore +#c:asteroid_copper_ores +c:copper_ore +c:copper_nether_ore +c:copper_end_ore +indrev:copper_ore +mechanized:copper_ore +techreborn:copper_ore +4 +c:copper_plates +astromine:copper_plates +c:copper_plate +indrev:copper_plate +techreborn:copper_plate +c:copper_small_dusts +techreborn:copper_small_dust +c:copper_tiny_dusts +astromine:copper_tiny_dust +c:copper_wires +astromine:copper_wire +c:corn +veggie_way:corn +c:corundum +more_gems:corundum +c:cyan_dyes +minecraft:cyan_dye +2 +c:dark_ashes_dusts +cinderscapes:ash_pile +techreborn:dark_ashes_dust +c:dark_ashes_small_dusts +techreborn:dark_ashes_small_dust +c:diamond_blocks +minecraft:diamond_block +4 +c:diamond_dusts +astromine:diamond_dust +c:diamond_dust +indrev:diamond_dust +techreborn:diamond_dust +c:diamond_fragments +astromine:diamond_fragment +c:diamond_gears +c:diamond_gear +2 +c:diamond_nuggets +#c:diamond_fragments +techreborn:diamond_nugget +2 +c:diamond_ores +minecraft:diamond_ore +#c:asteroid_diamond_ores +2 +c:diamond_plates +c:diamond_plate +techreborn:diamond_plate +c:diamond_small_dusts +techreborn:diamond_small_dust +c:diamond_tiny_dusts +astromine:diamond_tiny_dust +c:diamonds +minecraft:diamond +c:diorite_dusts +techreborn:diorite_dust +c:diorite_small_dusts +techreborn:diorite_small_dust +16 +c:dye_any +#c:dye_black +#c:dye_blue +#c:dye_brown +#c:dye_cyan +#c:dye_gray +#c:dye_green +#c:dye_light_blue +#c:dye_light_gray +#c:dye_lime +#c:dye_magenta +#c:dye_orange +#c:dye_pink +#c:dye_purple +#c:dye_red +#c:dye_white +#c:dye_yellow +c:dye_black +minecraft:black_dye +c:dye_blue +minecraft:blue_dye +c:dye_brown +minecraft:brown_dye +c:dye_cyan +minecraft:cyan_dye +c:dye_gray +minecraft:gray_dye +c:dye_green +minecraft:green_dye +c:dye_light_blue +minecraft:light_blue_dye +c:dye_light_gray +minecraft:light_gray_dye +c:dye_lime +minecraft:lime_dye +c:dye_magenta +minecraft:magenta_dye +c:dye_orange +minecraft:orange_dye +c:dye_pink +minecraft:pink_dye +c:dye_purple +minecraft:purple_dye +c:dye_red +minecraft:red_dye +c:dye_white +minecraft:white_dye +c:dye_yellow +minecraft:yellow_dye +3 +c:electrum_blocks +astromine:electrum_block +c:electrum_block +techreborn:electrum_storage_block +3 +c:electrum_dusts +astromine:electrum_dust +c:electrum_dust +techreborn:electrum_dust +2 +c:electrum_gears +astromine:electrum_gear +c:electrum_gear +3 +c:electrum_ingots +astromine:electrum_ingot +c:electrum_ingot +techreborn:electrum_ingot +3 +c:electrum_nuggets +astromine:electrum_nugget +c:electrum_nugget +techreborn:electrum_nugget +3 +c:electrum_plates +astromine:electrum_plates +c:electrum_plate +techreborn:electrum_plate +c:electrum_small_dusts +techreborn:electrum_small_dust +c:electrum_tiny_dusts +astromine:electrum_tiny_dust +c:electrum_wires +astromine:electrum_wire +c:emerald_blocks +minecraft:emerald_block +3 +c:emerald_dusts +astromine:emerald_dust +c:emerald_dust +techreborn:emerald_dust +c:emerald_fragments +astromine:emerald_fragment +c:emerald_gears +c:emerald_gear +2 +c:emerald_nuggets +#c:emerald_fragments +techreborn:emerald_nugget +2 +c:emerald_ores +minecraft:emerald_ore +#c:asteroid_emerald_ores +2 +c:emerald_plates +c:emerald_plate +techreborn:emerald_plate +c:emerald_small_dusts +techreborn:emerald_small_dust +c:emerald_tiny_dusts +astromine:emerald_tiny_dust +c:emeralds +minecraft:emerald +c:ender_eye_dusts +techreborn:ender_eye_dust +c:ender_eye_small_dusts +techreborn:ender_eye_small_dust +2 +c:ender_pearl_dusts +appliedenergistics2:ender_dust +techreborn:ender_pearl_dust +c:ender_pearl_small_dusts +techreborn:ender_pearl_small_dust +c:ender_pearls +minecraft:ender_pearl +c:endstone_dusts +techreborn:endstone_dust +c:endstone_small_dusts +techreborn:endstone_small_dust +c:flint_dusts +techreborn:flint_dust +c:flint_small_dusts +techreborn:flint_small_dust +c:flour +veggie_way:flour +c:fools_gold_blocks +astromine:fools_gold_block +c:fools_gold_dusts +astromine:fools_gold_dust +c:fools_gold_gears +astromine:fools_gold_gear +c:fools_gold_ingots +astromine:fools_gold_ingot +c:fools_gold_nuggets +astromine:fools_gold_nugget +c:fools_gold_plates +astromine:fools_gold_plates +c:fools_gold_tiny_dusts +astromine:fools_gold_tiny_dust +7 +c:fruits +minecraft:beetroot +minecraft:apple +minecraft:melon_slice +minecraft:sweet_berries +minecraft:honeycomb +minecraft:sugar_cane +veggie_way:cactus_chunk +c:galaxium_blocks +astromine:galaxium_block +c:galaxium_dusts +astromine:galaxium_dust +c:galaxium_fragments +astromine:galaxium_fragment +c:galaxium_nuggets +#c:galaxium_fragments +c:galaxium_ores +#c:asteroid_galaxium_ores +c:galaxium_tiny_dusts +astromine:galaxium_tiny_dust +c:galaxiums +astromine:galaxium +c:galena_dusts +techreborn:galena_dust +c:galena_ores +techreborn:galena_ore +c:galena_small_dusts +techreborn:galena_small_dust +11 +c:gems +more_gems:citrine +more_gems:tourmaline +more_gems:topaz +more_gems:alexandrite +more_gems:corundum +more_gems:sapphire +more_gems:carbonado +more_gems:amethyst +more_gems:ruby +minecraft:diamond +minecraft:emerald +17 +c:glass +minecraft:glass +minecraft:white_stained_glass +minecraft:orange_stained_glass +minecraft:magenta_stained_glass +minecraft:light_blue_stained_glass +minecraft:yellow_stained_glass +minecraft:lime_stained_glass +minecraft:pink_stained_glass +minecraft:gray_stained_glass +minecraft:light_gray_stained_glass +minecraft:cyan_stained_glass +minecraft:purple_stained_glass +minecraft:blue_stained_glass +minecraft:brown_stained_glass +minecraft:green_stained_glass +minecraft:red_stained_glass +minecraft:black_stained_glass +33 +c:glass_blocks +minecraft:glass +minecraft:white_stained_glass +appliedenergistics2,minecraft:orange_stained_glass +appliedenergistics2,minecraft:magenta_stained_glass +appliedenergistics2,minecraft:light_blue_stained_glass +appliedenergistics2,minecraft:yellow_stained_glass +appliedenergistics2,minecraft:lime_stained_glass +appliedenergistics2,minecraft:pink_stained_glass +appliedenergistics2,minecraft:gray_stained_glass +appliedenergistics2,minecraft:light_gray_stained_glass +appliedenergistics2,minecraft:cyan_stained_glass +appliedenergistics2,minecraft:purple_stained_glass +appliedenergistics2,minecraft:blue_stained_glass +appliedenergistics2,minecraft:brown_stained_glass +appliedenergistics2,minecraft:green_stained_glass +appliedenergistics2,minecraft:red_stained_glass +appliedenergistics2,minecraft:black_stained_glass +appliedenergistics2,xb:g +xb:gk +xb:gb +xb:gw +xb:gc +xb:gn +xb:gg +xb:gu +xb:ga +xb:gl +xb:gm +xb:go +xb:gp +xb:gv +xb:gr +xb:gy +17 +c:glass_panes +minecraft:glass_pane +minecraft:black_stained_glass_pane +minecraft:white_stained_glass_pane +minecraft:gray_stained_glass_pane +minecraft:light_gray_stained_glass_pane +minecraft:blue_stained_glass_pane +minecraft:light_blue_stained_glass_pane +minecraft:cyan_stained_glass_pane +minecraft:lime_stained_glass_pane +minecraft:green_stained_glass_pane +minecraft:orange_stained_glass_pane +minecraft:yellow_stained_glass_pane +minecraft:red_stained_glass_pane +minecraft:magenta_stained_glass_pane +minecraft:brown_stained_glass_pane +minecraft:purple_stained_glass_pane +minecraft:pink_stained_glass_pane +c:glowstone_dusts +minecraft:glowstone_dust +c:glowstone_small_dusts +techreborn:glowstone_small_dust +c:gold_blocks +minecraft:gold_block +5 +c:gold_dusts +appliedenergistics2:gold_dust +astromine:gold_dust +c:gold_dust +indrev:gold_dust +techreborn:gold_dust +2 +c:gold_gears +astromine:gold_gear +c:gold_gear +c:gold_ingots +minecraft:gold_ingot +c:gold_nuggets +minecraft:gold_nugget +3 +c:gold_ores +minecraft:gold_ore +#c:asteroid_gold_ores +minecraft:nether_gold_ore +4 +c:gold_plates +astromine:gold_plates +c:gold_plate +indrev:gold_plate +techreborn:gold_plate +c:gold_small_dusts +techreborn:gold_small_dust +c:gold_tiny_dusts +astromine:gold_tiny_dust +c:gold_wires +astromine:gold_wire +c:grain +minecraft:wheat +c:granite_dusts +techreborn:granite_dust +c:granite_small_dusts +techreborn:granite_small_dust +c:gray_dyes +minecraft:gray_dye +c:green_dyes +minecraft:green_dye +c:grossular_dusts +techreborn:grossular_dust +c:grossular_small_dusts +techreborn:grossular_small_dust +15 +c:helmets +astromine:tin_helmet +astromine:copper_helmet +astromine:silver_helmet +astromine:lead_helmet +astromine:steel_helmet +astromine:bronze_helmet +astromine:electrum_helmet +astromine:rose_gold_helmet +astromine:sterling_silver_helmet +astromine:fools_gold_helmet +astromine:metite_helmet +astromine:asterite_helmet +astromine:stellum_helmet +astromine:galaxium_helmet +astromine:univite_helmet +c:hot_tungstensteel_ingots +techreborn:hot_tungstensteel_ingot +c:hot_tungstensteel_nuggets +techreborn:hot_tungstensteel_nugget +c:invar_blocks +techreborn:invar_storage_block +c:invar_dusts +techreborn:invar_dust +c:invar_ingots +techreborn:invar_ingot +c:invar_nuggets +techreborn:invar_nugget +c:invar_plates +techreborn:invar_plate +c:invar_small_dusts +techreborn:invar_small_dust +c:iridium_alloy_ingots +techreborn:iridium_alloy_ingot +c:iridium_alloy_plates +techreborn:iridium_alloy_plate +2 +c:iridium_blocks +c:iridium_block +techreborn:iridium_storage_block +c:iridium_dusts +c:iridium_dust +c:iridium_gears +c:iridium_gear +2 +c:iridium_ingots +c:iridium_ingot +techreborn:iridium_ingot +2 +c:iridium_nuggets +c:iridium_nugget +techreborn:iridium_nugget +4 +c:iridium_ores +c:iridium_ore +c:iridium_nether_ore +c:iridium_end_ore +techreborn:iridium_ore +2 +c:iridium_plates +c:iridium_plate +techreborn:iridium_plate +c:iridium_reinforced_stone_blocks +techreborn:iridium_reinforced_stone_storage_block +c:iridium_reinforced_tungstensteel_blocks +techreborn:iridium_reinforced_tungstensteel_storage_block +c:iron_blocks +minecraft:iron_block +5 +c:iron_dusts +appliedenergistics2:iron_dust +astromine:iron_dust +c:iron_dust +indrev:iron_dust +techreborn:iron_dust +2 +c:iron_gears +astromine:iron_gear +c:iron_gear +c:iron_ingots +minecraft:iron_ingot +c:iron_nuggets +minecraft:iron_nugget +2 +c:iron_ores +minecraft:iron_ore +#c:asteroid_iron_ores +4 +c:iron_plates +astromine:iron_plates +c:iron_plate +indrev:iron_plate +techreborn:iron_plate +c:iron_small_dusts +techreborn:iron_small_dust +c:iron_tiny_dusts +astromine:iron_tiny_dust +c:lapis_blocks +minecraft:lapis_block +c:lapis_dusts +astromine:lapis_dust +c:lapis_lazulis +minecraft:lapis_lazuli +2 +c:lapis_ores +minecraft:lapis_ore +#c:asteroid_lapis_ores +c:lapis_plates +techreborn:lapis_plate +c:lapis_tiny_dusts +astromine:lapis_tiny_dust +c:lazurite_dusts +techreborn:lazurite_dust +c:lazurite_plates +techreborn:lazurite_plate +c:lazurite_small_dusts +techreborn:lazurite_small_dust +3 +c:lead_blocks +astromine:lead_block +c:lead_block +techreborn:lead_storage_block +3 +c:lead_dusts +astromine:lead_dust +c:lead_dust +techreborn:lead_dust +2 +c:lead_gears +astromine:lead_gear +c:lead_gear +3 +c:lead_ingots +astromine:lead_ingot +c:lead_ingot +techreborn:lead_ingot +3 +c:lead_nuggets +astromine:lead_nugget +c:lead_nugget +techreborn:lead_nugget +6 +c:lead_ores +astromine:lead_ore +#c:asteroid_lead_ores +c:lead_ore +c:lead_nether_ore +c:lead_end_ore +techreborn:lead_ore +3 +c:lead_plates +astromine:lead_plates +c:lead_plate +techreborn:lead_plate +c:lead_small_dusts +techreborn:lead_small_dust +c:lead_tiny_dusts +astromine:lead_tiny_dust +c:lead_wires +astromine:lead_wire +c:leather +minecraft:leather +15 +c:leggings +astromine:tin_leggings +astromine:copper_leggings +astromine:silver_leggings +astromine:lead_leggings +astromine:steel_leggings +astromine:bronze_leggings +astromine:electrum_leggings +astromine:rose_gold_leggings +astromine:sterling_silver_leggings +astromine:fools_gold_leggings +astromine:metite_leggings +astromine:asterite_leggings +astromine:stellum_leggings +astromine:galaxium_leggings +astromine:univite_leggings +c:lentil +veggie_way:lentil +c:light_blue_dyes +minecraft:light_blue_dye +c:light_gray_dyes +minecraft:light_gray_dye +c:lime_dyes +minecraft:lime_dye +5 +c:limestone +blockus:limestone +blockus:limestone_bricks +blockus:limestone_pillar +blockus:chiseled_limestone +blockus:limestone_circle_pavement +c:magenta_dyes +minecraft:magenta_dye +c:magnalium_plates +techreborn:magnalium_plate +c:magnesium_dusts +techreborn:magnesium_dust +c:magnesium_small_dusts +techreborn:magnesium_small_dust +c:manganese_dusts +techreborn:manganese_dust +c:manganese_small_dusts +techreborn:manganese_small_dust +6 +c:marble +blockus:marble +blockus:marble_bricks +blockus:marble_pillar +blockus:chiseled_marble_pillar +blockus:chiseled_marble +blockus:marble_circle_pavement +c:marble_dusts +techreborn:marble_dust +c:marble_small_dusts +techreborn:marble_small_dust +c:meteor_metite_clusters +astromine:meteor_metite_cluster +c:meteor_metite_ores +astromine:meteor_metite_ore +c:metite_blocks +astromine:metite_block +c:metite_dusts +astromine:metite_dust +c:metite_gears +astromine:metite_gear +c:metite_ingots +astromine:metite_ingot +c:metite_nuggets +astromine:metite_nugget +2 +c:metite_ores +#c:meteor_metite_ores +#c:asteroid_metite_ores +c:metite_plates +astromine:metite_plates +c:metite_tiny_dusts +astromine:metite_tiny_dust +c:mixed_metal_ingots +techreborn:mixed_metal_ingot +c:netherite_blocks +minecraft:netherite_block +c:netherite_dusts +astromine:netherite_dust +c:netherite_gears +astromine:netherite_gear +c:netherite_ingots +minecraft:netherite_ingot +c:netherite_nuggets +astromine:netherite_nugget +c:netherite_plates +astromine:netherite_plates +c:netherite_scraps +minecraft:netherite_scrap +c:netherite_tiny_dusts +astromine:netherite_tiny_dust +c:netherrack_dusts +techreborn:netherrack_dust +c:netherrack_small_dusts +techreborn:netherrack_small_dust +c:nickel_blocks +techreborn:nickel_storage_block +c:nickel_dusts +techreborn:nickel_dust +c:nickel_ingots +techreborn:nickel_ingot +c:nickel_nuggets +techreborn:nickel_nugget +c:nickel_plates +techreborn:nickel_plate +c:nickel_small_dusts +techreborn:nickel_small_dust +c:obsidian_dusts +techreborn:obsidian_dust +c:obsidian_plates +techreborn:obsidian_plate +c:obsidian_small_dusts +techreborn:obsidian_small_dust +c:olivine_dusts +techreborn:olivine_dust +c:olivine_small_dusts +techreborn:olivine_small_dust +c:orange_dyes +minecraft:orange_dye +c:osmium_blocks +c:osmium_block +c:osmium_dusts +c:osmium_dust +c:osmium_gears +c:osmium_gear +c:osmium_ingots +c:osmium_ingot +c:osmium_nuggets +c:osmium_nugget +3 +c:osmium_ores +c:osmium_ore +c:osmium_nether_ore +c:osmium_end_ore +c:osmium_plates +c:osmium_plate +c:palladium_blocks +c:palladium_block +c:palladium_dusts +c:palladium_dust +c:palladium_gears +c:palladium_gear +c:palladium_ingots +c:palladium_ingot +c:palladium_nuggets +c:palladium_nugget +3 +c:palladium_ores +c:palladium_ore +c:palladium_nether_ore +c:palladium_end_ore +c:palladium_plates +c:palladium_plate +2 +c:peridot_blocks +c:peridot_block +techreborn:peridot_storage_block +2 +c:peridot_dusts +c:peridot_dust +techreborn:peridot_dust +c:peridot_gears +c:peridot_gear +c:peridot_gems +techreborn:peridot_gem +4 +c:peridot_ores +c:peridot_ore +c:peridot_nether_ore +c:peridot_end_ore +techreborn:peridot_ore +2 +c:peridot_plates +c:peridot_plate +techreborn:peridot_plate +c:peridot_small_dusts +techreborn:peridot_small_dust +c:peridots +c:peridot +c:phosphorous_dusts +techreborn:phosphorous_dust +c:phosphorous_small_dusts +techreborn:phosphorous_small_dust +10 +c:pickaxes +more_gems:citrine_pickaxe +more_gems:tourmaline_pickaxe +more_gems:amethyst_pickaxe +more_gems:emerald_pickaxe +more_gems:topaz_pickaxe +more_gems:alexandrite_pickaxe +more_gems:corundum_pickaxe +more_gems:sapphire_pickaxe +more_gems:ruby_pickaxe +more_gems:carbonado_pickaxe +c:pink_dyes +minecraft:pink_dye +2 +c:platinum_blocks +c:platinum_block +techreborn:platinum_storage_block +2 +c:platinum_dusts +c:platinum_dust +techreborn:platinum_dust +c:platinum_gears +c:platinum_gear +2 +c:platinum_ingots +c:platinum_ingot +techreborn:platinum_ingot +2 +c:platinum_nuggets +c:platinum_nugget +techreborn:platinum_nugget +3 +c:platinum_ores +c:platinum_ore +c:platinum_nether_ore +c:platinum_end_ore +2 +c:platinum_plates +c:platinum_plate +techreborn:platinum_plate +c:platinum_small_dusts +techreborn:platinum_small_dust +c:plutonium_blocks +c:plutonium_block +c:plutonium_dusts +c:plutonium_dust +c:plutonium_gears +c:plutonium_gear +c:plutonium_ingots +c:plutonium_ingot +c:plutonium_nuggets +c:plutonium_nugget +c:plutonium_plates +c:plutonium_plate +4 +c:protein +veggie_way:quinoa +veggie_way:lentil +veggie_way:soybean +veggie_way:cooked_tofu +c:purple_dyes +minecraft:purple_dye +c:pyrite_blocks +#c:fools_gold_blocks +2 +c:pyrite_dusts +#c:fools_gold_dusts +techreborn:pyrite_dust +c:pyrite_gears +#c:fools_gold_gears +c:pyrite_ingots +#c:fools_gold_ingots +c:pyrite_nuggets +#c:fools_gold_nuggets +c:pyrite_ores +techreborn:pyrite_ore +c:pyrite_plates +#c:fools_gold_plates +c:pyrite_small_dusts +techreborn:pyrite_small_dust +c:pyrite_tiny_dusts +#c:fools_gold_tiny_dusts +c:pyrope_dusts +techreborn:pyrope_dust +c:pyrope_small_dusts +techreborn:pyrope_small_dust +4 +c:quartz +minecraft:quartz +cinderscapes:smoky_quartz +cinderscapes:rose_quartz +cinderscapes:sulfur_quartz +3 +c:quartz_dusts +appliedenergistics2:nether_quartz_dust +astromine:quartz_dust +techreborn:quartz_dust +c:quartz_fragments +astromine:quartz_fragment +c:quartz_nuggets +#c:quartz_fragments +c:quartz_ores +minecraft:nether_quartz_ore +c:quartz_plates +techreborn:quartz_plate +c:quartz_small_dusts +techreborn:quartz_small_dust +c:quartz_tiny_dusts +astromine:quartz_tiny_dust +c:quinoa +veggie_way:quinoa_seeds +c:raw_netherite_dusts +astromine:raw_netherite_dust +c:raw_netherite_tiny_dusts +astromine:raw_netherite_tiny_dust +c:red_dyes +minecraft:red_dye +c:red_garnet_blocks +techreborn:red_garnet_storage_block +c:red_garnet_dusts +techreborn:red_garnet_dust +c:red_garnet_gems +techreborn:red_garnet_gem +c:red_garnet_plates +techreborn:red_garnet_plate +c:red_garnet_small_dusts +techreborn:red_garnet_small_dust +c:redstone_blocks +minecraft:redstone_block +c:redstone_dusts +minecraft:redstone +2 +c:redstone_ores +minecraft:redstone_ore +#c:asteroid_redstone_ores +c:redstone_plates +techreborn:redstone_plate +c:redstone_small_dusts +techreborn:redstone_small_dust +c:redstone_tiny_dusts +astromine:redstone_tiny_dust +c:refined_iron_blocks +techreborn:refined_iron_storage_block +c:refined_iron_ingots +techreborn:refined_iron_ingot +c:refined_iron_nuggets +techreborn:refined_iron_nugget +c:refined_iron_plates +techreborn:refined_iron_plate +c:rose_gold_blocks +astromine:rose_gold_block +c:rose_gold_dusts +astromine:rose_gold_dust +c:rose_gold_gears +astromine:rose_gold_gear +c:rose_gold_ingots +astromine:rose_gold_ingot +c:rose_gold_nuggets +astromine:rose_gold_nugget +c:rose_gold_plates +astromine:rose_gold_plates +c:rose_gold_tiny_dusts +astromine:rose_gold_tiny_dust +3 +c:rubies +c:ruby +earthtojavamobs:ruby +techreborn:ruby_gem +c:ruby +more_gems:ruby +3 +c:ruby_blocks +c:ruby_block +earthtojavamobs:ruby_block +techreborn:ruby_storage_block +2 +c:ruby_dusts +c:ruby_dust +techreborn:ruby_dust +c:ruby_gears +c:ruby_gear +5 +c:ruby_ores +c:ruby_ore +c:ruby_nether_ore +c:ruby_end_ore +earthtojavamobs:ruby_ore +techreborn:ruby_ore +2 +c:ruby_plates +c:ruby_plate +techreborn:ruby_plate +c:ruby_small_dusts +techreborn:ruby_small_dust +c:salt +epicurean:salt +c:saltpeter_dusts +techreborn:saltpeter_dust +c:saltpeter_small_dusts +techreborn:saltpeter_small_dust +2 +c:sand_blocks +minecraft:sand +minecraft:red_sand +c:sapphire +more_gems:sapphire +2 +c:sapphire_blocks +c:sapphire_block +techreborn:sapphire_storage_block +2 +c:sapphire_dusts +c:sapphire_dust +techreborn:sapphire_dust +c:sapphire_gears +c:sapphire_gear +4 +c:sapphire_ores +c:sapphire_ore +c:sapphire_nether_ore +c:sapphire_end_ore +techreborn:sapphire_ore +2 +c:sapphire_plates +c:sapphire_plate +techreborn:sapphire_plate +c:sapphire_small_dusts +techreborn:sapphire_small_dust +2 +c:sapphires +c:sapphire +techreborn:sapphire_gem +c:saw_dusts +techreborn:saw_dust +c:saw_small_dusts +techreborn:saw_small_dust +c:sheldonite_ores +techreborn:sheldonite_ore +c:silicon_plates +techreborn:silicon_plate +3 +c:silver_blocks +astromine:silver_block +c:silver_block +techreborn:silver_storage_block +3 +c:silver_dusts +astromine:silver_dust +c:silver_dust +techreborn:silver_dust +2 +c:silver_gears +astromine:silver_gear +c:silver_gear +4 +c:silver_ingots +astromine:silver_ingot +c:silver_ingot +ironchest,#c:silver_ingot +techreborn:silver_ingot +3 +c:silver_nuggets +astromine:silver_nugget +c:silver_nugget +techreborn:silver_nugget +6 +c:silver_ores +astromine:silver_ore +#c:asteroid_silver_ores +c:silver_ore +c:silver_nether_ore +c:silver_end_ore +techreborn:silver_ore +3 +c:silver_plates +astromine:silver_plates +c:silver_plate +techreborn:silver_plate +c:silver_small_dusts +techreborn:silver_small_dust +c:silver_tiny_dusts +astromine:silver_tiny_dust +c:silver_wires +astromine:silver_wire +c:sodalite_dusts +techreborn:sodalite_dust +c:sodalite_ores +techreborn:sodalite_ore +c:sodalite_small_dusts +techreborn:sodalite_small_dust +c:soybean +veggie_way:soybean +c:spessartine_dusts +techreborn:spessartine_dust +c:spessartine_small_dusts +techreborn:spessartine_small_dust +c:sphalerite_dusts +techreborn:sphalerite_dust +c:sphalerite_ores +techreborn:sphalerite_ore +c:sphalerite_small_dusts +techreborn:sphalerite_small_dust +3 +c:steel_blocks +astromine:steel_block +c:steel_block +techreborn:steel_storage_block +4 +c:steel_dusts +astromine:steel_dust +c:steel_dust +indrev:steel_dust +techreborn:steel_dust +2 +c:steel_gears +astromine:steel_gear +c:steel_gear +4 +c:steel_ingots +astromine:steel_ingot +c:steel_ingot +indrev:steel_ingot +techreborn:steel_ingot +3 +c:steel_nuggets +astromine:steel_nugget +c:steel_nugget +techreborn:steel_nugget +4 +c:steel_plates +astromine:steel_plates +c:steel_plate +indrev:steel_plate +techreborn:steel_plate +c:steel_small_dusts +techreborn:steel_small_dust +c:steel_tiny_dusts +astromine:steel_tiny_dust +c:steel_wires +astromine:steel_wire +c:stellum_blocks +astromine:stellum_block +c:stellum_dusts +astromine:stellum_dust +c:stellum_gears +astromine:stellum_gear +c:stellum_ingots +astromine:stellum_ingot +c:stellum_nuggets +astromine:stellum_nugget +c:stellum_ores +#c:asteroid_stellum_ores +c:stellum_plates +astromine:stellum_plates +c:stellum_tiny_dusts +astromine:stellum_tiny_dust +c:sterling_silver_blocks +astromine:sterling_silver_block +c:sterling_silver_dusts +astromine:sterling_silver_dust +c:sterling_silver_gears +astromine:sterling_silver_gear +c:sterling_silver_ingots +astromine:sterling_silver_ingot +c:sterling_silver_nuggets +astromine:sterling_silver_nugget +c:sterling_silver_plates +astromine:sterling_silver_plates +c:sterling_silver_tiny_dusts +astromine:sterling_silver_tiny_dust +c:stone_gears +c:stone_gear +c:stone_rod +adorn:stone_rod +4 +c:stones +minecraft:cobblestone +minecraft:granite +minecraft:diorite +minecraft:andesite +c:sulfur_dusts +techreborn:sulfur_dust +c:sulfur_ores +cinderscapes:sulfur_ore +c:sulfur_small_dusts +techreborn:sulfur_small_dust +c:sulfurs +cinderscapes:sulfur +17 +c:terracotta_blocks +minecraft:terracotta +minecraft:white_terracotta +minecraft:orange_terracotta +minecraft:magenta_terracotta +minecraft:light_blue_terracotta +minecraft:yellow_terracotta +minecraft:lime_terracotta +minecraft:pink_terracotta +minecraft:gray_terracotta +minecraft:light_gray_terracotta +minecraft:cyan_terracotta +minecraft:purple_terracotta +minecraft:blue_terracotta +minecraft:brown_terracotta +minecraft:green_terracotta +minecraft:red_terracotta +minecraft:black_terracotta +c:thorium_blocks +c:thorium_block +c:thorium_dusts +c:thorium_dust +c:thorium_gears +c:thorium_gear +c:thorium_ingots +c:thorium_ingot +c:thorium_nuggets +c:thorium_nugget +c:thorium_plates +c:thorium_plate +3 +c:tin_blocks +astromine:tin_block +c:tin_block +techreborn:tin_storage_block +4 +c:tin_dusts +astromine:tin_dust +c:tin_dust +indrev:tin_dust +techreborn:tin_dust +2 +c:tin_gears +astromine:tin_gear +c:tin_gear +4 +c:tin_ingots +astromine:tin_ingot +c:tin_ingot +indrev:tin_ingot +techreborn:tin_ingot +3 +c:tin_nuggets +astromine:tin_nugget +c:tin_nugget +techreborn:tin_nugget +7 +c:tin_ores +astromine:tin_ore +#c:asteroid_tin_ores +c:tin_ore +c:tin_nether_ore +c:tin_end_ore +indrev:tin_ore +techreborn:tin_ore +4 +c:tin_plates +astromine:tin_plates +c:tin_plate +indrev:tin_plate +techreborn:tin_plate +c:tin_small_dusts +techreborn:tin_small_dust +c:tin_tiny_dusts +astromine:tin_tiny_dust +c:tin_wires +astromine:tin_wire +2 +c:titanium_blocks +c:titanium_block +techreborn:titanium_storage_block +2 +c:titanium_dusts +c:titanium_dust +techreborn:titanium_dust +c:titanium_gears +c:titanium_gear +2 +c:titanium_ingots +c:titanium_ingot +techreborn:titanium_ingot +2 +c:titanium_nuggets +c:titanium_nugget +techreborn:titanium_nugget +3 +c:titanium_ores +c:titanium_ore +c:titanium_nether_ore +c:titanium_end_ore +2 +c:titanium_plates +c:titanium_plate +techreborn:titanium_plate +c:titanium_small_dusts +techreborn:titanium_small_dust +c:tofu +epicurean:tofu +c:topaz +more_gems:topaz +c:topaz_blocks +c:topaz_block +c:topaz_dusts +c:topaz_dust +c:topaz_gears +c:topaz_gear +3 +c:topaz_ores +c:topaz_ore +c:topaz_nether_ore +c:topaz_end_ore +c:topaz_plates +c:topaz_plate +c:topazes +c:topaz +c:tourmaline +more_gems:tourmaline +3 +c:tungsten_blocks +c:tungsten_block +endreborn:tungsten_block +techreborn:tungsten_storage_block +2 +c:tungsten_dusts +c:tungsten_dust +techreborn:tungsten_dust +c:tungsten_gears +c:tungsten_gear +3 +c:tungsten_ingots +c:tungsten_ingot +endreborn:tungsten_ingot +techreborn:tungsten_ingot +3 +c:tungsten_nuggets +c:tungsten_nugget +endreborn:tungsten_nugget +techreborn:tungsten_nugget +5 +c:tungsten_ores +c:tungsten_ore +c:tungsten_nether_ore +c:tungsten_end_ore +endreborn:end_tungsten_ore +techreborn:tungsten_ore +2 +c:tungsten_plates +c:tungsten_plate +techreborn:tungsten_plate +c:tungsten_small_dusts +techreborn:tungsten_small_dust +c:tungstensteel_blocks +techreborn:tungstensteel_storage_block +c:tungstensteel_ingots +techreborn:tungstensteel_ingot +c:tungstensteel_nuggets +techreborn:tungstensteel_nugget +c:tungstensteel_plates +techreborn:tungstensteel_plate +c:univite_blocks +astromine:univite_block +c:univite_dusts +astromine:univite_dust +c:univite_gears +astromine:univite_gear +c:univite_ingots +astromine:univite_ingot +c:univite_nuggets +astromine:univite_nugget +c:univite_plates +astromine:univite_plates +c:univite_tiny_dusts +astromine:univite_tiny_dust +c:uranium_blocks +c:uranium_block +c:uranium_dusts +c:uranium_dust +c:uranium_gears +c:uranium_gear +c:uranium_ingots +c:uranium_ingot +c:uranium_nuggets +c:uranium_nugget +3 +c:uranium_ores +c:uranium_ore +c:uranium_nether_ore +c:uranium_end_ore +c:uranium_plates +c:uranium_plate +c:uvarovite_dusts +techreborn:uvarovite_dust +c:uvarovite_small_dusts +techreborn:uvarovite_small_dust +3 +c:vegetables +minecraft:carrot +minecraft:dried_kelp +veggie_way:pumpkin_chunk +c:wheat_crops +minecraft:wheat +c:white_dyes +minecraft:white_dye +c:wood_gears +c:wood_gear +c:wood_plates +techreborn:wood_plate +c:wood_sticks +minecraft:stick +2 +c:wooden_chests +minecraft:chest +minecraft:trapped_chest +c:wooden_rods +minecraft:stick +c:yellow_dyes +minecraft:yellow_dye +c:yellow_garnet_blocks +techreborn:yellow_garnet_storage_block +c:yellow_garnet_dusts +techreborn:yellow_garnet_dust +c:yellow_garnet_gems +techreborn:yellow_garnet_gem +c:yellow_garnet_plates +techreborn:yellow_garnet_plate +c:yellow_garnet_small_dusts +techreborn:yellow_garnet_small_dust +2 +c:zinc_blocks +c:zinc_block +techreborn:zinc_storage_block +2 +c:zinc_dusts +c:zinc_dust +techreborn:zinc_dust +c:zinc_gears +c:zinc_gear +c:zinc_ingot +mechanized:zinc_ingot +3 +c:zinc_ingots +c:zinc_ingot +mechanized:zinc_ingot +techreborn:zinc_ingot +2 +c:zinc_nuggets +c:zinc_nugget +techreborn:zinc_nugget +c:zinc_ore +mechanized:zinc_ore +4 +c:zinc_ores +c:zinc_ore +c:zinc_nether_ore +c:zinc_end_ore +mechanized:zinc_ore +2 +c:zinc_plates +c:zinc_plate +techreborn:zinc_plate +c:zinc_small_dusts +techreborn:zinc_small_dust