promotional banner

Item Scrapper

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

item_scrapper-1.4.0.jar

File nameitem_scrapper-1.4.0.jar
Uploader
keerdmkeerdm
Uploaded
Aug 6, 2026
Downloads
63.7K
Size
210.3 KB
Mod Loaders
Forge
File ID
8590002
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

What's new

Note: This update changes the network protocol. Both clients and servers have to be on 1.4.0.

  • Fixed the scrapper being unusable for anyone joining a LAN world.
  • Fixed rendered items in the scrapper ignoring datapack transforms in multiplayer. They only worked for singleplayer and for the LAN host. (Datapack transforms now properly sync to all players.)
  • Fixed shift + right-clicking with the hammer doing nothing on one half of the scrapper.
  • Fixed a false "No Item Scrapper content config pack detected!" warning showing on LAN worlds that had config packs installed. (Related to first fix.)
  • Fixed items from a server that was previously joined still showing as scrappable (tooltips, placement prompt and JEI) after joining a different server.
  • Reduced server network traffic and lag. (Was sending update packets to every player, every tick, for every scrapper.)
  • Improved client FPS near scrappers and when hovering scrappable items, especially with large NBT-reliant configs.
  • Fixed debug logs producing no output.
  • Removed a bundled logging config that sometimes could stop latest.log from being written.
  • Hardened item placement against modified clients.