first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,8 @@
{
"objectives": [
"all_objs"
],
"rewards": [
"all_rews"
]
}

View File

@ -0,0 +1,67 @@
{
"replace": true,
"content": {
"all_rew_bronze_reward": {
"type": "item",
"rarity": "COMMON",
"content": "numismatic-overhaul:bronze_coin",
"amount": {
"min": 5,
"max": 10
},
"unitWorth": 1
},
"all_rew_bronze2_reward": {
"type": "item",
"rarity": "UNCOMMON",
"content": "numismatic-overhaul:bronze_coin",
"amount": {
"min": 10,
"max": 30
},
"unitWorth": 1,
"weightMult": 0.5
},
"all_rew_bronze3_reward": {
"type": "item",
"rarity": "RARE",
"content": "numismatic-overhaul:bronze_coin",
"amount": {
"min": 50,
"max": 80
},
"unitWorth": 1,
"weightMult": 0.3
},
"all_rew_silver_reward": {
"type": "item",
"rarity": "EPIC",
"content": "numismatic-overhaul:silver_coin",
"amount": {
"min": 2,
"max": 5
},
"unitWorth": 100,
"weightMult": 0.3
},
"all_rew_gold_reward": {
"type": "item",
"rarity": "LEGENDARY",
"content": "numismatic-overhaul:silver_coin",
"amount": {
"min": 8,
"max": 20
},
"unitWorth": 100,
"weightMult": 1
},
"all_rew_prismarine_crystals": null
}
}

View File

@ -0,0 +1,17 @@
{
"replace": true,
"content": {
"fisherman_obj_gold_nugs": {
"type": "item",
"content": "minecraft:gold_nugget",
"amount": {
"min": 4,
"max": 8
},
"unitWorth": 100
}
}
}