Re-add advancements

This commit is contained in:
raoulvdberge
2019-10-29 14:26:39 +01:00
parent 38d87af5d6
commit 0985685688
36 changed files with 154 additions and 290 deletions

View File

@@ -1,26 +0,0 @@
{
"display": {
"icon": {
"item": "refinedstorage:processor_binding"
},
"title": {
"translate": "advancements.refinedstorage:binding"
},
"description": {
"translate": "advancements.refinedstorage:binding.description"
}
},
"parent": "refinedstorage:root",
"criteria": {
"cutting_tool_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "refinedstorage:processor_binding"
}
]
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"display": {
"icon": {
"item": "refinedstorage:cover",
"nbt": "{Item:{id:\"minecraft:stonebrick\",Count:1b,Damage:0s}}"
},
"title": {
"translate": "advancements.refinedstorage:covering"
},
"description": {
"translate": "advancements.refinedstorage:covering.description"
}
},
"parent": "refinedstorage:connecting",
"criteria": {
"cover_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "refinedstorage:cover"
}
]
}
}
}
}

View File

@@ -1,27 +0,0 @@
{
"display": {
"icon": {
"item": "refinedstorage:hollow_cover",
"nbt": "{Item:{id:\"minecraft:stonebrick\",Count:1b,Damage:0s}}"
},
"title": {
"translate": "advancements.refinedstorage:hollow_covering"
},
"description": {
"translate": "advancements.refinedstorage:hollow_covering.description"
}
},
"parent": "refinedstorage:covering",
"criteria": {
"hollow_cover_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "refinedstorage:hollow_cover"
}
]
}
}
}
}

View File

@@ -1,29 +0,0 @@
{
"display": {
"icon": {
"item": "refinedstorage:reader"
},
"title": {
"translate": "advancements.refinedstorage:more_than_just_storage"
},
"description": {
"translate": "advancements.refinedstorage:more_than_just_storage.description"
}
},
"parent": "refinedstorage:binding",
"criteria": {
"reader_writer_in_inventory": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "refinedstorage:reader"
},
{
"item": "refinedstorage:writer"
}
]
}
}
}
}

View File

