mirror of
https://hub.spigotmc.org/stash/scm/spigot/builddata.git
synced 2025-08-31 13:58:43 +00:00
Update to Minecraft 1.12.1
This commit is contained in:
parent
ebd264edb5
commit
80d0a0138c
6 changed files with 1734 additions and 1726 deletions
Binary file not shown.
12
info.json
12
info.json
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"minecraftVersion": "1.12",
|
||||
"serverUrl": "https://launcher.mojang.com/mc/game/1.12/server/8494e844e911ea0d63878f64da9dcc21f53a3463/server.jar",
|
||||
"minecraftHash": "218513c2d5b0ec4b6db26801a3883ad1",
|
||||
"accessTransforms": "bukkit-1.12.at",
|
||||
"classMappings": "bukkit-1.12-cl.csrg",
|
||||
"memberMappings": "bukkit-1.12-members.csrg",
|
||||
"minecraftVersion": "1.12.1",
|
||||
"serverUrl": "https://launcher.mojang.com/mc/game/1.12.1/server/561c7b2d54bae80cc06b05d950633a9ac95da816/server.jar",
|
||||
"minecraftHash": "4ad498b14910c51f8ec919525fd101c6",
|
||||
"accessTransforms": "bukkit-1.12.1.at",
|
||||
"classMappings": "bukkit-1.12.1-cl.csrg",
|
||||
"memberMappings": "bukkit-1.12.1-members.csrg",
|
||||
"packageMappings": "package.srg",
|
||||
"decompileCommand": "java -jar BuildData/bin/fernflower.jar -dgs=1 -hdc=0 -asc=1 -udv=0 {0} {1}"
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load diff
1723
mappings/bukkit-1.12.1-cl.csrg
Normal file
1723
mappings/bukkit-1.12.1-cl.csrg
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1112,6 +1112,7 @@ Entity n lastY
|
|||
Entity n_ ()Z hasCustomName
|
||||
Entity o ()V stopRiding
|
||||
Entity o lastZ
|
||||
Entity o_ ()LEnumPistonReaction; getPushReaction
|
||||
Entity p locX
|
||||
Entity q locY
|
||||
Entity r locZ
|
||||
|
@ -1155,6 +1156,7 @@ EntityAreaEffectCloud j ()F getRadius
|
|||
EntityAreaEffectCloud k ()I getColor
|
||||
EntityAreaEffectCloud l ()LEnumParticle; getParticle
|
||||
EntityAreaEffectCloud r ()I getDuration
|
||||
EntityAreaEffectCloud y ()LEntityLiving; getSource
|
||||
EntityArmorStand a (LVector3f;)V setHeadPose
|
||||
EntityArmorStand b (LVector3f;)V setBodyPose
|
||||
EntityArmorStand bD headPose
|
||||
|
@ -2788,6 +2790,7 @@ PlayerInventory k ()I getFirstEmptySlotIndex
|
|||
PlayerInventory q ()LItemStack; getCarried
|
||||
PlayerList a ()V reloadWhitelist
|
||||
PlayerList a (LEntity;ILWorldServer;LWorldServer;)V changeWorld
|
||||
PlayerList a (LEntityHuman;)LServerStatisticManager; getStatisticManager
|
||||
PlayerList a (LEntityHuman;DDDDILPacket;)V sendPacketNearby
|
||||
PlayerList a (LEntityPlayer;IZ)LEntityPlayer; moveToWorld
|
||||
PlayerList a (LIChatBaseComponent;)V sendMessage
|
||||
|
@ -3008,6 +3011,8 @@ TileEntity B ()V invalidateBlockCache
|
|||
TileEntity C ()Z isFilteredNBT
|
||||
TileEntity D ()LWorld; getWorld
|
||||
TileEntity a (LBlockPosition;)V setPosition
|
||||
TileEntity a (LNBTTagCompound;)V load
|
||||
TileEntity a (LWorld;LNBTTagCompound;)LTileEntity; create
|
||||
TileEntity b (LNBTTagCompound;)LNBTTagCompound; save
|
||||
TileEntity b world
|
||||
TileEntity c ()LPacketPlayOutTileEntityData; getUpdatePacket
|
Loading…
Add table
Reference in a new issue