mirror of
https://hub.spigotmc.org/stash/scm/spigot/builddata.git
synced 2025-04-13 09:30:31 +00:00
Update to Minecraft 1.20.1
This commit is contained in:
parent
2881c6b6dd
commit
faff587dcb
4 changed files with 11 additions and 9 deletions
16
info.json
16
info.json
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"minecraftVersion": "1.20",
|
||||
"spigotVersion": "1.20-R0.1-SNAPSHOT",
|
||||
"minecraftHash": "4cb15879608464a6c8234c2025cb011c471a2e96084828e84a0227d73daed3bd",
|
||||
"serverUrl": "https://piston-data.mojang.com/v1/objects/15c777e2cfe0556eef19aab534b186c0c6f277e1/server.jar",
|
||||
"mappingsUrl": "https://piston-data.mojang.com/v1/objects/15e61168fd24c7950b22cd3b9e771a7ce4035b41/server.txt",
|
||||
"accessTransforms": "bukkit-1.20.at",
|
||||
"classMappings": "bukkit-1.20-cl.csrg",
|
||||
"minecraftVersion": "1.20.1",
|
||||
"spigotVersion": "1.20.1-R0.1-SNAPSHOT",
|
||||
"minecraftHash": "26e367286fa75eab5d6719f90bf62b5b722622c733dad1fc1edc0544b89ec488",
|
||||
"serverUrl": "https://piston-data.mojang.com/v1/objects/84194a2f286ef7c14ed7ce0090dba59902951553/server.jar",
|
||||
"mappingsUrl": "https://piston-data.mojang.com/v1/objects/0b4dba049482496c507b2387a73a913230ebbd76/server.txt",
|
||||
"accessTransforms": "bukkit-1.20.1.at",
|
||||
"classMappings": "bukkit-1.20.1-cl.csrg",
|
||||
"packageMappings": "package.srg",
|
||||
"classMapCommand": "java -jar BuildData/bin/SpecialSource-2.jar map --auto-lvt BASIC -e BuildData/mappings/bukkit-1.20.exclude -i {0} -m {1} -o {2}",
|
||||
"classMapCommand": "java -jar BuildData/bin/SpecialSource-2.jar map --auto-lvt BASIC -e BuildData/mappings/bukkit-1.20.1.exclude -i {0} -m {1} -o {2}",
|
||||
"memberMapCommand": "java -jar BuildData/bin/SpecialSource-2.jar map --auto-member TOKENS -i {0} -m {1} -o {2}",
|
||||
"finalMapCommand": "java -jar BuildData/bin/SpecialSource.jar -i {0} --access-transformer {1} -m {2} -o {3}",
|
||||
"decompileCommand": "java -jar BuildData/bin/fernflower.jar -dgs=1 -hdc=0 -asc=1 -udv=0 -rsy=1 -aoa=1 {0} {1}",
|
||||
|
|
|
@ -154,7 +154,6 @@ public net/minecraft/world/entity/Entity/hasVisualFire
|
|||
public net/minecraft/world/entity/Entity/onGround
|
||||
public net/minecraft/world/entity/Entity/passengers
|
||||
public net/minecraft/world/entity/Entity/portalCooldown
|
||||
public net/minecraft/world/entity/Entity/remainingFireTicks
|
||||
public net/minecraft/world/entity/Entity/setSharedFlag(IZ)V
|
||||
public net/minecraft/world/entity/Entity/unsetRemoved()V
|
||||
public net/minecraft/world/entity/Entity/wasTouchingWater
|
||||
|
@ -247,6 +246,8 @@ public net/minecraft/world/entity/monster/EntityCreeper/maxSwell
|
|||
public net/minecraft/world/entity/monster/EntityCreeper/swell
|
||||
public net/minecraft/world/entity/monster/EntityDrowned/groundNavigation
|
||||
public net/minecraft/world/entity/monster/EntityDrowned/waterNavigation
|
||||
public net/minecraft/world/entity/monster/EntityEnderman/teleport()Z
|
||||
public net/minecraft/world/entity/monster/EntityEnderman/teleportTowards(Lnet/minecraft/world/entity/Entity;)Z
|
||||
public net/minecraft/world/entity/monster/EntityGuardian$PathfinderGoalGuardianAttack/attackTime
|
||||
public net/minecraft/world/entity/monster/EntityGuardian/randomStrollGoal
|
||||
public net/minecraft/world/entity/monster/EntityGuardian/setActiveAttackTarget(I)V
|
||||
|
@ -503,6 +504,7 @@ public-final net/minecraft/server/MinecraftServer/storageSource
|
|||
protected-final net/minecraft/server/MinecraftServer/worldData
|
||||
public-final net/minecraft/server/dedicated/DedicatedServer/settings
|
||||
public-final net/minecraft/server/level/TicketType/timeout
|
||||
public-final net/minecraft/server/players/PlayerList/maxPlayers
|
||||
public-final net/minecraft/world/entity/ai/attributes/AttributeRanged/maxValue
|
||||
public-final net/minecraft/world/entity/EntityAreaEffectCloud/effects
|
||||
public-final net/minecraft/world/entity/EntityInsentient/goalSelector
|
Loading…
Add table
Reference in a new issue