diff options
author | DrNuget <drnuget@outlook.com> | 2024-09-07 05:35:12 +0300 |
---|---|---|
committer | DrNuget <drnuget@outlook.com> | 2024-09-07 05:35:12 +0300 |
commit | cc14d21b436568b657c3d8631acaf9a9eeaa6cef (patch) | |
tree | f754e531d7cf9643cac43f9ecf8e2d3ff0fd6353 /groovy/postInit/oredicts.groovy | |
parent | 705c41b73dca26463cdc30bac8140076be2efbeb (diff) |
disable vanilla tools and simplify bunch of recipes
Diffstat (limited to 'groovy/postInit/oredicts.groovy')
-rw-r--r-- | groovy/postInit/oredicts.groovy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/groovy/postInit/oredicts.groovy b/groovy/postInit/oredicts.groovy index cb34797..2439d83 100644 --- a/groovy/postInit/oredicts.groovy +++ b/groovy/postInit/oredicts.groovy @@ -29,5 +29,3 @@ for (i in [ oreDict.removeAll(i); oreDict.add(i, metaitem(i)); } - -crafting.removeByOutput(item("gregtech:pickaxe")); |