This commit is contained in:
patience 2025-08-20 02:55:52 +01:00
parent ab5e6ce969
commit adb2d6c2c2
62 changed files with 4078 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"display": {
"icon": {"item": "minecraft:netherite_block"},
"title": "Altered Metal",
"description": "The world is not as it was",
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"criteria": {
"givenow": {
"trigger": "minecraft:tick"
}
}
}

View file

@ -0,0 +1,19 @@
{
"parent":"mc_rebalance:the_farmer_was_replaced",
"display": {
"icon": {"item": "minecraft:gold_ingot"},
"title": "Better Than Another Rose Gold",
"description": "Hold on. Is this really gold?",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"givenow": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items":[{"items":["minecraft:gold_ingot"]}]
}
}
}
}

View file

@ -0,0 +1,19 @@
{
"parent":"mc_rebalance:colliding_stars",
"display": {
"icon": {"item": "minecraft:netherite_scrap"},
"title": "Cause to Cause, Effect to Effect",
"description": "Find your first sheaf of dendrite",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"givenow": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items":[{"items":["minecraft:netherite_scrap"]}]
}
}
}
}

View file

@ -0,0 +1,19 @@
{
"parent":"mc_rebalance:better_than_another_rose",
"display":{
"icon": {"item": "minecraft:diamond"},
"title": "Colliding Stars",
"description": "Tell me what their sky holds",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"givenow": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items":[{"items":["minecraft:diamond"]}]
}
}
}
}

View file

@ -0,0 +1,19 @@
{
"parent":"mc_rebalance:altered_metal",
"display": {
"icon": {"item": "minecraft:stone_pickaxe"},
"title": "Really Is a Trial",
"description": "Craft your first real upgrade",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"givenow": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items":[{"items":["minecraft:stone_pickaxe"]}]
}
}
}
}

View file

@ -0,0 +1,19 @@
{
"parent":"mc_rebalance:really_is_a_trial",
"display": {
"icon": {"item": "minecraft:iron_axe"},
"title": "The Farmer Was Replaced",
"description": "Hard to get anything nowadays",
"frame": "task",
"show_toast": true,
"announce_to_chat": true
},
"criteria": {
"givenow": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items":[{"items":["minecraft:iron_ingot"]}]
}
}
}
}

View file

@ -0,0 +1,18 @@
{
"type":"tconstruct:alloy",
"inputs":[
{
"tag":"tconstruct:molten_diamond",
"amount":90
},
{
"tag":"tconstruct:earth_slime",
"amount":720
}
],
"result":{
"fluid":"tconstruct:sky_slime",
"amount":720
},
"temperature":1000
}

View file

@ -0,0 +1,75 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:blade_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:explorer_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:mourner_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:plenty_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:iron_axe"
},
{
"type": "minecraft:item",
"name": "minecraft:stone_axe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels":15
}]
},
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:bowl",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:iron_pickaxe",
"weight": 1
},
{
"type": "minecraft:item",
"name": "minecraft:stone_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels":15
}]
},
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"weight": 2
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:archaeology/ocean_ruin_cold"
}

View file

@ -0,0 +1,74 @@
{
"type": "minecraft:archaeology",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:angler_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:shelter_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:snort_pottery_sherd"
},
{
"type": "minecraft:item",
"name": "minecraft:sniffer_egg"
},
{
"type": "minecraft:item",
"name": "minecraft:stone_sword",
"functions":[{
"function": "minecraft:enchant_with_levels",
"levels": 15,
"treasure": true
}]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_sword"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:wheat",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:stone_shovel",
"functions":[{
"function": "minecraft:enchant_with_levels",
"levels": 15,
"treasure": true
}]
},
{
"type": "minecraft:item",
"name": "minecraft:iron_shovel"
},
{
"type": "minecraft:item",
"name": "minecraft:coal",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"weight": 2
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:archaeology/ocean_ruin_warm"
}

View file

