Files
meatballcraft/scripts/mixin/LastStandrework/LastStandFormula.zs
T
sainagh 032d39f529 0.18.3
2025-11-26 10:25:55 -06:00

18 lines
364 B
Plaintext

#modloaded openblocks
#loader mixin
#mixin {value: "openblocks.enchantments.LastStandEnchantmentsHandler"}
zenClass MixinLastStandEnchantmentsHandler {
#mixin Static
#mixin ModifyConstant
#{
# method: "lambda$onHurt$1",
# constant: {floatValue: 50.0}
#}
function mbc_modify_xpRequiredFlat(original as float) as float {
return 400.0f;
}
}