mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-16 05:43:54 +00:00
Pointless updates to the unused forge code in FAWE
This commit is contained in:
@ -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
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user