item_scrapper-1.1.4.jar
Curse Maven Snippet
What's new
Added two new rounding types FLOOR and CEILING
STANDARD: Rounds below 0.5 to 0, above 0.5 to 1.
- Example: "roundingType": "STANDARD" (0.3 becomes 0, 0.7 becomes 1).
FLOOR: Rounds anything below 1 to 0.
- Example: "roundingType": "FLOOR" (0.9 becomes 0).
CEILING: Rounds anything below 1 to 1.
- Example: "roundingType": "CEILING" (0.9 becomes 1).
This mod has no additional files

