Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "additionaladditions:amethyst_lamp"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "additionaladditions:copper_patina"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "additionaladditions:glow_stick"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "additionaladditions:patina_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "additionaladditions:rope"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View File

@@ -0,0 +1,143 @@
{
"type": "minecraft:generic",
"pools": [
{
"rolls": {
"min": 1,
"max": 5
},
"entries": [
{
"type": "minecraft:item",
"weight": 2,
"name": "additionaladditions:rose_gold_axe"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:prismarine_crystals"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:saddle"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:name_tag"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:cake"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:lead"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:chainmail_leggings"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:chainmail_helmet"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:chainmail_chestplate"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:chainmail_boots"
},
{
"type": "minecraft:item",
"weight": 6,
"name": "minecraft:string"
},
{
"type": "minecraft:item",
"weight": 6,
"name": "minecraft:rotten_flesh"
},
{
"type": "minecraft:item",
"weight": 5,
"name": "minecraft:iron_ingot"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:gold_ingot"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:iron_sword"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:heart_of_the_sea"
},
{
"type": "minecraft:item",
"weight": 4,
"name": "minecraft:suspicious_stew"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:bow"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:emerald"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:diamond"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:spyglass"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:compass"
},
{
"type": "minecraft:item",
"weight": 3,
"name": "minecraft:bundle"
},
{
"type": "minecraft:item",
"weight": 2,
"name": "minecraft:slime_ball"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:golden_apple"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:nautilus_shell"
}
]
}
]
}