Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:equalizer_block"
},
"title": "Lightning be gone",
"description": "Craft a Artron Equalizer",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/monitor",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:equalizer_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:grounding_block"
},
"title": "Back on the ground",
"description": "Craft a Auto-Surface Module",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/monitor",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:grounding_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:biometric_module"
},
"title": "And stay out!",
"description": "Craft a Biometric Security Module",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/monitor",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:biometric_module"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:coordinate_block"
},
"title": "Where are we going?",
"description": "Craft a Coordinate Designator Module",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/monitor",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:coordinate_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:keypad_block"
},
"title": "To the overworld and beyond!",
"description": "Craft a Coordinate Keypad Module",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/coordinate_designator_module",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:keypad_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:euclidean_upgrade"
},
"title": "Now this is a size upgrade",
"description": "Craft an 11D upgrade",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/time_vortex_interface",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:euclidean_upgrade"]
}
]
}
}
}
}
26 changes: 26 additions & 0 deletions src/main/resources/data/vortexmod/advancements/craft/monitor.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:monitor_block"
},
"title": "What is going on?",
"description": "Craft a monitor",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/throttle",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:monitor_block"]
}
]
}
}
}
}
26 changes: 26 additions & 0 deletions src/main/resources/data/vortexmod/advancements/craft/scanner.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:scanner_block"
},
"title": "What is out there?",
"description": "Craft a Exterior Scanner",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/monitor",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:scanner_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:size_designator"
},
"title": "Can i get a medium TARDIS?",
"description": "Craft a Precision Size Designator",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/vortex_entry_size_manipulator",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:size_designator"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:size_upgrade"
},
"title": "That's more like it",
"description": "Craft an size upgrade",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/vortex_entry_size_manipulator",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:size_upgrade"]
}
]
}
}
}
}
26 changes: 26 additions & 0 deletions src/main/resources/data/vortexmod/advancements/craft/throttle.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:throttle_block"
},
"title": "Time for take off!",
"description": "Craft a throttle",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/time_vortex_interface",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:throttle_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:interface_block"
},
"title": "A TARDIS heart",
"description": "Craft a time vortex interface",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:root",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:interface_block"]
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"display": {
"icon": {
"item": "vortexmod:size_manipulator_block"
},
"title": "I need more space!",
"description": "Craft a Entry Size Manipulator Module",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/time_vortex_interface",
"criteria": {
"requirement": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["vortexmod:size_manipulator_block"]
}
]
}
}
}
}
22 changes: 22 additions & 0 deletions src/main/resources/data/vortexmod/advancements/enter/tardis.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"item": "vortexmod:euclidean_upgrade"
},
"title": "It's smaller on the outside!",
"description": "Enter a non-euclidean tardis",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/euclidean_upgrade",
"criteria": {
"requirement": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"to": "vortexmod:tardisdim"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"display": {
"icon": {
"item": "vortexmod:vortex_core"
},
"title": "Into the vortex!",
"description": "Enter the time vortex using a euclidean tardis",
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"parent": "vortexmod:craft/time_vortex_interface",
"criteria": {
"requirement": {
"trigger": "minecraft:changed_dimension",
"conditions": {
"to": "vortexmod:vortexdim"
}
}
}
}
Loading