@ -0,0 +1,237 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:apple",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:name_tag",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:iron_pickaxe",
"weight": 5
},
{
"type": "minecraft:empty",
"weight": 5
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:amethyst_shard",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:lapis_lazuli",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 13,
"min": 7
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:cooked_porkchop",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:firework",
"weight": 4
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_apple",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot_soup",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_nugget",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_chirp",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_mellohi",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_13",
"weight": 7
}
],
"rolls": 3
}
],
"random_sequence": "minecraft:chests/abandoned_mineshaft"
}

View file

@ -0,0 +1,123 @@
{
"pools":[{
"rolls": {"min":12,"max":17},
"entries":[
{
"type":"item",
"name":"minecraft:enchanted_golden_apple",
"weight":1
},
{
"type":"item",
"name":"minecraft:recovery_compass",
"weight":1
},
{
"type":"item",
"name":"minecraft:diamond_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
},
{
"type":"item",
"name":"minecraft:music_disc_13",
"weight":1
},
{
"type":"item",
"name":"minecraft:music_disc_cat",
"weight":1
},
{
"type":"item",
"name":"minecraft:music_disc_otherside",
"weight":1
},
{
"type":"item",
"name":"minecraft:echo_shard",
"weight":4
},
{
"type":"item",
"name":"minecraft:disc_fragment_5",
"weight":5
},
{
"type":"item",
"name":"minecraft:experience_bottle",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":17,"max":22}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:sculk",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":8
},
{
"type":"item",
"name":"minecraft:sculk_sensor",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":3}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:black_wool",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":8,"max":15}
}],
"weight":6
},
{
"type":"item",
"name":"minecraft:deepslate_bricks",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":8,"max":15}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:lingering_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:long_swiftness"
}],
"weight":4
}
]
}]
}

View file

@ -0,0 +1,73 @@
{
"pools":[{
"rolls": {"min":4,"max":10},
"entries":[
{
"type":"item",
"name":"minecraft:enchanted_golden_apple",
"weight":1
},
{
"type":"item",
"name":"minecraft:golden_apple",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":5}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:golden_carrot",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":7,"max":10}
}],
"weight":3
},
{
"type":"item",
"name":"minecraft:echo_shard",
"weight":4
},
{
"type":"item",
"name":"minecraft:experience_bottle",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":17,"max":22}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:snowball",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:sculk_sensor",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":3}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:lingering_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:healing"
}],
"weight":3
}
]
}]
}

View file

@ -0,0 +1,208 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:copper_axe",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 17,
"min": 12
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 3,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:emerald",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 6,"min": 4},
"function": "minecraft:set_count"
}],
"name": "minecraft:bone",
"weight": 25
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 3,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:spider_eye",
"weight": 25
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 7,"min": 3},
"function": "minecraft:set_count"
}],
"name": "minecraft:rotten_flesh",
"weight": 25
},
{
"type": "minecraft:item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:leather_horse_armor",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_strad",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_mall",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [{"function": "minecraft:enchant_randomly"}],
"name": "minecraft:book",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:apple",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:golden_carrot",
"weight": 2
},
{
"type": "minecraft:empty",
"weight": 15
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 8,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:bone",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 8,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:gunpowder",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 8,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:rotten_flesh",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 8,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:string",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max": 8,"min": 1},
"function": "minecraft:set_count"
}],
"name": "minecraft:sand",
"weight": 10
}
],
"rolls": 4
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:empty",
"weight": 6
},
{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": 2,
"function": "minecraft:set_count"
}],
"name": "minecraft:dune_armor_trim_smithing_template"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:chests/desert_pyramid"
}

View file

@ -0,0 +1,202 @@
{
"pools":[{
"rolls": {"min":10,"max":16},
"entries":[
{
"type":"item",
"name":"minecraft:beetroot_seeds",
"weight":1
},
{
"type":"item",
"name":"minecraft:diamond",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":2,"max":7}
}],
"weight":15
},
{
"type":"item",
"name":"minecraft:netherite_scrap",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":2}
}],
"weight":18
},
{
"type":"item",
"name":"minecraft:diamond_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":25,"max":40}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_sword",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_chestplate",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_helmet",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_leggings",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_pickaxe",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:diamond_horse_armor",
"weight":2
},
{
"type":"item",
"name":"minecraft:netherite_upgrade_smithing_template",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":8}
}],
"weight":4
},
{
"type":"item",
"name":"minecraft:purpur_block",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":10,"max":18}
}],
"weight":12
},
{
"type":"item",
"name":"minecraft:book",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":6
},
{
"type":"item",
"name":"minecraft:phantom_membrane",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":3,"max":9}
}],
"weight":7
},
{
"type":"item",
"name":"minecraft:splash_potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:strong_leaping"
}],
"weight":4
}
]
}]
}

View file

@ -0,0 +1,149 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:golden_hoe",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bamboo",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6,
"min": 4
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bone",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 3
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:leather",
"weight": 16
},
{
"type": "minecraft:item",
"name": "minecraft:saddle",
"weight": 1
},
{
"type": "minecraft:item",
"name": "minecraft:leather_horse_armor"
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_cat"
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_wait"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_with_levels",
"levels": 30,
"treasure": true
}
],
"name": "minecraft:book"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 6,
"min": 2
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:empty",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": 2,
"function": "minecraft:set_count"
}
],
"name": "minecraft:wild_armor_trim_smithing_template"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:chests/jungle_temple"
}

View file

@ -0,0 +1,83 @@
{
"pools":[{
"rolls": {"min":19,"max":25},
"entries":[
{
"type":"item",
"name":"minecraft:diamond_sword",
"weight":1
},
{
"type":"item",
"name":"minecraft:obsidian",
"count": {"min":3,"max":5},
"weight":14
},
{
"type":"item",
"name":"minecraft:diamond",
"count": {"min":2,"max":5},
"weight":9
},
{
"type":"item",
"name":"minecraft:golden_horse_armor",
"weight":1
},
{
"type":"item",
"name":"minecraft:rib_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:nether_wart",
"count": {"min":3,"max":14},
"weight":14
},
{
"type":"item",
"name":"minecraft:diamond_chestplate",
"weight":1
},
{
"type":"item",
"name":"minecraft:golden_chestplate",
"functions": [{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":10,"max":30}
}],
"weight":1
},
{
"type":"item",
"name":"minecraft:golden_boots",
"functions":[{
"function":"enchant_with_levels",
"treasure":true,
"levels": {"min":20,"max":30}
}],
"weight":1
},
{
"type":"item",
"name":"minecraft:fire_charge",
"count": {"min":2,"max":3},
"weight":5
},
{
"type":"item",
"name":"minecraft:blaze_powder",
"count": {"min":2,"max":3},
"weight":3
},
{
"type":"item",
"name":"minecraft:nether_bricks",
"count": {"min":8,"max":19},
"weight":20
}
]
}]
}

View file

@ -0,0 +1,241 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:flint",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:basalt",
"weight": 40
},
{
"type": "minecraft:item",
"name": "minecraft:fire_charge",
"weight": 40
},
{
"type": "minecraft:item",
"name": "minecraft:apple",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:stone_sword",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:stone_axe",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:stone_hoe",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:stone_shovel",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:wooden_pickaxe",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_boots",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_chestplate",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_helmet",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:leather_leggings",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:glistering_melon_slice",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:leather_horse_armor",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_carrot",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:clock",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:bell"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:nether_bricks"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 4
}
}
],
"random_sequence": "minecraft:chests/ruined_portal"
}

View file

@ -0,0 +1,268 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:saddle",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:golden_apple",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:poppy",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_otherside",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_13",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_cat",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:name_tag",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:iron_ingot",
"functions":[{
"type":"minecraft:set_count",
"count":{"type":"minecraft:uniform","min":1,"max":4},
"add":true
}],
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:iron_horse_armor",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:golden_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [{"function": "minecraft:enchant_randomly"}],
"name": "minecraft:book",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:bread",
"weight": 20
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 9,
"min": 3
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:wheat",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:bucket",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:melon_slice",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 2
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:pumpkin_pie",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:beetroot_soup",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
}
},
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bone",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gunpowder",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:rotten_flesh",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 8,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:string",
"weight": 10
}
],
"rolls": 3
}
],
"random_sequence": "minecraft:chests/simple_dungeon"
}

View file

