From c968f1f7da722eddb291c8ef474f1e0394621911 Mon Sep 17 00:00:00 2001 From: Mat Date: Sun, 22 Mar 2020 17:33:36 +0200 Subject: TNT position fixes (#4519) * TNT position fixes * Don't add offset to explosion spawn coords * Don't make other entities push TNT * Correct initial TNT speed * Fix typo * Improvements * Revert unwanted change * Style fixes * Update format --- Server/Plugins/APIDump/Classes/World.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Server') diff --git a/Server/Plugins/APIDump/Classes/World.lua b/Server/Plugins/APIDump/Classes/World.lua index eed0a8f94..eb0e0d17d 100644 --- a/Server/Plugins/APIDump/Classes/World.lua +++ b/Server/Plugins/APIDump/Classes/World.lua @@ -3548,6 +3548,10 @@ function OnAllChunksAvailable() All return values from the callbacks are i Name = "InitialVelocityCoeff", Type = "number", }, + { + Name = "ShouldPlayFuseSound", + Type = "boolean", + }, }, Returns = { -- cgit v1.2.3