We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25295f1 commit c5661ecCopy full SHA for c5661ec
.gitignore
@@ -193,6 +193,7 @@ FakesAssemblies/
193
src/MiNET/MiNET.Console/dist
194
src/MiNET/MiNET.Console/Worlds
195
src/MiNET/MiNET.Console/Plugins
196
+src/MiNET/MiNET.Console/ResourcePacks
197
src/MiNET/MiNET.Console/start.bat
198
src/MiNET/MiNET.Console/server.conf
199
src/MiNET/MiNET.Console/server.conf
@@ -42,7 +42,7 @@ GameRule.ShowCoordinates=true
42
GameRule.KeepInventory=true
43
44
#Should mobs spawn naturally? true - yes, false - no.
45
-GameRule.DoMobspawning=false
+GameRule.DoMobspawning=true
46
47
#Should server do day light cycle? true - yes, false - no.
48
GameRule.DoDaylightcycle=true
0 commit comments