Minecraft Re-Fraction mod 2026 download
logo
minecraft mod Re-Fraction

Re-Fraction

Game Version: 1.16.5
Total Downloads: 36,802
Updated: Nov 8, 2021
Created: Apr 23, 2018
Download Re-FractionDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Re-Fraction-1.16.5-2.0.0 release 3.48 KB Nov 8, 2021 1.16.5 0 download Re-Fraction Re-Fraction-1.16.5-2.0.0 releaseDownload
Re-Fraction V1.0 release 10.74 KB Apr 23, 2018 1.12.2 36,802 download Re-Fraction Re-Fraction V1.0 releaseDownload

Description

Share this:

Re-Fraction is a Scavenge addon that brings a bigger addition to Scavenge.

It is way to different from Scavenge itself which is the reason it has its own Mod.    

 

Re-Fraction uses the Scavenge API to apply Effects to events like Block Placement and Block Breaking.

Anything that is implemented in Scavenge and addons will work with this Addon. As long it supports the Left & RightClick of Scavenge.

 

Now how to use this addition:

You Setup a normal Scavenge Script like always and setup everything you want.
Then under the ClickType you dont use LeftClick or RightClick or both, you "break" and "place" instead.

Here is an Example:

{
	"block_pools" :
	[
		{
			"name": "BreakNetherrack",
			"type":
			{
				"type": "block",
				"name": "minecraft:nether_brick"
			},
			"clicktype": "break",
			"properties":
			[
				{
					"type": "require_sneak"
				}
			],
			"drops":
			[
				{
					"name": "minecraft:iron_ingot"
				}
			],
			"messages":
			[
				{
					"id": "require_sneak",
					"message": "Player requires to sneak"
				}
			]
		}
	]
}

Now here a couple limitations: You can either use break or place or the other two options but never in combination.

That means when you decide to use break or place you can not use anything else in that Entry. LeftClick & RightClick and (Place if you used break and vice versa) can not be used. You need to setup a duplicated entry that handles the other parts. That is intentional.
On top of that you can not cancel a place/break action from minecrafts eventpool once its done its done. That is again intentional to prevent bugs.

 

Comments

Add a comment