Start Forge 1.16.2 work

This commit is contained in:
Mike Primm 2020-08-15 21:08:40 -05:00
parent eadb82b680
commit 5496965596
66 changed files with 5765 additions and 0 deletions

View file

@ -0,0 +1,3 @@
public net.minecraft.world.server.ChunkManager field_219251_e # loaded chunk list
public net.minecraft.world.server.ChunkManager field_219252_f # loaded chunk list
public net.minecraft.world.biome.BiomeAmbience field_235206_c_ # waterColor

View file

@ -0,0 +1,25 @@
modLoader="javafml"
loaderVersion="[33,)"
issueTrackerURL="https://github.com/webbukkit/dynmap/issues"
[[mods]]
modId="dynmap"
version="${version}"
displayName="Dynmap"
authors="mikeprimm"
description='''
Dynamic, Google-maps style rendered maps for your Minecraft server
'''
[[dependencies.dynmap]]
modId="forge"
mandatory=true
versionRange="[33,)"
ordering="NONE"
# Side this dependency is applied on - BOTH, CLIENT or SERVER
side="SERVER"
[[dependencies.dynmap]]
modId="minecraft"
mandatory=true
versionRange="[1.16.2]"
ordering="NONE"
side="SERVER"