@ -0,0 +1,105 @@
{
"pools":[{
"rolls": 3,
"entries":[
{
"type":"item",
"name":"minecraft:sentry_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:vex_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:wild_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:coast_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:dune_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:wayfinder_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:raiser_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:shaper_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:host_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:ward_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:silence_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:tide_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:snout_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:rib_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:eye_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:spire_armor_trim_smithing_template",
"weight":1
},
{
"type":"item",
"name":"minecraft:phantom_membrane",
"functions":[{
"function":"minecraft:set_count",
"count": {"type":"minecraft:uniform","min":1,"max":3}
}],
"weight":2
},
{
"type":"item",
"name":"minecraft:potion",
"functions":[{
"function":"minecraft:set_potion",
"id":"minecraft:strength"
}],
"weight":1
}
]
}]
}

View file

@ -0,0 +1,56 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 4
},
{
"type": "minecraft:item",
"name": "minecraft:chainmail_helmet"
},
{
"type": "minecraft:item",
"name": "minecraft:emerald"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
}
}
],
"random_sequence": "minecraft:chests/village/village_armorer"
}

View file

@ -0,0 +1,85 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:ink_sac",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:paper",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:redstone",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:stick",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
}
}
],
"random_sequence": "minecraft:chests/village/village_cartographer"
}

View file

@ -0,0 +1,128 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:raw_copper"
},
{
"type": "minecraft:item",
"name": "minecraft:dandelion",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:poppy"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:apple",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:book"
},
{
"type": "minecraft:item",
"name": "minecraft:feather"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:oak_sapling",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_plains_house"
}

View file

@ -0,0 +1,128 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:raw_copper"
},
{
"type": "minecraft:item",
"name": "minecraft:grass",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:tall_grass",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:wheat_seeds",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:acacia_sapling",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:saddle"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:torch"
},
{
"type": "minecraft:item",
"name": "minecraft:bucket"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_savanna_house"
}

View file

@ -0,0 +1,161 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:raw_copper"
},
{
"type": "minecraft:item",
"name": "minecraft:fern",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:large_fern",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:potato",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:sweet_berries",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:pumpkin_seeds",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:pumpkin_pie"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:spruce_sapling",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:spruce_sign"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:spruce_log",
"weight": 10
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_taiga_house"
}

View file

@ -0,0 +1,109 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:redstone",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:rotten_flesh",
"weight": 7
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:blue_orchid"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 4,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:emerald"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_temple"
}

View file

@ -0,0 +1,109 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:amethyst_shard"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [{"function": "minecraft:enchant_randomly"}],
"name": "minecraft:stone_axe"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:stone_pickaxe",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:coal"
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:stick",
"weight": 20
},
{
"type": "minecraft:item",
"name": "minecraft:stone_shovel",
"weight": 5
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_toolsmith"
}

View file

@ -0,0 +1,175 @@
{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:amethyst_shard",
"weight": 3
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:copper_ingot",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:golden_carrot",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:bread",
"weight": 15
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3,
"min": 1
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:apple",
"weight": 15
},
{
"type": "minecraft:item",
"name": "minecraft:stone_pickaxe",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:stone_sword",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:stone_chestplate",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:stone_helmet",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:stone_leggings",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:stone_boots",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 3
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:basalt",
"weight": 5
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 7,
"min": 3
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:oak_sapling",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:saddle",
"weight": 3
},
{
"type": "minecraft:item",
"name": "minecraft:leather"
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_11"
},
{
"type": "minecraft:item",
"name": "minecraft:music_disc_13"
}
],
"rolls": {
"type": "minecraft:uniform",
"max": 8,
"min": 3
}
}
],
"random_sequence": "minecraft:chests/village/village_weaponsmith"
}

View file

@ -0,0 +1,75 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:rotten_flesh"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:carrot"
},
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:potato"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:entities/zombie"
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:entity",
"pools": [{
"bonus_rolls": 0,
"entries": [{
"type": "minecraft:item",
"functions": [{
"add": false,
"count": {"type": "minecraft:uniform","max":2,"min":0},
"function": "minecraft:set_count"
}],
"name": "minecraft:poppy"
}],
"rolls": 1
}],
"random_sequence": "minecraft:entities/iron_golem"
}

View file

@ -0,0 +1,75 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:rotten_flesh"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:carrot"
},
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:potato"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:entities/zombie"
}

