diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-01 01:50:18 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-01 01:50:18 +0300 |
commit | 58b8c20b9aefe1bf1ec4c00b9f3217d770e8e525 (patch) | |
tree | 32f20ee42fff083a791ea1fbe86c1aa54f2060ef /groovy/postInit | |
parent | ff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (diff) |
removed duplicate groovy file
Diffstat (limited to 'groovy/postInit')
-rw-r--r-- | groovy/postInit/oreDicts.groovy | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/groovy/postInit/oreDicts.groovy b/groovy/postInit/oreDicts.groovy deleted file mode 100644 index 9bcbed9..0000000 --- a/groovy/postInit/oreDicts.groovy +++ /dev/null @@ -1,23 +0,0 @@ -for (i in [ - "ingotBronze", - "nuggetBronze", - "gearBronze", - "plateBronze", - - "ingotCopper", - "nuggetCopper", - "gearCopper", - "plateCopper", - - "ingotTin", - "nuggetTin", - "gearTin", - "plateTin", - - "ingotSilver" -]) { - oreDict.removeAll(i); - oreDict.add(i, metaitem(i)); -} - -crafting.removeByOutput(item("gregtech:pickaxe")); |