File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
src/main/java/me/techchrism/ticktock Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ minecraft_version=1.18.1
6
6
yarn_mappings =1.18.1+build.12
7
7
loader_version =0.12.12
8
8
# Mod Properties
9
- mod_version =1.3.0
9
+ mod_version =1.3.1
10
10
maven_group =me.techchrism
11
11
archives_base_name =ticktock
12
12
# Dependencies
Original file line number Diff line number Diff line change @@ -56,7 +56,6 @@ private void tick(ServerWorld world)
56
56
// Make sure it's too far to get regular random ticks
57
57
if (!storage .ticktock_invokeShouldTick (chunkHolder .getPos ()))
58
58
{
59
- System .out .println ("Start ticking forceloaded chunk at " + chunkHolder .getPos ().toString ());
60
59
WorldChunk chunk = optionalWorldChunk .get ();
61
60
Profiler profiler = world .getProfiler ();
62
61
int startX = chunk .getPos ().getStartX ();
You can’t perform that action at this time.
0 commit comments