aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel <32712367+Zoko061602@users.noreply.github.com>2018-09-08 20:54:52 +0200
committerGitHub <noreply@github.com>2018-09-08 20:54:52 +0200
commit00c4cc148ff13884ef1839cf62cf721b2eb21e48 (patch)
tree6a3e76da5ea142f4eaf41c4340d56cf4957153d8 /src
parentc4ee5701ea4855e337d3a6cdcd60378123afe22d (diff)
downloadGT5-Unofficial-00c4cc148ff13884ef1839cf62cf721b2eb21e48.tar.gz
GT5-Unofficial-00c4cc148ff13884ef1839cf62cf721b2eb21e48.tar.bz2
GT5-Unofficial-00c4cc148ff13884ef1839cf62cf721b2eb21e48.zip
Fixed spelling error
Diffstat (limited to 'src')
-rw-r--r--src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java b/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java
index bdc4ed8e5e..6c8de00c6b 100644
--- a/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java
+++ b/src/main/java/gregtech/loaders/misc/GT_BeeDefinition.java
@@ -156,7 +156,7 @@ public enum GT_BeeDefinition implements IBeeDefinition {
IBeeMutationCustom tMutation = registerMutation(COAL.species, STICKYRESIN.species, 4);
}
},
- SANDWITCH(GT_BranchDefinition.ORGANIC, "Sandwitch", true, 0x32CD32, 0xDAA520) {
+ SANDWICH(GT_BranchDefinition.ORGANIC, "Sandwich", true, 0x32CD32, 0xDAA520) {
@Override
protected void setSpeciesProperties(IAlleleBeeSpeciesCustom beeSpecies) {
beeSpecies.addProduct(GT_ModHandler.getModItem("ExtraBees", "honeyComb", 1, 9), 0.15f);