promotional bannermobile promotional banner

Item Scrapper

Adds a scrapping workbench (Fully configureble with JSON data)
Back to Files

item_scrapper-1.1.4.jar

File nameitem_scrapper-1.1.4.jar
Uploader
keerdmkeerdm
Uploaded
Jan 9, 2025
Downloads
141
Size
144.2 KB
Mod Loaders
Forge
File ID
6069496
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:item-scrapper-1163529:6069496")

Learn more about Curse Maven

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