Remove endermite penalty from tetra enderpearl
This commit is contained in:
parent
a74843bca0
commit
82cc14c321
|
|
@ -45,5 +45,6 @@
|
|||
"tetra.material.feature.rose_gold.tooltip": "Rose Gold",
|
||||
"tetra.material.rose_gold": "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."
|
||||
}
|
||||
|
|
|
|||
26
data/tetra/materials/socket/ender_pearl.json
Normal file
26
data/tetra/materials/socket/ender_pearl.json
Normal 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"]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue