Fixed versions
This commit is contained in:
parent
d7ae9c86bb
commit
6723309972
39 changed files with 16 additions and 13 deletions
|
|
@ -793,4 +793,4 @@ public class DynmapPlugin {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -46,4 +46,4 @@ public class FabricLogger implements DynmapLogger {
|
|||
public void warning(String s, Throwable t) {
|
||||
log.warn(DM + s, t);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -18,4 +18,4 @@ public class CustomServerChunkEvents {
|
|||
public interface ChunkGenerate {
|
||||
void onChunkGenerate(ServerWorld world, Chunk chunk);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -20,4 +20,4 @@ public class ServerChatEvents {
|
|||
public interface ServerChatCallback {
|
||||
void onChatMessage(ServerPlayerEntity player, String message);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -24,4 +24,4 @@ public abstract class ChunkGeneratingMixin {
|
|||
CustomServerChunkEvents.CHUNK_GENERATE.invoker().onChunkGenerate(chunkGenerationContext.world(), callbackInfoReturnable.getReturnValue());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -28,4 +28,4 @@ public class ProtoChunkMixin implements ProtoChunkAccessor {
|
|||
public boolean getTouchedByWorldGen() {
|
||||
return touchedByWorldGen;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -71,4 +71,4 @@ public abstract class ServerPlayNetworkHandlerMixin {
|
|||
// Cancel the original tryChangeText() since we're calling it ourselves above.
|
||||
ci.cancel();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
"accessWidener" : "dynmap.accesswidener",
|
||||
|
||||
"depends": {
|
||||
"fabricloader": ">=0.15.11",
|
||||
"fabric": ">=0.98.0",
|
||||
"minecraft": ["1.21-rc.1", "1.21"]
|
||||
"fabricloader": ">=0.16.9",
|
||||
"fabric": ">=0.108.0",
|
||||
"minecraft": ["1.21.3"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue