Skip to content

Commit 4e778f6

Browse files
authored
Fix Electric Spawner (#323)
1 parent bd8fa8b commit 4e778f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/gtexpert/core/common/GTEConfigHolder.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ public static class ModpackFlag {
4141
@Config.Comment({
4242
"1. When enabled, the following recipes will be changed to Peaceful difficulty: ",
4343
"Nether Star Dust, Skeleton Skull, Wither Skeleton Skull, Zombie Head, Creeper Head, Enderman Head",
44+
"2. When enabled, some machine recipes are for Peaceful: ",
45+
"Electric Spawner",
4446
"Default: false" })
4547
public boolean peacefulFlag = false;
4648

0 commit comments

Comments
 (0)