Scavenge Mod (1.19.2, 1.16.5) is a mod that allows you to apply custom Right Click / Left Click behaviors to any Block. On top of that you can add LootPools to these behaviors that are dropped when the conditions are met. These things are loaded from JsonFiles and act closely to a Scripting language. On top of that you can add certain unque features/conditions when rightclicking these blocks. A Block Click Script Generator using Json. This is the API made public. You can use it AS IS and can only redistribute it with your addon’s. Though in addon’s should not contain API files due to leading to bugs if the API is not up to date.

For example:

  • Player has to sneak,
  • Player has to have a Diamond in his hands
  • The block is unbreakable
  • The block disapears after 5 uses
  • Etc.

How to use:

  • Create a Class that extends IScavengePlugin.class and has a @ScavengePlugin Annotation. The Plugin will load Automatically. No Mod File Required.
  • Through the ScavengeRegistry.class you can register Condition & Effects. Please Use Base Classes for Creation of things. (BaseScavengeCondition & BaseScavengeEffect)
  • Builders now contain everything instead of the Implementation of the effect/condition. Serialization/Deserialization/Networking/Documentation Generation.

How to add a Scavenge Script:

  • Scavenge now works with Resource Packs. It will automatically load all files that are in the “datapacks/DATAPACK_NAME/data/DOMAIN/scavenge_scripts” folder.
  • And will automatically reload them on resource packs reload. They will be automatically synced over to the client so no more “server->client” manual Syncing. Its done automatically.
  • Since the tool has a JEI plugin i had to install a JEI hack that reloads JEI 1 tick after scripts got reloaded because JEI does not support any mod that has recipe/data autosyncing. (This can get fast into the 2-3 digit reload range if jei does not fix this problem)

Requires:

Minecraft Forge

How to install:

How To Download & Install Mods with Minecraft Forge

How To Download & Install Fabric Mods

Don’t miss out today’s latest Minecraft Mods

Scavenge Mod (1.19.2, 1.16.5) Download Links

For Minecraft 1.10.2

Forge version: Download from Server 1

For Minecraft 1.11.2

Forge version: Download from Server 1

For Minecraft 1.12.2

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.16.5

Forge version: Download from Server 1Download from Server 2

For Minecraft 1.19.2

Forge version: Download from Server 1Download from Server 2

Click to rate this post!
[Total: 0 Average: 0]