View file

@ -0,0 +1,75 @@
{
"type": "minecraft:entity",
"pools": [
{
"bonus_rolls": 0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2,
"min": 0
},
"function": "minecraft:set_count"
},
{
"count": {
"type": "minecraft:uniform",
"max": 1,
"min": 0
},
"function": "minecraft:looting_enchant"
}
],
"name": "minecraft:rotten_flesh"
}
],
"rolls": 1
},
{
"bonus_rolls": 0,
"conditions": [
{
"condition": "minecraft:killed_by_player"
},
{
"chance": 0.025,
"condition": "minecraft:random_chance_with_looting",
"looting_multiplier": 0.01
}
],
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:carrot"
},
{
"type": "minecraft:item",
"functions": [
{
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"flags": {
"is_on_fire": true
}
}
}
],
"function": "minecraft:furnace_smelt"
}
],
"name": "minecraft:potato"
}
],
"rolls": 1
}
],
"random_sequence": "minecraft:entities/zombie"
}

View file

@ -0,0 +1,18 @@
{
"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

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

View file

@ -0,0 +1,17 @@
{
"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

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

View file

@ -0,0 +1,18 @@
{
"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

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

View file

@ -0,0 +1,18 @@
{
"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

@ -0,0 +1,18 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
"21 ",
" 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

@ -0,0 +1,18 @@
{
"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_sword"
},
"show_notification":true
}

View file

@ -0,0 +1,7 @@
{
"type":"minecraft:smithing_transform",
"base": {"item":"minecraft:golden_apple"},
"addition":{"item":"minecraft:nether_star"},
"template":{"item":"minecraft:dragon_breath"},
"result": {"item":"minecraft:enchanted_golden_apple"}
}

View file

@ -0,0 +1,19 @@
{
"type": "minecraft:crafting_shaped",
"category":"misc",
"pattern": [
" 1 ",
"232",
"444"
],
"key": {
"1":{"item":"minecraft:book"},
"2":{"item":"minecraft:amethyst_shard"},
"3":{"item":"minecraft:crying_obsidian"},
"4":{"item":"minecraft:obsidian"}
},
"result": {
"item":"minecraft:enchanting_table"
},
"show_notification":true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
"121",
"111"
],
"key": {
"1":{"tag":"minecraft:planks"},
"2":{"item":"minecraft:amethyst_shard"}
},
"result": {
"item":"minecraft:jukebox"
},
"show_notification":true
}

View file

@ -0,0 +1,13 @@
{
"type": "minecraft:crafting_shapeless",
"ingredients": [
{"item": "minecraft:arrow"},
{"item": "minecraft:arrow"},
{"item": "minecraft:arrow"},
{"item": "minecraft:glow_berries"}
],
"result": {
"item": "minecraft:spectral_arrow",
"count": 3
}
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 21",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_axe"
},
"show_notification":true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 11",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_hoe"
},
"show_notification":true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
"111",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_pickaxe"
},
"show_notification":true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
" 2 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_shovel"
},
"show_notification":true
}

View file

@ -0,0 +1,17 @@
{
"type": "minecraft:crafting_shaped",
"category":"equipment",
"pattern": [
" 1 ",
" 1 ",
" 2 "
],
"key": {
"1":{"item":"minecraft:copper_ingot"},
"2":{"item":"minecraft:stick"}
},
"result": {
"item":"minecraft:stone_sword"
},
"show_notification":true
}

View file

@ -0,0 +1,16 @@
{
"feature": "minecraft:ore_redstone",
"placement": [
{"type": "minecraft:count","count": 13},
{"type": "minecraft:in_square"},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"min_inclusive": {"above_bottom": 0},
"max_inclusive": {"above_bottom": 9}
}
},
{"type": "minecraft:biome"}
]
}

View file

@ -0,0 +1,20 @@
{
"key": "amethyst_bronze",
"category": "metal",
"primary": 4,
"secondary": 3.8,
"tertiary": 3.5,
"durability": 560,
"integrityCost": 1,
"integrityGain": 5,
"magicCapacity": 140,
"toolLevel": 4,
"toolEfficiency": 7,
"tints": {
"glyph": "f66fb7",
"texture": "dd75ac"
},
"textures": ["metal","default"],
"material": {"items": [ "tconstruct:amethyst_bronze_ingot" ]},
"requiredTools": {"hammer_dig": 3}
}

