Pointless updates to the unused forge code in FAWE

This commit is contained in:
MattBDev
2020-03-23 17:13:11 -04:00
parent dabba81902
commit 43dc1074b0
12 changed files with 97 additions and 70 deletions

View File

@ -1,2 +1,3 @@
public net.minecraft.server.MinecraftServer field_211151_aa # serverTime
public net.minecraft.entity.player.ServerPlayerEntity field_71148_cg # language
public net.minecraft.world.biome.BiomeContainer field_227054_f_ # biomes

View File

@ -22,6 +22,12 @@ displayName="WorldEdit"
description='''
WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both single- and multi-player.
'''
[[dependencies.worldedit]]
modId="minecraft"
mandatory=true
versionRange="[${minecraftVersion},${nextMajorMinecraftVersion})"
ordering="NONE"
side="BOTH"
[[dependencies.worldedit]]
modId="forge"
mandatory=true
@ -33,4 +39,4 @@ WorldEdit is an easy-to-use in-game world editor for Minecraft, supporting both
mandatory=false
versionRange="[1.13]"
ordering="BEFORE"
side="SERVER"
side="SERVER"