Skip to content

Commit

Permalink
Updated to version 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
catter1 committed May 17, 2024
1 parent 0763aea commit c39b14c
Show file tree
Hide file tree
Showing 46 changed files with 6,073 additions and 742 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,236 @@
{
"pools": [
{
"rolls": {
"min": 4,
"max": 6
},
"entries": [
{
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"weight": 100,
"name": "minecraft:gold_nugget",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 100,
"name": "minecraft:crimson_stem",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 12
}
}
]
},
{
"type": "minecraft:item",
"weight": 80,
"name": "minecraft:stripped_crimson_stem",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 9
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:stone"
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:golden_axe",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.2,
"max": 0.9
}
},
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 1,
"max": 30
},
"treasure": true,
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.4
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:golden_sword",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.2,
"max": 0.9
}
},
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 1,
"max": 30
},
"treasure": true,
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.4
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:golden_pickaxe",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.2,
"max": 0.9
}
},
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 1,
"max": 30
},
"treasure": true,
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.4
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:golden_shovel",
"functions": [
{
"function": "minecraft:set_damage",
"damage": {
"min": 0.2,
"max": 0.9
}
},
{
"function": "minecraft:enchant_with_levels",
"levels": {
"min": 1,
"max": 30
},
"treasure": true,
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.4
}
]
}
]
},
{
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:shroomlight",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 4
}
}
]
},
{
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:redstone",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 10
}
}
]
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:gold_block"
},
{
"type": "minecraft:item",
"weight": 100,
"name": "minecraft:crimson_fungus",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 3,
"max": 18
}
}
]
},
{
"type": "minecraft:loot_table",
"weight": 30,
"value": "structory_towers:potions"
}
]
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
{
"pools": [
{
"rolls": {
"min": 3,
"max": 7
},
"entries": [
{
"type": "minecraft:item",
"weight": 100,
"name": "minecraft:nether_brick",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 4,
"max": 16
}
}
]
},
{
"type": "minecraft:item",
"weight": 80,
"name": "minecraft:nether_bricks",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 9
}
}
]
},
{
"type": "minecraft:item",
"weight": 20,
"name": "minecraft:chiseled_nether_bricks"
},
{
"type": "minecraft:item",
"weight": 40,
"name": "minecraft:red_nether_bricks",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 9
}
}
]
},
{
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:gold_ingot",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 3
}
}
]
},
{
"type": "minecraft:item",
"weight": 60,
"name": "minecraft:nether_wart",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 2,
"max": 8
}
}
]
},
{
"type": "minecraft:loot_table",
"weight": 20,
"value": "structory_towers:potions"
}
]
}
]
}
Loading

0 comments on commit c39b14c

Please sign in to comment.