Item Scrapper

Adds a scrapping workbench (Fully configureble with JSON data)

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

Forge

implementation fg.deobf("curse.maven:item-scrapper-1163529:6069496")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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).