View file

@ -0,0 +1,25 @@
{
"key": "cobalt",
"category": "metal",
"primary": 4,
"secondary": 5,
"tertiary": 7,
"durability": 1260,
"integrityCost": 2,
"integrityGain": 2,
"magicCapacity": 85,
"toolLevel": 5,
"toolEfficiency": 7.3,
"tints": {
"glyph": "2222dd",
"texture": "3333dd"
},
"textures": [
"cobalt",
"metal",
"shiny"
],
"material": {"items":["tconstruct:cobalt_ingot"]},
"improvements": {"workable": 5},
"requiredTools": {"hammer_dig": 3}
}

View file

@ -0,0 +1,27 @@
{
"replace":true,
"key": "copper",
"category": "metal",
"primary": 4,
"secondary": 4.2,
"tertiary": 2.5,
"durability": 180,
"integrityCost": 1,
"integrityGain": 5,
"magicCapacity": 78,
"toolLevel": "minecraft:stone",
"toolEfficiency": 5,
"tints": {
"glyph": "copper_glyph",
"texture": "copper"
},
"textures": [
"metal",
"default"
],
"material": {
"items": [ "minecraft:copper_ingot" ]
},
"improvements": {"workable": 1},
"requiredTools": {"hammer_dig": 2}
}

View file

@ -0,0 +1,22 @@
{
"replace":true,
"key": "gold",
"category": "metal",
"primary": 4,
"secondary": 4.6,
"tertiary": 3,
"durability": 998,
"integrityCost": 2,
"integrityGain": 3,
"magicCapacity": 132,
"toolLevel": 4,
"toolEfficiency": 12,
"tints": {
"glyph": "gold_glyph",
"texture": "gold"
},
"textures": ["shiny","metal","default"],
"material": {"items": ["minecraft:gold_ingot"]},
"effects": {"stabilizing": 15},
"requiredTools": {"hammer_dig": 3}
}

View file

@ -0,0 +1,28 @@
{
"key": "hepatizon",
"category": "metal",
"primary": 6,
"secondary": 5.5,
"tertiary": 5,
"durability": 975,
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 75,
"toolLevel": 6,
"toolEfficiency": 8,
"tintOverrides": false,
"tints": {
"glyph": "42efef",
"texture": "46ece7"
},
"textures": [
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:hepatizon_ingot" ]
},
"requiredTools": {
"hammer_dig": 5
}
}

View file

@ -0,0 +1,28 @@
{
"key": "manyullyn",
"category": "metal",
"primary": 9,
"secondary": 7.8,
"tertiary": 4.5,
"durability": 1250,
"integrityCost": 3,
"integrityGain": 5,
"magicCapacity": 90,
"toolLevel": 6,
"toolEfficiency": 6.5,
"tintOverrides": false,
"tints": {
"glyph": "42efef",
"texture": "46ece7"
},
"textures": [
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:manyullyn_ingot" ]
},
"requiredTools": {
"hammer_dig": 5
}
}

View file

@ -0,0 +1,29 @@
{
"key": "queens_slime",
"category": "metal",
"primary": 3.3,
"secondary": 4.9,
"tertiary": 8,
"durability": 1650,
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 105,
"toolLevel": 6,
"toolEfficiency": 6,
"tintOverrides": false,
"tints": {
"glyph": "42efef",
"texture": "46ece7"
},
"textures": [
"slimesteel",
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:queens_slime_ingot" ]
},
"requiredTools": {
"hammer_dig": 5
}
}

View file

@ -0,0 +1,21 @@
{
"key": "rose_gold",
"category": "metal",
"primary": 5,
"secondary": 4.4,
"tertiary": 3,
"durability": 105,
"integrityCost": 2,
"integrityGain": 3.5,
"magicCapacity": 922,
"toolLevel": 4,
"toolEfficiency": 13.3,
"tints": {
"glyph": "fb8396",
"texture": "fa7386"
},
"textures": ["shiny","metal","default"],
"material": {"items": ["tconstruct:rose_gold_ingot"]},
"effects": {"stabilizing": 7},
"requiredTools": {"hammer_dig": 3}
}

