Skip to content

Commit c5661ec

Browse files
committed
.....
1 parent 25295f1 commit c5661ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ FakesAssemblies/
193193
src/MiNET/MiNET.Console/dist
194194
src/MiNET/MiNET.Console/Worlds
195195
src/MiNET/MiNET.Console/Plugins
196+
src/MiNET/MiNET.Console/ResourcePacks
196197
src/MiNET/MiNET.Console/start.bat
197198
src/MiNET/MiNET.Console/server.conf
198199

src/MiNET/MiNET.Console/server.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ GameRule.ShowCoordinates=true
4242
GameRule.KeepInventory=true
4343

4444
#Should mobs spawn naturally? true - yes, false - no.
45-
GameRule.DoMobspawning=false
45+
GameRule.DoMobspawning=true
4646

4747
#Should server do day light cycle? true - yes, false - no.
4848
GameRule.DoDaylightcycle=true

0 commit comments

Comments
 (0)