@@ -276,73 +276,65 @@
"commands.refinedstorage.createdisk.error.notADisk": "The given disk item is not a disk.", "commands.refinedstorage.createdisk.error.notADisk": "The given disk item is not a disk.",
"commands.refinedstorage.createdisk.error.diskNotFound": "Disk %s was not found.", "commands.refinedstorage.createdisk.error.diskNotFound": "Disk %s was not found.",
"commands.refinedstorage.createdisk.success": "Successfully gave disk %s to %s.", "commands.refinedstorage.createdisk.success": "Successfully gave disk %s to %s.",
"advancements.refinedstorage:controlling.description": "Craft a Controller", "advancements.refinedstorage.controlling.description": "Craft a Controller",
"advancements.refinedstorage:connecting": "Connecting", "advancements.refinedstorage.connecting": "Connecting",
"advancements.refinedstorage:connecting.description": "You can place all the devices next to each other to connect them up, or, use Cable", "advancements.refinedstorage.connecting.description": "You can place all the devices next to each other to connect them up, or, use Cable",
"advancements.refinedstorage:conditional_connecting": "Conditional connecting", "advancements.refinedstorage.conditional_connecting": "Conditional connecting",
"advancements.refinedstorage:conditional_connecting.description": "Craft a Relay to control if a network signal can pass with redstone", "advancements.refinedstorage.conditional_connecting.description": "Craft a Relay to control if a network signal can pass with redstone",
"advancements.refinedstorage:drives": "Drives", "advancements.refinedstorage.drives": "Drives",
"advancements.refinedstorage:drives.description": "Craft a Disk Drive to be able to store your disks", "advancements.refinedstorage.drives.description": "Craft a Disk Drive to be able to store your disks",
"advancements.refinedstorage:manipulating_disks": "Manipulating disks", "advancements.refinedstorage.manipulating_disks": "Manipulating disks",
"advancements.refinedstorage:manipulating_disks.description": "Use a Disk Manipulator to easily modify contents of disks", "advancements.refinedstorage.manipulating_disks.description": "Use a Disk Manipulator to easily modify contents of disks",
"advancements.refinedstorage:storing_items": "Storing items", "advancements.refinedstorage.storing_items": "Storing items",
"advancements.refinedstorage:storing_items.description": "Craft a Storage Disk and put it in your Disk Drive", "advancements.refinedstorage.storing_items.description": "Craft a Storage Disk and put it in your Disk Drive",
"advancements.refinedstorage:viewing_items": "Viewing items", "advancements.refinedstorage.viewing_items": "Viewing items",
"advancements.refinedstorage:viewing_items.description": "Craft a Grid to interact with your item storage", "advancements.refinedstorage.viewing_items.description": "Craft a Grid to interact with your item storage",
"advancements.refinedstorage:portable_storage": "Portable storage", "advancements.refinedstorage.portable_storage": "Portable storage",
"advancements.refinedstorage:portable_storage.description": "Craft a Portable Grid to access items and fluids in disks without being in a network", "advancements.refinedstorage.portable_storage.description": "Craft a Portable Grid to access items and fluids in disks without being in a network",
"advancements.refinedstorage:upgrading_your_grid": "Upgrading your Grid", "advancements.refinedstorage.upgrading_your_grid": "Upgrading your Grid",
"advancements.refinedstorage:upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities in your Grid", "advancements.refinedstorage.upgrading_your_grid.description": "Upgrade your Grid to a Crafting Grid to get crafting abilities in your Grid",
"advancements.refinedstorage:storing_fluids": "Storing fluids", "advancements.refinedstorage.storing_fluids": "Storing fluids",
"advancements.refinedstorage:storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive", "advancements.refinedstorage.storing_fluids.description": "Craft a Fluid Storage Disk and put it in your Disk Drive",
"advancements.refinedstorage:viewing_fluids": "Viewing fluids", "advancements.refinedstorage.viewing_fluids": "Viewing fluids",
"advancements.refinedstorage:viewing_fluids.description": "Craft a Fluid Grid to interact with your fluid storage", "advancements.refinedstorage.viewing_fluids.description": "Craft a Fluid Grid to interact with your fluid storage",
"advancements.refinedstorage:better_than_a_barrel": "Better than a barrel", "advancements.refinedstorage.better_than_a_barrel": "Better than a barrel",
"advancements.refinedstorage:better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract items of a network", "advancements.refinedstorage.better_than_a_barrel.description": "Craft a Storage Monitor to view, insert or extract items of a network",
"advancements.refinedstorage:autocrafting": "Autocrafting", "advancements.refinedstorage.autocrafting": "Autocrafting",
"advancements.refinedstorage:autocrafting.description": "Craft a Crafter", "advancements.refinedstorage.autocrafting.description": "Craft a Crafter",
"advancements.refinedstorage:pattern_creation": "Pattern creation", "advancements.refinedstorage.pattern_creation": "Pattern creation",
"advancements.refinedstorage:pattern_creation.description": "Create patterns with a Pattern Grid and a Pattern", "advancements.refinedstorage.pattern_creation.description": "Create patterns with a Pattern Grid and a Pattern",
"advancements.refinedstorage:monitoring": "Monitoring", "advancements.refinedstorage.monitoring": "Monitoring",
"advancements.refinedstorage:monitoring.description": "Check the status of your crafting tasks with a Crafting Monitor", "advancements.refinedstorage.monitoring.description": "Check the status of your crafting tasks with a Crafting Monitor",
"advancements.refinedstorage:managing_patterns": "Managing patterns", "advancements.refinedstorage.managing_patterns": "Managing patterns",
"advancements.refinedstorage:managing_patterns.description": "Craft a Crafter Manager to manage your patterns in a better way", "advancements.refinedstorage.managing_patterns.description": "Craft a Crafter Manager to manage your patterns in a better way",
"advancements.refinedstorage:importing": "Importing", "advancements.refinedstorage.importing": "Importing",
"advancements.refinedstorage:importing.description": "Get items or fluids into the storage network with an Importer", "advancements.refinedstorage.importing.description": "Get items or fluids into the storage network with an Importer",
"advancements.refinedstorage:destruction": "Destruction", "advancements.refinedstorage.destruction": "Destruction",
"advancements.refinedstorage:destruction.description": "Get blocks or fluids into the storage network with a Destructor", "advancements.refinedstorage.destruction.description": "Get blocks or fluids into the storage network with a Destructor",
"advancements.refinedstorage:exporting": "Exporting", "advancements.refinedstorage.exporting": "Exporting",
"advancements.refinedstorage:exporting.description": "Get items or fluids out of the storage network with an Exporter", "advancements.refinedstorage.exporting.description": "Get items or fluids out of the storage network with an Exporter",
"advancements.refinedstorage:construction": "Construction", "advancements.refinedstorage.construction": "Construction",
"advancements.refinedstorage:construction.description": "Get blocks or fluids out of the storage network with a Constructor", "advancements.refinedstorage.construction.description": "Get blocks or fluids out of the storage network with a Constructor",
"advancements.refinedstorage:security": "Security", "advancements.refinedstorage.security": "Security",
"advancements.refinedstorage:security.description": "Secure your network with a Security Manager and a Security Card", "advancements.refinedstorage.security.description": "Secure your network with a Security Manager and a Security Card",
"advancements.refinedstorage:wireless": "Wireless", "advancements.refinedstorage.wireless": "Wireless",
"advancements.refinedstorage:wireless.description": "Transmit a network signal with a Wireless Transmitter", "advancements.refinedstorage.wireless.description": "Transmit a network signal with a Wireless Transmitter",
"advancements.refinedstorage:wireless_items": "Wireless items", "advancements.refinedstorage.wireless_items": "Wireless items",
"advancements.refinedstorage:wireless_items.description": "Interact with your item storage wirelessly with a Wireless Grid", "advancements.refinedstorage.wireless_items.description": "Interact with your item storage wirelessly with a Wireless Grid",
"advancements.refinedstorage:wireless_fluids": "Wireless fluids", "advancements.refinedstorage.wireless_fluids": "Wireless fluids",
"advancements.refinedstorage:wireless_fluids.description": "Interact with your fluid storage wirelessly with a Wireless Fluid Grid", "advancements.refinedstorage.wireless_fluids.description": "Interact with your fluid storage wirelessly with a Wireless Fluid Grid",
"advancements.refinedstorage:wireless_monitoring": "Wireless monitoring", "advancements.refinedstorage.wireless_monitoring": "Wireless monitoring",
"advancements.refinedstorage:wireless_monitoring.description": "Check the status of your crafting tasks wirelessly with a Wireless Crafting Monitor", "advancements.refinedstorage.wireless_monitoring.description": "Check the status of your crafting tasks wirelessly with a Wireless Crafting Monitor",
"advancements.refinedstorage:no_cables_required": "No cables required", "advancements.refinedstorage.no_cables_required": "No cables required",
"advancements.refinedstorage:no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card", "advancements.refinedstorage.no_cables_required.description": "Add extra components to your network without using cables by using a Network Transmitter, Network Receiver and Network Card",
"advancements.refinedstorage:upgrading": "Upgrading", "advancements.refinedstorage.upgrading": "Upgrading",
"advancements.refinedstorage:upgrading.description": "Craft an Upgrade to improve various devices", "advancements.refinedstorage.upgrading.description": "Craft an Upgrade to improve various devices",
"advancements.refinedstorage:crafting_on_demand": "Crafting on demand", "advancements.refinedstorage.crafting_on_demand": "Crafting on demand",
"advancements.refinedstorage:crafting_on_demand.description": "Use a Crafting Upgrade in a Interface, Exporter or Constructor to craft items and blocks on demand", "advancements.refinedstorage.crafting_on_demand.description": "Use a Crafting Upgrade in a Interface, Exporter or Constructor to craft items and blocks on demand",
"advancements.refinedstorage:more_than_just_storage": "More than just storage", "advancements.refinedstorage.detecting": "Detecting",
"advancements.refinedstorage:more_than_just_storage.description": "Transfer items, fluids, energy and redstone from a Reader to a Writer", "advancements.refinedstorage.detecting.description": "Detect items or fluids in the network with the Detector",
"advancements.refinedstorage:detecting": "Detecting", "advancements.refinedstorage.interface_to_the_world": "Interface to the world",
"advancements.refinedstorage:detecting.description": "Detect items or fluids in the network with the Detector", "advancements.refinedstorage.interface_to_the_world.description": "Export and import items at the same time with an Interface",
"advancements.refinedstorage:interface_to_the_world": "Interface to the world", "advancements.refinedstorage.storing_externally": "Storing externally",
"advancements.refinedstorage:interface_to_the_world.description": "Export and import items at the same time with an Interface", "advancements.refinedstorage.storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest"
"advancements.refinedstorage:storing_externally": "Storing externally",
"advancements.refinedstorage:storing_externally.description": "Use an External Storage to provide the network with storage from an external block like a chest",
"advancements.refinedstorage:covering": "Covering",
"advancements.refinedstorage:covering.description": "Craft a Cover to hide cables",
"advancements.refinedstorage:hollow_covering": "Hollow covering",
"advancements.refinedstorage:hollow_covering.description": "Craft a Hollow Cover to hide cables, but still let cable through",
"advancements.refinedstorage:binding": "Binding",
"advancements.refinedstorage:binding.description": "Craft Processor Binding to craft the various processors"
} }

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:crafter" "item": "refinedstorage:crafter"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:autocrafting" "translate": "advancements.refinedstorage.autocrafting"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:autocrafting.description" "translate": "advancements.refinedstorage.autocrafting.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"crafter_in_inventory": { "crafter_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:storage_monitor" "item": "refinedstorage:storage_monitor"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:better_than_a_barrel" "translate": "advancements.refinedstorage.better_than_a_barrel"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:better_than_a_barrel.description" "translate": "advancements.refinedstorage.better_than_a_barrel.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"storage_monitor_in_inventory": { "storage_monitor_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:relay" "item": "refinedstorage:relay"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:conditional_connecting" "translate": "advancements.refinedstorage.conditional_connecting"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:conditional_connecting.description" "translate": "advancements.refinedstorage.conditional_connecting.description"
} }
}, },
"parent": "refinedstorage:connecting", "parent": "refinedstorage:connecting",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:cable" "item": "refinedstorage:cable"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:connecting" "translate": "advancements.refinedstorage.connecting"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:connecting.description" "translate": "advancements.refinedstorage.connecting.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"cable_in_inventory": { "cable_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:constructor" "item": "refinedstorage:constructor"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:construction" "translate": "advancements.refinedstorage.construction"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:construction.description" "translate": "advancements.refinedstorage.construction.description"
} }
}, },
"parent": "refinedstorage:exporting", "parent": "refinedstorage:exporting",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:upgrade", "item": "refinedstorage:crafting_upgrade"
"data": 3
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:crafting_on_demand" "translate": "advancements.refinedstorage.crafting_on_demand"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:crafting_on_demand.description" "translate": "advancements.refinedstorage.crafting_on_demand.description"
} }
}, },
"parent": "refinedstorage:pattern_creation", "parent": "refinedstorage:pattern_creation",
@@ -18,8 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:upgrade", "item": "refinedstorage:crafting_upgrade"
"data": 3
} }
] ]
} }

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:destructor" "item": "refinedstorage:destructor"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:destruction" "translate": "advancements.refinedstorage.destruction"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:destruction.description" "translate": "advancements.refinedstorage.destruction.description"
} }
}, },
"parent": "refinedstorage:importing", "parent": "refinedstorage:importing",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:detector" "item": "refinedstorage:detector"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:detecting" "translate": "advancements.refinedstorage.detecting"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:detecting.description" "translate": "advancements.refinedstorage.detecting.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"detector_in_inventory": { "detector_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:disk_drive" "item": "refinedstorage:disk_drive"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:drives" "translate": "advancements.refinedstorage.drives"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:drives.description" "translate": "advancements.refinedstorage.drives.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"disk_drive_in_inventory": { "disk_drive_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:exporter" "item": "refinedstorage:exporter"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:exporting" "translate": "advancements.refinedstorage.exporting"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:exporting.description" "translate": "advancements.refinedstorage.exporting.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"exporter_in_inventory": { "exporter_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:importer" "item": "refinedstorage:importer"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:importing" "translate": "advancements.refinedstorage.importing"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:importing.description" "translate": "advancements.refinedstorage.importing.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"importer_in_inventory": { "importer_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:interface" "item": "refinedstorage:interface"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:interface_to_the_world" "translate": "advancements.refinedstorage.interface_to_the_world"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:interface_to_the_world.description" "translate": "advancements.refinedstorage.interface_to_the_world.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"interface_in_inventory": { "interface_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:crafter_manager" "item": "refinedstorage:crafter_manager"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:managing_patterns" "translate": "advancements.refinedstorage.managing_patterns"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:managing_patterns.description" "translate": "advancements.refinedstorage.managing_patterns.description"
} }
}, },
"parent": "refinedstorage:autocrafting", "parent": "refinedstorage:autocrafting",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:disk_manipulator" "item": "refinedstorage:disk_manipulator"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:manipulating_disks" "translate": "advancements.refinedstorage.manipulating_disks"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:manipulating_disks.description" "translate": "advancements.refinedstorage.manipulating_disks.description"
} }
}, },
"parent": "refinedstorage:drives", "parent": "refinedstorage:drives",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:crafting_monitor" "item": "refinedstorage:crafting_monitor"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:monitoring" "translate": "advancements.refinedstorage.monitoring"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:monitoring.description" "translate": "advancements.refinedstorage.monitoring.description"
} }
}, },
"parent": "refinedstorage:autocrafting", "parent": "refinedstorage:autocrafting",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:network_transmitter" "item": "refinedstorage:network_transmitter"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:no_cables_required" "translate": "advancements.refinedstorage.no_cables_required"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:no_cables_required.description" "translate": "advancements.refinedstorage.no_cables_required.description"
} }
}, },
"parent": "refinedstorage:wireless", "parent": "refinedstorage:wireless",

