updated achivments

This commit is contained in:
Chipperfluff 2025-12-16 09:02:56 +01:00
parent a503d51fc8
commit dd5060b68d
15 changed files with 110 additions and 23 deletions

View File

@ -0,0 +1,19 @@
{
"parent": "chipi:progression/get_nut",
"display": {
"icon": { "item": "chipi:nut" },
"title": "Nutty Preworkout",
"description": "Munch a nut to impress the gym-rat squirrels",
"frame": "task"
},
"criteria": {
"eat": {
"trigger": "minecraft:consume_item",
"conditions": {
"item": {
"items": ["chipi:nut"]
}
}
}
}
}

View File

@ -2,8 +2,8 @@
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:chipper_frame" },
"title": "No Turning Back",
"description": "Destroy the portal",
"title": "Secret Squirrel Safety Plan",
"description": "Break the one-way portal to save your tail and pretend it was a hidden feature",
"frame": "challenge",
"hidden": true,
"show_toast": true,

View File

@ -2,8 +2,8 @@
"parent": "chipi:progression/light_portal",
"display": {
"icon": { "item": "chipi:chipper_portal" },
"title": "What Have You Done",
"description": "Enter the Chipi Dimension",
"title": "Into the Twink Zone",
"description": "Leap through the portal and let the feral squirrels judge you",
"frame": "challenge"
},
"criteria": {

View File

@ -2,8 +2,8 @@
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:nut" },
"title": "Deez Nuts",
"description": "Obtain a Nut",
"title": "Certified Nut Goblin",
"description": "Pocket a nut before the other femboys gossip",
"frame": "task"
},
"criteria": {

View File

@ -2,8 +2,8 @@
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:raw_chipper_ore" },
"title": "What's This?",
"description": "Obtain Raw Chipper Ore",
"title": "Shiny Squirrel Snack",
"description": "Dig up raw chipper ore before someone nibbles it",
"frame": "task"
},
"criteria": {

View File

@ -2,8 +2,8 @@
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:chipper_portal" },
"title": "Do Not Enter",
"description": "Activate the portal",
"title": "Absolutely Do Not Light This",
"description": "Ignite the portal as femboy squirrels chant \"oh no don't go in... or do\"",
"frame": "challenge",
"hidden": true,
"show_toast": true,

View File

@ -2,8 +2,8 @@
"parent": "chipi:progression/smelt_chipper_ore",
"display": {
"icon": { "item": "chipi:chipper_alloy" },
"title": "Questionable Chemistry",
"description": "Create Chipper Alloy",
"title": "Alchemized Drip",
"description": "Blend chipper alloy like a squirrel mixing nut butter couture",
"frame": "task"
},
"criteria": {

View File

@ -2,8 +2,8 @@
"parent": "chipi:progression/make_alloy",
"display": {
"icon": { "item": "chipi:chipper_alloy_block" },
"title": "Industrial Grade",
"description": "Craft a Chipper Alloy Block",
"title": "Bulked-Up Bling",
"description": "Press that alloy into a block—swole femboy decor",
"frame": "task"
},
"criteria": {

View File

@ -2,15 +2,15 @@
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:chipper_frame" },
"title": "It Begins",
"description": "Construct the portal frame",
"title": "Framing the Twink Door",
"description": "Assemble the portal while squirrels whisper this is a bad idea",
"frame": "task"
},
"criteria": {
"place_frame": {
"trigger": "minecraft:placed_block",
"nut": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"block": "chipi:chipper_frame"
"items": [{ "items": ["chipi:chipper_frame"] }]
}
}
}

View File

@ -0,0 +1,17 @@
{
"parent": "chipi:root",
"display": {
"icon": { "item": "chipi:raw_chipper_ore" },
"title": "Snack-axe Technician",
"description": "Mine chipper ore before the squirrels chew it out of the wall",
"frame": "task"
},
"criteria": {
"mine": {
"trigger": "minecraft:mined_block",
"conditions": {
"block": "chipi:chipper_ore"
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"parent": "chipi:progression/make_alloy_block",
"display": {
"icon": { "item": "chipi:chipper_alloy_block" },
"title": "Bulk Metal Feng Shui",
"description": "Place a chipper alloy block like it's a shiny gym mirror",
"frame": "task"
},
"criteria": {
"place": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "chipi:chipper_alloy_block"
}
}
}
}

View File

@ -0,0 +1,17 @@
{
"parent": "chipi:progression/light_portal",
"display": {
"icon": { "item": "chipi:chipper_portal" },
"title": "One Toe In",
"description": "Stand inside the portal and let the portal breeze fluff your tail",
"frame": "task"
},
"criteria": {
"enter": {
"trigger": "minecraft:enter_block",
"conditions": {
"block": "chipi:chipper_portal"
}
}
}
}

View File

@ -2,8 +2,8 @@
"parent": "chipi:progression/get_raw_chipper_ore",
"display": {
"icon": { "item": "chipi:chipper_ingot" },
"title": "Refinement",
"description": "Smelt Chipper Ore",
"title": "Spa Day for Rocks",
"description": "Smelt chipper ore into ingots, pampered femboy style",
"frame": "task"
},
"criteria": {

View File

@ -0,0 +1,17 @@
{
"parent": "chipi:progression/make_alloy_block",
"display": {
"icon": { "item": "chipi:chipper_frame" },
"title": "Forbidden IKEA Manual",
"description": "Unlock the portal frame recipe while femboy squirrels look concerned",
"frame": "goal"
},
"criteria": {
"recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "chipi:porta_block"
}
}
}
}

View File

@ -1,8 +1,8 @@
{
"display": {
"icon": { "item": "chipi:chipper_ingot" },
"title": "Chipi",
"description": "Industrial stupidity begins",
"title": "Welcome to the Burrow",
"description": "Industrial femboy nonsense kicks off",
"background": "minecraft:textures/block/stone.png",
"show_toast": false,
"announce_to_chat": false,