1
0
Fork 0

Re-adjust vertical mob knockback to find the right balance in difficulty

This commit is contained in:
Eliy21 2023-11-16 16:24:03 +00:00
parent bb77e218ba
commit 68bfeca18f
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ function mob_class:on_punch(hitter, tflp, tool_capabilities, dir)
if not v then return end
local r = 1.4 - math.min(punch_interval, 1.4)
local kb = r * (math.abs(v.x)+math.abs(v.z))
local up = 2.75
local up = 2.625
if die==true then
kb=kb*1.25