View File

@@ -4,10 +4,10 @@
"item": "refinedstorage:pattern" "item": "refinedstorage:pattern"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:pattern_creation" "translate": "advancements.refinedstorage.pattern_creation"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:pattern_creation.description" "translate": "advancements.refinedstorage.pattern_creation.description"
} }
}, },
"parent": "refinedstorage:autocrafting", "parent": "refinedstorage:autocrafting",
@@ -20,8 +20,7 @@
"item": "refinedstorage:pattern" "item": "refinedstorage:pattern"
}, },
{ {
"item": "refinedstorage:grid", "item": "refinedstorage:pattern_grid"
"data": 2
} }
] ]
} }

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:portable_grid", "item": "refinedstorage:portable_grid"
"data": 1
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:portable_storage" "translate": "advancements.refinedstorage.portable_storage"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:portable_storage.description" "translate": "advancements.refinedstorage.portable_storage.description"
} }
}, },
"parent": "refinedstorage:viewing_items", "parent": "refinedstorage:viewing_items",

View File

@@ -1,18 +1,15 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:controller", "item": "refinedstorage:creative_controller"
"data": 1
}, },
"title": { "title": {
"translate": "itemGroup.refinedstorage" "translate": "itemGroup.refinedstorage"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:controlling.description" "translate": "advancements.refinedstorage.controlling.description"
}, },
"background": "refinedstorage:textures/gui/advancements.png", "background": "refinedstorage:textures/gui/advancements.png"
"show_toast": false,
"announce_to_chat": false
}, },
"criteria": { "criteria": {
"controller_in_inventory": { "controller_in_inventory": {

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:security_manager" "item": "refinedstorage:security_manager"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:security" "translate": "advancements.refinedstorage.security"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:security.description" "translate": "advancements.refinedstorage.security.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"security_manager_in_inventory": { "security_manager_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:external_storage" "item": "refinedstorage:external_storage"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:storing_externally" "translate": "advancements.refinedstorage.storing_externally"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:storing_externally.description" "translate": "advancements.refinedstorage.storing_externally.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"external_storage_in_inventory": { "external_storage_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:fluid_storage_disk", "item": "refinedstorage:64k_fluid_storage_disk"
"data": 0
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:storing_fluids" "translate": "advancements.refinedstorage.storing_fluids"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:storing_fluids.description" "translate": "advancements.refinedstorage.storing_fluids.description"
} }
}, },
"parent": "refinedstorage:drives", "parent": "refinedstorage:drives",
@@ -18,7 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:fluid_storage_disk" "item": "refinedstorage:64k_fluid_storage_disk"
} }
] ]
} }

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:storage_disk", "item": "refinedstorage:1k_storage_disk"
"data": 0
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:storing_items" "translate": "advancements.refinedstorage.storing_items"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:storing_items.description" "translate": "advancements.refinedstorage.storing_items.description"
} }
}, },
"parent": "refinedstorage:drives", "parent": "refinedstorage:drives",
@@ -18,7 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:storage_disk" "item": "refinedstorage:1k_storage_disk"
} }
] ]
} }

