Compare commits
No commits in common. "main" and "1.1.1" have entirely different histories.
|
|
@ -45,6 +45,5 @@
|
||||||
"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."
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,28 +0,0 @@
|
||||||
{
|
|
||||||
"type": "minecraft:crafting_shaped",
|
|
||||||
"pattern": [
|
|
||||||
" S ",
|
|
||||||
"HXH",
|
|
||||||
" H "
|
|
||||||
],
|
|
||||||
"key": {
|
|
||||||
"S": {
|
|
||||||
"tag": "forge:string"
|
|
||||||
},
|
|
||||||
"X": {
|
|
||||||
"tag": "quark:seed_pouch_holdable"
|
|
||||||
},
|
|
||||||
"H": {
|
|
||||||
"item": "minecraft:rabbit_hide"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"result": {
|
|
||||||
"item": "quark:seed_pouch"
|
|
||||||
},
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"type": "quark:flag",
|
|
||||||
"flag": "seed_pouch"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
"integrityGain": 4,
|
"integrityGain": 4,
|
||||||
"magicCapacity": 132,
|
"magicCapacity": 132,
|
||||||
"toolLevel": 5,
|
"toolLevel": 5,
|
||||||
"toolEfficiency": 8,
|
"toolEfficiency": 12,
|
||||||
"tints": {
|
"tints": {
|
||||||
"glyph": "gold_glyph",
|
"glyph": "gold_glyph",
|
||||||
"texture": "gold"
|
"texture": "gold"
|
||||||
|
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
{
|
|
||||||
"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