diff options
author | Aikar <[email protected]> | 2020-05-01 18:03:47 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-05-01 18:03:57 -0400 |
commit | 57dd397155c222b014bf2cce0b1876d12109d7f9 (patch) | |
tree | 1b737a658eea518d19b7d13840f20a3550cc6191 /Spigot-Server-Patches/0034-Disable-thunder.patch | |
parent | a6a197b11f7daeb627237a50c3739d0d92bdb285 (diff) | |
download | Paper-57dd397155c222b014bf2cce0b1876d12109d7f9.tar.gz Paper-57dd397155c222b014bf2cce0b1876d12109d7f9.zip |
Updated Upstream (Bukkit/CraftBukkit)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
Bukkit Changes:
b999860d SPIGOT-2304: Add LootGenerateEvent
CraftBukkit Changes:
77fd87e4 SPIGOT-2304: Implement LootGenerateEvent
a1a705ee SPIGOT-5566: Doused campfires & fires should call EntityChangeBlockEvent
41712edd SPIGOT-5707: PersistentDataHolder not Persistent on API dropped Item
Diffstat (limited to 'Spigot-Server-Patches/0034-Disable-thunder.patch')
-rw-r--r-- | Spigot-Server-Patches/0034-Disable-thunder.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0034-Disable-thunder.patch b/Spigot-Server-Patches/0034-Disable-thunder.patch index 562239153e..f211a5ce75 100644 --- a/Spigot-Server-Patches/0034-Disable-thunder.patch +++ b/Spigot-Server-Patches/0034-Disable-thunder.patch @@ -1,4 +1,4 @@ -From 203e24c56357c7f87791b8e01ecc59b44e545fe4 Mon Sep 17 00:00:00 2001 +From 034f422a35f153691c5c7cd4575ef1a457ba2b51 Mon Sep 17 00:00:00 2001 From: Sudzzy <[email protected]> Date: Wed, 2 Mar 2016 14:52:43 -0600 Subject: [PATCH] Disable thunder @@ -32,5 +32,5 @@ index 450b414298..856857d559 100644 if (this.isRainingAt(blockposition)) { DifficultyDamageScaler difficultydamagescaler = this.getDamageScaler(blockposition); -- -2.25.1 +2.26.2 |