Easy Emerald Tools & More [FABRIC]

Easy Emerald Tools & More [FABRIC]

577k Downloads

[1.18.1] Two sticks > Ruby Hammer

H7LYX opened this issue ยท 4 comments

commented

You can craft a Ruby Hammer when putting two sticks underneath each other in a crafting table, I have no idea why, I have disabled the Ruby's in the server config.

Config:

{
	/* 
	   
	   
	   ******************************
	   EXTRA TOOLS
	   Paxels, Hammers,
	   Excavators, & TreeAxes
	   ******************************
	*/
	"enableHammers": true,
	"enableExcavators": true,
	"enablePaxels": true,
	"enableTreeAxes": true,
	"enableBows": true,
	/* 
	   
	   
	   ******************************
	   SETS
	   Armors, Tools, & Weapons
	   ******************************
	*/
	"enableEmeraldSet": true,
	"enableRubySet": false,
	"enableSteelSet": true,
	"enableObsidianSet": false,
	"enableCoppperSet": true,
	"enableAmethystSet": true,
	/* 
	   
	   
	   ******************************
	   AMETHYST TOOL MATERIAL
	   ******************************
	*/
	"amethystDurability": 840,
	"amethystMiningSpeed": 8.0,
	"amethystAttackDamage": 1.5,
	"amethystMiningLevel": 3,
	"amethystEnchantability": 25,
	"amethystEnableSilkTouch": true,
	"amethystEnableInfinity": true,
	"amethystEnableUnbreakable": true,
	/* 
	   
	   
	   ******************************
	   AMETHYST ARMOR MATERIAL
	   ******************************
	*/
	"amethystDurabilityMultiplier": 29,
	"amethystArmorEnchantability": 10,
	"amethystToughness": 2.0,
	"amethystKnockbackResistance": 0.5,
	/* 
	   
	   
	   ******************************
	   COPPER TOOL MATERIAL
	   ******************************
	*/
	"copperDurability": 250,
	"copperMiningSpeed": 5.5,
	"copperAttackDamage": 1.5,
	"copperMiningLevel": 3,
	"copperEnchantability": 18,
	/* 
	   
	   
	   ******************************
	   COPPER ARMOR MATERIAL
	   ******************************
	*/
	"copperDurabilityMultiplier": 24,
	"copperArmorEnchantability": 4,
	"copperToughness": 1.0,
	"copperKnockbackResistance": 0.5,
	/* 
	   
	   
	   ******************************
	   EMERALD TOOL MATERIAL
	   ******************************
	*/
	"emeraldDurability": 725,
	"emeraldtMiningSpeed": 8.0,
	"emeraldAttackDamage": 3.0,
	"emeraldMiningLevel": 3,
	"emeraldEnchantability": 10,
	/* 
	   
	   
	   ******************************
	   EMERALD ARMOR MATERIAL
	   ******************************
	*/
	"emeraldDurabilityMultiplier": 26,
	"emeraldArmorEnchantability": 12,
	"emeraldToughness": 2.0,
	"emeraldKnockbackResistance": 0.0,
	/* 
	   
	   
	   ******************************
	   RUBY TOOL MATERIAL
	   ******************************
	*/
	"rubyDurability": 960,
	"rubyMiningSpeed": 8.0,
	"rubyAttackDamage": 3.0,
	"rubyMiningLevel": 3,
	"rubyEnchantability": 10,
	"rubySpecial": false,
	/* 
	   
	   
	   ******************************
	   RUBY ARMOR MATERIAL
	   ******************************
	*/
	"rubyDurabilityMultiplier": 29,
	"rubyArmorEnchantability": 12,
	"rubyToughness": 2.0,
	"rubyKnockbackResistance": 0.0,
	/* 
	   
	   
	   ******************************
	   STEEL TOOL MATERIAL
	   ******************************
	*/
	"steelDurability": 512,
	"steelMiningSpeed": 7.0,
	"steelAttackDamage": 2.0,
	"steelMiningLevel": 3,
	"steelEnchantability": 9,
	/* 
	   
	   
	   ******************************
	   STEEL ARMOR MATERIAL
	   ******************************
	*/
	"steelDurabilityMultiplier": 21,
	"steelArmorEnchantability": 9,
	"steelToughness": 1.0,
	"steelKnockbackResistance": 0.5,
	/* 
	   
	   
	   ******************************
	   OBSIDIAN TOOL MATERIAL
	   ******************************
	*/
	"obsidianDurability": 650,
	"obsidianMiningSpeed": 5.5,
	"obsidianAttackDamage": 1.5,
	"obsidianMiningLevel": 3,
	"obsidianEnchantability": 4,
	/* 
	   
	   
	   ******************************
	   OBSIDIAN ARMOR MATERIAL
	   ******************************
	*/
	"obsidianDurabilityMultiplier": 24,
	"obsidianArmorEnchantability": 4,
	"obsidianToughness": 1.0,
	"obsidianKnockbackResistance": 0.5,
	/* 
	   
	   
	   ******************************
	   RUBY STEEL SWORD MATERIAL
	   ******************************
	*/
	"rubySteelDurability": 1102,
	"rubySteelMiningSpeed": 8.0,
	"rubySteelAttackDamage": 3.0,
	"rubySteelMiningLevel": 3,
	"rubySteelEnchantability": 12
}

We're on a Fabric 1.18.1 server by the way

commented

Are you using the latest: EmeraldTools-Fabric-1.18.1-1.3.34.jar ?

I thought I fixed this one already.

commented

Ah, it seems like you have, you must have updated the mod recently, well done

commented

Let me know if you still get the 2 stick hammer with the latest release, I don't.

commented

Closing, this is fixed in recent updates.