Compare commits

..

7 commits
1.0.2 ... 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
Sergeant Acoustic 43ed0190f0 Make geode cracking require a cobalt tier hammer 2026-01-03 00:12:48 +00:00
Sergeant Acoustic cd2a5a9d22 Revert custom diamond gear recipe 2026-01-01 20:54:34 +00:00
Sergeant Acoustic 575dac66bc Fix tetra copper being the wrong tool level 2026-01-01 20:04:05 +00:00
Sergeant Acoustic e32a075832 Fix gravel loot table
As originally intended, gravel now always drops flint unless mined with
a shovel (or paxel), giving it a 50% chance of dropping gravel, or 100%
with silk touch
2025-12-29 21:10:46 +00:00
16 changed files with 120 additions and 209 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

@ -1,56 +1,36 @@
{ {
"type": "minecraft:block", "type": "minecraft:block",
"pools": [{ "pools": [{
"bonus_rolls": 0, "rolls": 1,
"entries": [ "entries": [{
{ "type": "minecraft:alternatives",
"type": "minecraft:alternatives", "children": [
"children": [ {
{ "type": "minecraft:item",
"type": "minecraft:item", "name": "minecraft:gravel",
"conditions": [ "conditions": [{
{ "condition": "minecraft:match_tool",
"condition": "minecraft:match_tool", "predicate": {"enchantments": [{"enchantment": "minecraft:silk_touch", "levels": {"min": 1}}]}
"predicate": { }]
"enchantments": [{ },
"enchantment": "minecraft:silk_touch", {
"levels": {"min": 1} "type": "minecraft:item",
}] "name": "minecraft:gravel",
} "conditions": [
} {
], "condition": "minecraft:any_of",
"name": "minecraft:gravel" "terms": [
}, {"condition": "minecraft:match_tool", "predicate": {"tag": "minecraft:shovels"}},
{ {"condition": "minecraft:match_tool", "predicate": {"tag": "forge:tools/paxels"}}
"type": "minecraft:alternatives", ]
"children": [ },
{ {"condition": "minecraft:random_chance", "chance": 0.5}
"type": "minecraft:item", ]
"conditions": [ },
{ {"type": "minecraft:item", "name": "minecraft:flint"}
"chances": [ ],
0.1, "conditions": [{"condition": "minecraft:survives_explosion"}]
0.14285715, }]
0.25,
1
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "minecraft:flint"
},
{
"type": "minecraft:item",
"name": "minecraft:flint"
}
],
"conditions": [{"condition": "minecraft:survives_explosion"}]
}
]
}
],
"rolls": 1
}], }],
"random_sequence": "minecraft:blocks/gravel" "random_sequence": "minecraft:blocks/gravel"
} }

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 21",
" 3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_axe"
},
"show_notification":true
}

View file

@ -1,16 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"1 1",
"121"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_boots"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"121",
"111",
"111"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_chestplate"
},
"show_notification":true
}

View file

@ -1,16 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
"121"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_helmet"
},
"show_notification":true
}

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"11",
"23",
" 3"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_hoe"
},
"show_notification":true
}

View file

@ -1,17 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
"121",
"1 1"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"}
},
"result": {
"item":"minecraft:diamond_leggings"
},
"show_notification":true
}

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"121",
" 3 ",
" 3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_pickaxe"
},
"show_notification":true
}

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"1",
"2",
"3"
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_shovel"
},
"show_notification":true
}

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"12",
"1 ",
"3 "
],
"key": {
"1":{"item":"minecraft:diamond"},
"2":{"item":"minecraft:magma_cream"},
"3":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:diamond_sword"
},
"show_notification":true
}

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

@ -0,0 +1,32 @@
[
{
"key": "break_geode_action",
"requirement": {"items": ["tetra:geode"]},
"requiredTools": {"hammer_dig": 4},
"lootTable": "tetra:actions/geode"
},
{
"key": "shatter_diamond_action",
"requirement": {"items": ["tetra:pristine_diamond"]},
"requiredTools": {"hammer_dig": 4},
"lootTable": "tetra:actions/shatter_diamond"
},
{
"key": "shatter_emerald_action",
"requirement": {"items": ["tetra:pristine_emerald"]},
"requiredTools": {"hammer_dig": 4},
"lootTable": "tetra:actions/shatter_emerald"
},
{
"key": "shatter_lapis_action",
"requirement": {"items": ["tetra:pristine_lapis"]},
"requiredTools": {"hammer_dig": 4},
"lootTable": "tetra:actions/shatter_lapis"
},
{
"key": "shatter_amethyst_action",
"requirement": {"items": ["tetra:pristine_amethyst"]},
"requiredTools": {"hammer_dig": 4},
"lootTable": "tetra:actions/shatter_amethyst"
}
]

View file

@ -9,7 +9,7 @@
"integrityCost": 1, "integrityCost": 1,
"integrityGain": 5, "integrityGain": 5,
"magicCapacity": 78, "magicCapacity": 78,
"toolLevel": 2, "toolLevel": 3,
"toolEfficiency": 5, "toolEfficiency": 5,
"tints": { "tints": {
"glyph": "copper_glyph", "glyph": "copper_glyph",

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