Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f223e11cd5 | ||
|
|
82cc14c321 | ||
|
|
a74843bca0 |
|
|
@ -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."
|
||||
}
|
||||
|
|
|
|||
28
data/quark/recipes/tools/crafting/seed_pouch.json
Normal file
28
data/quark/recipes/tools/crafting/seed_pouch.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
"integrityGain": 4,
|
||||
"magicCapacity": 132,
|
||||
"toolLevel": 5,
|
||||
"toolEfficiency": 12,
|
||||
"toolEfficiency": 8,
|
||||
"tints": {
|
||||
"glyph": "gold_glyph",
|
||||
"texture": "gold"
|
||||
|
|
|
|||
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