Compare commits

...

3 commits
1.1.1 ... main

Author SHA1 Message Date
Sergeant Acoustic f223e11cd5 Make quark seed pouch cheaper
Replace leather with leather strips (rabbit hide)
2026-01-06 05:32:14 +00:00
Sergeant Acoustic 82cc14c321 Remove endermite penalty from tetra enderpearl 2026-01-06 04:13:28 +00:00
Sergeant Acoustic a74843bca0 Lower tetra gold efficiency to also match diamond
I forgot to do this in e1a12efabe
2026-01-06 00:52:05 +00:00
4 changed files with 57 additions and 2 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,28 @@
{
"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"
}
]
}

View file

@ -10,7 +10,7 @@
"integrityGain": 4, "integrityGain": 4,
"magicCapacity": 132, "magicCapacity": 132,
"toolLevel": 5, "toolLevel": 5,
"toolEfficiency": 12, "toolEfficiency": 8,
"tints": { "tints": {
"glyph": "gold_glyph", "glyph": "gold_glyph",
"texture": "gold" "texture": "gold"

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"]
}
}