summaryrefslogtreecommitdiff
path: root/groovy/preInit/gregtech-gears.groovy
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
committerDrNuget <drnuget@outlook.com>2024-09-01 01:47:41 +0300
commitff3f3eec73c6fdaa01d22d4aaf55d0ec3a655e9e (patch)
treec33e0cc839e4c654239dc2ee62e831860f07f6f7 /groovy/preInit/gregtech-gears.groovy
first commit
Diffstat (limited to 'groovy/preInit/gregtech-gears.groovy')
-rw-r--r--groovy/preInit/gregtech-gears.groovy4
1 files changed, 4 insertions, 0 deletions
diff --git a/groovy/preInit/gregtech-gears.groovy b/groovy/preInit/gregtech-gears.groovy
new file mode 100644
index 0000000..d037895
--- /dev/null
+++ b/groovy/preInit/gregtech-gears.groovy
@@ -0,0 +1,4 @@
+mods.gregtech.lateMaterialEvent {
+ material("copper").addFlags("generate_gear")
+ material("tin").addFlags("generate_gear")
+}