File Details
Wynntils (neoforge) v4.1.14
- R
- May 10, 2026
- 22.09 MB
- 233
- 1.21.11
- NeoForge
File Name
wynntils-4.1.14-neoforge+MC-1.21.11.jar
Supported Versions
- 1.21.11
Curse Maven Snippet
Functions
- Math Functions
absReturns the absolute value of a number- Required numeric argument
value, the number to return the absolute value of
- Required numeric argument
ceilRounds a number up to the nearest integer- Required numeric argument
value, the number to round up
- Required numeric argument
clampConstrains a value between minimum and maximum- Required numeric argument
value, the number to constrain - Required numeric argument
min, the minimum allowed value - Required numeric argument
max, the maximum allowed value
- Required numeric argument
dec_to_hexConverts an integer to a hexadecimal string- Required numeric argument
value, the integer value to convert to hexadecimal
- Required numeric argument
euleroreReturns Euler's numberfloorRounds a number down to the nearest integer- Required numeric argument
value, the number to round down
- Required numeric argument
hex_to_decConverts a hexadecimal string to an integer- Required String argument
hex, the hexadecimal string to convert to a decimal integer
- Required String argument
is_finiteChecks if a value is finite (not NaN or infinite)- Required numeric argument
value, the number to check
- Required numeric argument
is_infiniteChecks if a value is infinite- Required numeric argument
value, the number to check
- Required numeric argument
is_nanChecks if a value is NaN- Required numeric argument
value, the number to check
- Required numeric argument
logReturns the logarithm of a value in the given base- Required numeric argument
value, the value to calculate the logarithm of - Required numeric argument
base, the logarithm base to use
- Required numeric argument
mapRemaps a value from one range to another- Required numeric argument
value, the number to remap - Required numeric argument
inMin, the minimum value of the input range - Required numeric argument
inMax, the maximum value of the input range - Required numeric argument
outMin, the minimum value of the output range - Required numeric argument
outMax, the maximum value of the output range
- Required numeric argument
naturalLogorlnReturns the natural logarithm of a value- Required numeric argument
value, the value to calculate the natural logarithm of
- Required numeric argument
piReturns the mathematical constant pisafe_divideorsafe_divDivides two numbers, returning fallback when divisor is zero- Required numeric argument
dividend, the number to divide - Required numeric argument
divisor, the number to divide by - Required numeric argument
fallback, the value to return if the divisor is zero
- Required numeric argument
wrapWraps a value into the [min, max) range- Required numeric argument
value, the number to wrap into the range - Required numeric argument
min, the inclusive lower bound of the range - Required numeric argument
max, the exclusive upper bound of the range
- Required numeric argument
- String Functions
parse_longParses a string to a long- Required String argument
value, the string to parse
- Required String argument
Fixes
- Fixed waypoint y position not scaling properly when outside render distance

