Update to 1.17.1
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
public net.minecraft.command.arguments.BlockStateInput field_197236_c # tag
|
||||
public net.minecraft.server.MinecraftServer field_71310_m # anvilConverterForAnvilFile
|
||||
public net.minecraft.client.gui.screen.OptionsScreen func_241584_a_(Lnet/minecraft/resources/ResourcePackList;)V # func_241584_a_
|
||||
public net.minecraft.commands.arguments.blocks.BlockInput f_114664_ # tag
|
||||
public net.minecraft.server.MinecraftServer f_129744_ # storageSource
|
||||
public net.minecraft.client.gui.screens.OptionsScreen m_96244_(Lnet/minecraft/server/packs/repository/PackRepository;)V # updatePackList
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[33,)"
|
||||
loaderVersion="[37,)"
|
||||
updateJSONURL="https://raw.githubusercontent.com/Exopandora/worldhandler/master/version.json"
|
||||
issueTrackerURL="https://github.com/Exopandora/WorldHandler/issues"
|
||||
displayURL="https://minecraft.curseforge.com/projects/world-handler-command-gui"
|
||||
@@ -11,13 +11,13 @@ license="GPL v3.0"
|
||||
|
||||
[[mods]]
|
||||
modId="worldhandler"
|
||||
version="1.16.5-2.12.6"
|
||||
version="1.17.1-2.12.6"
|
||||
displayName="World Handler"
|
||||
description="The World Handler provides a simple and easy to use graphical user interface for commands. It lets you create powerful and complex sub-commands alongside NBT-structures within seconds."
|
||||
|
||||
[[dependencies.worldhandler]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.16,)"
|
||||
versionRange="[1.17,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
@@ -2,6 +2,6 @@
|
||||
"pack":
|
||||
{
|
||||
"description": "World Handler",
|
||||
"pack_format": 5
|
||||
"pack_format": 6
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user