View File

@@ -1,17 +1,16 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:upgrade", "item": "refinedstorage:upgrade"
"data": 0
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:upgrading" "translate": "advancements.refinedstorage.upgrading"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:upgrading.description" "translate": "advancements.refinedstorage.upgrading.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"upgrade_in_inventory": { "upgrade_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:grid", "item": "refinedstorage:crafting_grid"
"data": 1
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:upgrading_your_grid" "translate": "advancements.refinedstorage.upgrading_your_grid"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:upgrading_your_grid.description" "translate": "advancements.refinedstorage.upgrading_your_grid.description"
} }
}, },
"parent": "refinedstorage:viewing_items", "parent": "refinedstorage:viewing_items",
@@ -18,8 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:grid", "item": "refinedstorage:crafting_grid"
"data": 1
} }
] ]
} }

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:grid", "item": "refinedstorage:fluid_grid"
"data": 3
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:viewing_fluids" "translate": "advancements.refinedstorage.viewing_fluids"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:viewing_fluids.description" "translate": "advancements.refinedstorage.viewing_fluids.description"
} }
}, },
"parent": "refinedstorage:storing_fluids", "parent": "refinedstorage:storing_fluids",
@@ -18,8 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:grid", "item": "refinedstorage:fluid_grid"
"data": 3
} }
] ]
} }

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:grid", "item": "refinedstorage:grid"
"data": 0
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:viewing_items" "translate": "advancements.refinedstorage.viewing_items"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:viewing_items.description" "translate": "advancements.refinedstorage.viewing_items.description"
} }
}, },
"parent": "refinedstorage:storing_items", "parent": "refinedstorage:storing_items",
@@ -18,8 +17,7 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "refinedstorage:grid", "item": "refinedstorage:grid"
"data": 0
} }
] ]
} }

