Remove endermite penalty from tetra enderpearl

This commit is contained in:
Sergeant Acoustic 2026-01-06 04:13:28 +00:00
parent a74843bca0
commit 82cc14c321
2 changed files with 28 additions and 1 deletions

View file

@ -45,5 +45,6 @@
"tetra.material.feature.rose_gold.tooltip": "Rose Gold", "tetra.material.feature.rose_gold.tooltip": "Rose Gold",
"tetra.material.rose_gold": "Rose Gold", "tetra.material.rose_gold": "Rose Gold",
"tetra.material.rose_gold.prefix": "Rose Gold", "tetra.material.rose_gold.prefix": "Rose Gold",
"tetra.material.hide": "Leather Strip" "tetra.material.hide": "Leather Strip",
"tetra.stats.janking.tooltip": "Breaking a block or killing an entity will teleport the loot to the wielder, affects items and experience orbs within a §e%s§r block radius of the target."
} }

View file

@ -0,0 +1,26 @@
{
"key": "socket_ender_pearl",
"hidden": true,
"category": "socket",
"primary": 0,
"secondary": 0,
"tertiary": 0,
"durability": 48,
"integrityCost": 1,
"integrityGain": 0,
"magicCapacity": 0,
"toolLevel": 0,
"toolEfficiency": 0,
"effects": {
"janking": [2, 0]
},
"tints": {
"glyph": "63eec9",
"texture": "63eec9"
},
"textures": ["default"],
"experienceCost": 2,
"material": {
"items": ["minecraft:ender_pearl"]
}
}