summaryrefslogtreecommitdiff
path: root/groovy/postInit/oredicts.groovy
diff options
context:
space:
mode:
authorDrNuget <drnuget@outlook.com>2025-01-21 11:03:04 +0200
committerDrNuget <drnuget@outlook.com>2025-01-21 11:03:04 +0200
commit2bac803665346222095c277f11d00bd904747be1 (patch)
tree22356e0099af31deb1bcf44367ede3a1e9e01867 /groovy/postInit/oredicts.groovy
parent585fc62fbe22c8d490cfd88acd3157d64d0990ed (diff)
fix a typo and some minor changes
Diffstat (limited to 'groovy/postInit/oredicts.groovy')
-rw-r--r--groovy/postInit/oredicts.groovy4
1 files changed, 2 insertions, 2 deletions
diff --git a/groovy/postInit/oredicts.groovy b/groovy/postInit/oredicts.groovy
index 2439d83..6faa5bb 100644
--- a/groovy/postInit/oredicts.groovy
+++ b/groovy/postInit/oredicts.groovy
@@ -26,6 +26,6 @@ for (i in [
"ingotRedAlloy"
]) {
- oreDict.removeAll(i);
- oreDict.add(i, metaitem(i));
+ oreDict.removeAll(i)
+ oreDict.add(i, metaitem(i))
}