File Details
item_scrapper-1.1.4.jar
- R
- Jan 9, 2025
- 144.21 KB
- 127
- 1.20.1
- Forge
File Name
item_scrapper-1.1.4.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
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).