View File

@@ -4,13 +4,13 @@
"item": "refinedstorage:wireless_transmitter" "item": "refinedstorage:wireless_transmitter"
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:wireless" "translate": "advancements.refinedstorage.wireless"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:wireless.description" "translate": "advancements.refinedstorage.wireless.description"
} }
}, },
"parent": "refinedstorage:binding", "parent": "refinedstorage:root",
"criteria": { "criteria": {
"wireless_transmitter_in_inventory": { "wireless_transmitter_in_inventory": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:wireless_fluid_grid", "item": "refinedstorage:wireless_fluid_grid"
"data": 1
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:wireless_fluids" "translate": "advancements.refinedstorage.wireless_fluids"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:wireless_fluids.description" "translate": "advancements.refinedstorage.wireless_fluids.description"
} }
}, },
"parent": "refinedstorage:wireless", "parent": "refinedstorage:wireless",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:wireless_grid", "item": "refinedstorage:wireless_grid"
"data": 1
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:wireless_items" "translate": "advancements.refinedstorage.wireless_items"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:wireless_items.description" "translate": "advancements.refinedstorage.wireless_items.description"
} }
}, },
"parent": "refinedstorage:wireless", "parent": "refinedstorage:wireless",

View File

@@ -1,14 +1,13 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "refinedstorage:wireless_crafting_monitor", "item": "refinedstorage:wireless_crafting_monitor"
"data": 1
}, },
"title": { "title": {
"translate": "advancements.refinedstorage:wireless_monitoring" "translate": "advancements.refinedstorage.wireless_monitoring"
}, },
"description": { "description": {
"translate": "advancements.refinedstorage:wireless_monitoring.description" "translate": "advancements.refinedstorage.wireless_monitoring.description"
} }
}, },
"parent": "refinedstorage:wireless", "parent": "refinedstorage:wireless",