View file

@ -0,0 +1,45 @@
{
"key": "slimesteel",
"category": "metal",
"primary": 6,
"secondary": 2.9,
"tertiary": 3.5,
"durability": 970,
"integrityCost": 2,
"integrityGain": 5,
"magicCapacity": 90,
"toolLevel": "minecraft:diamond",
"toolEfficiency": 6,
"textureOverrides": [
"item/module/crossbow/stave/basic/",
"item/module/crossbow/stock/basic/",
"item/module/double/binding/binding/",
"item/module/double/handle/basic/",
"item/module/double/head/basic_axe/",
"item/module/double/head/basic_pickaxe/",
"item/module/double/head/butt/",
"item/module/sword/blade/basic/",
"item/module/sword/blade/heavy/",
"item/module/sword/blade/short/",
"item/module/sword/guard/makeshift_guard/",
"item/module/sword/guard/wide_guard/",
"item/module/sword/hilt/basic/",
"item/module/sword/pommel/decorative_pommel/"
],
"tintOverrides": false,
"tints": {
"glyph": "42efef",
"texture": "46ece7"
},
"textures": [
"slimesteel",
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:slimesteel_ingot" ]
},
"requiredTools": {
"hammer_dig": "minecraft:iron"
}
}

View file

@ -0,0 +1,28 @@
{
"key": "steel",
"category": "metal",
"primary": 6.5,
"secondary": 4.4,
"tertiary": 3.5,
"durability": 1350,
"integrityCost": 2,
"integrityGain": 3,
"magicCapacity": 90,
"toolLevel": 5,
"toolEfficiency": 6,
"tintOverrides": false,
"tints": {
"glyph": "42efef",
"texture": "46ece7"
},
"textures": [
"metal",
"shiny"
],
"material": {
"items": [ "tconstruct:steel_ingot" ]
},
"requiredTools": {
"hammer_dig": 4
}
}

View file

@ -0,0 +1,330 @@
{
"replace": true,
"type": "tetra:multi_major_module",
"slots": [
"double/head_left",
"double/head_right"
],
"slotSuffixes": [
"_left",
"_right"
],
"improvements": [
"tetra:double/hammer/",
"tetra:double/shared_head/",
"tetra:double/shared/",
"tetra:shared/"
],
"variants": [
{
"materials": [ "tetra:wood/" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "log" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
},
{
"materials": [ "tetra:stone/stone" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:wood"
},
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/stone",
"tint": "aaaaaa"
}
],
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
}
}
},
{
"materials": [ "tetra:stone/diorite", "tetra:stone/andesite", "tetra:stone/granite" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:wood"
},
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "stone" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
},
{
"materials": [ "tetra:metal/copper" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:gold"
},
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "metal" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
},
{
"materials": [ "tetra:metal/iron" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:gold"
},
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "metal" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
},
{
"materials": [ "tetra:stone/blackstone" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:stone"
},
"integrity": -1,
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "stone" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
},
{
"materials": [ "tetra:stone/obsidian" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:iron"
},
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/obsidian"
}
],
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
}
}
},
{
"materials": [ "tetra:metal/netherite" ],
"key": "basic_hammer/",
"attributes": {
"generic.attack_speed": -1.1
},
"aspects": {
"block_breaker": 2,
"breakable": 2,
"blunt_weapon": 1
},
"tools": {
"hammer_dig": "minecraft:diamond"
},
"integrity": -1,
"extract": {
"primaryAttributes": {
"generic.attack_damage": 0.5
},
"secondaryAttributes": {
"generic.attack_damage": 1,
"generic.attack_speed": -0.08
},
"tools": {
"hammer_dig": [ 0, 0.8333 ]
},
"durability": 0.55,
"integrity": -1,
"magicCapacity": 1,
"glyph": {
"textureX": 64
},
"availableTextures": [ "metal" ],
"models": [
{
"location": "tetra:item/module/double/head/basic_hammer/"
}
]
}
}
]
}