add first patch
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_jade",
|
||||
"criteria": {
|
||||
"aging_cask": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:aging_cask"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_aging_cask.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:aging_cask"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_aging_cask.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["aging_cask"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_sparkstone",
|
||||
"criteria": {
|
||||
"artisan_hopper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:artisan_hopper"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_artisan_hopper.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:artisan_hopper"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_artisan_hopper.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["artisan_hopper"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_sparkstone",
|
||||
"criteria": {
|
||||
"auto_grabber": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:auto_grabber"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_auto_grabber.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:auto_grabber"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_auto_grabber.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["auto_grabber"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"charging_rod": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:charging_rod"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_charging_rod.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:charging_rod"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_charging_rod.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["charging_rod"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"press": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:cheese_press"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_cheese_press.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:cheese_press"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_cheese_press.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["press"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_charging_rod",
|
||||
"criteria": {
|
||||
"crystalarium": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:crystalarium"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_crystalarium.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:crystalarium"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_crystalarium.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["crystalarium"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"dehydrator": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:dehydrator"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_dehydrator.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:dehydrator"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_dehydrator.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["dehydrator"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_charging_rod",
|
||||
"criteria": {
|
||||
"espresso_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:espresso_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_espresso_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:espresso_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_espresso_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["espresso_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"loom": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:loom"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_loom.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:loom"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_loom.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["loom"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"mayonnaise_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mayonnaise_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mayonnaise_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mayonnaise_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mayonnaise_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mayonnaise_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_mossberry",
|
||||
"criteria": {
|
||||
"mushroom_log": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mushroom_log"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mushroom_log.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mushroom_log"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mushroom_log.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mushroom_log"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_jade",
|
||||
"criteria": {
|
||||
"oil_maker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:oil_maker"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_oil_maker.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:oil_maker"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_oil_maker.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["oil_maker"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"preserves_jar": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:preserves_jar"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_preserves_jar.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:preserves_jar"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_preserves_jar.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["preserves_jar"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"recycling_machine": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:recycling_machine"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_recycling_machine.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:recycling_machine"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_recycling_machine.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["recycling_machine"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"seed_maker": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:seed_maker"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_seed_maker.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:seed_maker"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_seed_maker.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["seed_maker"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_earth_crystal",
|
||||
"criteria": {
|
||||
"tapper": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:tapper"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_tapper.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:tapper"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_tapper.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["tapper"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/machines/obtain_tapper",
|
||||
"criteria": {
|
||||
"wine_keg": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:wine_keg"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_wine_keg.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:wine_keg"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_wine_keg.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["wine_keg"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"earth_crystal": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:earth_crystal"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_earth_crystal.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:earth_crystal"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_earth_crystal.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["earth_crystal"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_earth_crystal",
|
||||
"criteria": {
|
||||
"fire_quartz": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:fire_quartz"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_fire_quartz.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:fire_quartz"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_fire_quartz.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["fire_quartz"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"gnome": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:gnome"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_gnome.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:gnome"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_gnome.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["gnome"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"jade": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:jade"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_jade.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:jade"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_jade.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["jade"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"mossberry": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:mossberry"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_mossberry.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:mossberry"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_mossberry.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["mossberry"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/materials/obtain_fire_quartz",
|
||||
"criteria": {
|
||||
"sparkstone": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:sparkstone"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_sparkstone.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:sparkstone"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_sparkstone.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["sparkstone"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"token_of_unity": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:token_of_unity"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_token_of_unity.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:token_of_unity"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_token_of_unity.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["token_of_unity"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_neptunium_coin",
|
||||
"criteria": {
|
||||
"ancient_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:ancient_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_ancient_coin.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:ancient_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_ancient_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["ancient_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_sun",
|
||||
"criteria": {
|
||||
"neptunium_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:neptunium_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_neptunium_coin.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:neptunium_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_neptunium_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["neptunium_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/money/obtain_ancient_coin",
|
||||
"criteria": {
|
||||
"obtain_prismatic_coin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:prismatic_coin"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_prismatic_coin.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:prismatic_coin"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_prismatic_coin.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["obtain_prismatic_coin"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"cash": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["numismatics:sun"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_sun.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "numismatics:sun"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_sun.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["cash"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"parent": "society:main/root",
|
||||
"criteria": {
|
||||
"prismatic_shard": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": ["society:prismatic_shard"]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": true,
|
||||
"description": {
|
||||
"translate": "society.advancement.obtain_prismatic_shard.description"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "society:prismatic_shard"
|
||||
},
|
||||
"show_toast": true,
|
||||
"title": {
|
||||
"translate": "society.advancement.obtain_prismatic_shard.title"
|
||||
}
|
||||
},
|
||||
"requirements": [["prismatic_shard"]],
|
||||
"sends_telemetry_event": true
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"criteria": {
|
||||
"bin": {
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"items": [
|
||||
"shippingbin:basic_shipping_bin"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"trigger": "minecraft:inventory_changed"
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"announce_to_chat": false,
|
||||
"background": "meadow:textures/block/pine_planks.png",
|
||||
"description": {
|
||||
"translate": "society.advancement.root.description"
|
||||
},
|
||||
"frame": "task",
|
||||
"hidden": false,
|
||||
"icon": {
|
||||
"item": "shippingbin:basic_shipping_bin"
|
||||
},
|
||||
"show_toast": false,
|
||||
"title": {
|
||||
"translate": "society.advancement.root.title"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"bin"
|
||||
]
|
||||
],
|
||||
"sends_telemetry_event": false
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"entities": [
|
||||
"minecraft:player"
|
||||
],
|
||||
"slots": [
|
||||
"fish_radar",
|
||||
"clock",
|
||||
"chat_color",
|
||||
"calendarslot"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"size": 1,
|
||||
"order": -256
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
{
|
||||
"order": 99,
|
||||
"size": 1
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
|
||||
{
|
||||
"order": 99,
|
||||
"size": 1
|
||||
}
|
||||
@@ -0,0 +1,120 @@
|
||||
{
|
||||
"type": "society:skull_cavern",
|
||||
"generator": {
|
||||
"type": "minecraft:noise",
|
||||
"biome_source": {
|
||||
"type": "minecraft:multi_noise",
|
||||
"biomes": [
|
||||
{
|
||||
"biome": "society:cavern_top",
|
||||
"parameters": {
|
||||
"temperature": [-1, 1],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [1.8, 2],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:skull_caves",
|
||||
"parameters": {
|
||||
"temperature": [-1, 0],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [1.5, 1.8],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:lush_caverns",
|
||||
"parameters": {
|
||||
"temperature": [0, 1],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [1.5, 1.8],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:frozen_caves",
|
||||
"parameters": {
|
||||
"temperature": [-1, 0],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [1, 1.5],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:frozen_maelstrom",
|
||||
"parameters": {
|
||||
"temperature": [0, 1],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [1, 1.5],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:desert_caves",
|
||||
"parameters": {
|
||||
"temperature": [-1, 0],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [0.5, 1],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:desert_fault",
|
||||
"parameters": {
|
||||
"temperature": [0, 1],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [0.5, 1],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:blackstone_caves",
|
||||
"parameters": {
|
||||
"temperature": [-1, 0],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [0, 0.5],
|
||||
"offset": 0
|
||||
}
|
||||
},
|
||||
{
|
||||
"biome": "society:umbra_barrens",
|
||||
"parameters": {
|
||||
"temperature": [0, 1],
|
||||
"humidity": [0, 0],
|
||||
"continentalness": 0,
|
||||
"erosion": 0,
|
||||
"weirdness": 0,
|
||||
"depth": [0, 0.5],
|
||||
"offset": 0
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"settings": "society:skull_cavern"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"ambient_light": 0,
|
||||
"bed_works": false,
|
||||
"coordinate_scale": 1,
|
||||
"effects": "minecraft:the_nether",
|
||||
"has_ceiling": false,
|
||||
"has_raids": false,
|
||||
"has_skylight": false,
|
||||
"height": 512,
|
||||
"fixed_time": 18000,
|
||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||
"logical_height": 512,
|
||||
"min_y": 0,
|
||||
"monster_spawn_block_light_limit": 15,
|
||||
"monster_spawn_light_level": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"min_inclusive": 0,
|
||||
"max_inclusive": 14
|
||||
}
|
||||
},
|
||||
"natural": false,
|
||||
"piglin_safe": true,
|
||||
"respawn_anchor_works": false,
|
||||
"ultrawarm": false
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#supplementaries:has_cave_urns",
|
||||
"features": "society:earth_crystals",
|
||||
"step": "underground_decoration"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#society:spawns_magma_geodes",
|
||||
"features": "society:fire_quartz_spawn",
|
||||
"step": "underground_decoration"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#supplementaries:has_cave_urns",
|
||||
"features": "society:geode_nodes",
|
||||
"step": "underground_decoration"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#society:spawns_magma_geodes",
|
||||
"features": "society:magma_geode_nodes",
|
||||
"step": "underground_decoration"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"type": "forge:add_features",
|
||||
"biomes": "#society:is_skull_cavern",
|
||||
"features": "society:omni_geode_nodes",
|
||||
"step": "underground_decoration"
|
||||
}
|
||||
@@ -0,0 +1,180 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:berry_bush"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:berry_bush",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"type": "1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:salmonberry"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:berry_bush"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:berry_bush",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"type": "2"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:boysenberry"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:berry_bush"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:berry_bush",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"type": "3"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:cranberry"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"items": [
|
||||
"minecraft:shears"
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:berry_bush"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:berry_bush",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"type": "4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 6
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:crystalberry"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,141 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:blackstone",
|
||||
"weight": 720
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "etcetera:raw_bismuth",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 135
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:magma_geode",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:fire_quartz",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:sparkstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 32
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:jade",
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:netherite_scrap",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:prismatic_shard",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:pristine_ruby",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:heart_of_neptunium",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:debt_caverns",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:plushie_capsule",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:blueberry",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:blueberry"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:carrot",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "minecraft:carrot"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/carrots"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:cranberry",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "5"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 2,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:cranberry"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:deepslate_iridium_ore"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:netherite_scrap"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/deepslate_iridium_ore"
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:deepslate_sparkstone_ore"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"function": "minecraft:apply_bonus",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/deepslate_sparkstone_ore"
|
||||
}
|
||||
@@ -0,0 +1,157 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:end_stone",
|
||||
"weight": 820
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:amethyst_shard",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 4,
|
||||
"max": 16
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 125
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:jade",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 12
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 35
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:dragon_breath",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 25
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:spinel",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "botania:ender_air_bottle",
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:sparkstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 8,
|
||||
"max": 32
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:netherite_scrap",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:prismatic_shard",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:pristine_spinel",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:heart_of_neptunium",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:plushie_capsule",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:geode",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:earth_crystal",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:emerald",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:aquamarine",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:amethyst_chunk",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:furniture_box",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,161 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:relic_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:artifact_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:book_of_stars" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:mining_monthly" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:combat_quarterly" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:froggy_helm" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_drum" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_gadget" },
|
||||
{ "type": "minecraft:item", "weight": 22, "name": "society:magic_rope" },
|
||||
{ "type": "minecraft:item", "weight": 5, "name": "gag:escape_rope" },
|
||||
{ "type": "minecraft:item", "weight": 80, "name": "meadow:fire_log" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 14,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 8,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 18,
|
||||
"name": "meadow:fire_log"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 60,
|
||||
"name": "meadow:fire_log"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:zucchini_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nethervinery:crimson_grape_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "nethervinery:warped_grape_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:ancient_fruit_seed",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:auto_petter",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"forge:conditions": [{"type": "forge:false"}]}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:ice",
|
||||
"weight": 680
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:frozen_geode",
|
||||
"weight": 134
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:frozen_tear",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 2
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 20
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:sparkstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:pristine_frozen_tear",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:steamy_gadget",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:iridium_ore"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:netherite_scrap"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/iridium_ore"
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:gnome"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:magma_geode",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:fire_quartz",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:topaz",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:ruby",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:nether_star",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:furniture_box",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:mana_fruit_crop",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:mana_fruit"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,177 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:relic_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:artifact_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:book_of_stars" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:mining_monthly" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:combat_quarterly" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:froggy_helm" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_drum" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_gadget" },
|
||||
{ "type": "minecraft:item", "weight": 22, "name": "society:magic_rope" },
|
||||
{ "type": "minecraft:item", "weight": 5, "name": "gag:escape_rope" },
|
||||
{ "type": "minecraft:item", "weight": 80, "name": "meadow:fire_log" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 14,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 8,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 18,
|
||||
"name": "meadow:fire_log"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 30,
|
||||
"name": "meadow:fire_log"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "herbalbrews:coffee_beans",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:sweet_berries",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:savanna_grape_seeds_red",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:savanna_grape_seeds_white",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "herbalbrews:yerba_mate_leaf",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "herbalbrews:tea_blossom",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:prismatic_shard",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:jade",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "quark:diamond_heart",
|
||||
"weight": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:onion",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "4"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "farm_and_charm:onion"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,241 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:relic_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:artifact_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:book_of_stars" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:mining_monthly" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:combat_quarterly" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:froggy_helm" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_drum" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_gadget" },
|
||||
{ "type": "minecraft:item", "weight": 22, "name": "society:magic_rope" },
|
||||
{ "type": "minecraft:item", "weight": 5, "name": "gag:escape_rope" },
|
||||
{ "type": "minecraft:item", "weight": 80, "name": "meadow:fire_log" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 14,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 8,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 18,
|
||||
"name": "meadow:fire_log"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 30,
|
||||
"name": "meadow:fire_log"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:boysenberry",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "herbalbrews:rooibos_leaf",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "brewery:hop_trellis_seed",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:aloe_kernels",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:zucchini_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:jungle_grape_seeds_red",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:jungle_grape_seeds_white",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:yucca_sapling",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:yucca_branch",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:ancient_fruit_seed",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:peanut",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vintagedelight:peanut"
|
||||
}
|
||||
],
|
||||
"rolls": 2.0
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:peanut",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.004,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"name": "vintagedelight:magic_peanut"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "vintagedelight:blocks/peanut_crop"
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"name": "pool2",
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:potato"
|
||||
}
|
||||
],
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "society:potato",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"conditions": [
|
||||
{
|
||||
"block": "society:potato",
|
||||
"condition": "minecraft:block_state_property",
|
||||
"properties": {
|
||||
"age": "7"
|
||||
}
|
||||
}
|
||||
],
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"chance": 0.02,
|
||||
"condition": "minecraft:random_chance"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:poisonous_potato"
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:sandstone",
|
||||
"weight": 750
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:magma_geode",
|
||||
"weight": 135
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:fire_quartz",
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:omni_geode",
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:sparkstone",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 12
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 15
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:netherite_scrap",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:pristine_sandstone_slate",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:prismatic_shard",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:mini_oni_eye",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:plushie_capsule",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,62 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:match_tool",
|
||||
"predicate": {
|
||||
"enchantments": [
|
||||
{
|
||||
"enchantment": "minecraft:silk_touch",
|
||||
"levels": {
|
||||
"min": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone_ore"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:uniform_bonus_count",
|
||||
"function": "minecraft:apply_bonus",
|
||||
"parameters": {
|
||||
"bonusMultiplier": 3
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/sparkstone_ore"
|
||||
}
|
||||
@@ -0,0 +1,198 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:relic_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:artifact_trove" },
|
||||
{ "type": "minecraft:item", "weight": 1, "name": "society:book_of_stars" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:mining_monthly" },
|
||||
{ "type": "minecraft:item", "weight": 2, "name": "society:combat_quarterly" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:froggy_helm" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_drum" },
|
||||
{ "type": "minecraft:item", "weight": 3, "name": "society:ribbit_gadget" },
|
||||
{ "type": "minecraft:item", "weight": 22, "name": "society:magic_rope" },
|
||||
{ "type": "minecraft:item", "weight": 5, "name": "gag:escape_rope" },
|
||||
{ "type": "minecraft:item", "weight": 80, "name": "meadow:fire_log" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 14,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "minecraft:coal"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 8,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sparkstone"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:sap"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 18,
|
||||
"name": "meadow:fire_log"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 0,
|
||||
"max": 1
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 30,
|
||||
"name": "meadow:fire_log"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:crystalberry",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 30
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "windswept:wild_berries",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 8
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 10
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:cinnamonitem",
|
||||
"weight": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:broccoli_seeds",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:taiga_grape_seeds_red",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "vinery:taiga_grape_seeds_white",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 4
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "atmospheric:currant_seedling",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "pamhc2trees:cinnamon_sapling",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:cobblestone",
|
||||
"weight": 670
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:geode",
|
||||
"weight": 135
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:earth_crystal",
|
||||
"weight": 8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:aquamarine",
|
||||
"weight": 5
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:pristine_amethyst_chunk",
|
||||
"weight": 4
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:wheel_of_adaptation",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "society:gnome",
|
||||
"weight": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"rolls": 1.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:alternatives",
|
||||
"children": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "veggiesdelight:sweet_potato",
|
||||
"conditions": [
|
||||
{
|
||||
"condition": "minecraft:block_state_property",
|
||||
"block": "society:sweet_potato",
|
||||
"properties": {
|
||||
"age": "5"
|
||||
}
|
||||
}
|
||||
],
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 3
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "veggiesdelight:blocks/sweet_potato_crop"
|
||||
}
|
||||
@@ -0,0 +1,245 @@
|
||||
{
|
||||
"type": "minecraft:chest",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 3,
|
||||
"max": 8
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 25,
|
||||
"name": "society:animal_feed",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 2,
|
||||
"max": 5
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:saddle"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "numismatics:sprocket",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:golden_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:diamond_horse_armor"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"name": "numismatics:cog",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 3
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "numismatics:crown",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"weight": 1,
|
||||
"type": "minecraft:item",
|
||||
"name": "society:candied_animal_feed"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:stone_shovel",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 20,
|
||||
"max": 39
|
||||
},
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "minecraft:stone_hoe",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 20,
|
||||
"max": 39
|
||||
},
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 3,
|
||||
"name": "numismatics:cog",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:enchant_with_levels",
|
||||
"levels": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 20,
|
||||
"max": 39
|
||||
},
|
||||
"treasure": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rolls": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 20,
|
||||
"name": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"name": "numismatics:crown",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 10,
|
||||
"name": "numismatics:cog",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 6
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "relics:horse_flute"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "society:husbandry_hourly"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1,
|
||||
"max": 1
|
||||
},
|
||||
"add": false
|
||||
}
|
||||
],
|
||||
"name": "simplerecall:recall_potion"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:chests/end_city_treasure"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:bevel",
|
||||
"weight": 6,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:sprocket",
|
||||
"weight": 3,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:cog",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"min": 1.0,
|
||||
"max": 3.0
|
||||
},
|
||||
"add": false
|
||||
},
|
||||
{
|
||||
"function": "minecraft:apply_bonus",
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "etcetera:raw_bismuth",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:magma_geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:fire_quartz",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:blaze_rod",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "etcetera:blocks/nether_bismuth_ore"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:coal",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:earth_crystal",
|
||||
"weight": 3
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/coal_ore"
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 5.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:raw_copper",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:earth_crystal",
|
||||
"weight": 3
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/coal_ore"
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:raw_iron",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:earth_crystal",
|
||||
"weight": 3
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/coal_ore"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"add": false,
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"max": 6.0,
|
||||
"min": 2.0
|
||||
},
|
||||
"function": "minecraft:set_count"
|
||||
},
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:gold_nugget",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:magma_geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:fire_quartz",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:blaze_rod",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/nether_gold_ore"
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"type": "minecraft:block",
|
||||
"pools": [
|
||||
{
|
||||
"bonus_rolls": 0.0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"functions": [
|
||||
{
|
||||
"enchantment": "minecraft:fortune",
|
||||
"formula": "minecraft:ore_drops",
|
||||
"function": "minecraft:apply_bonus"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:explosion_decay"
|
||||
}
|
||||
],
|
||||
"name": "minecraft:quartz",
|
||||
"weight": 6
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:magma_geode",
|
||||
"weight": 3
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "society:fire_quartz",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "minecraft:blaze_rod",
|
||||
"weight": 2
|
||||
}
|
||||
],
|
||||
"rolls": 1.0
|
||||
}
|
||||
],
|
||||
"random_sequence": "minecraft:blocks/nether_quartz_ore"
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:sprocket",
|
||||
"weight": 4,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:cog",
|
||||
"weight": 2,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "item",
|
||||
"name": "numismatics:crown",
|
||||
"weight": 1,
|
||||
"functions": [
|
||||
{
|
||||
"function": "set_count",
|
||||
"count": {
|
||||
"min": 1,
|
||||
"max": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"unlocked_by_default": true,
|
||||
"title": {"translate": "society_skills.adventuring.category.title"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "netherite_sword"
|
||||
}
|
||||
},
|
||||
"background": "create:textures/block/palettes/stone_types/brick/dripstone_cut_brick.png",
|
||||
"spent_points_limit": 12
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"normal": {
|
||||
"bidirectional": [
|
||||
["okgyosul1tj62khg", "p6sbk6xu6mgmnq7j"],
|
||||
["p6sbk6xu6mgmnq7j", "5qhqehmhpx4tg9ha"],
|
||||
["5qhqehmhpx4tg9ha", "vxy13tc1uf400qbg"],
|
||||
["ykw3e6ntukr3ty3e", "vxy13tc1uf400qbg"],
|
||||
["vxy13tc1uf400qbg", "spnyibba8bqymtu7"],
|
||||
["spnyibba8bqymtu7", "35n86k5fhylgxgdj"],
|
||||
["35n86k5fhylgxgdj", "zwlsq2oizf06cda5"],
|
||||
["lk6rlnb2l0cgb5e2", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "qk6mez9znbtfdwdc"],
|
||||
["qk6mez9znbtfdwdc", "lk6rlnb2l0cgb5e2"],
|
||||
["qk6mez9znbtfdwdc", "mfx3gv2ho4wa9z0x"],
|
||||
["mfx3gv2ho4wa9z0x", "lkmwyqge3372hyma"],
|
||||
["lkmwyqge3372hyma", "y71si9t9gslucahb"],
|
||||
["lkmwyqge3372hyma", "ogdcte1e30pp541e"],
|
||||
["ykw3e6ntukr3ty3e", "1czrk80c5nex6hh8"],
|
||||
["1czrk80c5nex6hh8", "9pw1objn4zi0u88z"],
|
||||
["9pw1objn4zi0u88z", "k70v91q6jvn7czej"],
|
||||
["e52jlisqmdlivpuj", "k70v91q6jvn7czej"],
|
||||
["v23qt978yxk59apn", "9pw1objn4zi0u88z"],
|
||||
["v23qt978yxk59apn", "e52jlisqmdlivpuj"],
|
||||
["e52jlisqmdlivpuj", "584qmtndwsqgyd1i"],
|
||||
["584qmtndwsqgyd1i", "kluhtt8swe7l3tvc"],
|
||||
["kluhtt8swe7l3tvc", "ulcnbmqbzcuabude"],
|
||||
["pe0e5y7gtrlk519d", "kluhtt8swe7l3tvc"]
|
||||
]
|
||||
},
|
||||
"exclusive": {
|
||||
"bidirectional": [
|
||||
["ykw3e6ntukr3ty3e", "spnyibba8bqymtu7"],
|
||||
["k70v91q6jvn7czej", "v23qt978yxk59apn"],
|
||||
["lk6rlnb2l0cgb5e2", "mondk5bw8a3sm7mg"],
|
||||
["y71si9t9gslucahb", "ogdcte1e30pp541e"],
|
||||
["pe0e5y7gtrlk519d", "ulcnbmqbzcuabude"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,377 @@
|
||||
{
|
||||
"ranged+2": {
|
||||
"title": {"translate": "society_skills.adventuring.ranged"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "minecraft:spectral_arrow"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:ranged_damage",
|
||||
"value": 2,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"protection+1": {
|
||||
"title": {"translate": "society_skills.adventuring.protection"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "minecraft:resistance"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:resistance",
|
||||
"value": 0.16,
|
||||
"operation": "multiply_base"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"looting+1": {
|
||||
"title": {"translate": "society_skills.adventuring.looting"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "herbalbrews:fortune"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "additional_attributes:looting",
|
||||
"value": 1,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"fence_2": {
|
||||
"title": {"translate": "society_skills.adventuring.fence"},
|
||||
"description": {"translate": "society_skills.adventuring.fence.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "bundle"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:meat_sell_multiplier base set 1.5",
|
||||
"lock_command": "attribute @s shippingbin:meat_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s fence_2",
|
||||
"lock_command": "kubejs stages remove @s fence_2"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"fence": {
|
||||
"title": {"translate": "society_skills.adventuring.fence"},
|
||||
"description": {"translate": "society_skills.adventuring.fence.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "bundle"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:meat_sell_multiplier base set 1.5",
|
||||
"lock_command": "attribute @s shippingbin:meat_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s fence",
|
||||
"lock_command": "kubejs stages remove @s fence"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"quick_feet": {
|
||||
"title": {"translate": "society_skills.adventuring.quick_feet"},
|
||||
"description": {"translate": "society_skills.adventuring.quick_feet.description"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "vinery:lava_walker"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "generic.movement_speed",
|
||||
"value": 0.2,
|
||||
"operation": "multiply_total"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"steadfast": {
|
||||
"title": {"translate": "society_skills.adventuring.steadfast"},
|
||||
"description": {"translate": "society_skills.adventuring.steadfast.description"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "herbalbrews:tough"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s steadfast",
|
||||
"lock_command": "kubejs stages remove @s steadfast"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"dragonslayer": {
|
||||
"title": {"translate": "society_skills.adventuring.dragonslayer"},
|
||||
"description": {"translate": "society_skills.adventuring.dragonslayer.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:dragontooth_axe"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s dragonslayer",
|
||||
"lock_command": "kubejs stages remove @s dragonslayer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"looting_tycoon": {
|
||||
"title": {"translate": "society_skills.adventuring.looting_tycoon"},
|
||||
"description": {"translate": "society_skills.adventuring.looting_tycoon.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:heart_of_neptunium"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:meat_sell_multiplier base set 2",
|
||||
"lock_command": "attribute @s shippingbin:meat_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s looting_tycoon",
|
||||
"lock_command": "kubejs stages remove @s looting_tycoon"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"galaxy_smash": {
|
||||
"title": {"translate": "society_skills.adventuring.galaxy_smash"},
|
||||
"description": {"translate": "society_skills.adventuring.galaxy_smash.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "etcetera:hammer"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s galaxy_smash",
|
||||
"lock_command": "kubejs stages remove @s galaxy_smash"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"handleshot": {
|
||||
"title": {"translate": "society_skills.adventuring.handleshot"},
|
||||
"description": {"translate": "society_skills.adventuring.handleshot.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "crossbow"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s handleshot",
|
||||
"lock_command": "kubejs stages remove @s handleshot"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"relic_hunter": {
|
||||
"title": {"translate": "society_skills.adventuring.relic_hunter"},
|
||||
"description": {"translate": "society_skills.adventuring.relic_hunter.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:relic_trove"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s relic_hunter",
|
||||
"lock_command": "kubejs stages remove @s relic_hunter"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"artifact_hunter": {
|
||||
"title": {"translate": "society_skills.adventuring.artifact_hunter"},
|
||||
"description": {"translate": "society_skills.adventuring.artifact_hunter.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:artifact_trove"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s artifact_hunter",
|
||||
"lock_command": "kubejs stages remove @s artifact_hunter"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prismatic_realm": {
|
||||
"title": {"translate": "society_skills.adventuring.prismatic_realm"},
|
||||
"description": {"translate": "society_skills.adventuring.prismatic_realm.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:prismatic_shard"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s prismatic_realm",
|
||||
"lock_command": "kubejs stages remove @s prismatic_realm"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"stuffed": {
|
||||
"title": {"translate": "society_skills.adventuring.stuffed"},
|
||||
"description": {"translate": "society_skills.adventuring.stuffed.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "health_boost"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "generic.max_health",
|
||||
"value": 10,
|
||||
"operation": "addition"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s stuffed",
|
||||
"lock_command": "kubejs stages remove @s stuffed"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"experience_per_level": {
|
||||
"type": "values",
|
||||
"data": {
|
||||
"values": [250, 500, 1000, 2000, 5000, 6000, 7000, 10000, 11000, 12000, 13000, 20000]
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "puffish_skills:kill_entity",
|
||||
"data": {
|
||||
"variables": {
|
||||
"is_armor_stand": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_killed_living_entity"
|
||||
},
|
||||
{
|
||||
"type": "get_type"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"entity_type": "minecraft:armor_stand"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"max_health": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_killed_living_entity"
|
||||
},
|
||||
{
|
||||
"type": "get_max_health"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"condition": "!is_armor_stand",
|
||||
"expression": "max_health * 2"
|
||||
}
|
||||
],
|
||||
"anti_farming": {
|
||||
"limit_per_chunk": 15,
|
||||
"reset_after_seconds": 300
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:increase_stat",
|
||||
"data": {
|
||||
"variables": {
|
||||
"looting_chests": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_stat"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"stat": "minecraft.custom:lootr.looted_stat"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"condition": "looting_chests",
|
||||
"expression": "85"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"5qhqehmhpx4tg9ha": {
|
||||
"definition": "ranged+2",
|
||||
"x": -224,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"vxy13tc1uf400qbg": {
|
||||
"definition": "protection+1",
|
||||
"x": -160,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"p6sbk6xu6mgmnq7j": {
|
||||
"definition": "looting+1",
|
||||
"x": -288,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"okgyosul1tj62khg": {
|
||||
"definition": "ranged+2",
|
||||
"x": -352,
|
||||
"y": 0,
|
||||
"root": true
|
||||
},
|
||||
"ykw3e6ntukr3ty3e": {
|
||||
"definition": "fence",
|
||||
"x": -96,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"spnyibba8bqymtu7": {
|
||||
"definition": "dragonslayer",
|
||||
"x": -96,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"1czrk80c5nex6hh8": {
|
||||
"definition": "protection+1",
|
||||
"x": -32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"35n86k5fhylgxgdj": {
|
||||
"definition": "protection+1",
|
||||
"x": -32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"9pw1objn4zi0u88z": {
|
||||
"definition": "quick_feet",
|
||||
"x": 32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"zwlsq2oizf06cda5": {
|
||||
"definition": "steadfast",
|
||||
"x": 32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"k70v91q6jvn7czej": {
|
||||
"definition": "relic_hunter",
|
||||
"x": 96,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"v23qt978yxk59apn": {
|
||||
"definition": "artifact_hunter",
|
||||
"x": 96,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"lk6rlnb2l0cgb5e2": {
|
||||
"definition": "galaxy_smash",
|
||||
"x": 96,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"mondk5bw8a3sm7mg": {
|
||||
"definition": "handleshot",
|
||||
"x": 96,
|
||||
"y": 128,
|
||||
"root": false
|
||||
},
|
||||
"e52jlisqmdlivpuj": {
|
||||
"definition": "looting+1",
|
||||
"x": 160,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"qk6mez9znbtfdwdc": {
|
||||
"definition": "looting+1",
|
||||
"x": 160,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"584qmtndwsqgyd1i": {
|
||||
"definition": "protection+1",
|
||||
"x": 224,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"mfx3gv2ho4wa9z0x": {
|
||||
"definition": "protection+1",
|
||||
"x": 224,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"kluhtt8swe7l3tvc": {
|
||||
"definition": "ranged+2",
|
||||
"x": 288,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"lkmwyqge3372hyma": {
|
||||
"definition": "ranged+2",
|
||||
"x": 288,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"ulcnbmqbzcuabude": {
|
||||
"definition": "prismatic_realm",
|
||||
"x": 352,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"pe0e5y7gtrlk519d": {
|
||||
"definition": "looting_tycoon",
|
||||
"x": 352,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"y71si9t9gslucahb": {
|
||||
"definition": "fence_2",
|
||||
"x": 352,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"ogdcte1e30pp541e": {
|
||||
"definition": "stuffed",
|
||||
"x": 352,
|
||||
"y": 128,
|
||||
"root": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"unlocked_by_default": true,
|
||||
"title": {"translate": "society_skills.books.category.title"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:book_of_stars"
|
||||
}
|
||||
},
|
||||
"background": "decorative_blocks:textures/block/spruce_beam_side.png",
|
||||
"spent_points_limit": 0
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -0,0 +1,535 @@
|
||||
{
|
||||
"alias_moss": {
|
||||
"title": { "translate": "item.society.alias_moss" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.alias_moss.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:alias_moss"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s alias_moss",
|
||||
"lock_command": "kubejs stages remove @s alias_moss"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"animal_fancy": {
|
||||
"title": { "translate": "item.society.animal_fancy" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.animal_fancy.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:animal_fancy"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s animal_fancy",
|
||||
"lock_command": "kubejs stages remove @s animal_fancy"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"banana_karenina": {
|
||||
"title": { "translate": "item.society.banana_karenina" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.banana_karenina.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:banana_karenina"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s banana_karenina",
|
||||
"lock_command": "kubejs stages remove @s banana_karenina"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"brine_and_punishment": {
|
||||
"title": { "translate": "item.society.brine_and_punishment" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.brine_and_punishment.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:brine_and_punishment"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s brine_and_punishment",
|
||||
"lock_command": "kubejs stages remove @s brine_and_punishment"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bluegill_meridian": {
|
||||
"title": { "translate": "item.society.bluegill_meridian" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.bluegill_meridian.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:bluegill_meridian"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s bluegill_meridian",
|
||||
"lock_command": "kubejs stages remove @s bluegill_meridian"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bullfish_jobs": {
|
||||
"title": { "translate": "item.society.bullfish_jobs" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.bullfish_jobs.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:bullfish_jobs"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s bullfish_jobs",
|
||||
"lock_command": "kubejs stages remove @s bullfish_jobs"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"canadian_and_famous": {
|
||||
"title": { "translate": "item.society.canadian_and_famous" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.canadian_and_famous.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:canadian_and_famous"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s canadian_and_famous",
|
||||
"lock_command": "kubejs stages remove @s canadian_and_famous"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"debt_caverns": {
|
||||
"title": { "translate": "item.society.debt_caverns" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.debt_caverns.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:debt_caverns"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s debt_caverns",
|
||||
"lock_command": "kubejs stages remove @s debt_caverns"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"first_aid_guide": {
|
||||
"title": { "translate": "item.society.first_aid_guide" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.first_aid_guide.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:first_aid_guide"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s first_aid_guide",
|
||||
"lock_command": "kubejs stages remove @s first_aid_guide"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"frogs_bounty_bazaar": {
|
||||
"title": { "translate": "item.society.frogs_bounty_bazaar" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.frogs_bounty_bazaar.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:frogs_bounty_bazaar"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s frogs_bounty_bazaar",
|
||||
"lock_command": "kubejs stages remove @s frogs_bounty_bazaar"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"hitting_hard_and_soft": {
|
||||
"title": { "translate": "item.society.hitting_hard_and_soft" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.hitting_hard_and_soft.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:hitting_hard_and_soft"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s hitting_hard_and_soft",
|
||||
"lock_command": "kubejs stages remove @s hitting_hard_and_soft"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:melee_damage",
|
||||
"value": 4,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"intro_to_algorithms": {
|
||||
"title": { "translate": "item.society.intro_to_algorithms" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.intro_to_algorithms.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:intro_to_algorithms"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s intro_to_algorithms",
|
||||
"lock_command": "kubejs stages remove @s intro_to_algorithms"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"no_name_for_the_sheep": {
|
||||
"title": { "translate": "item.society.no_name_for_the_sheep" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.no_name_for_the_sheep.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:no_name_for_the_sheep"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s no_name_for_the_sheep",
|
||||
"lock_command": "kubejs stages remove @s no_name_for_the_sheep"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"paradise_crop": {
|
||||
"title": { "translate": "item.society.paradise_crop" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.paradise_crop.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:paradise_crop"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s paradise_crop",
|
||||
"lock_command": "kubejs stages remove @s paradise_crop"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"pond_house_five": {
|
||||
"title": { "translate": "item.society.pond_house_five" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.pond_house_five.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:pond_house_five"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s pond_house_five",
|
||||
"lock_command": "kubejs stages remove @s pond_house_five"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"the_quality_of_the_earth": {
|
||||
"title": { "translate": "item.society.the_quality_of_the_earth" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.the_quality_of_the_earth.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:the_quality_of_the_earth"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s the_quality_of_the_earth",
|
||||
"lock_command": "kubejs stages remove @s the_quality_of_the_earth"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"the_red_and_the_black": {
|
||||
"title": { "translate": "item.society.the_red_and_the_black" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.the_red_and_the_black.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:the_red_and_the_black"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s the_red_and_the_black",
|
||||
"lock_command": "kubejs stages remove @s the_red_and_the_black"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"phenomenology_of_treasure": {
|
||||
"title": { "translate": "item.society.phenomenology_of_treasure" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.phenomenology_of_treasure.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:phenomenology_of_treasure"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s phenomenology_of_treasure",
|
||||
"lock_command": "kubejs stages remove @s phenomenology_of_treasure"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"slime_contain_protect": {
|
||||
"title": { "translate": "item.society.slime_contain_protect" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.slime_contain_protect.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:slime_contain_protect"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s slime_contain_protect",
|
||||
"lock_command": "kubejs stages remove @s slime_contain_protect"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"slouching_towards_artistry": {
|
||||
"title": { "translate": "item.society.slouching_towards_artistry" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.slouching_towards_artistry.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:slouching_towards_artistry"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s slouching_towards_artistry",
|
||||
"lock_command": "kubejs stages remove @s slouching_towards_artistry"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"the_spark_also_rises": {
|
||||
"title": { "translate": "item.society.the_spark_also_rises" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.the_spark_also_rises.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:the_spark_also_rises"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s the_spark_also_rises",
|
||||
"lock_command": "kubejs stages remove @s the_spark_also_rises"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"universal_methods_of_farming": {
|
||||
"title": { "translate": "item.society.universal_methods_of_farming" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.universal_methods_of_farming.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:universal_methods_of_farming"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s universal_methods_of_farming",
|
||||
"lock_command": "kubejs stages remove @s universal_methods_of_farming"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"wuthering_logs": {
|
||||
"title": { "translate": "item.society.wuthering_logs" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.wuthering_logs.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:wuthering_logs"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s wuthering_logs",
|
||||
"lock_command": "kubejs stages remove @s wuthering_logs"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"women_who_run_with_the_plushies": {
|
||||
"title": { "translate": "item.society.women_who_run_with_the_plushies" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.women_who_run_with_the_plushies.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:women_who_run_with_the_plushies"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s women_who_run_with_the_plushies",
|
||||
"lock_command": "kubejs stages remove @s women_who_run_with_the_plushies"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"the_metamorphosize": {
|
||||
"title": { "translate": "item.society.the_metamorphosize" },
|
||||
"description": {
|
||||
"translate": "society_skills.books.the_metamorphosize.description"
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:the_metamorphosize"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s the_metamorphosize",
|
||||
"lock_command": "kubejs stages remove @s the_metamorphosize"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,152 @@
|
||||
{
|
||||
"dk83vl5zi9fw3ovi": {
|
||||
"definition": "animal_fancy",
|
||||
"x": -64,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"x52wa6t39ywp17zu": {
|
||||
"definition": "canadian_and_famous",
|
||||
"x": 96,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"bh5306iiysq2692k": {
|
||||
"definition": "debt_caverns",
|
||||
"x": -96,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"gv808dy0r2fo6ire": {
|
||||
"definition": "intro_to_algorithms",
|
||||
"x": 32,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"pitrguemps2735n3": {
|
||||
"definition": "slouching_towards_artistry",
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"76yv8nz8x47d80oe": {
|
||||
"definition": "banana_karenina",
|
||||
"x": -32,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"3fgcne477ni1rjxx": {
|
||||
"definition": "frogs_bounty_bazaar",
|
||||
"x": -32,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"z68vn1cf2lucfbos": {
|
||||
"definition": "phenomenology_of_treasure",
|
||||
"x": -64,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"p5dklukq9ggwgfa4": {
|
||||
"definition": "brine_and_punishment",
|
||||
"x": 0,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"9ax835fydbyuvjkx": {
|
||||
"definition": "bluegill_meridian",
|
||||
"x": 32,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"12wl5sjx8vy7q0xl": {
|
||||
"definition": "first_aid_guide",
|
||||
"x": -64,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"t07mtr3euiz40jb0": {
|
||||
"definition": "hitting_hard_and_soft",
|
||||
"x": 0,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"uzxujhppzlyg5d03": {
|
||||
"definition": "no_name_for_the_sheep",
|
||||
"x": 96,
|
||||
"y": -32,
|
||||
"root": false
|
||||
},
|
||||
"3grtavzaxp3xbp67": {
|
||||
"definition": "paradise_crop",
|
||||
"x": -96,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"uj8tnf4jgm0xyp13": {
|
||||
"definition": "slime_contain_protect",
|
||||
"x": -32,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"pirgo25ykt4bsbdo": {
|
||||
"definition": "bullfish_jobs",
|
||||
"x": 64,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"y1xltbgkupmcoe0i": {
|
||||
"definition": "wuthering_logs",
|
||||
"x": 64,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"dm3efjm3y57v34ir": {
|
||||
"definition": "universal_methods_of_farming",
|
||||
"x": 32,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"n3wgu1edjjl2t511": {
|
||||
"definition": "the_spark_also_rises",
|
||||
"x": 32,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"2vo8noqvq4aj1egy": {
|
||||
"definition": "women_who_run_with_the_plushies",
|
||||
"x": -32,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"ajxn495vvckv1pow": {
|
||||
"definition": "pond_house_five",
|
||||
"x": 0,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"ysthrzir822oedus": {
|
||||
"definition": "the_red_and_the_black",
|
||||
"x": 64,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"b2zbjhxyrcwlwb9e": {
|
||||
"definition": "alias_moss",
|
||||
"x": -96,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"y99a5jkv7tmu7vmc": {
|
||||
"definition": "the_quality_of_the_earth",
|
||||
"x": -64,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"gjvl3ej2fhc4cwzb": {
|
||||
"definition": "the_metamorphosize",
|
||||
"x": 64,
|
||||
"y": -32,
|
||||
"root": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"unlocked_by_default": true,
|
||||
"title": {"translate": "society_skills.farming.category.title"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "netherite_hoe"
|
||||
}
|
||||
},
|
||||
"background": "candlelight:textures/block/oak_cabinet_side.png",
|
||||
"spent_points_limit": 12
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"normal": {
|
||||
"bidirectional": [
|
||||
["halazz9no9tuj69h", "hffozx77ny39afuc"],
|
||||
["hffozx77ny39afuc", "kwza91wdu4sl7xwk"],
|
||||
["kwza91wdu4sl7xwk", "lv0aeudpbqjne42u"],
|
||||
["lv0aeudpbqjne42u", "cdo8sww4mya8uqzi"],
|
||||
["cdo8sww4mya8uqzi", "bjcjb4403pno8fe5"],
|
||||
["bjcjb4403pno8fe5", "rm6mvl7mrag4oer2"],
|
||||
["rm6mvl7mrag4oer2", "vsjhhjhckikbiy0p"],
|
||||
["rm6mvl7mrag4oer2", "ml57kpgq73km1d62"],
|
||||
["ml57kpgq73km1d62", "h4lrzzh35pep0hg3"],
|
||||
["vsjhhjhckikbiy0p", "h4lrzzh35pep0hg3"],
|
||||
["h4lrzzh35pep0hg3", "bdyntqj791256tjg"],
|
||||
["bdyntqj791256tjg", "b2sxtrylpusqlqvr"],
|
||||
["f9r2hhqanzpnpdpc", "b2sxtrylpusqlqvr"],
|
||||
["4txqr6l6xvmthqvd", "b2sxtrylpusqlqvr"],
|
||||
["rn2qqxmb5p3yqwfa", "0eryurvldprgl1ny"],
|
||||
["0eryurvldprgl1ny", "37pcgymyw3ip6fpo"],
|
||||
["0eryurvldprgl1ny", "fhjpbl3k02rmtldx"],
|
||||
["fhjpbl3k02rmtldx", "0183gs1xq9lt1jp9"],
|
||||
["0183gs1xq9lt1jp9", "nor5g3sfdkyl4pso"],
|
||||
["nor5g3sfdkyl4pso", "7n2qe56xhudpelq6"],
|
||||
["nrs9akegt3qry2et", "7n2qe56xhudpelq6"],
|
||||
["7n2qe56xhudpelq6", "wuv57z31hlbytbgi"],
|
||||
["wuv57z31hlbytbgi", "0183gs1xq9lt1jp9"],
|
||||
["nrs9akegt3qry2et", "z48upmi2is9hza58"],
|
||||
["z48upmi2is9hza58", "lv0aeudpbqjne42u"]
|
||||
]
|
||||
},
|
||||
"exclusive": {
|
||||
"bidirectional": [
|
||||
["cdo8sww4mya8uqzi", "z48upmi2is9hza58"],
|
||||
["ml57kpgq73km1d62", "vsjhhjhckikbiy0p"],
|
||||
["wuv57z31hlbytbgi", "nor5g3sfdkyl4pso"],
|
||||
["37pcgymyw3ip6fpo", "rn2qqxmb5p3yqwfa"],
|
||||
["4txqr6l6xvmthqvd", "f9r2hhqanzpnpdpc"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,368 @@
|
||||
{
|
||||
"axe_efficiency+1": {
|
||||
"title": {"translate": "society_skills.farming.axe_efficiency"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "iron_axe"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:axe_speed",
|
||||
"value": 3,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"shovel_efficiency+1": {
|
||||
"title": {"translate": "society_skills.farming.shovel_efficiency"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "iron_shovel"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:shovel_speed",
|
||||
"value": 3,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"speed+5%": {
|
||||
"title": {"translate": "society_skills.farming.speed"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "vinery:lava_walker"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "generic.movement_speed",
|
||||
"value": 0.05,
|
||||
"operation": "multiply_total"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tiller": {
|
||||
"title": {"translate": "society_skills.farming.tiller"},
|
||||
"description": {"translate": "society_skills.farming.tiller.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "carrot"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:crop_sell_multiplier base set 1.15",
|
||||
"lock_command": "attribute @s shippingbin:crop_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s tiller",
|
||||
"lock_command": "kubejs stages remove @s tiller"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"soil_inspector": {
|
||||
"title": {"translate": "society_skills.farming.soil_inspector"},
|
||||
"description": {"translate": "society_skills.farming.soil_inspector.description"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "farm_and_charm:fertilizer"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s soil_inspector",
|
||||
"lock_command": "kubejs stages remove @s soil_inspector"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"sticky_crops": {
|
||||
"title": {"translate": "society_skills.farming.sticky_crops"},
|
||||
"description": {"translate": "society_skills.farming.sticky_crops.description"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:pine_tar"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s sticky_crops",
|
||||
"lock_command": "kubejs stages remove @s sticky_crops"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"artisan": {
|
||||
"title": {"translate": "society_skills.farming.artisan"},
|
||||
"description": {"translate": "society_skills.farming.artisan.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:aging_cask"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:wood_sell_multiplier base set 1.2",
|
||||
"lock_command": "attribute @s shippingbin:wood_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s artisan",
|
||||
"lock_command": "kubejs stages remove @s artisan"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"aged_prize": {
|
||||
"title": {"translate": "society_skills.farming.aged_prize"},
|
||||
"description": {"translate": "society_skills.farming.aged_prize.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:prize_ticket"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s aged_prize",
|
||||
"lock_command": "kubejs stages remove @s aged_prize"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"ancient_aging": {
|
||||
"title": {"translate": "society_skills.farming.ancient_aging"},
|
||||
"description": {"translate": "society_skills.farming.ancient_aging.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:ancient_cask"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s ancient_aging",
|
||||
"lock_command": "kubejs stages remove @s ancient_aging"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"artful_tycoon": {
|
||||
"title": {"translate": "society_skills.farming.artful_tycoon"},
|
||||
"description": {"translate": "society_skills.farming.artful_tycoon.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:dewy_star"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "attribute @s shippingbin:wood_sell_multiplier base set 1.8",
|
||||
"lock_command": "attribute @s shippingbin:wood_sell_multiplier base set 1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s artful_tycoon",
|
||||
"lock_command": "kubejs stages remove @s artful_tycoon"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"rancher": {
|
||||
"title": {"translate": "society_skills.farming.rancher"},
|
||||
"description": {"translate": "society_skills.farming.rancher.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:golden_mayonnaise"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s rancher",
|
||||
"lock_command": "kubejs stages remove @s rancher"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"reaping_scythe": {
|
||||
"title": {"translate": "society_skills.farming.reaping_scythe"},
|
||||
"description": {"translate": "society_skills.farming.reaping_scythe.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "unusualfishmod:depth_scythe"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s reaping_scythe",
|
||||
"lock_command": "kubejs stages remove @s reaping_scythe"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tree_whisperer": {
|
||||
"title": {"translate": "society_skills.farming.tree_whisperer"},
|
||||
"description": {"translate": "society_skills.farming.tree_whisperer.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "mysticaloaktree:wise_oak"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s tree_whisperer",
|
||||
"lock_command": "kubejs stages remove @s tree_whisperer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"crop_collector": {
|
||||
"title": {"translate": "society_skills.farming.crop_collector"},
|
||||
"description": {"translate": "society_skills.farming.crop_collector.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "aquaculture:double_hook"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s crop_collector",
|
||||
"lock_command": "kubejs stages remove @s crop_collector"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"farmers_blessing": {
|
||||
"title": {"translate": "society_skills.farming.farmers_blessing"},
|
||||
"description": {"translate": "society_skills.farming.farmers_blessing.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:ancient_goddess_statue"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s farmers_blessing",
|
||||
"lock_command": "kubejs stages remove @s farmers_blessing"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"experience_per_level": {
|
||||
"type": "values",
|
||||
"data": {
|
||||
"values": [500, 1000, 2000, 4000, 8000, 10000, 12000, 16000, 20000, 22000, 24000, 30000]
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "puffish_skills:eat_food",
|
||||
"data": {
|
||||
"variables": {
|
||||
"is_dish": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_eaten_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "#society:dish"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"condition": "is_dish",
|
||||
"expression": "20"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"halazz9no9tuj69h": {
|
||||
"definition": "axe_efficiency+1",
|
||||
"x": -352,
|
||||
"y": 0,
|
||||
"root": true
|
||||
},
|
||||
"hffozx77ny39afuc": {
|
||||
"definition": "shovel_efficiency+1",
|
||||
"x": -288,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"kwza91wdu4sl7xwk": {
|
||||
"definition": "speed+5%",
|
||||
"x": -224,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"lv0aeudpbqjne42u": {
|
||||
"definition": "axe_efficiency+1",
|
||||
"x": -160,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"cdo8sww4mya8uqzi": {
|
||||
"definition": "tiller",
|
||||
"x": -96,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"z48upmi2is9hza58": {
|
||||
"definition": "artisan",
|
||||
"x": -96,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"bjcjb4403pno8fe5": {
|
||||
"definition": "shovel_efficiency+1",
|
||||
"x": -32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"nrs9akegt3qry2et": {
|
||||
"definition": "shovel_efficiency+1",
|
||||
"x": -32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"rm6mvl7mrag4oer2": {
|
||||
"definition": "soil_inspector",
|
||||
"x": 32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"7n2qe56xhudpelq6": {
|
||||
"definition": "sticky_crops",
|
||||
"x": 32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"wuv57z31hlbytbgi": {
|
||||
"definition": "aged_prize",
|
||||
"x": 96,
|
||||
"y": 128,
|
||||
"root": false
|
||||
},
|
||||
"nor5g3sfdkyl4pso": {
|
||||
"definition": "rancher",
|
||||
"x": 96,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"ml57kpgq73km1d62": {
|
||||
"definition": "tree_whisperer",
|
||||
"x": 96,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"vsjhhjhckikbiy0p": {
|
||||
"definition": "reaping_scythe",
|
||||
"x": 96,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"h4lrzzh35pep0hg3": {
|
||||
"definition": "speed+5%",
|
||||
"x": 160,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"0183gs1xq9lt1jp9": {
|
||||
"definition": "speed+5%",
|
||||
"x": 160,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"b2sxtrylpusqlqvr": {
|
||||
"definition": "shovel_efficiency+1",
|
||||
"x": 288,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"0eryurvldprgl1ny": {
|
||||
"definition": "shovel_efficiency+1",
|
||||
"x": 288,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"fhjpbl3k02rmtldx": {
|
||||
"definition": "axe_efficiency+1",
|
||||
"x": 224,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"bdyntqj791256tjg": {
|
||||
"definition": "axe_efficiency+1",
|
||||
"x": 224,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"4txqr6l6xvmthqvd": {
|
||||
"definition": "crop_collector",
|
||||
"x": 352,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"f9r2hhqanzpnpdpc": {
|
||||
"definition": "farmers_blessing",
|
||||
"x": 352,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"37pcgymyw3ip6fpo": {
|
||||
"definition": "artful_tycoon",
|
||||
"x": 352,
|
||||
"y": 128,
|
||||
"root": false
|
||||
},
|
||||
"rn2qqxmb5p3yqwfa": {
|
||||
"definition": "ancient_aging",
|
||||
"x": 352,
|
||||
"y": 64,
|
||||
"root": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"unlocked_by_default": true,
|
||||
"title": {"translate": "society_skills.fishing.category.title"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "fishing_rod"
|
||||
}
|
||||
},
|
||||
"background": "textures/block/sand.png",
|
||||
"spent_points_limit": 12
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"normal": {
|
||||
"bidirectional": [
|
||||
["okgyosul1tj62khg", "p6sbk6xu6mgmnq7j"],
|
||||
["p6sbk6xu6mgmnq7j", "5qhqehmhpx4tg9ha"],
|
||||
["5qhqehmhpx4tg9ha", "vxy13tc1uf400qbg"],
|
||||
["ykw3e6ntukr3ty3e", "vxy13tc1uf400qbg"],
|
||||
["vxy13tc1uf400qbg", "spnyibba8bqymtu7"],
|
||||
["spnyibba8bqymtu7", "35n86k5fhylgxgdj"],
|
||||
["35n86k5fhylgxgdj", "zwlsq2oizf06cda5"],
|
||||
["lk6rlnb2l0cgb5e2", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "qk6mez9znbtfdwdc"],
|
||||
["qk6mez9znbtfdwdc", "lk6rlnb2l0cgb5e2"],
|
||||
["qk6mez9znbtfdwdc", "mfx3gv2ho4wa9z0x"],
|
||||
["mfx3gv2ho4wa9z0x", "lkmwyqge3372hyma"],
|
||||
["lkmwyqge3372hyma", "y71si9t9gslucahb"],
|
||||
["lkmwyqge3372hyma", "ogdcte1e30pp541e"],
|
||||
["ykw3e6ntukr3ty3e", "1czrk80c5nex6hh8"],
|
||||
["1czrk80c5nex6hh8", "9pw1objn4zi0u88z"],
|
||||
["9pw1objn4zi0u88z", "k70v91q6jvn7czej"],
|
||||
["e52jlisqmdlivpuj", "k70v91q6jvn7czej"],
|
||||
["v23qt978yxk59apn", "9pw1objn4zi0u88z"],
|
||||
["v23qt978yxk59apn", "e52jlisqmdlivpuj"],
|
||||
["e52jlisqmdlivpuj", "584qmtndwsqgyd1i"],
|
||||
["584qmtndwsqgyd1i", "kluhtt8swe7l3tvc"],
|
||||
["kluhtt8swe7l3tvc", "ulcnbmqbzcuabude"],
|
||||
["pe0e5y7gtrlk519d", "kluhtt8swe7l3tvc"]
|
||||
]
|
||||
},
|
||||
"exclusive": {
|
||||
"bidirectional": [
|
||||
["ykw3e6ntukr3ty3e", "spnyibba8bqymtu7"],
|
||||
["k70v91q6jvn7czej", "v23qt978yxk59apn"],
|
||||
["lk6rlnb2l0cgb5e2", "mondk5bw8a3sm7mg"],
|
||||
["y71si9t9gslucahb", "ogdcte1e30pp541e"],
|
||||
["pe0e5y7gtrlk519d", "ulcnbmqbzcuabude"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,309 @@
|
||||
{
|
||||
"luck+0.25": {
|
||||
"title": {"translate": "society.skills.fishing.luck"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "luck"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "generic.luck",
|
||||
"value": 0.25,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"respiration+1": {
|
||||
"title": {"translate": "society.skills.fishing.respiration"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "water_breathing"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "additional_attributes:respiration",
|
||||
"value": 1,
|
||||
"operation": "addition"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"fly_fisher": {
|
||||
"title": {"translate": "society.skills.fishing.fly_fisher"},
|
||||
"description": {"translate": "society.skills.fishing.fly_fisher.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "furniture:iron_fish_tank"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s fly_fisher",
|
||||
"lock_command": "kubejs stages remove @s fly_fisher"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"mystical_ocean": {
|
||||
"title": {"translate": "society.skills.fishing.mystical_ocean"},
|
||||
"description": {"translate": "society.skills.fishing.mystical_ocean.description"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:neptuna"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s mystical_ocean",
|
||||
"lock_command": "kubejs stages remove @s mystical_ocean"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"caper_catcher": {
|
||||
"title": {"translate": "society.skills.fishing.caper_catcher"},
|
||||
"description": {"translate": "society.skills.fishing.caper_catcher.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:neptuna_roe"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s caper_catcher",
|
||||
"lock_command": "kubejs stages remove @s caper_catcher"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"caviar_catcher": {
|
||||
"title": {"translate": "society.skills.fishing.caviar_catcher"},
|
||||
"description": {"translate": "society.skills.fishing.caviar_catcher.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:aged_neptuna_roe"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s caviar_catcher",
|
||||
"lock_command": "kubejs stages remove @s caviar_catcher"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"hot_hands": {
|
||||
"title": {"translate": "society.skills.fishing.hot_hands"},
|
||||
"description": {"translate": "society.skills.fishing.hot_hands.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "minecraft:campfire"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s hot_hands",
|
||||
"lock_command": "kubejs stages remove @s hot_hands"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"wooden_pollution": {
|
||||
"title": {"translate": "society.skills.fishing.wooden_pollution"},
|
||||
"description": {"translate": "society.skills.fishing.wooden_pollution.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:ocean_jelly"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s wooden_pollution",
|
||||
"lock_command": "kubejs stages remove @s wooden_pollution"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"frozen_treasure": {
|
||||
"title": {"translate": "society.skills.fishing.frozen_treasure"},
|
||||
"description": {"translate": "society.skills.fishing.frozen_treasure.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "aquaculture:treasure_chest"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s frozen_treasure",
|
||||
"lock_command": "kubejs stages remove @s frozen_treasure"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"school_fisher": {
|
||||
"title": {"translate": "society.skills.fishing.school_fisher"},
|
||||
"description": {"translate": "society.skills.fishing.school_fisher.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "furniture:copper_fish_tank"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s school_fisher",
|
||||
"lock_command": "kubejs stages remove @s school_fisher"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"prismatic_bounty": {
|
||||
"title": {"translate": "society.skills.fishing.prismatic_bounty"},
|
||||
"description": {"translate": "society.skills.fishing.prismatic_bounty.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:prismatic_shard"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s prismatic_bounty",
|
||||
"lock_command": "kubejs stages remove @s prismatic_bounty"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"scum_collector": {
|
||||
"title": {"translate": "society.skills.fishing.scum_collector"},
|
||||
"description": {"translate": "society.skills.fishing.scum_collector.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "aquaculture:algae"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s scum_collector",
|
||||
"lock_command": "kubejs stages remove @s scum_collector"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"mitosis": {
|
||||
"title": {"translate": "society.skills.fishing.mitosis"},
|
||||
"description": {"translate": "society.skills.fishing.mitosis.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:mini_oni_eye"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s mitosis",
|
||||
"lock_command": "kubejs stages remove @s mitosis"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,134 @@
|
||||
{
|
||||
"experience_per_level": {
|
||||
"type": "values",
|
||||
"data": {
|
||||
"values": [500, 1000, 2000, 4000, 7000, 9000, 10000, 12000, 18000, 20000, 22000, 26000]
|
||||
}
|
||||
},
|
||||
"sources": [
|
||||
{
|
||||
"type": "puffish_skills:craft_item",
|
||||
"data": {
|
||||
"variables": {
|
||||
"crab_trap": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_crafted_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "crabbersdelight:crab_trap"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"fish_pond": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_crafted_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "society:fish_pond"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bait_maker": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_crafted_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "society:bait_maker"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"fish_smoker": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_crafted_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "society:fish_smoker"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"deluxe_worm_farm": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_crafted_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "society:deluxe_worm_farm"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"condition": "crab_trap",
|
||||
"expression": "100"
|
||||
},
|
||||
{
|
||||
"condition": "fish_pond",
|
||||
"expression": "300"
|
||||
},
|
||||
{
|
||||
"condition": "fish_smoker",
|
||||
"expression": "400"
|
||||
},
|
||||
{
|
||||
"condition": "bait_maker",
|
||||
"expression": "600"
|
||||
},
|
||||
{
|
||||
"condition": "deluxe_worm_farm",
|
||||
"expression": "500"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:fish_item",
|
||||
"data": {
|
||||
"variables": {
|
||||
"is_fish": {
|
||||
"operations": [
|
||||
{
|
||||
"type": "get_fished_item_stack"
|
||||
},
|
||||
{
|
||||
"type": "puffish_skills:test",
|
||||
"data": {
|
||||
"item": "#fishes"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"experience": [
|
||||
{
|
||||
"condition": "is_fish",
|
||||
"expression": "100"
|
||||
},
|
||||
{
|
||||
"condition": "!is_fish",
|
||||
"expression": "10"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,146 @@
|
||||
{
|
||||
"5qhqehmhpx4tg9ha": {
|
||||
"definition": "luck+0.25",
|
||||
"x": -224,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"vxy13tc1uf400qbg": {
|
||||
"definition": "luck+0.25",
|
||||
"x": -160,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"p6sbk6xu6mgmnq7j": {
|
||||
"definition": "respiration+1",
|
||||
"x": -288,
|
||||
"y": 0,
|
||||
"root": false
|
||||
},
|
||||
"okgyosul1tj62khg": {
|
||||
"definition": "luck+0.25",
|
||||
"x": -352,
|
||||
"y": 0,
|
||||
"root": true
|
||||
},
|
||||
"ykw3e6ntukr3ty3e": {
|
||||
"definition": "fly_fisher",
|
||||
"x": -96,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"spnyibba8bqymtu7": {
|
||||
"definition": "caper_catcher",
|
||||
"x": -96,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"1czrk80c5nex6hh8": {
|
||||
"definition": "luck+0.25",
|
||||
"x": -32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"35n86k5fhylgxgdj": {
|
||||
"definition": "luck+0.25",
|
||||
"x": -32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"9pw1objn4zi0u88z": {
|
||||
"definition": "mystical_ocean",
|
||||
"x": 32,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"zwlsq2oizf06cda5": {
|
||||
"definition": "mystical_ocean",
|
||||
"x": 32,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"k70v91q6jvn7czej": {
|
||||
"definition": "frozen_treasure",
|
||||
"x": 96,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"v23qt978yxk59apn": {
|
||||
"definition": "wooden_pollution",
|
||||
"x": 96,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"lk6rlnb2l0cgb5e2": {
|
||||
"definition": "hot_hands",
|
||||
"x": 96,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"mondk5bw8a3sm7mg": {
|
||||
"definition": "caviar_catcher",
|
||||
"x": 96,
|
||||
"y": 128,
|
||||
"root": false
|
||||
},
|
||||
"e52jlisqmdlivpuj": {
|
||||
"definition": "respiration+1",
|
||||
"x": 160,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"qk6mez9znbtfdwdc": {
|
||||
"definition": "respiration+1",
|
||||
"x": 160,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"584qmtndwsqgyd1i": {
|
||||
"definition": "luck+0.25",
|
||||
"x": 224,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"mfx3gv2ho4wa9z0x": {
|
||||
"definition": "luck+0.25",
|
||||
"x": 224,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"kluhtt8swe7l3tvc": {
|
||||
"definition": "luck+0.25",
|
||||
"x": 288,
|
||||
"y": -96,
|
||||
"root": false
|
||||
},
|
||||
"lkmwyqge3372hyma": {
|
||||
"definition": "luck+0.25",
|
||||
"x": 288,
|
||||
"y": 96,
|
||||
"root": false
|
||||
},
|
||||
"ulcnbmqbzcuabude": {
|
||||
"definition": "prismatic_bounty",
|
||||
"x": 352,
|
||||
"y": -128,
|
||||
"root": false
|
||||
},
|
||||
"pe0e5y7gtrlk519d": {
|
||||
"definition": "school_fisher",
|
||||
"x": 352,
|
||||
"y": -64,
|
||||
"root": false
|
||||
},
|
||||
"y71si9t9gslucahb": {
|
||||
"definition": "scum_collector",
|
||||
"x": 352,
|
||||
"y": 64,
|
||||
"root": false
|
||||
},
|
||||
"ogdcte1e30pp541e": {
|
||||
"definition": "mitosis",
|
||||
"x": 352,
|
||||
"y": 128,
|
||||
"root": false
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"unlocked_by_default": true,
|
||||
"title": {"translate": "society_skills.husbandry.category.title"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:milk_pail"
|
||||
}
|
||||
},
|
||||
"background": "meadow:textures/block/pine_planks.png",
|
||||
"spent_points_limit": 12
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"normal": {
|
||||
"bidirectional": [
|
||||
["okgyosul1tj62khg", "p6sbk6xu6mgmnq7j"],
|
||||
["p6sbk6xu6mgmnq7j", "5qhqehmhpx4tg9ha"],
|
||||
["5qhqehmhpx4tg9ha", "vxy13tc1uf400qbg"],
|
||||
["ykw3e6ntukr3ty3e", "vxy13tc1uf400qbg"],
|
||||
["vxy13tc1uf400qbg", "spnyibba8bqymtu7"],
|
||||
["spnyibba8bqymtu7", "35n86k5fhylgxgdj"],
|
||||
["35n86k5fhylgxgdj", "zwlsq2oizf06cda5"],
|
||||
["lk6rlnb2l0cgb5e2", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "zwlsq2oizf06cda5"],
|
||||
["mondk5bw8a3sm7mg", "qk6mez9znbtfdwdc"],
|
||||
["qk6mez9znbtfdwdc", "lk6rlnb2l0cgb5e2"],
|
||||
["qk6mez9znbtfdwdc", "mfx3gv2ho4wa9z0x"],
|
||||
["mfx3gv2ho4wa9z0x", "lkmwyqge3372hyma"],
|
||||
["lkmwyqge3372hyma", "y71si9t9gslucahb"],
|
||||
["lkmwyqge3372hyma", "ogdcte1e30pp541e"],
|
||||
["ykw3e6ntukr3ty3e", "1czrk80c5nex6hh8"],
|
||||
["1czrk80c5nex6hh8", "9pw1objn4zi0u88z"],
|
||||
["9pw1objn4zi0u88z", "k70v91q6jvn7czej"],
|
||||
["e52jlisqmdlivpuj", "k70v91q6jvn7czej"],
|
||||
["v23qt978yxk59apn", "9pw1objn4zi0u88z"],
|
||||
["v23qt978yxk59apn", "e52jlisqmdlivpuj"],
|
||||
["e52jlisqmdlivpuj", "584qmtndwsqgyd1i"],
|
||||
["584qmtndwsqgyd1i", "kluhtt8swe7l3tvc"],
|
||||
["kluhtt8swe7l3tvc", "ulcnbmqbzcuabude"],
|
||||
["pe0e5y7gtrlk519d", "kluhtt8swe7l3tvc"]
|
||||
]
|
||||
},
|
||||
"exclusive": {
|
||||
"bidirectional": [
|
||||
["ykw3e6ntukr3ty3e", "spnyibba8bqymtu7"],
|
||||
["k70v91q6jvn7czej", "v23qt978yxk59apn"],
|
||||
["lk6rlnb2l0cgb5e2", "mondk5bw8a3sm7mg"],
|
||||
["y71si9t9gslucahb", "ogdcte1e30pp541e"],
|
||||
["pe0e5y7gtrlk519d", "ulcnbmqbzcuabude"]
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,330 @@
|
||||
{
|
||||
"healing+5%": {
|
||||
"title": {"translate": "society_skills.husbandry.healing"},
|
||||
"description": {"translate": "society_skills.husbandry.healing.description"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "regeneration"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_attributes:healing",
|
||||
"value": 0.05,
|
||||
"operation": "multiply_total"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"stamina+5%": {
|
||||
"title": {"translate": "society_skills.husbandry.stamina"},
|
||||
"description": {"translate": "society_skills.husbandry.stamina.description"},
|
||||
"icon": {
|
||||
"type": "effect",
|
||||
"data": {
|
||||
"effect": "saturation"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:attribute",
|
||||
"data": {
|
||||
"attribute": "puffish_skills:stamina",
|
||||
"value": 0.05,
|
||||
"operation": "multiply_total"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bribery": {
|
||||
"title": {"translate": "society_skills.husbandry.bribery"},
|
||||
"description": {"translate": "society_skills.husbandry.bribery.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "numismatics:crown"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s bribery",
|
||||
"lock_command": "kubejs stages remove @s bribery"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"mana_hand": {
|
||||
"title": {"translate": "society_skills.husbandry.mana_hand"},
|
||||
"description": {"translate": "society_skills.husbandry.mana_hand.description"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:magic_shears"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s mana_hand",
|
||||
"lock_command": "kubejs stages remove @s mana_hand"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"biomancer": {
|
||||
"title": {"translate": "society_skills.husbandry.biomancer"},
|
||||
"description": {"translate": "society_skills.husbandry.biomancer.description"},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "quark:diamond_heart"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s biomancer",
|
||||
"lock_command": "kubejs stages remove @s biomancer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"animal_whisperer": {
|
||||
"title": {"translate": "society_skills.husbandry.animal_whisperer"},
|
||||
"description": {"translate": "society_skills.husbandry.animal_whisperer.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "paraglider:heart_container"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s animal_whisperer",
|
||||
"lock_command": "kubejs stages remove @s animal_whisperer"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"triple_truffle": {
|
||||
"title": {"translate": "society_skills.husbandry.triple_truffle"},
|
||||
"description": {"translate": "society_skills.husbandry.triple_truffle.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:truffle"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s triple_truffle",
|
||||
"lock_command": "kubejs stages remove @s triple_truffle"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"sacrificial_lamb": {
|
||||
"title": {"translate": "society_skills.husbandry.sacrificial_lamb"},
|
||||
"description": {"translate": "society_skills.husbandry.sacrificial_lamb.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "farmersdelight:iron_knife"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s sacrificial_lamb",
|
||||
"lock_command": "kubejs stages remove @s sacrificial_lamb"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"transplanting": {
|
||||
"title": {"translate": "society_skills.husbandry.transplanting"},
|
||||
"description": {"translate": "society_skills.husbandry.transplanting.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "sewingkit:diamond_sewing_needle"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s transplanting",
|
||||
"lock_command": "kubejs stages remove @s transplanting"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"shepherd": {
|
||||
"title": {"translate": "society_skills.husbandry.shepherd"},
|
||||
"description": {"translate": "society_skills.husbandry.shepherd.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:large_milk"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s shepherd",
|
||||
"lock_command": "kubejs stages remove @s shepherd"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"coopmaster": {
|
||||
"title": {"translate": "society_skills.husbandry.coopmaster"},
|
||||
"description": {"translate": "society_skills.husbandry.coopmaster.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "vintagedelight:golden_egg"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s coopmaster",
|
||||
"lock_command": "kubejs stages remove @s coopmaster"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"bff": {
|
||||
"title": {"translate": "society_skills.husbandry.bff"},
|
||||
"description": {"translate": "society_skills.husbandry.bff.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:friendship_necklace"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s bff",
|
||||
"lock_command": "kubejs stages remove @s bff"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"clockwork": {
|
||||
"title": {"translate": "society_skills.husbandry.clockwork"},
|
||||
"description": {"translate": "society_skills.husbandry.clockwork.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "create:precision_mechanism"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s clockwork",
|
||||
"lock_command": "kubejs stages remove @s clockwork"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"heretic": {
|
||||
"title": {"translate": "society_skills.husbandry.heretic"},
|
||||
"description": {"translate": "society_skills.husbandry.heretic.description"},
|
||||
"frame": {
|
||||
"type": "advancement",
|
||||
"data": {
|
||||
"frame": "challenge"
|
||||
}
|
||||
},
|
||||
"icon": {
|
||||
"type": "item",
|
||||
"data": {
|
||||
"item": "society:sparkstone"
|
||||
}
|
||||
},
|
||||
"rewards": [
|
||||
{
|
||||
"type": "puffish_skills:command",
|
||||
"data": {
|
||||
"unlock_command": "kubejs stages add @s heretic",
|
||||
"lock_command": "kubejs stages remove @s heretic"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user