-{{end}}
\ No newline at end of file
diff --git a/ranged-pumps/wiki/Getting started on Minecraft 1.10.2 and 1.11.2.md b/ranged-pumps/wiki/Getting started on Minecraft 1.10.2 and 1.11.2.md
deleted file mode 100644
index 4f237cba784..00000000000
--- a/ranged-pumps/wiki/Getting started on Minecraft 1.10.2 and 1.11.2.md
+++ /dev/null
@@ -1,45 +0,0 @@
-![Recipe](/assets/ranged-pumps/recipe.png)
-
-## Placement
-
-Place the [[Pump|pump]] down, apply a redstone signal, and it'll work.
-
-## Energy requirements
-
-By default, the [[Pump|pump]] requires no energy, but the [[Pump|pump]] can be configured to use RF energy in the config.
-
-## Internal tank
-
-The size of the [[Pump|pump's]] internal tank is by default 32 buckets, you can increase or decrease this in the config.
-
-The [[Pump|pump]] will stop running if the internal tank is full.
-
-## Status updates
-
-Right click on the [[Pump|pump]] to know what it is doing and if it is running.
-
-## Scanning and range
-
-It'll pump liquids in a rectangular area 1 block under the [[Pump|pump]], the size of this rectangular area can be specified in the config.
-
-The default range specified in the config is 128 blocks. That means it will search 64 blocks in any direction of the [[Pump|pump]].
-
-![Scanning range](/assets/ranged-pumps/scanning-mc110-1.png)
-
-This is how it will scan for liquids (from the top left to the bottom right):
-
-![Scanning order](/assets/ranged-pumps/scanning-mc110-2.png)
-
-## Liquids to stone
-
-The [[Pump|pump]] will also replace any liquids to stone by default. This can be turned off in the config.
-
-## Auto-pushing liquids
-
-The [[Pump|pump]] doesn't auto-push liquids. You have to suck them out manually with an external mod that can do that, for example pipes.
-
-Make sure you're not disabling the pipe with the redstone signal that you're providing to the pump!
-
-## Chunkloading
-
-The mod doesn't chunkload [[Pump|pumps]].
\ No newline at end of file
diff --git a/ranged-pumps/wiki/Getting started.md b/ranged-pumps/wiki/Getting started.md
deleted file mode 100644
index 63d33e60e13..00000000000
--- a/ranged-pumps/wiki/Getting started.md
+++ /dev/null
@@ -1,45 +0,0 @@
-![Recipe](/assets/ranged-pumps/recipe.png)
-
-## Placement
-
-Place the [[Pump|pump]] down, and it'll only work *without* a redstone signal.
-
-## Redstone signal
-
-If you give the [[Pump|pump]] a redstone signal, it will stop working until you disable the redstone signal.
-
-## Energy requirements
-
-By default, the [[Pump|pump]] requires Forge Energy, but can be configured to not use energy in the config.
-
-## Internal tank
-
-The size of the [[Pump|pump's]] internal tank is 32 buckets by default. You can increase or decrease this in the config.
-
-The [[Pump|pump]] will stop running if the internal tank is full.
-
-## Status updates
-
-Right click on the [[Pump|pump]] to know what it is doing and to know if it is running.
-
-## Scanning and range
-
-![Scanning](/assets/ranged-pumps/scanning-mc112.png)
-
-It'll start pumping liquids in rectangular spiral shape 1 block under the [[Pump|pump]].
-
-The default range is 64 blocks. That'll mean it scan 64 blocks in any direction, nearest-first.
-
-On a vertical (Y) level, it will scan liquids from the [[Pump|pump]] to bedrock.
-
-## Liquids to stone
-
-The [[Pump|pump]] will also replace any liquids to stone by default. This can be turned off in the config.
-
-## Auto-pushing liquids
-
-The [[Pump|pump]] will auto-push liquids to neighboring tanks. You can also get the liquids out with pipes.
-
-## Chunkloading
-
-The mod doesn't chunkload [[Pump|pumps]] automatically. You'll need another mod to get this behavior.
diff --git a/ranged-pumps/wiki/Pump.json b/ranged-pumps/wiki/Pump.json
deleted file mode 100644
index c5271b76d39..00000000000
--- a/ranged-pumps/wiki/Pump.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/ranged-pumps/renders/pump.png",
- "range": {
- "from": "v0.1.0"
- }
-}
diff --git a/ranged-pumps/wiki/Pump.md b/ranged-pumps/wiki/Pump.md
deleted file mode 100644
index 8665c8c0f6e..00000000000
--- a/ranged-pumps/wiki/Pump.md
+++ /dev/null
@@ -1,8 +0,0 @@
-The pump is the only block that is added by Ranged Pumps.
-
-It pumps liquids in a range.
-
-To view exact details, consult the getting started guides:
-
-- [[Getting started]]
-- [[Getting started on Minecraft 1.10.2 and 1.11.2]]
\ No newline at end of file
diff --git a/ranged-pumps/wiki/sidebar/blocks.json b/ranged-pumps/wiki/sidebar/blocks.json
deleted file mode 100644
index d766c8fb951..00000000000
--- a/ranged-pumps/wiki/sidebar/blocks.json
+++ /dev/null
@@ -1,6 +0,0 @@
-[
- {
- "name": "Blocks",
- "pages": ["Pump"]
- }
-]
diff --git a/ranged-pumps/wiki/sidebar/guides.json b/ranged-pumps/wiki/sidebar/guides.json
deleted file mode 100644
index f83c60f47b5..00000000000
--- a/ranged-pumps/wiki/sidebar/guides.json
+++ /dev/null
@@ -1,9 +0,0 @@
-[
- {
- "name": "Using the mod",
- "pages": [
- "Getting started",
- "Getting started on Minecraft 1.10.2 and 1.11.2"
- ]
- }
-]
diff --git a/refined-pipes/app.js b/refined-pipes/app.js
deleted file mode 100644
index e38d155f10d..00000000000
--- a/refined-pipes/app.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import '../app.js';
-import './app.scss';
-import 'bootstrap';
-import '../theme.js';
diff --git a/refined-pipes/app.scss b/refined-pipes/app.scss
deleted file mode 100644
index 768d2afef5d..00000000000
--- a/refined-pipes/app.scss
+++ /dev/null
@@ -1,8 +0,0 @@
-$primary: #A9BCD0;
-$link-color: darken($primary, 20%);
-
-@import "../app";
-
-.badge.bg-primary {
- color: #fff;
-}
diff --git a/refined-pipes/index.gohtml b/refined-pipes/index.gohtml
deleted file mode 100644
index 0ce2d147b99..00000000000
--- a/refined-pipes/index.gohtml
+++ /dev/null
@@ -1,107 +0,0 @@
-{{- /*gotype: github.com/refinedmods/sitegen/render.ProjectIndex*/ -}}
-{{define "body"}}
-
-
-
- Refined Pipes is a Minecraft mod that adds item, fluid and energy pipes.
-
-
-
- The goal is to have the best standalone item, fluid and energy pipes.
-
-
- No external dependencies or special ores/ingots required.
-
-{{end}}
\ No newline at end of file
diff --git a/refined-storage-addons/wiki/Wireless Crafting Grid.json b/refined-storage-addons/wiki/Wireless Crafting Grid.json
deleted file mode 100644
index 93843ed8e0b..00000000000
--- a/refined-storage-addons/wiki/Wireless Crafting Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage-addons/renders/wireless-crafting-grid.png",
- "range": {
- "from": "v0.1.0"
- }
-}
diff --git a/refined-storage-addons/wiki/Wireless Crafting Grid.md b/refined-storage-addons/wiki/Wireless Crafting Grid.md
deleted file mode 100644
index 138577d7848..00000000000
--- a/refined-storage-addons/wiki/Wireless Crafting Grid.md
+++ /dev/null
@@ -1,27 +0,0 @@
-With the Wireless Crafting Grid the player can access their items from anywhere.
-
-To activate the Wireless Crafting Grid, the player has to right click the Wireless Crafting Grid on a [[Controller!Refined Storage]]. If you're playing on Refined Storage 1.7.x or higher you can bind the [[#name]] by right clicking on any connected network device.
-
-To use the Wireless Crafting Grid the item needs Forge Energy. You'll have to charge it in a block that charges items from another mod.
-
-After doing all these steps, the Wireless Crafting Grid is still missing a signal from the storage network. Add at least 1 [[Wireless Transmitter!Refined Storage]] to the network to get a basic range of 16 blocks.
-
-If the Wireless Crafting Grid is ready for use, it will light up blue.
-
-Sometimes, the Wireless Crafting Grid doesn't open or stays gray. To enable it make sure that:
-
-- The Wireless Grid is bound to a [[Controller!Refined Storage]]
-- There is at least 1 [[Wireless Transmitter!Refined Storage]] connected to the network
-- That you are in range of the [[Wireless Transmitter!Refined Storage]]
-- The [[Controller!Refined Storage]] block is still in the world on the place where you bound it to
-
-## Energy behavior
-The Wireless Crafting Grid draws energy on following actions:
-
-|Action|Amount of Forge Energy drawed|
-|------|------|
-|Opening the Wireless Grid|30 FE|
-|Pulling an item from storage|3 FE|
-|Pushing an item to storage|3 FE|
-|Crafting an item|1 FE|
-|Clearing the crafting matrix|10 FE|
\ No newline at end of file
diff --git a/refined-storage-addons/wiki/sidebar/items.json b/refined-storage-addons/wiki/sidebar/items.json
deleted file mode 100644
index ddc81a0119a..00000000000
--- a/refined-storage-addons/wiki/sidebar/items.json
+++ /dev/null
@@ -1 +0,0 @@
-[{ "name": "Wireless", "pages": ["Wireless Crafting Grid"] }]
diff --git a/refined-storage/app.js b/refined-storage/app.js
deleted file mode 100644
index 737826b1f42..00000000000
--- a/refined-storage/app.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import '../app.js';
-import './app.scss';
-import 'bootstrap';
-import '../theme.js';
\ No newline at end of file
diff --git a/refined-storage/app.scss b/refined-storage/app.scss
deleted file mode 100644
index 85134a41a88..00000000000
--- a/refined-storage/app.scss
+++ /dev/null
@@ -1,16 +0,0 @@
-$primary: #04dfd9;
-$link-color: darken($primary, 10%);
-
-@import "../app";
-
-.logo {
- width: 122px;
- height: 40px;
- background: url(/assets/refined-storage/logo.png);
-
- a {
- width: 122px;
- height: 40px;
- display: block;
- }
-}
\ No newline at end of file
diff --git a/refined-storage/index.gohtml b/refined-storage/index.gohtml
deleted file mode 100644
index c00185f1851..00000000000
--- a/refined-storage/index.gohtml
+++ /dev/null
@@ -1,170 +0,0 @@
-{{- /*gotype: github.com/refinedmods/sitegen/render.ProjectIndex*/ -}}
-{{define "body"}}
-
-
-
Refined Storage is a mass storage mod for Minecraft that offers the player a
- network-based storage system, allowing them to store items and fluids on a massively expandable
- device network.
-
-
-
-
Items and fluids can be stored in one of the many storage capabilities that the mod offers. Any
- storage devices connected to the same network are accessible to the player through one simple Grid
- interface, allowing the player to access the inventories of many devices through a single unified
- GUI.
-
This mod not only adds storage solutions, but also devices that can be used to manipulate items and
- blocks in the world and from within the system, such as importers, exporters, constructors,
- destructors, and more! There are also devices in this mod that allow the player to setup
- auto-crafting, allowing the crafting of complex recipes in a few simple clicks.
-{{end}}
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Block.json b/refined-storage/wiki/1024k Fluid Storage Block.json
deleted file mode 100644
index 2571326647f..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1024k-fluid-storage-block.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Block.md b/refined-storage/wiki/1024k Fluid Storage Block.md
deleted file mode 100644
index fb8bfa48d3e..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Block]]
-
-## Storage
-The 1024k Fluid Storage Block can store 1024.000 millibuckets or 1024 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Disk.json b/refined-storage/wiki/1024k Fluid Storage Disk.json
deleted file mode 100644
index 649d1e8738e..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1024k-fluid-storage-disk.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Disk.md b/refined-storage/wiki/1024k Fluid Storage Disk.md
deleted file mode 100644
index 06f429b0ed6..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Disk]]
-
-## Storage
-The 1024k Fluid Storage Disk can store 1024.000 millibuckets or 1024 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Part.json b/refined-storage/wiki/1024k Fluid Storage Part.json
deleted file mode 100644
index 8ed2ade08c8..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1024k-fluid-storage-part.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1024k Fluid Storage Part.md b/refined-storage/wiki/1024k Fluid Storage Part.md
deleted file mode 100644
index b1ad224f248..00000000000
--- a/refined-storage/wiki/1024k Fluid Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 1024k Fluid Storage Part is used to craft the [[1024k Fluid Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Block.json b/refined-storage/wiki/16k Storage Block.json
deleted file mode 100644
index 7a1a80fa1b3..00000000000
--- a/refined-storage/wiki/16k Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/16k-storage-block.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Block.md b/refined-storage/wiki/16k Storage Block.md
deleted file mode 100644
index 13c95e54392..00000000000
--- a/refined-storage/wiki/16k Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Block]]
-
-## Storage
-The 16k Storage Block can store 16.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Disk.json b/refined-storage/wiki/16k Storage Disk.json
deleted file mode 100644
index cec3a5cab16..00000000000
--- a/refined-storage/wiki/16k Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/16k-storage-disk.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Disk.md b/refined-storage/wiki/16k Storage Disk.md
deleted file mode 100644
index 9ed827d3380..00000000000
--- a/refined-storage/wiki/16k Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Disk]]
-
-## Storage
-The 16k Storage Disk can store 16.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Part.json b/refined-storage/wiki/16k Storage Part.json
deleted file mode 100644
index cac05138dd7..00000000000
--- a/refined-storage/wiki/16k Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/16k-storage-part.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/16k Storage Part.md b/refined-storage/wiki/16k Storage Part.md
deleted file mode 100644
index 4823928aa2c..00000000000
--- a/refined-storage/wiki/16k Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 16k Storage Part is used to craft the [[16k Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Block.json b/refined-storage/wiki/1k Storage Block.json
deleted file mode 100644
index 9573ecf5d0e..00000000000
--- a/refined-storage/wiki/1k Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1k-storage-block.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Block.md b/refined-storage/wiki/1k Storage Block.md
deleted file mode 100644
index 69ec64ec2aa..00000000000
--- a/refined-storage/wiki/1k Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Block]]
-
-## Storage
-The 1k Storage Block can store 1.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Disk.json b/refined-storage/wiki/1k Storage Disk.json
deleted file mode 100644
index f64c1859e27..00000000000
--- a/refined-storage/wiki/1k Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1k-storage-disk.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Disk.md b/refined-storage/wiki/1k Storage Disk.md
deleted file mode 100644
index d8198739d7b..00000000000
--- a/refined-storage/wiki/1k Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Disk]]
-
-## Storage
-The 1k Storage Disk can store 1.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Part.json b/refined-storage/wiki/1k Storage Part.json
deleted file mode 100644
index 3b2ab3dfa9e..00000000000
--- a/refined-storage/wiki/1k Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/1k-storage-part.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/1k Storage Part.md b/refined-storage/wiki/1k Storage Part.md
deleted file mode 100644
index e1787c214a2..00000000000
--- a/refined-storage/wiki/1k Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 1k Storage Part is used to craft the [[1k Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Block.json b/refined-storage/wiki/256k Fluid Storage Block.json
deleted file mode 100644
index 5216a9f7aa4..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/256k-fluid-storage-block.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Block.md b/refined-storage/wiki/256k Fluid Storage Block.md
deleted file mode 100644
index 87515cc8c33..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Block]]
-
-## Storage
-The 256k Fluid Storage Block can store 256.000 millibuckets or 256 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Disk.json b/refined-storage/wiki/256k Fluid Storage Disk.json
deleted file mode 100644
index 07cf36cc961..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/256k-fluid-storage-disk.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Disk.md b/refined-storage/wiki/256k Fluid Storage Disk.md
deleted file mode 100644
index 87dabac6ef0..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Disk]]
-
-## Storage
-The 256k Fluid Storage Disk can store 256.000 millibuckets or 256 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Part.json b/refined-storage/wiki/256k Fluid Storage Part.json
deleted file mode 100644
index 916c21c77f2..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/256k-fluid-storage-part.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/256k Fluid Storage Part.md b/refined-storage/wiki/256k Fluid Storage Part.md
deleted file mode 100644
index 2dc51befbe5..00000000000
--- a/refined-storage/wiki/256k Fluid Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 256k Fluid Storage Part is used to craft the [[256k Fluid Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Block.json b/refined-storage/wiki/4096k Fluid Storage Block.json
deleted file mode 100644
index 865f68faa2e..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4096k-fluid-storage-block.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Block.md b/refined-storage/wiki/4096k Fluid Storage Block.md
deleted file mode 100644
index 5bfbca5ed81..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Block]]
-
-## Storage
-The 4096k Fluid Storage Block can store 4096.000 millibuckets or 4096 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Disk.json b/refined-storage/wiki/4096k Fluid Storage Disk.json
deleted file mode 100644
index 096d7421336..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4096k-fluid-storage-disk.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Disk.md b/refined-storage/wiki/4096k Fluid Storage Disk.md
deleted file mode 100644
index 65ca7acafe5..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Disk]]
-
-## Storage
-The 4096k Fluid Storage Disk can store 4096.000 millibuckets or 4096 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Part.json b/refined-storage/wiki/4096k Fluid Storage Part.json
deleted file mode 100644
index 21ff7488dde..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4096k-fluid-storage-part.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4096k Fluid Storage Part.md b/refined-storage/wiki/4096k Fluid Storage Part.md
deleted file mode 100644
index 7ec317c0021..00000000000
--- a/refined-storage/wiki/4096k Fluid Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 4096k Fluid Storage Part is used to craft the [[4096k Fluid Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Block.json b/refined-storage/wiki/4k Storage Block.json
deleted file mode 100644
index cfac37ec1aa..00000000000
--- a/refined-storage/wiki/4k Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4k-storage-block.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Block.md b/refined-storage/wiki/4k Storage Block.md
deleted file mode 100644
index acddee0fee9..00000000000
--- a/refined-storage/wiki/4k Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Block]]
-
-## Storage
-The 4k Storage Block can store 4.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Disk.json b/refined-storage/wiki/4k Storage Disk.json
deleted file mode 100644
index b895ac32cc8..00000000000
--- a/refined-storage/wiki/4k Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4k-storage-disk.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Disk.md b/refined-storage/wiki/4k Storage Disk.md
deleted file mode 100644
index bdbae627658..00000000000
--- a/refined-storage/wiki/4k Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Disk]]
-
-## Storage
-The 4k Storage Disk can store 4.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Part.json b/refined-storage/wiki/4k Storage Part.json
deleted file mode 100644
index 3e4e46b5ebf..00000000000
--- a/refined-storage/wiki/4k Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/4k-storage-part.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/4k Storage Part.md b/refined-storage/wiki/4k Storage Part.md
deleted file mode 100644
index 86b6fd4e039..00000000000
--- a/refined-storage/wiki/4k Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 4k Storage Part is used to craft the [[4k Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Block.json b/refined-storage/wiki/64k Fluid Storage Block.json
deleted file mode 100644
index 196ce793316..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-fluid-storage-block.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Block.md b/refined-storage/wiki/64k Fluid Storage Block.md
deleted file mode 100644
index 5919f8e1502..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Block]]
-
-## Storage
-The 64k Fluid Storage Block can store 64.000 millibuckets or 64 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Disk.json b/refined-storage/wiki/64k Fluid Storage Disk.json
deleted file mode 100644
index 637a28365d1..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-fluid-storage-disk.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Disk.md b/refined-storage/wiki/64k Fluid Storage Disk.md
deleted file mode 100644
index 78ff55d417b..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Fluid Storage Disk]]
-
-## Storage
-The 64k Fluid Storage Disk can store 64.000 millibuckets or 64 buckets of any fluid.
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Part.json b/refined-storage/wiki/64k Fluid Storage Part.json
deleted file mode 100644
index 28ca5034873..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-fluid-storage-part.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Fluid Storage Part.md b/refined-storage/wiki/64k Fluid Storage Part.md
deleted file mode 100644
index 87b870d1925..00000000000
--- a/refined-storage/wiki/64k Fluid Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 64k Fluid Storage Part is used to craft the [[64k Fluid Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Block.json b/refined-storage/wiki/64k Storage Block.json
deleted file mode 100644
index 55b12d14f4f..00000000000
--- a/refined-storage/wiki/64k Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-storage-block.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Block.md b/refined-storage/wiki/64k Storage Block.md
deleted file mode 100644
index 376bf794a05..00000000000
--- a/refined-storage/wiki/64k Storage Block.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Block]]
-
-## Storage
-The 64k Storage Block can store 64.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Disk.json b/refined-storage/wiki/64k Storage Disk.json
deleted file mode 100644
index 98949e0c43e..00000000000
--- a/refined-storage/wiki/64k Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-storage-disk.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Disk.md b/refined-storage/wiki/64k Storage Disk.md
deleted file mode 100644
index f50326283a3..00000000000
--- a/refined-storage/wiki/64k Storage Disk.md
+++ /dev/null
@@ -1,4 +0,0 @@
-[[@Storage Disk]]
-
-## Storage
-The 64k Storage Disk can store 64.000 items.
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Part.json b/refined-storage/wiki/64k Storage Part.json
deleted file mode 100644
index e65a077feb2..00000000000
--- a/refined-storage/wiki/64k Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/64k-storage-part.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/64k Storage Part.md b/refined-storage/wiki/64k Storage Part.md
deleted file mode 100644
index 08c01a9e241..00000000000
--- a/refined-storage/wiki/64k Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The 64k Storage Part is used to craft the [[64k Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Advanced Processor.json b/refined-storage/wiki/Advanced Processor.json
deleted file mode 100644
index 116d47c1a66..00000000000
--- a/refined-storage/wiki/Advanced Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/advanced-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Advanced Processor.md b/refined-storage/wiki/Advanced Processor.md
deleted file mode 100644
index 7aac9adb566..00000000000
--- a/refined-storage/wiki/Advanced Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-[[@Processor]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Alternative ways to access a storage.json b/refined-storage/wiki/Alternative ways to access a storage.json
deleted file mode 100644
index 5f1f122fd61..00000000000
--- a/refined-storage/wiki/Alternative ways to access a storage.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Alternative ways to access a storage.md b/refined-storage/wiki/Alternative ways to access a storage.md
deleted file mode 100644
index 2c8bbd98884..00000000000
--- a/refined-storage/wiki/Alternative ways to access a storage.md
+++ /dev/null
@@ -1,18 +0,0 @@
-## Wireless
-Refined Storage has extensive wireless abilities to access your storage network remotely.
-
-Craft a [[Wireless Grid]] and right click it on a [[Controller]].
-
-Craft a [[Wireless Transmitter]] and add it to your network. You can now access your storage in a radius around the [[Wireless Transmitter]].
-
-Want a higher range? Simply place multiple [[Wireless Transmitter|wireless transmitters]] around your world, but not next to each other.
-
-## Portable Grid
-Want to access an individual [[Storage Disk]]? Use a [[Portable Grid]].
-
-Give it energy and insert a disk and you're good to go. It doesn't depend on a storage network.
-
-## Storage Monitor
-Want to see how much you have of an item in your storage network? Connect a [[Storage Monitor]] and configure an item to display.
-
-You can then see how much you have of that item and interact with it by inserting or extracting multiple items at once.
\ No newline at end of file
diff --git a/refined-storage/wiki/Autocrafting with filled buckets.json b/refined-storage/wiki/Autocrafting with filled buckets.json
deleted file mode 100644
index 6fc34df4786..00000000000
--- a/refined-storage/wiki/Autocrafting with filled buckets.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.6.1"
- }
-}
diff --git a/refined-storage/wiki/Autocrafting with filled buckets.md b/refined-storage/wiki/Autocrafting with filled buckets.md
deleted file mode 100644
index ee7178f2121..00000000000
--- a/refined-storage/wiki/Autocrafting with filled buckets.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Some crafting recipes may require a filled fluid bucket. To use fluids from your fluid storage to fill buckets, you can set up a [[Pattern|processing pattern]] that has following inputs:
-
-- 1 empty bucket
-- 1000 mB of the fluid of your choice
-
-For the output:
-
-- 1 filled bucket
-
-Put that in a [[Crafter]] that faces a bucket filling machine [that for example Thermal Expansion has](https://teamcofh.com/docs/thermal-expansion/fluid-transposer/). Refined Storage will output the fluid from your fluid storage, and, an empty bucket. It is up to the external machine to fill it.
\ No newline at end of file
diff --git a/refined-storage/wiki/Basic Processor.json b/refined-storage/wiki/Basic Processor.json
deleted file mode 100644
index fc6c8c0d030..00000000000
--- a/refined-storage/wiki/Basic Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/basic-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Basic Processor.md b/refined-storage/wiki/Basic Processor.md
deleted file mode 100644
index 7aac9adb566..00000000000
--- a/refined-storage/wiki/Basic Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-[[@Processor]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Block of Quartz Enriched Iron.json b/refined-storage/wiki/Block of Quartz Enriched Iron.json
deleted file mode 100644
index 0ccca51c70e..00000000000
--- a/refined-storage/wiki/Block of Quartz Enriched Iron.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/block-of-quartz-enriched-iron.png",
- "range": {
- "from": "v1.4.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Block of Quartz Enriched Iron.md b/refined-storage/wiki/Block of Quartz Enriched Iron.md
deleted file mode 100644
index 9ab98d8fb34..00000000000
--- a/refined-storage/wiki/Block of Quartz Enriched Iron.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is [[Quartz Enriched Iron]] in block form.
\ No newline at end of file
diff --git a/refined-storage/wiki/Blocks.md b/refined-storage/wiki/Blocks.md
deleted file mode 100644
index dfb1a04c8f7..00000000000
--- a/refined-storage/wiki/Blocks.md
+++ /dev/null
@@ -1 +0,0 @@
-This is a blocks sidebar!
\ No newline at end of file
diff --git a/refined-storage/wiki/Cable.json b/refined-storage/wiki/Cable.json
deleted file mode 100644
index 26a3917ff4e..00000000000
--- a/refined-storage/wiki/Cable.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/cable.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Cable.md b/refined-storage/wiki/Cable.md
deleted file mode 100644
index 5fb495b602b..00000000000
--- a/refined-storage/wiki/Cable.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Cable is used to connect devices to the [[Controller]].
-
-Cables are not always necessary, as long as the devices are next to each other in any direction a connection will be established as well.
diff --git a/refined-storage/wiki/Commands.md b/refined-storage/wiki/Commands.md
deleted file mode 100644
index 2d634fcdb20..00000000000
--- a/refined-storage/wiki/Commands.md
+++ /dev/null
@@ -1,13 +0,0 @@
-|Refined Storage version|Command |Explanation |
-|-----------------------|-------------|------------------|
-|1.9.5 or higher |`/refinedstorage disk create `|Creates a disk for a player by disk ID.|
-|1.9.5 or higher |`/refinedstorage disk list`|Lists all disks on the server.|
-|1.9.5 or higher |`/refinedstorage disk list `|Lists all disks on the server, that the given player created.|
-|1.9.5 or higher |`/refinedstorage network list `|Lists all networks in a dimension, sorted by highest tick time first.|
-|1.9.5 or higher |`/refinedstorage network get `|Gets information about a network in a dimension and position.|
-|1.9.5 or higher |`/refinedstorage network get autocrafting list`|Gets all autocrafting tasks for a network.|
-|1.9.5 or higher |`/refinedstorage network get autocrafting get `|Gets a specific autocrafting task in a network.|
-|1.9.5 or higher |`/refinedstorage network get autocrafting cancel`|Cancels all autocrafting tasks in a network.|
-|1.9.5 or higher |`/refinedstorage network get autocrafting cancel `|Cancels a specific autocrafting task in a network.|
-|1.9.5 or higher |`/refinedstorage pattern dump`|Dumps information about the currently held [[Pattern]]. Meant for debugging purposes.|
-|1.6.x |`/createdisk`|See [[createdisk]].|
\ No newline at end of file
diff --git a/refined-storage/wiki/Construction Core.json b/refined-storage/wiki/Construction Core.json
deleted file mode 100644
index ed2e7df494b..00000000000
--- a/refined-storage/wiki/Construction Core.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/construction-core.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Construction Core.md b/refined-storage/wiki/Construction Core.md
deleted file mode 100644
index d48673b4d81..00000000000
--- a/refined-storage/wiki/Construction Core.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is used in recipes for devices that turn items from the storage network into items in the world.
\ No newline at end of file
diff --git a/refined-storage/wiki/Constructor.json b/refined-storage/wiki/Constructor.json
deleted file mode 100644
index c3d3a8682a6..00000000000
--- a/refined-storage/wiki/Constructor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/constructor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Constructor.md b/refined-storage/wiki/Constructor.md
deleted file mode 100644
index 8828deeb3a5..00000000000
--- a/refined-storage/wiki/Constructor.md
+++ /dev/null
@@ -1,10 +0,0 @@
-The Constructor places items or fluids from the storage network in the world.
-
-No other blocks can be in front of the Constructor (except fluids) and it should be possible for the block to be placed (for example: saplings need dirt).
-
-The Constructor can also drop items in the world instead of placing actual blocks. When provided with a [[Stack Upgrade]], it'll drop stacks of items at a time.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Crafting Upgrade]]
-- [[Stack Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Controller.json b/refined-storage/wiki/Controller.json
deleted file mode 100644
index 090b025f9a0..00000000000
--- a/refined-storage/wiki/Controller.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/controller.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Controller.md b/refined-storage/wiki/Controller.md
deleted file mode 100644
index 3d598a2a0d0..00000000000
--- a/refined-storage/wiki/Controller.md
+++ /dev/null
@@ -1,24 +0,0 @@
-The Controller is the core of the Refined Storage network. You need to connect all the Refined Storage devices to this block.
-
-## Connecting devices
-You are supposed to connect every device that depends on the storage network connection to the Controller.
-
-You can connect devices with [[Cable|cables]].
-
-[[Cable|Cables]] are not always necessary, as long as the devices are next to each other in any direction a connection will be established as well.
-
-## Energy
-The Controller accepts and consumes Forge Energy (FE). Most mods have a way to generate energy, therefore Refined Storage doesn't come by itself with a way to generate energy.
-
-The energy is extracted per tick. The amount of energy that is extracted depends on the amount of devices, and which devices. Every device type consumes another amount of energy. You can see how many energy each device consumes by right clicking the Controller.
-
-If the Controller runs out of energy, the network will be turned off until there is sufficient energy provided again.
-
-When the Controller is broken, it will maintain its energy.
-
-## Controller limit
-Each Refined Storage network can only have a single Controller. It doesn't make sense to connect multiple controllers on the same network.
-
-If you connect another Controller to an already existing network, the Controller will break.
-
-[[@Recoloring]]
diff --git a/refined-storage/wiki/Cover.json b/refined-storage/wiki/Cover.json
deleted file mode 100644
index d8c5a9779ed..00000000000
--- a/refined-storage/wiki/Cover.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/cover.png",
- "range": {
- "from": "v1.6.0"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Cover.md b/refined-storage/wiki/Cover.md
deleted file mode 100644
index 10d11b6ca3a..00000000000
--- a/refined-storage/wiki/Cover.md
+++ /dev/null
@@ -1,7 +0,0 @@
-A Cover is an item used to hide [[Cable|cables]].
-
-You can also hide blocks that have a cable on them, like the [[Importer]] or [[Exporter]].
-
-It will block network connections, [[Cable|cables]] can't pass through the "hidden" side.
-
-Covers can be removed by sneaking and right-clicking them with the [[Wrench]].
diff --git a/refined-storage/wiki/Crafter Manager.json b/refined-storage/wiki/Crafter Manager.json
deleted file mode 100644
index 967ef010466..00000000000
--- a/refined-storage/wiki/Crafter Manager.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/crafter-manager.png",
- "range": {
- "from": "v1.5.33"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafter Manager.md b/refined-storage/wiki/Crafter Manager.md
deleted file mode 100644
index 550a6b236c4..00000000000
--- a/refined-storage/wiki/Crafter Manager.md
+++ /dev/null
@@ -1,24 +0,0 @@
-The Crafter Manager is a block that allows you to see all your [[Pattern|patterns]] in one GUI.
-
-## Naming
-All the [[Pattern|patterns]] are listed and categorized per [[Crafter]]. The categorization is based on the name of the [[Crafter]].
-
-To decide which name a [[Crafter]] gets, the following rules (in order) are used:
-
-1. If the [[Crafter]] is renamed with a Minecraft [Anvil](https://minecraft.gamepedia.com/Anvil), use that name
-2. If the [[Crafter]] is connected to a machine in the world, use the name of that machine
-3. Use "Crafter" as name
-
-## Sizes
-One can configure the Crafter Manager size:
-
-- Stretched (default)
-- Small
-- Medium
-- Large
-
-When choosing the stretched size, the Crafter Manager will take up all the vertical screen space. This can be limited through the `maxRowsStretch` config option.
-
-[[@Search Box Info]]
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafter.json b/refined-storage/wiki/Crafter.json
deleted file mode 100644
index 1d1b700db70..00000000000
--- a/refined-storage/wiki/Crafter.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/crafter.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafter.md b/refined-storage/wiki/Crafter.md
deleted file mode 100644
index b421a0bb352..00000000000
--- a/refined-storage/wiki/Crafter.md
+++ /dev/null
@@ -1,27 +0,0 @@
-The Crafter is a block that crafts items with [[Pattern|patterns]]. It can take [[Speed Upgrade|speed upgrades]] to increase the crafting speed.
-
-With processing [[Pattern|patterns]], the Crafter has to face the correct input side of the machine.
-
-## Chaining
-A Crafter can be chained by letting them face each other.
-
-This is useful when connecting a Crafter to a single machine. When you run out of slots in your first Crafter, the one facing the machine, you can put another Crafter behind the first Crafter to get additional [[Pattern]] slots.
-
-## Crafter modes
-The Crafter has 4 modes:
-
-- Ignore redstone signal (default)
-- Redstone signal unlocks autocrafting
-- Redstone signal locks autocrafting
-- Redstone pulse inserts next set
-
-The (un)locking mechanism is used to block the Crafter, so it can't insert items or fluids into the connected inventory.
-
-"Blocking mode" can be achieved with the "Redstone pulse inserts next set" mode.
-
-See [[Locking and unlocking]] for more details.
-
-[[@Recoloring]]
-
-## Applicable upgrades
-- [[Speed Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Grid.json b/refined-storage/wiki/Crafting Grid.json
deleted file mode 100644
index 2361cec9ee4..00000000000
--- a/refined-storage/wiki/Crafting Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/crafting-grid.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Grid.md b/refined-storage/wiki/Crafting Grid.md
deleted file mode 100644
index b13c108e6b0..00000000000
--- a/refined-storage/wiki/Crafting Grid.md
+++ /dev/null
@@ -1,13 +0,0 @@
-The Crafting Grid is the same as a regular [[Grid]], but has a crafting inventory.
-
-When an item is crafted, it won't just clear the crafting slots, but it'll try to retrieve the same items from the storage network again.
-
-## Recipe transferring
-
-The Crafting Grid integrates with [JEI (Just Enough Items)](https://minecraft.curseforge.com/projects/jei) so the player can use recipe transferring.
-
-Refined Storage will warn you when you don't have the required item present in your inventory, storage network or crafting matrix. Even with this warning, you can still transfer items.
-
-If you don't have some required items, but autocrafting is available for said items, you can press CTRL + CLICK to start autocrafting for said items. Note that you need a [[Pattern]] configured for these items.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Monitor.json b/refined-storage/wiki/Crafting Monitor.json
deleted file mode 100644
index fe2f930ae50..00000000000
--- a/refined-storage/wiki/Crafting Monitor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/crafting-monitor.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Monitor.md b/refined-storage/wiki/Crafting Monitor.md
deleted file mode 100644
index c3e848bec69..00000000000
--- a/refined-storage/wiki/Crafting Monitor.md
+++ /dev/null
@@ -1,23 +0,0 @@
-The Crafting Monitor is a block that shows all the current running crafting tasks and how long they have been running.
-
-Each crafting task can be cancelled manually. It is also possible to cancel all crafting tasks at once.
-
-Per task, it shows a grid of cells, each containing information about how an item or fluid is used in the crafting task. This is what the terminology in those cells mean:
-
-- Stored: the item or fluid is stored in the internal inventory of the crafting task, and will be used later on
-- Missing: the crafting task cannot continue without this item or fluid as it's missing
-- Processing: the item or fluid displayed is currently inserted into an external machine and is processing
-- Scheduled: the item or fluid is scheduled to be made by inserting it's ingredients in an external machine later
-- Crafting: this item is being crafted (regular crafting, not processing)
-
-## Sizes
-The size of any Crafting Monitor can be configured as well:
-
-- Stretched (default)
-- Small
-- Medium
-- Large
-
-When choosing the stretched size, the Crafting Monitor will take up all the vertical screen space. This can be limited through the `maxRowsStretch` config option.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Upgrade.json b/refined-storage/wiki/Crafting Upgrade.json
deleted file mode 100644
index feb0289012f..00000000000
--- a/refined-storage/wiki/Crafting Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/crafting-upgrade.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Crafting Upgrade.md b/refined-storage/wiki/Crafting Upgrade.md
deleted file mode 100644
index 440f43b3c40..00000000000
--- a/refined-storage/wiki/Crafting Upgrade.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Crafting Upgrade will schedule a crafting task when the item being used in a device is needed but not available.
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Controller.json b/refined-storage/wiki/Creative Controller.json
deleted file mode 100644
index 090b025f9a0..00000000000
--- a/refined-storage/wiki/Creative Controller.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/controller.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Controller.md b/refined-storage/wiki/Creative Controller.md
deleted file mode 100644
index 9639b190371..00000000000
--- a/refined-storage/wiki/Creative Controller.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The Creative Controller is the same as a regular [[Controller]] but has infinite energy.
-
-It can only be obtained in creative mode.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Fluid Storage Block.json b/refined-storage/wiki/Creative Fluid Storage Block.json
deleted file mode 100644
index 4fd7f24846f..00000000000
--- a/refined-storage/wiki/Creative Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/creative-fluid-storage-block.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Fluid Storage Block.md b/refined-storage/wiki/Creative Fluid Storage Block.md
deleted file mode 100644
index 0ba97a22bea..00000000000
--- a/refined-storage/wiki/Creative Fluid Storage Block.md
+++ /dev/null
@@ -1,6 +0,0 @@
-[[@Fluid Storage Block]]
-
-## Storage
-The Creative Fluid Storage Block can store an infinite amount of buckets.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Fluid Storage Disk.json b/refined-storage/wiki/Creative Fluid Storage Disk.json
deleted file mode 100644
index 0d078774b7e..00000000000
--- a/refined-storage/wiki/Creative Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/creative-fluid-storage-disk.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Fluid Storage Disk.md b/refined-storage/wiki/Creative Fluid Storage Disk.md
deleted file mode 100644
index 2c2df6f8004..00000000000
--- a/refined-storage/wiki/Creative Fluid Storage Disk.md
+++ /dev/null
@@ -1,6 +0,0 @@
-[[@Fluid Storage Disk]]
-
-## Storage
-The Creative Fluid Storage Disk can store an infinite amount of fluids.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Storage Block.json b/refined-storage/wiki/Creative Storage Block.json
deleted file mode 100644
index a7e0be29e36..00000000000
--- a/refined-storage/wiki/Creative Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/creative-storage-block.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Storage Block.md b/refined-storage/wiki/Creative Storage Block.md
deleted file mode 100644
index 9137eb6ad82..00000000000
--- a/refined-storage/wiki/Creative Storage Block.md
+++ /dev/null
@@ -1,6 +0,0 @@
-[[@Storage Block]]
-
-## Storage
-The Creative Storage Block can store an infinite amount of items.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Storage Disk.json b/refined-storage/wiki/Creative Storage Disk.json
deleted file mode 100644
index fbe1dc47129..00000000000
--- a/refined-storage/wiki/Creative Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/creative-storage-disk.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Storage Disk.md b/refined-storage/wiki/Creative Storage Disk.md
deleted file mode 100644
index 9bedeed034f..00000000000
--- a/refined-storage/wiki/Creative Storage Disk.md
+++ /dev/null
@@ -1,6 +0,0 @@
-[[@Storage Disk]]
-
-## Storage
-The Creative Storage Disk can store an infinite amount of items.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Crafting Monitor.json b/refined-storage/wiki/Creative Wireless Crafting Monitor.json
deleted file mode 100644
index 62fe33fdb07..00000000000
--- a/refined-storage/wiki/Creative Wireless Crafting Monitor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-crafting-monitor.png",
- "range": {
- "from": "v1.2.1"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Crafting Monitor.md b/refined-storage/wiki/Creative Wireless Crafting Monitor.md
deleted file mode 100644
index ddaee104b8f..00000000000
--- a/refined-storage/wiki/Creative Wireless Crafting Monitor.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Creative Wireless Crafting Monitor is the same as a regular [[Wireless Crafting Monitor]] but has infinite energy.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Fluid Grid.json b/refined-storage/wiki/Creative Wireless Fluid Grid.json
deleted file mode 100644
index 45a69990f21..00000000000
--- a/refined-storage/wiki/Creative Wireless Fluid Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-fluid-grid.png",
- "range": {
- "from": "v1.4.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Fluid Grid.md b/refined-storage/wiki/Creative Wireless Fluid Grid.md
deleted file mode 100644
index b45a8ef3646..00000000000
--- a/refined-storage/wiki/Creative Wireless Fluid Grid.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Creative Wireless Fluid Grid is the same as a regular [[Wireless Fluid Grid]] but has infinite energy.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Grid.json b/refined-storage/wiki/Creative Wireless Grid.json
deleted file mode 100644
index caa3713753a..00000000000
--- a/refined-storage/wiki/Creative Wireless Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-grid.png",
- "range": {
- "from": "v0.5.3-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Creative Wireless Grid.md b/refined-storage/wiki/Creative Wireless Grid.md
deleted file mode 100644
index d2e4adbba20..00000000000
--- a/refined-storage/wiki/Creative Wireless Grid.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Creative Wireless Grid is the same as a regular [[Wireless Grid]] but has infinite energy.
-
-It can only be obtained in creative mode.
\ No newline at end of file
diff --git a/refined-storage/wiki/Cut Silicon.json b/refined-storage/wiki/Cut Silicon.json
deleted file mode 100644
index 4f0a9a39316..00000000000
--- a/refined-storage/wiki/Cut Silicon.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/cut-silicon.png",
- "range": {
- "from": "v0.3.0-alpha",
- "to": "v1.6.6"
- },
- "see": "Processor Binding"
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Cut Silicon.md b/refined-storage/wiki/Cut Silicon.md
deleted file mode 100644
index 3b803c50478..00000000000
--- a/refined-storage/wiki/Cut Silicon.md
+++ /dev/null
@@ -1,3 +0,0 @@
-**NOTE: Cut Silicon has been removed in Refined Storage 1.6.6 and replaced with [[Processor Binding]].**
-
-Cut Silicon is used to craft the various processors. It is made with a [[Cutting Tool]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Cutting Tool.json b/refined-storage/wiki/Cutting Tool.json
deleted file mode 100644
index 9b126f297a1..00000000000
--- a/refined-storage/wiki/Cutting Tool.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/cutting-tool.png",
- "range": {
- "from": "v1.6.0",
- "to": "v1.7.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Cutting Tool.md b/refined-storage/wiki/Cutting Tool.md
deleted file mode 100644
index 70703438fb0..00000000000
--- a/refined-storage/wiki/Cutting Tool.md
+++ /dev/null
@@ -1 +0,0 @@
-The Cutting Tool is a tool that is used to craft [[Cover|covers]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Destruction Core.json b/refined-storage/wiki/Destruction Core.json
deleted file mode 100644
index aa0e3f3a058..00000000000
--- a/refined-storage/wiki/Destruction Core.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/destruction-core.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Destruction Core.md b/refined-storage/wiki/Destruction Core.md
deleted file mode 100644
index 83a456c7d3b..00000000000
--- a/refined-storage/wiki/Destruction Core.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is used in recipes for devices that turn items from the world into items in the storage network.
\ No newline at end of file
diff --git a/refined-storage/wiki/Destructor.json b/refined-storage/wiki/Destructor.json
deleted file mode 100644
index 546d3775373..00000000000
--- a/refined-storage/wiki/Destructor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/destructor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Destructor.md b/refined-storage/wiki/Destructor.md
deleted file mode 100644
index 2cfe9117f51..00000000000
--- a/refined-storage/wiki/Destructor.md
+++ /dev/null
@@ -1,10 +0,0 @@
-The Destructor destroys blocks or fluids in front of it and puts the drops in the storage network.
-
-The Destructor has the ability to only break certain blocks or fluids, with the whitelist and blacklist option. Said whitelist and blacklist can be NBT or damage sensitive.
-
-The Destructor can also pick up items in the world instead of destroying blocks.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Fortune Upgrade]]
-- [[Silk Touch Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Detector.json b/refined-storage/wiki/Detector.json
deleted file mode 100644
index f9d947c9cc8..00000000000
--- a/refined-storage/wiki/Detector.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/detector.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Detector.md b/refined-storage/wiki/Detector.md
deleted file mode 100644
index d3f7e7a0a09..00000000000
--- a/refined-storage/wiki/Detector.md
+++ /dev/null
@@ -1,21 +0,0 @@
-The Detector is a block that emits a redstone signal if an item, or fluid, count matches a given amount.
-
-It is also possible to be NBT or damage sensitive.
-
-## Types of criteria
-
-|Criteria|Explanation|
-|--------|-----------|
-|<|Emits a signal when lower than the given amount|
-|>|Emits a signal when higher than the given amount|
-|=|Emits a signal when equal to the given amount|
-
-## Checking the total count in the storage
-When no item/fluid, is specified, the criteria won't care about the count of a specific item/fluid, but rather the count of all items/fluids, in the storage.
-
-## Amounts in fluid mode
-When the Detector is in fluid mode, the amount given is in millibuckets (mB).
-
-If you want to check for 1 bucket of a fluid, use 1000, not 1.
-
-[[@Recoloring]]
diff --git a/refined-storage/wiki/Disk Drive.json b/refined-storage/wiki/Disk Drive.json
deleted file mode 100644
index b8d78fa77f4..00000000000
--- a/refined-storage/wiki/Disk Drive.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/disk-drive.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Disk Drive.md b/refined-storage/wiki/Disk Drive.md
deleted file mode 100644
index 5612d06d8a5..00000000000
--- a/refined-storage/wiki/Disk Drive.md
+++ /dev/null
@@ -1,16 +0,0 @@
-The Disk Drive is the block in which you store [[Storage Disk|storage disks]] or [[Fluid Storage Disk|fluid storage disks]].
-
-## Priority
-A (negative or positive) priority can be chosen (where a higher priority gets higher precedence to place items in).
-
-## Whitelist and blacklist
-There is also a whitelist and blacklist to only allow or forbid some items or fluids from entering the [[Storage Disk|storage disks]] or [[Fluid Storage Disk|fluid storage disks]] respectively.
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Mode
-The Disk Drive has support for the following modes:
-
-- Insert and extract (default)
-- Insert only
-- Extract only
\ No newline at end of file
diff --git a/refined-storage/wiki/Disk Manipulator.json b/refined-storage/wiki/Disk Manipulator.json
deleted file mode 100644
index a5f2b7a190f..00000000000
--- a/refined-storage/wiki/Disk Manipulator.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/disk-manipulator.png",
- "range": {
- "from": "v1.0.5"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Disk Manipulator.md b/refined-storage/wiki/Disk Manipulator.md
deleted file mode 100644
index 42c5cc7c029..00000000000
--- a/refined-storage/wiki/Disk Manipulator.md
+++ /dev/null
@@ -1,15 +0,0 @@
-The Disk Manipulator is a block that adds a fast way of transferring items between [[Storage Disk|storage disks]] or [[Fluid Storage Disk|fluid storage disks]] and the storage network.
-
-## Whitelist or blacklist
-The player can configure the Disk Manipulator to have a certain whitelist or blacklist of items that can be transferred.
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Mode
-The player can also choose whether to insert items to the storage network or extract items from the storage network.
-
-[[@Recoloring]]
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Stack Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Exporter.json b/refined-storage/wiki/Exporter.json
deleted file mode 100644
index fbcf55787ac..00000000000
--- a/refined-storage/wiki/Exporter.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/exporter.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Exporter.md b/refined-storage/wiki/Exporter.md
deleted file mode 100644
index 99a1a78eaed..00000000000
--- a/refined-storage/wiki/Exporter.md
+++ /dev/null
@@ -1,13 +0,0 @@
-The Exporter extracts items or fluids from the storage network and inserts it in the inventory or tank in front of it.
-
-Before being able to export anything, the player has to choose the items or fluids to export.
-
-The chosen items can be configured to be NBT or damage sensitive.
-
-The Exporter should face the block it's exporting to in a way that the wanted slot or fluid tank is possible to reach from that side.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Stack Upgrade]]
-- [[Crafting Upgrade]]
-- [[Regulator Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/External Storage.json b/refined-storage/wiki/External Storage.json
deleted file mode 100644
index 05ef0b9fc64..00000000000
--- a/refined-storage/wiki/External Storage.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/external-storage.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/External Storage.md b/refined-storage/wiki/External Storage.md
deleted file mode 100644
index 2554f8d51cf..00000000000
--- a/refined-storage/wiki/External Storage.md
+++ /dev/null
@@ -1,16 +0,0 @@
-The External Storage is a block that provides the storage network with storage of the inventory or fluid tank in front of the device.
-
-## Priority
-A (negative or positive) priority can be chosen (where a higher priority gets higher precedence to place items in).
-
-## Whitelist and blacklist
-There is also a whitelist and blacklist option to only allow or forbid some items or fluids from entering the connected inventory.
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Mode
-The External Storage has support for the following modes:
-
-- Insert and extract (default)
-- Insert only
-- Extract only
\ No newline at end of file
diff --git a/refined-storage/wiki/FAQ.json b/refined-storage/wiki/FAQ.json
deleted file mode 100644
index 44de674c939..00000000000
--- a/refined-storage/wiki/FAQ.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/FAQ.md b/refined-storage/wiki/FAQ.md
deleted file mode 100644
index 6ea6874785d..00000000000
--- a/refined-storage/wiki/FAQ.md
+++ /dev/null
@@ -1,51 +0,0 @@
-## I have an idea for a feature that can be toggled on or off with an config option!
-Refined Storage doesn't do config options for features or things that change behavior in general. Why not?
-
-- The experience players have with Refined Storage can differ between modpacks and that can be confusing
- - Issues will be created by players wondering why their favorite feature doesn't work in modpack A, but does in modpack B
-- Putting features or behaviors behind a config option makes it harder to maintain
- - With bug reports we'd have to ask if the feature is toggled on or off in the config
- - Bugs might get noticed later since it's behind a config option and thus less visible
-
-## Not including "X" in Refined Storage makes this mod useless when mods like "Y" aren't installed!
-The philosophy of the mod is to have as less overlap with other mods and to only focus on the storage network part of the mod. If other mods are required to achieve something, that isn't a problem.
-
-Examples:
-
-- Autocrafting needs an external bucket filling machine in order to convert fluids to buckets
-- Energy that Refined Storage uses needs to be generated with another mod
-
-## What is the difference between Refined Storage and Applied Energistics?
-Refined Storage is the simpler of the two and was heavily based off of AE1.
-
-AE2 has been around for years and was a direct descendent of AE1, while RS is much younger and started mostly scratch with AE (both versions) as inspiration.
-
-A lot of people prefer the simplicity of RS, while a similarly large portion of people prefer AE2's complexity due to enjoying the puzzle aspects.
-
-## Can I use this mod in my private/public mod pack?
-Yes, you don't need to ask permission.
-
-## Can I connect Refined Storage to my Applied Energistics 2 system, or vice-versa?
-No, you can't.
-
-You might've found an issue on our issue tracker that says you can, but no, you can't.
-
-## Is there a Refined Storage for MC 1.7.10?
-No, there isn't.
-
-## Will you make a Refined Storage for MC 1.7.10?
-No, I won't.
-
-## What versions of Minecraft are supported?
-See [[Minecraft version support]].
-
-## Is there a way to have infinite Wireless Transmitter range?
-It's not possible if you're using the base Refined Storage mod, or Refined Storage Addons. You'll have to find an addon mod which does add such functionality.
-
-Alternatively, you can increase the range in the Refined Storage config file to be infinite.
-
-## Is there a way to request autocrafting in the Grid if I already have the item or fluid?
-Yes! There are many helpful key and mouse bindings for the [[Grid]]. [[Grid|Read the wiki]]!
-
-## I found an issue/bug with Refined Storage!
-Head over to our [issue tracker](https://github.com/refinedmods/refinedstorage/issues) and report it there.
\ No newline at end of file
diff --git a/refined-storage/wiki/Filter.json b/refined-storage/wiki/Filter.json
deleted file mode 100644
index 91491f8aeeb..00000000000
--- a/refined-storage/wiki/Filter.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/filter.png",
- "range": {
- "from": "v0.8.13-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Filter.md b/refined-storage/wiki/Filter.md
deleted file mode 100644
index 19718d9291f..00000000000
--- a/refined-storage/wiki/Filter.md
+++ /dev/null
@@ -1,23 +0,0 @@
-The Filter is an item that can be used in any [[Grid]].
-
-In the Filter's GUI, which can be opened by pressing right click while holding the filter in hand, the player can specify which items and fluids can be visible.
-
-## Items and fluids
-The Grid can filter fluids in the [[Fluid Grid]] and items in any other [[Grid]] by toggling between item and fluid mode.
-
-## Filtering
-The player can choose to let the filter be damage or damage sensitive. It is also possible to use a mod filter.
-
-The Filter can be set in a whitelist or blacklist mode, too.
-
-## Icon and name
-The player can also configure an icon and name for the Filter.
-
-In item mode, a item can be specified as an icon.
-
-In fluid mode, a fluid can be specified as an icon.
-
-As soon as the Filter has an icon specified, it will appear as a tab in the [[Grid]]. Then, open the tab to see the filtered items or fluids.
-
-## Clearing
-Use SHIFT + right click in your inventory while holding the Filter to clear it.
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Grid.json b/refined-storage/wiki/Fluid Grid.json
deleted file mode 100644
index 954c2172f8a..00000000000
--- a/refined-storage/wiki/Fluid Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/fluid-grid.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Grid.md b/refined-storage/wiki/Fluid Grid.md
deleted file mode 100644
index bdc2dee3af9..00000000000
--- a/refined-storage/wiki/Fluid Grid.md
+++ /dev/null
@@ -1,15 +0,0 @@
-The Fluid Grid is the same as a regular [[Grid]], but is used for viewing fluids in the fluid storage of your storage network.
-
-## Inserting
-To insert a fluid, players can shift click on a fluid container like a bucket in their player inventory while in the Fluid Grid GUI.
-
-The player can also click the fluid container in the GUI to insert it.
-
-## Extracting
-Players can extract the fluid by clicking on it. The Fluid Grid will then fill a bucket with the selected fluid.
-
-Refined Storage will first search an empty bucket in your inventory. If none is found, a bucket will be searched in your storage network.
-
-Some fluids cannot be filled in a bucket, then the only way to extract those fluids is by using an [[Exporter]].
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Interface.json b/refined-storage/wiki/Fluid Interface.json
deleted file mode 100644
index 632c077a5d8..00000000000
--- a/refined-storage/wiki/Fluid Interface.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/fluid-interface.png",
- "range": {
- "from": "v0.9.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Interface.md b/refined-storage/wiki/Fluid Interface.md
deleted file mode 100644
index 28bb768278f..00000000000
--- a/refined-storage/wiki/Fluid Interface.md
+++ /dev/null
@@ -1,22 +0,0 @@
-The Fluid Interface is the same as an [[Interface]] but for fluids.
-
-It has 2 internal tanks, one for input and one for output.
-
-## Input slot
-The Fluid Interface has an input slot to import the contents of fluid containers (like a filled bucket).
-
-You can also interact with the input tank by using pipes from other mods.
-
-## Output configuration
-Click a fluid container (like a filled bucket) in the "Out" slot to configure the output fluid.
-
-Use left or right click on the fluid to change the mB amount.
-
-Use shift to clear the fluid slot.
-
-You can also interact with the output tank by using pipes from other mods.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Crafting Upgrade]]
-- [[Stack Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Storage Block.json b/refined-storage/wiki/Fluid Storage Block.json
deleted file mode 100644
index 079aeda2a10..00000000000
--- a/refined-storage/wiki/Fluid Storage Block.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.9.0-beta"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Storage Block.md b/refined-storage/wiki/Fluid Storage Block.md
deleted file mode 100644
index 7d1b860f7c4..00000000000
--- a/refined-storage/wiki/Fluid Storage Block.md
+++ /dev/null
@@ -1,28 +0,0 @@
-The [[#name]] is a block that provides the system with storage. It is similar to the [[Fluid Storage Disk]], but can be placed in the world.
-
-When breaking the [[#name]], the fluids that it holds persist, so you won't lose any of your fluids.
-
-The [[#name]] won't despawn when dropped in the world.
-
-## Priority
-A (negative or positive) priority can be chosen (where a higher priority gets higher precedence to place items in).
-
-## Whitelist and blacklist
-There is also a whitelist and blacklist option to only allow or forbid some fluid from entering the [[#name]].
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Mode
-The [[#name]] has support for the following modes:
-
-- Insert and extract (default)
-- Insert only
-- Extract only
-
-## Uncrafting
-Sneak and right click while holding the empty [[#name]] to retrieve the various parts back:
-
-- The corresponding [[Fluid Storage Part]]
-- [[Basic Processor]]
-- [[Machine Casing]]
-
diff --git a/refined-storage/wiki/Fluid Storage Disk.json b/refined-storage/wiki/Fluid Storage Disk.json
deleted file mode 100644
index 079aeda2a10..00000000000
--- a/refined-storage/wiki/Fluid Storage Disk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.9.0-beta"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Storage Disk.md b/refined-storage/wiki/Fluid Storage Disk.md
deleted file mode 100644
index 22cbdcce036..00000000000
--- a/refined-storage/wiki/Fluid Storage Disk.md
+++ /dev/null
@@ -1,9 +0,0 @@
-A [[#name]] is an item where items from the storage system are stored on. It has to be put in a [[Disk Drive]].
-
-The [[#name]] won't despawn when dropped in the world.
-
-## Uncrafting
-Sneak and right click while holding the empty [[#name]] to retrieve the various parts back:
-
-- The corresponding [[Fluid Storage Part]]
-- [[Storage Housing]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Storage Part.json b/refined-storage/wiki/Fluid Storage Part.json
deleted file mode 100644
index 079aeda2a10..00000000000
--- a/refined-storage/wiki/Fluid Storage Part.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.9.0-beta"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid Storage Part.md b/refined-storage/wiki/Fluid Storage Part.md
deleted file mode 100644
index d83d7ad5241..00000000000
--- a/refined-storage/wiki/Fluid Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is used to craft the [[Fluid Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Fluid autocrafting.json b/refined-storage/wiki/Fluid autocrafting.json
deleted file mode 100644
index 6fc34df4786..00000000000
--- a/refined-storage/wiki/Fluid autocrafting.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.6.1"
- }
-}
diff --git a/refined-storage/wiki/Fluid autocrafting.md b/refined-storage/wiki/Fluid autocrafting.md
deleted file mode 100644
index 7b2b32b3b22..00000000000
--- a/refined-storage/wiki/Fluid autocrafting.md
+++ /dev/null
@@ -1,19 +0,0 @@
-So far you've set up autocrafting for items. Since Refined Storage has support for [[Storing fluids|storing fluids]] as well, it speaks for itself that Refined Storage can also autocraft with fluids.
-
-Every autocrafting pattern that uses fluids is a processing pattern. If you forgot, a processing pattern is a [[Pattern|pattern]] that outputs items to an external inventory and expects an output back, as declared in the [[Pattern|pattern]].
-
-With fluid autocrafting, you get the ability to make the [[Crafter]] output fluids (or items), and when the "result" fluid (or item) is back in the storage network, Refined Storage will detect the task and mark it as finished.
-
-This means that you can also declare fluids as an output in the processing pattern. It also means that you can request fluids from the [[Fluid Grid]].
-
-You can mix fluid and item inputs/outputs freely.
-
-## Creation of the mixed pattern
-To make a mixed (fluid or item) processing pattern, toggle the [[Pattern Grid]] in fluid or item mode.
-
-You can then use JEI transfer to transfer item and fluid ingredients. You can also use a filled fluid container (like a bucket) to specify the fluid.
-
-Use left or right click on the fluid slot to modify the mB.
-
-## Other resources
-- [Demo video](https://www.youtube.com/watch?v=6v-e_NdLEnI)
\ No newline at end of file
diff --git a/refined-storage/wiki/Fortune Upgrade.json b/refined-storage/wiki/Fortune Upgrade.json
deleted file mode 100644
index eefee66fc5b..00000000000
--- a/refined-storage/wiki/Fortune Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/fortune-upgrade.png",
- "range": {
- "from": "v1.2.0"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Fortune Upgrade.md b/refined-storage/wiki/Fortune Upgrade.md
deleted file mode 100644
index 0791c1af753..00000000000
--- a/refined-storage/wiki/Fortune Upgrade.md
+++ /dev/null
@@ -1,9 +0,0 @@
-The Fortune Upgrade will make the [[Destructor]] use a certain fortune level (depending on which Fortune Upgrade you have) on the block it is breaking.
-
-This upgrade has 3 versions:
-
-- Fortune 1
-- Fortune 2
-- Fortune 3
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Getting items in and out.json b/refined-storage/wiki/Getting items in and out.json
deleted file mode 100644
index a9f1a443fba..00000000000
--- a/refined-storage/wiki/Getting items in and out.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Getting items in and out.md b/refined-storage/wiki/Getting items in and out.md
deleted file mode 100644
index 7915e8a63f6..00000000000
--- a/refined-storage/wiki/Getting items in and out.md
+++ /dev/null
@@ -1,27 +0,0 @@
-So far, you know [[Getting started|how to add storage disks to your network and view them in a Grid]]. But how do you get those items in and out in an automated way?
-
-This is a quick overview of all the blocks that manipulate your storage.
-
-## Exporter
-If you want to get items out of your storage network, use an [[Exporter]] and connect it to an inventory where you want to export to.
-
-Configure the filter slots of the [[Exporter]] to the items you want to export.
-
-## Importer
-If you want to get items in your storage network, use an [[Importer]] and connect it to an inventory where you want to import from.
-
-## Interface
-Want the best of both worlds? Use an [[Interface]] to get importing and exporting functionality in one block.
-
-## Constructor
-To place blocks from your storage network in the world, use an [[Constructor]].
-
-Configure the filter slots of the [[Constructor]] to the block you want to place.
-
-## Destructor
-To destroy and insert blocks from the world into your storage, use an [[Destructor]].
-
-You can configure a whitelist or blacklist of blocks to destroy.
-
-## Disk Manipulator
-If you want to import from disks or export to a disk from the network, use a [[Disk Manipulator]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Getting started with autocrafting.json b/refined-storage/wiki/Getting started with autocrafting.json
deleted file mode 100644
index 5f1f122fd61..00000000000
--- a/refined-storage/wiki/Getting started with autocrafting.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Getting started with autocrafting.md b/refined-storage/wiki/Getting started with autocrafting.md
deleted file mode 100644
index 4a8dbd314c7..00000000000
--- a/refined-storage/wiki/Getting started with autocrafting.md
+++ /dev/null
@@ -1,57 +0,0 @@
-## What is autocrafting?
-Autocrafting is automated crafting through Refined Storage.
-
-You can already craft items manually using items from your storage network with the [[Crafting Grid]], but autocrafting makes it a tad bit more easier and automated.
-
-Instead of manually moving items in the crafting matrix, you can make Refined Storage do all the work.
-
-## Patterns
-To teach Refined Storage a recipe to craft we use a [[Pattern Grid]]. This [[Pattern Grid]] creates [[Pattern|patterns]].
-
-A [[Pattern]] contains the recipe of the item you want to craft.
-
-## Pattern dependencies
-You need to create a [[Pattern]] for each sub-item you want automatically crafted.
-
-Refined Storage will first try to extract the sub-item from your storage, but if it isn't available, it will fall back to the [[Pattern]] of the sub-item to know how to create it. If there is no [[Pattern]] for the sub-item, the sub-item will be displayed as "missing" and the autocrafting task can't run.
-
-### Example
-You want to autocraft [chests](https://minecraft.gamepedia.com/Chest).
-
-- Create a [[Pattern]] for the chest
-- Create a [[Pattern]] for the wooden planks that are used to craft the chest
- - If you don't create the pattern, and you have wooden planks, than Refined Storage will be able to use those
- - If you run out of planks, Refined Storage will not know what to do
- - If you don't create the pattern, and you don't have wooden planks, than Refined Storage will not know how to craft this item and the crafting task can't
-
-## Exact mode
-Exact mode is turned on by default which means every [[Pattern]] is an "exact pattern". This means Refined Storage takes items exactly as defined in the [[Pattern]].
-
-When Exact mode is turned off it will also match for other acceptable inputs for that crafting recipe (other types of wood, etc).
-
-## Crafters
-Once you created your [[Pattern|patterns]], craft a [[Crafter]] and connect it to your storage network.
-
-In those [[Crafter|crafters]] you'll store all your [[Pattern|patterns]].
-
-## Requesting an item
-As soon as the relevant [[Pattern|patterns]] to craft an item are stored in a [[Crafter]], you will be able to request the item through any [[Grid]].
-
-You can do this by clicking on the item you want to autocraft. If the item is already available and you want to request more of that item, you can use the CTRL + SHIFT key combination to open the crafting window.
-
-When requesting an item, Refined Storage will first ask how many of that item you want to craft. Then, it will show you what items it will take or craft.
-
-You can't start an autocrafting task if you have insufficient resources, unless you have the ability to autocraft those resources.
-
-## Monitoring your crafting tasks
-Craft a [[Crafting Monitor]] and connect it to your storage network to see how the crafting task is progressing.
-
-You can also cancel autocrafting tasks from there.
-
-You can also use a [[Wireless Crafting Monitor]] to see the running crafting tasks remotely from your inventory.
-
-## Managing your patterns in a convenient way
-Want a convenient way to access all your [[Pattern|patterns]] in the [[Crafter|crafters]] of your storage network? Use the [[Crafter Manager]].
-
-## Speeding up your crafting tasks
-Insert [[Speed Upgrade|speed upgrades]] in the [[Crafter|crafters]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Getting started.json b/refined-storage/wiki/Getting started.json
deleted file mode 100644
index 9fd3ca2e2a8..00000000000
--- a/refined-storage/wiki/Getting started.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
- }
\ No newline at end of file
diff --git a/refined-storage/wiki/Getting started.md b/refined-storage/wiki/Getting started.md
deleted file mode 100644
index 11427f44aa3..00000000000
--- a/refined-storage/wiki/Getting started.md
+++ /dev/null
@@ -1,33 +0,0 @@
-## Core concepts
-Refined Storage is a storage mod where you can build a storage network made up of devices. Those devices manipulate your storage.
-
-In this tutorial, you'll craft a [[Disk Drive]]. A [[Disk Drive]] can contain item or fluid storage disks. Those disks will provide your storage network with storage. If you insert or extract an item, it will use the data on your disks.
-
-You'll also craft a [[Grid]]. Through that block, you can modify your storage (which will modify the data on your disks).
-
-Before crafting any of these devices, you'll first craft a [[Controller]], which ties the entire network together.
-
-## A minimal setup
-
-### Step 0: Installing optional dependencies
-Refined Storage works perfectly without any additional mods, [[How to install|but you might want to include some extra mods to make your life easier#optional-dependencies]].
-
-### Step 1: The [[Controller]]
-Craft the [[Controller]]. The [[Controller]] is the "core" of your storage network. You'll be connecting all the Refined Storage devices to this block.
-
-The [[Controller]] needs energy. More specifically, Forge Energy or RF. Lots of mods that generate energy support this.
-
-### Step 2: Storage and accessing your items
-Craft a [[Disk Drive]] and a [[1k Storage Disk]] to store your items.
-
-You can craft a higher tier of [[Storage Disk]], but for simplicity sake we're going for a 1k, which can store 1.000 items.
-
-Put the [[1k Storage Disk]] in the [[Disk Drive]] and craft a [[Grid]] to access your items.
-
-Connect those blocks to the [[Controller]] with [[Cable]], but you can also just place them next to each other in any direction.
-
-### Step 3: Viewing your storage
-You are now able to insert and extract items in the [[Grid]].
-
-## Disks in block form
-You can also use the various [[Storage Block|storage blocks]] instead of [[Storage Disk|disks]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Grid.json b/refined-storage/wiki/Grid.json
deleted file mode 100644
index 97d3172b3dd..00000000000
--- a/refined-storage/wiki/Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/grid.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Grid.md b/refined-storage/wiki/Grid.md
deleted file mode 100644
index b25cb260fa1..00000000000
--- a/refined-storage/wiki/Grid.md
+++ /dev/null
@@ -1,73 +0,0 @@
-The Grid is a block that allows access to the items and fluids in the storage network.
-
-The player can extract items or fluids from the central GUI.
-
-## Controls
-
-Type | Description
------------------------------------------------|-----------------------------------------------------------------
-Left click | Takes at most 64 items
-Right click | Takes at most 32 items
-Middle click | Takes 1 item (removed since v1.9.7)
-SHIFT + Mouse scroll in the player inventory | Pushes 1 item to or from the player's inventory (since v1.9.7)
-SHIFT + Mouse scroll in the Grid inventory | Pushes 1 item to or from the Grid inventory (since v1.9.7)
-CTRL + Mouse scroll | Pushes 1 item to or from the player's mouse (since v1.9.7)
-SHIFT | Pushes the items to the player's inventory
-SHIFT + CTRL | Forces the crafting window to open *even if the item or fluid is available*
-CTRL + X | Clears crafting matrix
-Right click on search bar | Clears the search query
-Tab | Selects the search bar when the Grid isn't in autoselection mode
-When in the crafting start GUI, pressing SHIFT | Skips the crafting preview window
-
-## Sorting
-The items or fluids in a Grid can be sorted in various ways:
-
-- By name
-- By quantity
-- By item ID
-- Last modified
-- InventoryTweaks sorting (only available if InventoryTweaks is installed)
-
-The sorting direction can also be chosen (ascending or descending).
-
-[[@Search Box Info]]
-
-## Filter
-In the sidebar of the Grid there are slots where the player can insert [[Filter|filters]] to filter certain items in the Grid.
-
-### Tabs
-A Grid can also have tabs. When clicking on the tab, only items configured in the [[Filter]] are visible.
-
-To use tabs in the Grid, make a [[Filter]] with an icon specified.
-
-To have more than 4 tabs, put a [[Filter]] in a [[Filter]].
-
-## Sizes
-The size of any Grid can be configured as well:
-
-- Stretched (default)
-- Small
-- Medium
-- Large
-
-When choosing the stretched size, the Grid will take up all the vertical screen space. This can be limited through the `maxRowsStretch` config option.
-
-## Display
-The Grid can be configured to only show craftable items or only non-craftable items.
-
-By default, the tooltips for items in a Grid are a little bit bigger to display the total item count and the last modified information. This can be turned off by using the `detailedTooltip` config option.
-
-By default, the Grid uses a small font size to display item or fluid quantities. Use the `largeFont` config option to change this.
-
-## Remember search query
-
-The Grid can be configured to remember the search query when closing and re-opening the GUI. You can do this by modifying the `rememberSearchQuery` config option.
-
-## Prevent sorting while shift is down
-By default, the Grid doesn't perform sorting when you're shift clicking items out of the storage network. This is done to prevent items and fluids shifting around your screen.
-
-As soon as you stop pressing the shift key, the view is sorted again.
-
-To disable this behavior, modify the `preventSortingWhileShiftIsDown` config option.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Hollow Cover.json b/refined-storage/wiki/Hollow Cover.json
deleted file mode 100644
index bcadeb4cf2b..00000000000
--- a/refined-storage/wiki/Hollow Cover.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/hollow-cover.png",
- "range": {
- "from": "v1.6.0"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Hollow Cover.md b/refined-storage/wiki/Hollow Cover.md
deleted file mode 100644
index be12a43d453..00000000000
--- a/refined-storage/wiki/Hollow Cover.md
+++ /dev/null
@@ -1,7 +0,0 @@
-A Hollow Cover is the same as a [[Cover]] but has a hole so you can pass [[Cable|cables]] through it.
-
-You can also put it on the front of an [[Importer]] or [[Exporter]] to hide part of the block.
-
-It will let a network signal through.
-
-Hollow covers can be removed by sneaking and right-clicking them with the [[Wrench]].
diff --git a/refined-storage/wiki/How autocrafting works internally.json b/refined-storage/wiki/How autocrafting works internally.json
deleted file mode 100644
index 5f1f122fd61..00000000000
--- a/refined-storage/wiki/How autocrafting works internally.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/How autocrafting works internally.md b/refined-storage/wiki/How autocrafting works internally.md
deleted file mode 100644
index 8ae8927e45e..00000000000
--- a/refined-storage/wiki/How autocrafting works internally.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Initially, when the autocrafting task is started, all the "initial" needed items and fluids are extracted from the storage network and inserted into the internal storage of the autocrafting task (crafting storage).
-
-All further actions to those items are performed in the internal storage, so the network doesn't "see" any changes while the task is running.
-
-Because all the subcrafts are done in the internal storage, the storage network can not "steal" items from autocrafting tasks.
-
-When an item is inserted through an [[Importer]] or [[Interface]], it will first go through the internal storage of autocrafting. That is prioritized. If the autocrafting task deems the item or fluid as necessary, it will be intercepted and the storage network will receive nothing.
\ No newline at end of file
diff --git a/refined-storage/wiki/How to install.md b/refined-storage/wiki/How to install.md
deleted file mode 100644
index e500f0654f9..00000000000
--- a/refined-storage/wiki/How to install.md
+++ /dev/null
@@ -1,32 +0,0 @@
-Installing Refined Storage is the same as for any other Forge mod.
-
-## Setting up Forge
-You'll need a working Forge instance to use Refined Storage. You can use launchers like MultiMC or even the vanilla launcher to do this.
-
-Instructions for setting up a Forge instance are plenty online and are out of scope for this wiki.
-
-## Downloading the mod
-Download a Refined Storage `.jar` file for your Minecraft version from official sources. Either:
-
-- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/refined-storage)
-- or this website.
-
-## Installing the mod
-Once you have the `.jar` file, place it in the `mods/` directory of your Forge instance. You may have to start up your instance at least once so Forge can autogenerate the `mods/` directory.
-
-## CurseForge/Twitch launcher
-When you're using a launcher like the CurseForge/Twitch launcher, you can install Refined Storage in an instance with one click without having to copy over `.jar` files.
-
-## Configuring the mod
-Changing the configuration isn't needed in most cases. If you need to do this, you can:
-
-- Change server-specific configuration in `saves//serverconfig/refinedstorage-server.toml`
-- Change client-specific configuration in `config/refinedstorage-client.toml`
-
-Note that server-specific configuration also applies to single player worlds. That is because when you're playing single player, Minecraft uses an internal server.
-
-## Optional dependencies
-Refined Storage can work perfectly by itself without any additional mods, but it's helpful to install a few other mods alongside it.
-
-- Just Enough Items: This mod will help you view the recipes of the various items and blocks in the mod.
-- A mod that can generate Forge Energy or RF: A Refined Storage network requires energy to run. If you do not want to generate energy, you can disable energy usage in the Refined Storage server-side config (see section above "Configuring the mod"). Change `useEnergy` under `[controller]` to `false`.
diff --git a/refined-storage/wiki/Importer.json b/refined-storage/wiki/Importer.json
deleted file mode 100644
index 152f9ec8820..00000000000
--- a/refined-storage/wiki/Importer.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/importer.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Importer.md b/refined-storage/wiki/Importer.md
deleted file mode 100644
index aba789d0e68..00000000000
--- a/refined-storage/wiki/Importer.md
+++ /dev/null
@@ -1,12 +0,0 @@
-The Importer imports items or fluids from an inventory in front of the block and inserts it in the storage network (if there is space).
-
-By default, it will import all accessible slots (place the Importer on the correct side, where the slot or fluid tank is reachable) but the player can use the whitelist or blacklist as well.
-
-## Whitelist and blacklist
-There is also a whitelist and blacklist option to only allow or forbid some items from entering the storage network.
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Stack Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Improved Processor.json b/refined-storage/wiki/Improved Processor.json
deleted file mode 100644
index d3c81e2eb2d..00000000000
--- a/refined-storage/wiki/Improved Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/improved-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Improved Processor.md b/refined-storage/wiki/Improved Processor.md
deleted file mode 100644
index 7aac9adb566..00000000000
--- a/refined-storage/wiki/Improved Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-[[@Processor]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Integrations.md b/refined-storage/wiki/Integrations.md
deleted file mode 100644
index 4fc83160c0d..00000000000
--- a/refined-storage/wiki/Integrations.md
+++ /dev/null
@@ -1,8 +0,0 @@
-Refined Storage currently has integration with following mods:
-
-- OpenComputers
- - See [[OpenComputers API]]
-- CraftingTweaks
-- Funky Locomotion
-- Just Enough Items
-- Curios
\ No newline at end of file
diff --git a/refined-storage/wiki/Interdimensional Upgrade.json b/refined-storage/wiki/Interdimensional Upgrade.json
deleted file mode 100644
index d51fed8bf63..00000000000
--- a/refined-storage/wiki/Interdimensional Upgrade.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/interdimensional-upgrade.png",
- "range": {
- "from": "v0.8.14-beta",
- "to": "v1.6.10"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Interdimensional Upgrade.md b/refined-storage/wiki/Interdimensional Upgrade.md
deleted file mode 100644
index 479140d26da..00000000000
--- a/refined-storage/wiki/Interdimensional Upgrade.md
+++ /dev/null
@@ -1,5 +0,0 @@
-**NOTE: This upgrade has been removed in 1.6.10. The Network Transmitter is now cross dimensional by default.**
-
-The Interdimensional Upgrade is an upgrade that allows the [[Network Transmitter]] to work cross-dimensionally.
-
-This upgrade takes a lot of extra FE/t by default (1000 FE/t extra).
\ No newline at end of file
diff --git a/refined-storage/wiki/Interface.json b/refined-storage/wiki/Interface.json
deleted file mode 100644
index 381681777c9..00000000000
--- a/refined-storage/wiki/Interface.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/interface.png",
- "range": {
- "from": "v0.4.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Interface.md b/refined-storage/wiki/Interface.md
deleted file mode 100644
index 3af061c24c4..00000000000
--- a/refined-storage/wiki/Interface.md
+++ /dev/null
@@ -1,28 +0,0 @@
-The Interface is a block that acts as a combination of the [[Importer]] and the [[Exporter]].
-
-## Importing
-Let's talk about the difference between an [[Importer]] and the Interface for importing.
-
-The [[Importer]] needs to be connected to an inventory to import items or fluids. It has no internal inventory and you can't insert items directly to the [[Importer]].
-
-In comparison with the [[Importer]] the Interface has an internal inventory to receive items and import them (through piping, hoppers, etc).
-That internal inventory is accessable by opening the GUI and looking at the slots under "Interface Import").
-
-The Interface does NOT extract items from adjacent inventories automatically, you have to actually insert them in the Interface through piping, hoppers, etc.
-
-## Exporting
-There is also an option for exporting items from the system. These items can be piped out through a piping system from another mod, hoppers, etc.
-
-It can be configured to be NBT or damage sensitive.
-
-### Output configuration
-Click an item in the export slots to configure that to be exported.
-
-Use left or right click on the item to change the amount.
-
-Use shift to clear the slot.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
-- [[Stack Upgrade]]
-- [[Crafting Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Keeping fluids in stock.json b/refined-storage/wiki/Keeping fluids in stock.json
deleted file mode 100644
index 6fc34df4786..00000000000
--- a/refined-storage/wiki/Keeping fluids in stock.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.6.1"
- }
-}
diff --git a/refined-storage/wiki/Keeping fluids in stock.md b/refined-storage/wiki/Keeping fluids in stock.md
deleted file mode 100644
index 8c7ba699c7d..00000000000
--- a/refined-storage/wiki/Keeping fluids in stock.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Keeping fluids in stock work the same way as [[Keeping items in stock|keeping items in stock]].
-
-Create a [[Fluid Interface]] with a [[Crafting Upgrade]] in it. Then, specify the fluid that you want to keep in stock by clicking a fluid container (like a bucket) in the "out" slot. You can change the amount by left or right clicking on the fluid. The fluids will now be autocrafted if needed.
-
-To make the stocked fluids available to your storage network, create an [[External Storage]] and put it on the [[Fluid Interface]]. Put the [[External Storage]] in fluid mode.
-
-Make sure the [[External Storage]] is in "extract-only" mode. That way, RS won't attempt to insert fluids in the [[Fluid Interface]] that is meant for keeping in stock.
\ No newline at end of file
diff --git a/refined-storage/wiki/Keeping items in stock.json b/refined-storage/wiki/Keeping items in stock.json
deleted file mode 100644
index 63820ba3798..00000000000
--- a/refined-storage/wiki/Keeping items in stock.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.4.11"
- }
-}
diff --git a/refined-storage/wiki/Keeping items in stock.md b/refined-storage/wiki/Keeping items in stock.md
deleted file mode 100644
index 57ba617c37d..00000000000
--- a/refined-storage/wiki/Keeping items in stock.md
+++ /dev/null
@@ -1,7 +0,0 @@
-Create an [[Interface]] with a [[Crafting Upgrade]] in it. Then, specify the items that you want to keep in stock. The items will now be autocrafted if needed.
-
-To make the stocked items available to your storage network, create an [[External Storage]] and put it on the [[Interface]].
-
-Make sure the [[External Storage]] is in "extract-only" mode. That way, RS won't attempt to insert items in the [[Interface]] that is meant for keeping in stock.
-
-[Video Demonstration](https://gfycat.com/IncompleteDeadlyGrebe)
\ No newline at end of file
diff --git a/refined-storage/wiki/Locking and unlocking.json b/refined-storage/wiki/Locking and unlocking.json
deleted file mode 100644
index c127b2ec6af..00000000000
--- a/refined-storage/wiki/Locking and unlocking.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.6.6"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Locking and unlocking.md b/refined-storage/wiki/Locking and unlocking.md
deleted file mode 100644
index 429badf0ebe..00000000000
--- a/refined-storage/wiki/Locking and unlocking.md
+++ /dev/null
@@ -1,56 +0,0 @@
-The [[Crafter]] in Refined Storage supports locking mechanisms.
-
-Locking and unlocking a [[Crafter]] only applies to processing recipes.
-
-The locking and unlocking functionality also has to be enabled by configuring the [[Crafter]] mode.
-
-## Crafter modes
-
-### Ignore redstone signal (default)
-Ignores redstone signals. This is the default.
-
-### Redstone signal locks autocrafting
-If a [[Crafter]] is locked, it can't insert items or fluids to the connected inventory.
-
-If a [[Crafter]] is unlocked, it can insert items or fluids to the connected inventory.
-
-### Redstone signal unlocks autocrafting
-This is the opposite of the "Redstone signal locks autocrafting" mode.
-
-### Redstone pulse inserts next set
-This mode was primarily introduced to support a concept called "blocking mode".
-
-Blocking mode is primarily utilised for processing recipes, where the machine that does the processing can only handle 1 recipe at a time.
-
-If the [[Crafter]] is in "Redstone pulse inserts next set" mode, this is the flow:
-
-- The [[Crafter]] will automatically go in an unlocked state
-- As soon as you request a recipe in this [[Crafter]], it will send out 1 set of items and fluids defined in the [[Pattern]]
-- The [[Crafter]] now goes in a locked state, and it won't push out any more items and fluids
-- The [[Crafter]] will stay locked until it receives a redstone pulse
-
-When you apply a redstone pulse:
-
-- The [[Crafter]] will unlock itself
-- The [[Crafter]] pushes the next set of items and fluids, if any
-- If there were any items and fluids to push, the [[Crafter]] will lock itself again
-
-Generally, you'd apply a redstone signal if the recipe you're processing has completed. It is up to the player to handle that.
-
-## Common mistakes with "Redstone pulse inserts next set"
-- Wrong redstone flow causes the [[Crafter]] to lock when it is supposed to unlock
-- When testing your contraption, accidently locking the [[Crafter]] and then wondering why your [[Crafter]] doesn't process anything next time you request something
-
-### Crafter deadlock
-If you use an [[Importer]] on a chest to import the final processed item, and also using a comparator to send the redstone signal to the [[Crafter]] to unlock again:
-
-- If the [[Importer]] imports too fast AND
-- the comparator doesn't pick up the item being in the chest AND
-- by not picking up the item, thus, not sending out a redstone signal
-
-You'd cause a deadlock because the [[Crafter]] doesn't receive a redstone pulse, and the [[Crafter]] would keep waiting forever.
-
-The solution for this is to only enable the [[Importer]] AFTER the redstone pulse is sent to the [[Crafter]]. Use the [[Importer]]'s redstone settings to achieve this.
-
-## Other resources
-- [Demo video](https://www.youtube.com/watch?v=c9s-IfDPKxw)
\ No newline at end of file
diff --git a/refined-storage/wiki/Machine Casing.json b/refined-storage/wiki/Machine Casing.json
deleted file mode 100644
index 953f9333236..00000000000
--- a/refined-storage/wiki/Machine Casing.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/machine-casing.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Machine Casing.md b/refined-storage/wiki/Machine Casing.md
deleted file mode 100644
index 43f9b1054b7..00000000000
--- a/refined-storage/wiki/Machine Casing.md
+++ /dev/null
@@ -1 +0,0 @@
-The Machine Casing is a block that is used to craft the various Refined Storage devices.
\ No newline at end of file
diff --git a/refined-storage/wiki/Minecraft version support.md b/refined-storage/wiki/Minecraft version support.md
deleted file mode 100644
index 5a78e78ede0..00000000000
--- a/refined-storage/wiki/Minecraft version support.md
+++ /dev/null
@@ -1,18 +0,0 @@
-|Minecraft version|Refined Storage version range|State|New features|Bugfixes|
-|-----------------|-----------------------------|-----|------------|--------|
-|Minecraft 1.20.x|1.12.x|Maintained|❌|✔️|
-|Minecraft 1.19.x|1.11.x|Maintained|❌|✔️|
-|Minecraft 1.18.x|1.10.x|Unmaintained|❌|❌|
-|Minecraft 1.17.x|-|Never available|❌|❌|
-|Minecraft 1.16.x|1.9.x|Unmaintained|❌|❌|
-|Minecraft 1.15.x|1.8.x|Unmaintained|❌|❌|
-|Minecraft 1.14.x|1.7.x |Unmaintained|❌|❌|
-|Minecraft 1.13.x|-|Never available|❌|❌|
-|Minecraft 1.12.x|1.5.x - 1.6.x|Unmaintained|❌|❌|
-|Minecraft 1.11.x|1.3.x - 1.4.x|Unmaintained|❌|❌|
-|Minecraft 1.10.x|0.8.x - 1.2.x|Unmaintained|❌|❌|
-|Minecraft 1.9.x|0.3.x - 0.7.x|Unmaintained|❌|❌|
-|Minecraft 1.8.x|-|Never available|❌|❌|
-|Minecraft 1.7.x|-|Never available|❌|❌|
-
-Refined Storage 1 will not be gaining new features as we are building [Refined Storage 2](https://github.com/refinedmods/refinedstorage2).
\ No newline at end of file
diff --git a/refined-storage/wiki/Network Card.json b/refined-storage/wiki/Network Card.json
deleted file mode 100644
index 28022401ba1..00000000000
--- a/refined-storage/wiki/Network Card.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/network-card.png",
- "range": {
- "from": "v0.8.13-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Network Card.md b/refined-storage/wiki/Network Card.md
deleted file mode 100644
index ed8b37fa10b..00000000000
--- a/refined-storage/wiki/Network Card.md
+++ /dev/null
@@ -1,3 +0,0 @@
-A Network Card is an item that stores the coordinates of a [[Network Receiver]].
-
-The player has to insert the Network Card in a [[Network Transmitter]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Network Receiver.json b/refined-storage/wiki/Network Receiver.json
deleted file mode 100644
index 8d165b5f0de..00000000000
--- a/refined-storage/wiki/Network Receiver.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/network-receiver.png",
- "range": {
- "from": "v0.8.13-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Network Receiver.md b/refined-storage/wiki/Network Receiver.md
deleted file mode 100644
index 7d73f0d805a..00000000000
--- a/refined-storage/wiki/Network Receiver.md
+++ /dev/null
@@ -1,8 +0,0 @@
-The Network Receiver is the block that receives a signal from the [[Network Transmitter]].
-
-In order for the Network Receiver to work reliably the Network Receiver has to be chunkloaded.
-
-[[@Recoloring]]
-
-## Using Refined Storage 1.7.x or 1.8.x?
-Cross dimensional functionality isn't available in this version.
diff --git a/refined-storage/wiki/Network Transmitter.json b/refined-storage/wiki/Network Transmitter.json
deleted file mode 100644
index 769003d4825..00000000000
--- a/refined-storage/wiki/Network Transmitter.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/network-transmitter.png",
- "range": {
- "from": "v0.8.13-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Network Transmitter.md b/refined-storage/wiki/Network Transmitter.md
deleted file mode 100644
index fe29f285baf..00000000000
--- a/refined-storage/wiki/Network Transmitter.md
+++ /dev/null
@@ -1,10 +0,0 @@
-A Network Transmitter sends a network signal to a [[Network Receiver]] that is specified in the given [[Network Card]].
-
-In order for the Network Transmitter to work the [[Controller]] where the Network Transmitter is connected to has to be chunkloaded.
-
-The Network Transmitter can work in the current dimension or across different dimensions.
-
-[[@Recoloring]]
-
-## Using Refined Storage 1.7.x or 1.8.x?
-Cross dimensional functionality isn't available in this version.
\ No newline at end of file
diff --git a/refined-storage/wiki/Networks over long distances.json b/refined-storage/wiki/Networks over long distances.json
deleted file mode 100644
index 624ab6336db..00000000000
--- a/refined-storage/wiki/Networks over long distances.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.8.13-beta"
- }
-}
diff --git a/refined-storage/wiki/Networks over long distances.md b/refined-storage/wiki/Networks over long distances.md
deleted file mode 100644
index 82d584d4670..00000000000
--- a/refined-storage/wiki/Networks over long distances.md
+++ /dev/null
@@ -1,31 +0,0 @@
-Sometimes, you may have different areas all scattered throughout your world.
-
-## The problem
-Here is the problem: you want access to your Refined Storage system on all of those areas.
-
-You could lay [[Cable]] from your base to every area, but what if said area is 1000 blocks away? Are you really going to craft 1000 [[Cable|cables]]? Didn't think so.
-
-## The solution
-Use the [[Network Transmitter]] and [[Network Receiver]].
-
-Simply craft a [[Network Transmitter]] and connect it to your Refined Storage system in your main base.
-
-Next up, craft a [[Network Card]]. I'll be telling what you need this for in a second, bear with me.
-
-After crafting a [[Network Card]], craft a [[Network Receiver]] and place it in the area far away from your base.
-
-Take the [[Network Card]] and right click it on the [[Network Receiver]].
-
-Put the [[Network Card]] in the [[Network Transmitter]] so the [[Network Transmitter]] knows where to send a signal to.
-
-And now you are done. Simply connect machines to your [[Network Receiver]] according to the normal machine connecting rules.
-
-I suppose you could treat the [[Network Receiver]] as a [[Controller]].
-
-## One very important thing to note
-The [[Controller]] in your main base and the [[Network Receiver]] in the other area **both** have to be chunkloaded **before** linking it to the network.
-
-After linking, both areas have to stay chunkloaded.
-
-## Using Refined Storage 1.7.x or 1.8.x?
-Cross dimensional functionality isn't available in this version.
\ No newline at end of file
diff --git a/refined-storage/wiki/OpenComputers API.md b/refined-storage/wiki/OpenComputers API.md
deleted file mode 100644
index fd8a35fc3ed..00000000000
--- a/refined-storage/wiki/OpenComputers API.md
+++ /dev/null
@@ -1,22 +0,0 @@
-|Method|Description|
-|------|-----------|
-|`isConnected():boolean`|Whether the node is connected.|
-|`getEnergyUsage():number`|Gets the energy usage of this network.|
-|`getTasks():table`|Gets the crafting tasks of this network.|
-|`getPattern(stack:table):table`|Get one pattern of this network.|
-|`getFluidPattern(stack:table):table`|Get one fluid pattern of this network.|
-|`getPatterns():table`|Gets the patterns of this network.|
-|`getFluidPatterns():table`|Gets the fluid patterns of this network.|
-|`hasPattern(stack:table):boolean`|Whether a crafting pattern exists for this item.|
-|`hasFluidPattern(stack:table):boolean`|Whether a crafting pattern exists for this fluid.|
-|`scheduleTask(stack:table[, count: number[, canSchedule: boolean]]):table`|Schedules a crafting task.|
-|`scheduleFluidTask(stack:table[, count: number[, canSchedule: boolean]]):table`|Schedules a fluid crafting task.|
-|`cancelTask(stack:table):number`|Cancels a task and returns the amount of tasks cancelled.|
-|`cancelFluidTask(stack:table):number`|Cancels a fluid task and returns the amount of tasks cancelled.|
-|`extractFluid(stack:table[, amount:number[, direction:number]]):table`|Extracts a fluid from the network.|
-|`getFluid(stack:table):table`|Gets a fluid from the network.|
-|`getFluids():table`|Gets a list of all fluids in this network.|
-|`extractItem(stack:table[, count:number[, direction:number]]):table`|Extracts an item from the network.|
-|`getItem(stack:table[, compareMeta:boolean[, compareNBT:boolean]]):table`|Gets an item from the network.|
-|`getItems():table`|Gets a list of all items in this network.|
-|`getStorages():table`|Gets a list of all connected storage disks and blocks in this network.|
\ No newline at end of file
diff --git a/refined-storage/wiki/Pattern Grid.json b/refined-storage/wiki/Pattern Grid.json
deleted file mode 100644
index 0d36601f031..00000000000
--- a/refined-storage/wiki/Pattern Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/pattern-grid.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Pattern Grid.md b/refined-storage/wiki/Pattern Grid.md
deleted file mode 100644
index 9a7e12dd42a..00000000000
--- a/refined-storage/wiki/Pattern Grid.md
+++ /dev/null
@@ -1,39 +0,0 @@
-The Pattern Grid is the same as a regular [[Grid]], but also allows for the creation of [[Pattern|patterns]].
-
-## Mode
-By default, the Pattern Grid creates regular crafting [[Pattern|patterns]].
-
-To create processing [[Pattern|patterns]], toggle the "processing" checkbox.
-
-## Oredict (Refined Storage 1.6.x or lower)
-To create oredict sensitive [[Pattern|patterns]], toggle the "oredict" checkbox.
-
-## Allowed tags (Refined Storage 1.7.x or higher)
-The allowed tags system in Refined Storage allows the player to decide which items or fluids can be used as alternatives when the specified item or fluid isn't found in the storage network.
-
-These tags are retrieved from [Minecraft's tag system](https://minecraft.gamepedia.com/Tag). You can specify the allowed tags in the Pattern Grid.
-
-To define valid alternatives for an item or fluid, use CTRL + click on the input slot and specify the allowed tags that can be used during autocrafting. Items or fluids from that tag are then marked as valid alternatives if the original item or fluid can't be found in the storage network.
-
-You can also define valid alternatives by clicking on the item or fluid and then clicking on "Alternatives".
-
-## Modifying a pattern
-You can re-insert a [[Pattern]] in the output slot to modify and (possibly) override it.
-
-## Recipe transferring
-The Pattern Grid integrates with [JEI (Just Enough Items)](https://minecraft.curseforge.com/projects/jei) so the player can use recipe transferring.
-
-You don't necessarily need the actual items in your storage network to create a [[Pattern]] for it.
-
-Refined Storage will notify you when you have a [[Pattern]] for an item configured when transferring a recipe.
-
-## Manual input/output configuration
-Click an item or fluid in the slots to configure the [[Pattern]].
-
-Click on the item or fluid to change the quantity.
-
-Use CTRL + click to modify the allowed tags for the input slot (MC 1.14.4 and above).
-
-Use shift to clear the slot.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Pattern.json b/refined-storage/wiki/Pattern.json
deleted file mode 100644
index 7affd3a57e8..00000000000
--- a/refined-storage/wiki/Pattern.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/pattern.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Pattern.md b/refined-storage/wiki/Pattern.md
deleted file mode 100644
index 07650f65e2a..00000000000
--- a/refined-storage/wiki/Pattern.md
+++ /dev/null
@@ -1,27 +0,0 @@
-A Pattern is an item that is used in autocrafting. It stores the recipe that should be autocrafted.
-
-A recipe can be assigned with the [[Pattern Grid]] and the Pattern is stored in a [[Crafter]].
-
-## Processing
-If the Pattern is in processing mode, it will push the inputs to the connected inventory of the [[Crafter]].
-
-## Oredict mode (Refined Storage 1.6.x or lower)
-The Pattern can be configured to be a oredict pattern. Instead of extracting the exact item, it'll try to extract equivalent items according to the ore dictionary as well.
-
-## Exact mode (Refined Storage 1.7.x or higher, patterns in crafting mode)
-Exact mode is turned on by default which means every Pattern is an "exact pattern". This means Refined Storage takes items exactly as defined in the Pattern.
-
-When Exact mode is turned off it will also match for other acceptable inputs for that crafting recipe.
-
-Exact mode can't be set for patterns in processing mode. For processing mode, see the section about allowed tags.
-
-## Allowed tags (Refined Storage 1.7.x or higher, patterns in processing mode)
-The allowed tags system in Refined Storage allows the player to decide which items or fluids can be used as alternatives when the original specified item or fluid isn't found in the storage network.
-
-These tags are retrieved from [Minecraft's tag system](https://minecraft.gamepedia.com/Tag). You can specify the allowed tags in the [[Pattern Grid]].
-
-## Clearing
-Use SHIFT + right click in your inventory while holding the Pattern to clear it. You can also override the Pattern in the [[Pattern Grid]].
-
-## Modifying
-You can re-insert a [[Pattern]] in the output slot of the [[Pattern Grid]] to modify and (possibly) override it.
\ No newline at end of file
diff --git a/refined-storage/wiki/Portable Grid.json b/refined-storage/wiki/Portable Grid.json
deleted file mode 100644
index df890414d81..00000000000
--- a/refined-storage/wiki/Portable Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/portable-grid.png",
- "range": {
- "from": "v1.4.5-beta"
- }
-}
diff --git a/refined-storage/wiki/Portable Grid.md b/refined-storage/wiki/Portable Grid.md
deleted file mode 100644
index d1bc05dc754..00000000000
--- a/refined-storage/wiki/Portable Grid.md
+++ /dev/null
@@ -1,18 +0,0 @@
-The Portable Grid is a portable storage that isn't connected to a network. It allows you to interact with a [[Storage Disk]] while not being connected to a network.
-
-As soon as you insert a [[Storage Disk]], you can access the contents of your [[Storage Disk]] in the grid view.
-
-It's essentially a [[Disk Drive]] and [[Grid]] in one block or item. It can be placed in the world, or, be used as a handheld device as well.
-
-To place it in the world hold the Portable Grid while sneaking.
-
-## Energy behavior
-To use the Portable Grid the item or block needs Forge Energy.
-
-The Portable Grid draws energy on following actions:
-
-|Action|Amount of Forge Energy drawed|
-|------|------|
-|Opening the Portable Grid|30 FE|
-|Extracting an item or fluid from storage|3 FE|
-|Inserting an item or fluid to storage|3 FE|
\ No newline at end of file
diff --git a/refined-storage/wiki/Processing Pattern Encoder.json b/refined-storage/wiki/Processing Pattern Encoder.json
deleted file mode 100644
index 095e8638927..00000000000
--- a/refined-storage/wiki/Processing Pattern Encoder.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/processing-pattern-encoder.png",
- "range": {
- "from": "v0.6.0-alpha",
- "to": "v1.5.6"
- },
- "see": "Pattern Grid"
-}
diff --git a/refined-storage/wiki/Processing Pattern Encoder.md b/refined-storage/wiki/Processing Pattern Encoder.md
deleted file mode 100644
index 6c5cce4876e..00000000000
--- a/refined-storage/wiki/Processing Pattern Encoder.md
+++ /dev/null
@@ -1,10 +0,0 @@
-A Processing Pattern Encoder is used to create [[Pattern|patterns]] meant for machine automation.
-
-It takes up to 9 inputs and 9 outputs, so the storage network knows what to take and what to expect.
-
-This block can't be connected to a storage network.
-
-## Recipe transferring
-The Processing Pattern Encoder integrates with [JEI (Just Enough Items)](https://minecraft.curseforge.com/projects/jei) so the player can use recipe transferring.
-
-When using this, Refined Storage will use the inputs and outputs that the [JEI](https://minecraft.curseforge.com/projects/jei) recipe has.
\ No newline at end of file
diff --git a/refined-storage/wiki/Processing recipes.json b/refined-storage/wiki/Processing recipes.json
deleted file mode 100644
index 35212c54016..00000000000
--- a/refined-storage/wiki/Processing recipes.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.6.0-alpha"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Processing recipes.md b/refined-storage/wiki/Processing recipes.md
deleted file mode 100644
index b1e2a0fd21e..00000000000
--- a/refined-storage/wiki/Processing recipes.md
+++ /dev/null
@@ -1,36 +0,0 @@
-## What are processing recipes?
-So far, in the [[Getting started with autocrafting|the first guide]] you learnt how to automate regular crafting recipes.
-
-What if you want to automate the creation of items that don't involve a crafting recipe, like ores to ingots in a furnace?
-
-For this you use processing [[Pattern|patterns]].
-
-## Processing patterns
-You can create processing [[Pattern|patterns]] in the [[Pattern Grid]] by toggling the "processing" checkbox.
-
-The GUI will change and it'll allow you to define up to 9 inputs and outputs.
-
-Inputs is what Refined Storage will extract from your storage network. Outputs are what Refined Storage expects back in the network when the item has processed.
-
-### Example
-Let's say you want to automate [Iron Ore](https://minecraft.gamepedia.com/Iron_Ore) to [Iron Ingot](https://minecraft.gamepedia.com/Iron_Ingot).
-
-In the input section you put 1 [Iron Ore](https://minecraft.gamepedia.com/Iron_Ore).
-In the output section you put 1 [Iron Ingot](https://minecraft.gamepedia.com/Iron_Ingot).
-
-## Inserting the pattern
-Make a [[Crafter]] and let it face the machine in a way it can input it in the correct slot.
-
-Insert the processing [[Pattern]] you just created in the [[Crafter]] facing the machine.
-
-When you now request the item, Refined Storage will insert the inputs in the machine.
-
-You do need to get the item manually back in the storage network so Refined Storage knows that the item has been processed. You can use any device to get the item back in the storage network, like an [[Interface]] or [[Importer]].
-
-## Allowed tags
-The allowed tags system in Refined Storage allows the player to decide which items or fluids can be used as alternatives when the original specified item or fluid isn't found in the storage network.
-
-These tags are retrieved from Minecraft's tag system. You can specify the allowed tags in the [[Pattern Grid]].
-
-## Chaining crafters
-You can [[Crafter|chain crafters#chaining]] to connect multiple [[Crafter|crafters]] to the same machine.
\ No newline at end of file
diff --git a/refined-storage/wiki/Processor Binding.json b/refined-storage/wiki/Processor Binding.json
deleted file mode 100644
index 9d1d12769f2..00000000000
--- a/refined-storage/wiki/Processor Binding.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/processor-binding.png",
- "range": {
- "from": "v1.6.6"
- }
-}
diff --git a/refined-storage/wiki/Processor Binding.md b/refined-storage/wiki/Processor Binding.md
deleted file mode 100644
index 42780484272..00000000000
--- a/refined-storage/wiki/Processor Binding.md
+++ /dev/null
@@ -1 +0,0 @@
-Processor Binding is used to craft the various processors.
\ No newline at end of file
diff --git a/refined-storage/wiki/Processor.md b/refined-storage/wiki/Processor.md
deleted file mode 100644
index 7e47894a6da..00000000000
--- a/refined-storage/wiki/Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is used to craft the various Refined Storage devices.
\ No newline at end of file
diff --git a/refined-storage/wiki/Profiling.md b/refined-storage/wiki/Profiling.md
deleted file mode 100644
index dc2300d746a..00000000000
--- a/refined-storage/wiki/Profiling.md
+++ /dev/null
@@ -1,24 +0,0 @@
-If you have a lag issue, it's best to make a .nps file that you can send to the developers so they can investigate further.
-
-## Installing Sampler
-Sampler is a mod by Player that generates .nps files.
-You can download it from https://forum.industrial-craft.net/thread/10820.
-
-### For Minecraft 1.12
-http://files.player.to/sampler-1.73.jar
-
-### For Minecraft 1.11
-http://files.player.to/sampler-1.72.1.jar
-
-### For Minecraft 1.10
-http://files.player.to/sampler-1.69.3.jar
-
-## Running Sampler
-Then you can `/sampler start` and `/sampler stop` while it's lagging.
-
-Then a simple `/sampler export [name of exported nps file here]` will write out the .nps file that can be read by the developers in VisualVM.
-
-## Important: where to run Sampler?
-Is it a lag issue on the server, like tick lag? Run Sampler *on the server*, NOT on your client!
-
-Is it a lag issue on the client, like FPS lag? Run Sampler *on the client*, NOT on your server!
\ No newline at end of file
diff --git a/refined-storage/wiki/Quartz Enriched Iron.json b/refined-storage/wiki/Quartz Enriched Iron.json
deleted file mode 100644
index 01b5e446220..00000000000
--- a/refined-storage/wiki/Quartz Enriched Iron.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/quartz-enriched-iron.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Quartz Enriched Iron.md b/refined-storage/wiki/Quartz Enriched Iron.md
deleted file mode 100644
index 505de6f4222..00000000000
--- a/refined-storage/wiki/Quartz Enriched Iron.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Quartz Enriched Iron is like the name says, iron enriched with quartz.
-
-It is used in almost all the recipes in Refined Storage.
\ No newline at end of file
diff --git a/refined-storage/wiki/Range Upgrade.json b/refined-storage/wiki/Range Upgrade.json
deleted file mode 100644
index 64242de1ab0..00000000000
--- a/refined-storage/wiki/Range Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/range-upgrade.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Range Upgrade.md b/refined-storage/wiki/Range Upgrade.md
deleted file mode 100644
index f478cd32544..00000000000
--- a/refined-storage/wiki/Range Upgrade.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Range Upgrade increases the range of the [[Wireless Transmitter]].
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Advanced Processor.json b/refined-storage/wiki/Raw Advanced Processor.json
deleted file mode 100644
index 5e80e9745ee..00000000000
--- a/refined-storage/wiki/Raw Advanced Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/raw-advanced-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Advanced Processor.md b/refined-storage/wiki/Raw Advanced Processor.md
deleted file mode 100644
index 507e33528de..00000000000
--- a/refined-storage/wiki/Raw Advanced Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-The Raw Advanced Processor is used to craft a [[Advanced Processor]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Basic Processor.json b/refined-storage/wiki/Raw Basic Processor.json
deleted file mode 100644
index db64e787fbb..00000000000
--- a/refined-storage/wiki/Raw Basic Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/raw-basic-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Basic Processor.md b/refined-storage/wiki/Raw Basic Processor.md
deleted file mode 100644
index ccd9c5b64b3..00000000000
--- a/refined-storage/wiki/Raw Basic Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-The Raw Basic Processor is used to craft a [[Basic Processor]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Improved Processor.json b/refined-storage/wiki/Raw Improved Processor.json
deleted file mode 100644
index 984c879d484..00000000000
--- a/refined-storage/wiki/Raw Improved Processor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/raw-improved-processor.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Raw Improved Processor.md b/refined-storage/wiki/Raw Improved Processor.md
deleted file mode 100644
index 178e1450555..00000000000
--- a/refined-storage/wiki/Raw Improved Processor.md
+++ /dev/null
@@ -1 +0,0 @@
-The Raw Improved Processor is used to craft a [[Improved Processor]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Reader.json b/refined-storage/wiki/Reader.json
deleted file mode 100644
index 98952cdd6bc..00000000000
--- a/refined-storage/wiki/Reader.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/reader.png",
- "range": {
- "from": "v1.4.0-beta",
- "to": "v1.7.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Reader.md b/refined-storage/wiki/Reader.md
deleted file mode 100644
index 81f686b5315..00000000000
--- a/refined-storage/wiki/Reader.md
+++ /dev/null
@@ -1,11 +0,0 @@
-A Reader has the ability to manage Reader / [[Writer]] channels on a network.
-
-The Reader is a block that takes items, fluids, energy and / or a redstone signal. The data will be transmitted to the configured channel and can be read out with a [[Writer]].
-
-The Reader doesn't auto-extract any of the supported types (with an exception to redstone signals). You have to insert it manually.
-
-## Supported types
-- Items
-- Fluids
-- Energy
-- Redstone
\ No newline at end of file
diff --git a/refined-storage/wiki/Recoloring.md b/refined-storage/wiki/Recoloring.md
deleted file mode 100644
index 1de44d815ed..00000000000
--- a/refined-storage/wiki/Recoloring.md
+++ /dev/null
@@ -1,6 +0,0 @@
-## Recoloring
-
-You can recolor this block in 2 ways:
-
-- Using a dye on the block
-- Combining the block with a dye as a crafting recipe
\ No newline at end of file
diff --git a/refined-storage/wiki/Refined Storage Addons.json b/refined-storage/wiki/Refined Storage Addons.json
deleted file mode 100644
index 69255fe28cf..00000000000
--- a/refined-storage/wiki/Refined Storage Addons.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v1.5.12"
- }
-}
diff --git a/refined-storage/wiki/Refined Storage Addons.md b/refined-storage/wiki/Refined Storage Addons.md
deleted file mode 100644
index 38291ca1247..00000000000
--- a/refined-storage/wiki/Refined Storage Addons.md
+++ /dev/null
@@ -1,11 +0,0 @@
-This is an addon mod for Refined Storage, from the original Refined Storage author.
-
-This mod will have all features that I think belong in an addon mod and not in the core Refined Storage mod.
-
-## Features
-These are the features in version 0.4.x and above.
-
-### Wireless Crafting Grid
-A wireless version of the [[Crafting Grid]]. Needs to be charged with energy.
-
-Right click on a [[Controller]] to bind to your network.
\ No newline at end of file
diff --git a/refined-storage/wiki/Regulator Upgrade.json b/refined-storage/wiki/Regulator Upgrade.json
deleted file mode 100644
index 281777197d2..00000000000
--- a/refined-storage/wiki/Regulator Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/regulator-upgrade.png",
- "range": {
- "from": "v1.8.3-beta"
- }
-}
diff --git a/refined-storage/wiki/Regulator Upgrade.md b/refined-storage/wiki/Regulator Upgrade.md
deleted file mode 100644
index 6f521a8def4..00000000000
--- a/refined-storage/wiki/Regulator Upgrade.md
+++ /dev/null
@@ -1,9 +0,0 @@
-The Regulator Upgrade is an upgrade that can be inserted into an [[Exporter]] to keep certain items or fluids in stock in the connected inventory.
-
-It will try to keep the connected inventory stocked by using items or fluids from the storage network.
-
-As soon as the upgrade is inserted, you can right click on a filtered item or fluid in the [[Exporter]] GUI to configure the amount to keep in stock.
-
-Additionally, the Regulator Upgrade can be combined with a [[Crafting Upgrade]] to start autocrafting tasks when the stock from the storage network runs out.
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Relay.json b/refined-storage/wiki/Relay.json
deleted file mode 100644
index 51dcd73d4d4..00000000000
--- a/refined-storage/wiki/Relay.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/relay.png",
- "range": {
- "from": "v0.4.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Relay.md b/refined-storage/wiki/Relay.md
deleted file mode 100644
index 1cbdf43df1f..00000000000
--- a/refined-storage/wiki/Relay.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The Relay acts as [[Cable]], but can be turned on or off depending on the redstone configuration.
-
-Devices connected after the Relay will be on or off depending if the Relay is on.
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Resource packs.md b/refined-storage/wiki/Resource packs.md
deleted file mode 100644
index 36d4d208729..00000000000
--- a/refined-storage/wiki/Resource packs.md
+++ /dev/null
@@ -1,19 +0,0 @@
-## Color settings
-You can change the text colors that Refined Storage uses in it's GUIs by changing the `pack.mcmeta` file.
-
-Example:
-```json
-{
- "pack": {
- "pack_format": 4,
- "description": "An example"
- },
- "refinedstorage": {
- "primary_color": 11184810,
- "secondary_color": 11184810
- }
-}
-```
-`primary_color` is used for the GUI titles, `secondary_color` is used for all the rest.
-
-The color is an integer representation of an RGBA color.
\ No newline at end of file
diff --git a/refined-storage/wiki/Search Box Info.md b/refined-storage/wiki/Search Box Info.md
deleted file mode 100644
index e8f01f58e04..00000000000
--- a/refined-storage/wiki/Search Box Info.md
+++ /dev/null
@@ -1,41 +0,0 @@
-## Search box modes
-|Type|Description|
-|----|-------|
-|Normal|The default search box mode|
-|Normal (autoselected)|Autoselects the search box|
-|JEI synchronized|Synchronizes the search box with JEI|
-|JEI synchronized (autoselected)|Synchronizes the search box with JEI and autoselects the search box|
-|JEI synchronized (two-way)|Synchronizes the search box with JEI and synchronizes JEI with the search box|
-|JEI synchronized (two-way autoselected)|Synchronizes the search box with JEI, synchronizes JEI with the search box and autoselects the search box|
-
-## Search box filters
-### Mod ID or name
-Prefix your search query with `@` followed by the mod ID or name to only show items of said mod.
-
-You can also give search terms after that, so it'll only display certain items of that mod.
-
-For example:
-
-- `@ic2` will only show [IndustrialCraft 2](https://minecraft.curseforge.com/projects/industrial-craft) items and blocks
-- `@ic2 nuclear` will only show [IndustrialCraft 2](https://minecraft.curseforge.com/projects/industrial-craft) items and blocks that have "nuclear" in its name
-
-### Tooltip
-Prefix your search query with `#` followed by the tooltip text to search for.
-
-### Oredict (Refined Storage 1.6.x or lower)
-Prefix your search query with `$` followed by the oredict name.
-
-For example: `$ingot` will only show ingots, because those are listed as `ingotIron`, `ingotGold`, ... in the ore dictionary.
-
-### Tags (Refined Storage 1.7.x or higher)
-Prefix your search query with `$` followed by the tag name.
-
-For example: `$gem` will show all items marked as a gem in the item tags.
-
-### Searching multiple items
-You can use the `|` symbol to search for multiple items at once.
-
-For example: to look for ingots and dirt, use: `ingot|dirt`.
-
-## Search box history
-Use the up and down arrow keys to scroll through the search box history.
\ No newline at end of file
diff --git a/refined-storage/wiki/Security Card.json b/refined-storage/wiki/Security Card.json
deleted file mode 100644
index d33e3674aad..00000000000
--- a/refined-storage/wiki/Security Card.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/security-card.png",
- "range": {
- "from": "v1.4.0-beta"
- }
-}
diff --git a/refined-storage/wiki/Security Card.md b/refined-storage/wiki/Security Card.md
deleted file mode 100644
index a37cc8095c1..00000000000
--- a/refined-storage/wiki/Security Card.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Security Card is an item that is bound to a player by right clicking.
-
-The Security Card has to be inserted into a [[Security Manager]], and can be configured from there as well.
\ No newline at end of file
diff --git a/refined-storage/wiki/Security Manager.json b/refined-storage/wiki/Security Manager.json
deleted file mode 100644
index 3fd0213d2fe..00000000000
--- a/refined-storage/wiki/Security Manager.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/security-manager.png",
- "range": {
- "from": "v1.4.0-beta"
- }
-}
diff --git a/refined-storage/wiki/Security Manager.md b/refined-storage/wiki/Security Manager.md
deleted file mode 100644
index e984dc0a1a7..00000000000
--- a/refined-storage/wiki/Security Manager.md
+++ /dev/null
@@ -1,31 +0,0 @@
-The Security Manager is a block that can store [[Security Card|security cards]].
-
-From it's GUI, you can configure what permissions each player (that is bound with a [[Security Card]]) has.
-
-Once the [[Security Card]] is inserted in the top slots, the permissions for that player will be restricted to the ones configured.
-
-## Behavior
-When no [[Security Card|security cards]] are active on the network, everyone has access to all permissions.
-
-Start inserting [[Security Card|security cards]] to define permissions for players.
-
-Players who have no configured [[Security Card]] are still able to do everything in the network (all permissions).
-
-To configure a "global" set of permissions for all unconfigured players, configure a [[Security Card]] that isn't bound to a player and insert it in the Security Manager.
-
-Operators (OPs) on a server have access to all permissions, overriding all network security.
-
-## The placer
-The placer of the Security Manager will always be able to open it's GUI and change the security settings, regardless of permissions.
-
-## Permissions
-|Type|Description|
-|-----|------------|
-|Insert|Inserting items to the network|
-|Extract|Extracting items from the network|
-|Autocrafting|Starting, cancelling and viewing crafting tasks|
-|Modify|Opening block GUIs from the network|
-|Build|Adding or removing devices to or from the network|
-|Security|Ability to change security options|
-
-[[@Recoloring]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Silicon.json b/refined-storage/wiki/Silicon.json
deleted file mode 100644
index 61181f1c227..00000000000
--- a/refined-storage/wiki/Silicon.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/silicon.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Silicon.md b/refined-storage/wiki/Silicon.md
deleted file mode 100644
index 968961a9af2..00000000000
--- a/refined-storage/wiki/Silicon.md
+++ /dev/null
@@ -1,3 +0,0 @@
-Silicon can be obtained by smelting quartz.
-
-This item has no use other than being used in crafting recipes.
\ No newline at end of file
diff --git a/refined-storage/wiki/Silk Touch Upgrade.json b/refined-storage/wiki/Silk Touch Upgrade.json
deleted file mode 100644
index 851422ae6c0..00000000000
--- a/refined-storage/wiki/Silk Touch Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/silk-touch-upgrade.png",
- "range": {
- "from": "v1.2.0"
- }
-}
diff --git a/refined-storage/wiki/Silk Touch Upgrade.md b/refined-storage/wiki/Silk Touch Upgrade.md
deleted file mode 100644
index 3e129a09bc9..00000000000
--- a/refined-storage/wiki/Silk Touch Upgrade.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Silk Touch Upgrade makes the [[Destructor]] use Silk Touch on the blocks that it is breaking.
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Solderer.json b/refined-storage/wiki/Solderer.json
deleted file mode 100644
index f4df82e30ef..00000000000
--- a/refined-storage/wiki/Solderer.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/solderer.png",
- "range": {
- "from": "v0.3.0-alpha",
- "to": "v1.6.0"
- },
- "see": "Processor Binding"
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Solderer.md b/refined-storage/wiki/Solderer.md
deleted file mode 100644
index 0bcf8e88965..00000000000
--- a/refined-storage/wiki/Solderer.md
+++ /dev/null
@@ -1,8 +0,0 @@
-The Solderer is a device that is used to craft several items and blocks.
-
-The Solderer is not sided. You can insert from any side and it'll automatically put the items in the right slot.
-
-Use of [JEI (Just Enough Items)](https://minecraft.curseforge.com/projects/jei) is (highly) recommended to see the recipes of the Solderer.
-
-## Applicable upgrades
-- [[Speed Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Speed Upgrade.json b/refined-storage/wiki/Speed Upgrade.json
deleted file mode 100644
index fa459c10220..00000000000
--- a/refined-storage/wiki/Speed Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/speed-upgrade.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Speed Upgrade.md b/refined-storage/wiki/Speed Upgrade.md
deleted file mode 100644
index 53d8f1ee351..00000000000
--- a/refined-storage/wiki/Speed Upgrade.md
+++ /dev/null
@@ -1,3 +0,0 @@
-The Speed Upgrade will increase the speed of the device that it is being inserted to.
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Spotlights.md b/refined-storage/wiki/Spotlights.md
deleted file mode 100644
index ed10e1d0bfb..00000000000
--- a/refined-storage/wiki/Spotlights.md
+++ /dev/null
@@ -1,23 +0,0 @@
-Sorted by version:
-## Refined Storage 1.5.x for Minecraft 1.12.2
-- [Refined Storage made easy! Part 1 - Minecraft Bit-by-Bit! Getting sorted!](https://www.youtube.com/watch?v=cL9waY82pS4) by [Mischief of Mice](https://www.youtube.com/channel/UCU3gwpclVZSYofj616OQKLQ)
-- [Refined Storage made easy! Part 2 - Minecraft Bit-by-Bit! Crafting & Transporting!](https://www.youtube.com/watch?v=e4xtrs-1LDA) by [Mischief of Mice](https://www.youtube.com/channel/UCU3gwpclVZSYofj616OQKLQ)
-- [Refined Storage made easy! Part 3 - Minecraft Bit-by-Bit! Autocrafting & Wireless!](https://www.youtube.com/watch?v=8PggwQvunvA) by [Mischief of Mice](https://www.youtube.com/channel/UCU3gwpclVZSYofj616OQKLQ)
-
-## Refined Storage 1.2.x for Minecraft 1.10.2
-- [Mod Spotlight Refined Storage Part1](https://www.youtube.com/watch?v=n0oLJKT-InU) by [direwolf20](https://www.youtube.com/channel/UC_ViSsVg_3JUDyLS3E2Un5g)
-- [Mod Spotlight Refined Storage Part2](https://www.youtube.com/watch?v=pMHww6qpABA) by [direwolf20](https://www.youtube.com/channel/UC_ViSsVg_3JUDyLS3E2Un5g)
-
-## Refined Storage 1.1.x for Minecraft 1.10.2
-- [Refined Storage - Mod Spotlight](https://www.youtube.com/watch?v=5_TJ_OzHekI) by [The MindCrafters](https://www.youtube.com/channel/UCf2wEy4_BbYpAQcgvN26OaQ)
-- [Minecraft Talk 24 - Getting Started with Refined Storage](https://www.youtube.com/watch?v=A_56_aWRwwc) by [Grok DuckFarmer](https://www.youtube.com/channel/UCoKMLbTK35pzF8Lv_oj3KlA)
-- [Minecraft Talk 25 - Crafting with Refined Storage](https://www.youtube.com/watch?v=9Fn9rXX02mA) by [Grok DuckFarmer](https://www.youtube.com/channel/UCoKMLbTK35pzF8Lv_oj3KlA)
-- [Minecraft Talk 26 - Remote Access with Refined Storage](https://www.youtube.com/watch?v=46YnHMPOkRA) by [Grok DuckFarmer](https://www.youtube.com/channel/UCoKMLbTK35pzF8Lv_oj3KlA)
-
-## Refined Storage 0.8.x for Minecraft 1.10.2
-- [Mod Spotlight: Refined Storage pt.1 - general setup and simple auto crafting](https://www.youtube.com/watch?v=giY-FFcYOdI) by [LHS_Buster](https://www.youtube.com/channel/UC0VOXyP9T4QHomFaLwnmMgw)
-- [Mod Spotlight: Refined Storage pt.2 - controlling external machines](https://www.youtube.com/watch?v=VOWe2hHuCs0) by [LHS_Buster](https://www.youtube.com/channel/UC0VOXyP9T4QHomFaLwnmMgw)
-- [Mod Spotlight: Refined Storage pt.3 - solderer automation](https://www.youtube.com/watch?v=J16-w1gDV7g) by [LHS_Buster](https://www.youtube.com/channel/UC0VOXyP9T4QHomFaLwnmMgw)
-
-## Want to be listed here as well?
-Send a tweet to [@refinedmods](https://twitter.com/refinedmods).
\ No newline at end of file
diff --git a/refined-storage/wiki/Stack Upgrade.json b/refined-storage/wiki/Stack Upgrade.json
deleted file mode 100644
index c0a184657f3..00000000000
--- a/refined-storage/wiki/Stack Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/stack-upgrade.png",
- "range": {
- "from": "v0.7.7-beta"
- }
-}
diff --git a/refined-storage/wiki/Stack Upgrade.md b/refined-storage/wiki/Stack Upgrade.md
deleted file mode 100644
index 36920e25065..00000000000
--- a/refined-storage/wiki/Stack Upgrade.md
+++ /dev/null
@@ -1,5 +0,0 @@
-The Stack upgrade will improve item or fluid transfer speeds by using a whole stack (64 items) instead of 1 item at a time.
-
-It can be combined with [[Speed Upgrade|speed upgrades]] to let the device go to the next slot quicker.
-
-By using this upgrade, the amount of FE/t that this device draws will increase.
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Block.json b/refined-storage/wiki/Storage Block.json
deleted file mode 100644
index a9f1a443fba..00000000000
--- a/refined-storage/wiki/Storage Block.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Storage Block.md b/refined-storage/wiki/Storage Block.md
deleted file mode 100644
index 6156dc11f2e..00000000000
--- a/refined-storage/wiki/Storage Block.md
+++ /dev/null
@@ -1,27 +0,0 @@
-The [[#name]] is a block that provides the system with storage. It is similar to the [[Storage Disk]], but can be placed in the world.
-
-When breaking the [[#name]], the items that it holds persist, so you won't lose any of your items.
-
-The [[#name]] won't despawn when dropped in the world.
-
-## Priority
-A (negative or positive) priority can be chosen (where a higher priority gets higher precedence to place items in).
-
-## Whitelist and blacklist
-There is also a whitelist and blacklist option to only allow or forbid some items from entering the [[#name]].
-
-The whitelist or blacklist can be configured to be NBT or damage sensitive.
-
-## Mode
-The [[#name]] has support for the following modes:
-
-- Insert and extract (default)
-- Insert only
-- Extract only
-
-## Uncrafting
-Sneak and right click while holding the empty [[#name]] to retrieve the various parts back:
-
-- The corresponding [[Storage Part]]
-- [[Basic Processor]]
-- [[Machine Casing]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Disk.json b/refined-storage/wiki/Storage Disk.json
deleted file mode 100644
index a9f1a443fba..00000000000
--- a/refined-storage/wiki/Storage Disk.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Storage Disk.md b/refined-storage/wiki/Storage Disk.md
deleted file mode 100644
index 6883c3fdcfe..00000000000
--- a/refined-storage/wiki/Storage Disk.md
+++ /dev/null
@@ -1,9 +0,0 @@
-A [[#name]] is an item where items from the storage network are stored on. It has to be put in a [[Disk Drive]].
-
-The [[#name]] won't despawn when dropped in the world.
-
-## Uncrafting
-Sneak and right click while holding the empty [[#name]] to retrieve the various parts back:
-
-- The corresponding [[Storage Part]]
-- [[Storage Housing]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Housing.json b/refined-storage/wiki/Storage Housing.json
deleted file mode 100644
index 5b377ea9612..00000000000
--- a/refined-storage/wiki/Storage Housing.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/storage-housing.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Storage Housing.md b/refined-storage/wiki/Storage Housing.md
deleted file mode 100644
index 481bb0fe7f6..00000000000
--- a/refined-storage/wiki/Storage Housing.md
+++ /dev/null
@@ -1,3 +0,0 @@
-A Storage Housing is a [[Storage Disk]] or [[Fluid Storage Disk]] without any [[Storage Part]] or [[Fluid Storage Part]] assigned to it.
-
-The player can craft another [[Storage Disk]] or [[Fluid Storage Disk]] with this item by combining the Storage Housing with a [[Storage Part]] or [[Fluid Storage Part]] respectively.
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Monitor.json b/refined-storage/wiki/Storage Monitor.json
deleted file mode 100644
index da25e0f07fd..00000000000
--- a/refined-storage/wiki/Storage Monitor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/storage-monitor.png",
- "range": {
- "from": "v1.4.1-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Monitor.md b/refined-storage/wiki/Storage Monitor.md
deleted file mode 100644
index 5eb7ccd98f1..00000000000
--- a/refined-storage/wiki/Storage Monitor.md
+++ /dev/null
@@ -1,17 +0,0 @@
-The Storage Monitor is a block that displays the current amount of a certain item or fluid in your storage system.
-
-## Configuration
-Use SHIFT + right click on the block to open a GUI to configure the item or fluid being displayed.
-
-## Item inserting and extracting
-- You can extract the item specified from the system by left clicking
- - Regular left click for a full stack (64 items)
- - Shift left click for 1 of a stack (1 item)
-- You can insert items from your inventory that match the item being displayed by right clicking
- - Right click quickly to insert all items matching the item displayed in your
-
-## Fluid inserting and extracting (since version 1.8.1)
-- You can extract the fluid specified in bucket from from the system by shift left clicking
- - Make sure you have a bucket in your inventory or storage network
-- You can insert fluids from your inventory that match the fluid being displayed by right clicking
- - Make sure you have a fluid container in your inventory that contains the fluid you want to insert
\ No newline at end of file
diff --git a/refined-storage/wiki/Storage Part.json b/refined-storage/wiki/Storage Part.json
deleted file mode 100644
index a9f1a443fba..00000000000
--- a/refined-storage/wiki/Storage Part.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Storage Part.md b/refined-storage/wiki/Storage Part.md
deleted file mode 100644
index 2dfec0abe25..00000000000
--- a/refined-storage/wiki/Storage Part.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is used to craft the [[Storage Disk]].
\ No newline at end of file
diff --git a/refined-storage/wiki/Storing externally.json b/refined-storage/wiki/Storing externally.json
deleted file mode 100644
index 44de674c939..00000000000
--- a/refined-storage/wiki/Storing externally.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.3.0-alpha"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Storing externally.md b/refined-storage/wiki/Storing externally.md
deleted file mode 100644
index 6822257cd66..00000000000
--- a/refined-storage/wiki/Storing externally.md
+++ /dev/null
@@ -1,25 +0,0 @@
-So far you've used [[Storage Disk|storage disks]] or [[Storage Block|storage blocks]]. What if you want to use a chest or an other inventory as storage?
-
-## The External Storage
-Craft an [[External Storage]] and connect it to an external inventory like a [Chest](https://minecraft.gamepedia.com/Chest).
-
-If you now insert items, they will go in the inventory.
-
-You can also filter items that can enter the external inventory with the filter slots.
-
-## Storages supported
-The [[External Storage]] supports every block that is an inventory. Some examples:
-
-- [Chests](https://minecraft.gamepedia.com/Chest)
-- Storage Drawers
- - Regular drawers
- - Drawer Controller
-- Iron Chests
-- etc...
-
-## Using an External Storage alongside other storages
-When you insert or extract an item from the storage network, Refined Storage will extract or insert from the storage with the highest priority first.
-
-Simply give a storage a higher priority than the other one, and Refined Storage will prioritize correctly.
-
-If the storage is full, Refined Storage will attempt to insert or extract from the next available storage, with a lower priority.
\ No newline at end of file
diff --git a/refined-storage/wiki/Storing fluids.json b/refined-storage/wiki/Storing fluids.json
deleted file mode 100644
index 079aeda2a10..00000000000
--- a/refined-storage/wiki/Storing fluids.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v0.9.0-beta"
- }
- }
-
\ No newline at end of file
diff --git a/refined-storage/wiki/Storing fluids.md b/refined-storage/wiki/Storing fluids.md
deleted file mode 100644
index 319cef18860..00000000000
--- a/refined-storage/wiki/Storing fluids.md
+++ /dev/null
@@ -1,18 +0,0 @@
-As opposed to only item storage, Refined Storage is able to store fluids as well. This is done in the entirely same way as item storages.
-
-All the things you can do to manipulate items (with [[Exporter|exporters]] or [[Importer|importers]]) you can do with fluids as well.
-
-## Storage
-The same way as you connect item storages, you can connect fluid storages as well:
-
-- [[Fluid Storage Disk]] in a [[Disk Drive]]
-- [[Fluid Storage Block]]
-- [[External Storage]] in fluid mode
-
-## Accessing fluids
-Use a [[Fluid Grid]].
-
-## Manipulating fluids
-Any block that would manipulate items can manipulate fluids as well by simply putting the block in fluid mode.
-
-There is one exception to this: the [[Interface]] has no fluid mode. Craft a [[Fluid Interface]] for this.
\ No newline at end of file
diff --git a/refined-storage/wiki/Translations.md b/refined-storage/wiki/Translations.md
deleted file mode 100644
index 5bcc905a23b..00000000000
--- a/refined-storage/wiki/Translations.md
+++ /dev/null
@@ -1,11 +0,0 @@
-## How to create a translation
-Copy https://github.com/refinedmods/refinedstorage/blob/mc1.15/src/main/resources/assets/refinedstorage/lang/en_us.json to a text file on your computer and replace the texts to your language.
-
-## How to submit your translation
-- If you know Git good enough, you can contribute new languages files via a pull request
-- If you do not know how to use Git / Github, upload the translation file to Pastebin or Gist [and send it to me through an GitHub issue](https://github.com/refinedmods/refinedstorage/issues)
-
-## Updating existing translations
-You can compare the new and removed translations keys yourself, [or use a Bash script I wrote](https://github.com/refinedmods/refinedstorage/blob/mc1.15/tools/missing-translation-keys.sh) that outputs a diff between `en_US` and the version specified.
-
-You can of course always diff manually using another tool, like the `diff` utility or an online diffing tool.
\ No newline at end of file
diff --git a/refined-storage/wiki/Upgrade.json b/refined-storage/wiki/Upgrade.json
deleted file mode 100644
index cad9be25a08..00000000000
--- a/refined-storage/wiki/Upgrade.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/upgrade.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Upgrade.md b/refined-storage/wiki/Upgrade.md
deleted file mode 100644
index e69679d420c..00000000000
--- a/refined-storage/wiki/Upgrade.md
+++ /dev/null
@@ -1 +0,0 @@
-The [[#name]] is the base item used for every type of upgrade.
\ No newline at end of file
diff --git a/refined-storage/wiki/Using development builds.md b/refined-storage/wiki/Using development builds.md
deleted file mode 100644
index 439cc31ed69..00000000000
--- a/refined-storage/wiki/Using development builds.md
+++ /dev/null
@@ -1,10 +0,0 @@
-Starting from december 2021, you can use development builds straight from GitHub.
-
-Follow the following steps:
-
-- Head to the [list of builds](https://github.com/refinedmods/refinedstorage/actions/workflows/build.yml).
-- Click on the commit that you want a build of.
-- Download "Artifacts".
-
-## Disclaimer
-Using development builds is a risk. It may contain untested code, bugs and crashes. Remember to take backups.
\ No newline at end of file
diff --git a/refined-storage/wiki/Using the API.md b/refined-storage/wiki/Using the API.md
deleted file mode 100644
index 1676df8defe..00000000000
--- a/refined-storage/wiki/Using the API.md
+++ /dev/null
@@ -1,74 +0,0 @@
-## For Minecraft 1.18.2 or later
-
-Starting from Minecraft 1.18, you can include the Refined Storage API in your development environment from 2 sources:
-
-- GitHub Packages
-- CreeperHost Maven
-
-### GitHub packages
-Add following repository to your `build.gradle`:
-```
-repositories {
- maven {
- url = uri("https://maven.pkg.github.com/refinedmods/refinedstorage")
- credentials {
- username = "anything"
- password = "\u0067hp_oGjcDFCn8jeTzIj4Ke9pLoEVtpnZMP4VQgaX"
- }
- }
-}
-```
-
-The credentials are necessary because as of december 2021, GitHub packages still requires authentication for public packages.
-The password used is a personal access token that has read access to the Refined Mods repositories.
-It can be reused in other projects.
-
-See:
-
-- https://github.community/t/download-from-github-package-registry-without-authentication/14407/38
-- https://github.community/t/download-from-github-package-registry-without-authentication/14407/44
-
-You can find a list of versions on [GitHub packages](https://github.com/orgs/refinedmods/packages).
-
-### CreeperHost Maven
-Add following repository to your `build.gradle`:
-```
-repositories {
- maven {
- url = uri("https://maven.creeperhost.net")
- }
-}
-```
-
-You can find a list of versions on the [Maven index](https://maven.creeperhost.net/com/refinedmods/refinedstorage).
-
-**Warning:** Due to a bug in the Maven index on CreeperHost, new versions aren't included in the index. However, you can use them in your Gradle dependency.
-
-For example, version `1.10.2` isn't included in the Maven index, but you can use `1.10.2` in your Gradle dependency when using CreeperHost Maven.
-
-## For older Minecraft versions
-
-Some Refined Storage API versions for older Minecraft versions are available on [CreeperHost Maven](https://maven.creeperhost.net/com/refinedmods/refinedstorage).
-
-However, not all of them are available. If you need a specific version, build Refined Storage yourself and include the API manually.
-
-## Including the API
-```
-implementation fg.deobf("com.refinedmods:refinedstorage:VERSION_HERE") {
- transitive false
-}
-```
-
-## Using the API
-
-Use the `@RSAPIInject` annotation to get access to the API facade.
-
-```
-public class MyMod {
- @RSAPIInject
- public static IRSAPI RSAPI;
-}
-```
-
-## Javadoc
-Updated Javadoc is available after every release [here](https://refinedmods.com/javadoc/refinedstorage).
diff --git a/refined-storage/wiki/Wireless Crafting Monitor.json b/refined-storage/wiki/Wireless Crafting Monitor.json
deleted file mode 100644
index 62fe33fdb07..00000000000
--- a/refined-storage/wiki/Wireless Crafting Monitor.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-crafting-monitor.png",
- "range": {
- "from": "v1.2.1"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Crafting Monitor.md b/refined-storage/wiki/Wireless Crafting Monitor.md
deleted file mode 100644
index 71c3438252b..00000000000
--- a/refined-storage/wiki/Wireless Crafting Monitor.md
+++ /dev/null
@@ -1,25 +0,0 @@
-With the Wireless Crafting Monitor the player can see what is crafting from anywhere.
-
-To activate the Wireless Crafting Monitor, the player has to right click the Wireless Crafting Monitor on a [[Controller]]. If you're playing on Refined Storage 1.7.x or higher you can bind the [[#name]] by right clicking on any connected network device.
-
-To use the Wireless Crafting Monitor the item needs Forge Energy. You'll have to charge it in a block that charges items from another mod.
-
-After doing all these steps, the Wireless Crafting Monitor is still missing a signal from the system. Add at least 1 [[Wireless Transmitter]] to the network to get a basic range of 16 blocks.
-
-If the Wireless Crafting Monitor is ready for use, it will light up blue.
-
-Sometimes, the Wireless Crafting Monitor doesn't open or stays grey. To enable it make sure that:
-
-- The Wireless Crafting Monitor is bound to a [[Controller]]
-- There is at least 1 [[Wireless Transmitter]] connected to the network
-- That you are in range of the [[Wireless Transmitter]]
-- The [[Controller]] block is still in the world on the place where you bound it to
-
-## Energy behavior
-The Wireless Crafting Monitor draws energy on following actions:
-
-|Action|Amount of Forge Energy drawed|
-|------|------|
-|Opening the Wireless Crafting Monitor|35 FE|
-|Cancelling a task|4 FE|
-|Cancelling all tasks|5 FE|
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Fluid Grid.json b/refined-storage/wiki/Wireless Fluid Grid.json
deleted file mode 100644
index 45a69990f21..00000000000
--- a/refined-storage/wiki/Wireless Fluid Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-fluid-grid.png",
- "range": {
- "from": "v1.4.0-beta"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Fluid Grid.md b/refined-storage/wiki/Wireless Fluid Grid.md
deleted file mode 100644
index 8b687496401..00000000000
--- a/refined-storage/wiki/Wireless Fluid Grid.md
+++ /dev/null
@@ -1,25 +0,0 @@
-With the Wireless Fluid Grid the player can access their fluids from anywhere.
-
-To activate the Wireless Fluid Grid, the player has to right click the Wireless Fluid Grid on a [[Controller]]. If you're playing on Refined Storage 1.7.x or higher you can bind the [[#name]] by right clicking on any connected network device.
-
-To use the Wireless Fluid Grid the item needs Forge Energy. You'll have to charge it in a block that charges items from another mod.
-
-After doing all these steps, the Wireless Fluid Grid is still missing a signal from the system. Add at least 1 [[Wireless Transmitter]] to the network to get a basic range of 16 blocks.
-
-If the Wireless Fluid Grid is ready for use, it will light up blue.
-
-Sometimes, the Wireless Fluid Grid doesn't open or stays gray. To enable it make sure that:
-
-- The Wireless Fluid Grid is bound to a [[Controller]]
-- There is at least 1 [[Wireless Transmitter]] connected to the network
-- That you are in range of the [[Wireless Transmitter]]
-- The [[Controller]] block is still in the world on the place where you bound it to
-
-## Energy behavior
-The Wireless Fluid Grid draws energy on following actions:
-
-|Action|Amount of Forge Energy drawed|
-|------|------|
-|Opening the Wireless Fluid Grid|30 FE|
-|Pulling a fluid from storage|3 FE|
-|Pushing a fluid to storage|3 FE|
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Grid.json b/refined-storage/wiki/Wireless Grid.json
deleted file mode 100644
index db1d261d212..00000000000
--- a/refined-storage/wiki/Wireless Grid.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-grid.png",
- "range": {
- "from": "v0.3.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Grid.md b/refined-storage/wiki/Wireless Grid.md
deleted file mode 100644
index 90063afd444..00000000000
--- a/refined-storage/wiki/Wireless Grid.md
+++ /dev/null
@@ -1,25 +0,0 @@
-With the Wireless Grid the player can access their items from anywhere.
-
-To activate the Wireless Grid, the player has to right click the Wireless Grid on a [[Controller]]. If you're playing on Refined Storage 1.7.x or higher you can bind the [[#name]] by right clicking on any connected network device.
-
-To use the Wireless Grid the item needs Forge Energy. You'll have to charge it in a block that charges items from another mod.
-
-After doing all these steps, the Wireless Grid is still missing a signal from the storage network. Add at least 1 [[Wireless Transmitter]] to the network to get a basic range of 16 blocks.
-
-If the Wireless Grid is ready for use, it will light up blue.
-
-Sometimes, the Wireless Grid doesn't open or stays gray. To enable it make sure that:
-
-- The Wireless Grid is bound to a [[Controller]]
-- There is at least 1 [[Wireless Transmitter]] connected to the network
-- That you are in range of the [[Wireless Transmitter]]
-- The [[Controller]] block is still in the world on the place where you bound it to
-
-## Energy behavior
-The Wireless Grid draws energy on following actions:
-
-|Action|Amount of Forge Energy drawed|
-|------|------|
-|Opening the Wireless Grid|30 FE|
-|Pulling an item from storage|3 FE|
-|Pushing an item to storage|3 FE|
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Transmitter.json b/refined-storage/wiki/Wireless Transmitter.json
deleted file mode 100644
index b64ebff8371..00000000000
--- a/refined-storage/wiki/Wireless Transmitter.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wireless-transmitter.png",
- "range": {
- "from": "v0.6.0-alpha"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Wireless Transmitter.md b/refined-storage/wiki/Wireless Transmitter.md
deleted file mode 100644
index b3d070dc9b7..00000000000
--- a/refined-storage/wiki/Wireless Transmitter.md
+++ /dev/null
@@ -1,23 +0,0 @@
-The Wireless Transmitter is used to send signals to wireless network items in Refined Storage.
-
-## Range
-The default range is 16 blocks, but can be upgraded with [[Range Upgrade|range upgrades]].
-
-### Bigger range
-Keep in mind, **you are not limited to 1 Wireless Transmitter**!
-
-You can spread multiple around in your world, each maximally upgraded with [[Range Upgrade|range upgrades]].
-
-Note that every Wireless Transmitter needs to be connected to the network through a [[Cable]] or [[Network Receiver]].
-
-## Placing transmitters efficiently
-Placing 2 Wireless Transmitters just next to each other will not do that much.
-
-The wireless signal starts from the Wireless Transmitter's position, so, if you place 2 transmitters next to each other you'll only have a net gain of 1 block.
-
-Instead, you have to spread your wireless transmitters around.
-
-[[@Recoloring]]
-
-## Applicable upgrades
-- [[Range Upgrade]]
\ No newline at end of file
diff --git a/refined-storage/wiki/Wrench.json b/refined-storage/wiki/Wrench.json
deleted file mode 100644
index f45da9da2b2..00000000000
--- a/refined-storage/wiki/Wrench.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "icon": "\/assets\/refined-storage\/renders\/wrench.png",
- "range": {
- "from": "v1.2.0"
- }
-}
\ No newline at end of file
diff --git a/refined-storage/wiki/Wrench.md b/refined-storage/wiki/Wrench.md
deleted file mode 100644
index 85e17e49b94..00000000000
--- a/refined-storage/wiki/Wrench.md
+++ /dev/null
@@ -1,7 +0,0 @@
-The Wrench in Refined Storage is a tool that can do two things:
-
-- Rotate blocks
-- Break Refined Storage [[Cover|covers]]
-
-Simply sneak and right click when using the Wrench.
-
diff --git a/refined-storage/wiki/Writer.json b/refined-storage/wiki/Writer.json
deleted file mode 100644
index 008580c2754..00000000000
--- a/refined-storage/wiki/Writer.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "icon": "/assets/refined-storage/renders/writer.png",
- "range": {
- "from": "v1.4.0-beta",
- "to": "v1.7.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/Writer.md b/refined-storage/wiki/Writer.md
deleted file mode 100644
index dec47ff9ef5..00000000000
--- a/refined-storage/wiki/Writer.md
+++ /dev/null
@@ -1,11 +0,0 @@
-A Writer has the ability to manage Reader / [[Writer]] channels on a network.
-
-The Writer is a block that exposes items, fluids, energy and / or a redstone signal from the bound channel. The data that is received is sent from the [[Reader]].
-
-The Writer doesn't auto-push any of the supported types (with an exception to redstone signals). You have to extract it manually.
-
-## Supported types
-- Items
-- Fluids
-- Energy
-- Redstone
\ No newline at end of file
diff --git a/refined-storage/wiki/createdisk.json b/refined-storage/wiki/createdisk.json
deleted file mode 100644
index f4130f0dd4a..00000000000
--- a/refined-storage/wiki/createdisk.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "range": {
- "from": "v1.6.0",
- "to": "v1.7.0-alpha"
- }
-}
diff --git a/refined-storage/wiki/createdisk.md b/refined-storage/wiki/createdisk.md
deleted file mode 100644
index 0e9b6d7d7f9..00000000000
--- a/refined-storage/wiki/createdisk.md
+++ /dev/null
@@ -1,38 +0,0 @@
-**NOTE:** This command is only available for Minecraft 1.12.2 on Refined Storage version 1.6.x. [[Commands|Since Refined Storage 1.9.5 for Minecraft 1.16.2 there is a new command available]].
-
-Use the `/createdisk` command to spawn in a disk with a given ID.
-
-## Usage
-`/createdisk `
-
-### Player
-The player name to give the disk to.
-
-### Item
-The item ID of the storage disk. For Refined Storage this would be `refinedstorage:storage_disk` (or `refinedstorage:fluid_storage_disk` for fluid disks).
-
-### Metadata
-Metadata is the type of disk.
-
-**Items**
-
-|Type|Metadata|
-|-------|------------|
-|1k|0|
-|4k|1|
-|16k|2|
-|64k|3|
-|Creative|4|
-
-**Fluids**
-
-|Type|Metadata|
-|-------|------------|
-|64k|0|
-|256k|1|
-|1024k|2|
-|4096k|3|
-|Creative|4|
-
-### ID
-The ID parameter is the ID of the disk. A disk ID can be found by turning on advanced tooltips and checking the tooltip of the disk.
\ No newline at end of file
diff --git a/refined-storage/wiki/sidebar/blocks.json b/refined-storage/wiki/sidebar/blocks.json
deleted file mode 100644
index d91765b81ac..00000000000
--- a/refined-storage/wiki/sidebar/blocks.json
+++ /dev/null
@@ -1,67 +0,0 @@
-[
- {
- "name": "Networking",
- "pages": ["Controller", "Creative Controller", "Cable", "Relay", "Solderer"]
- },
- {
- "name": "Storage",
- "pages": [
- "Disk Drive",
- "External Storage",
- "1k Storage Block",
- "4k Storage Block",
- "16k Storage Block",
- "64k Storage Block",
- "Creative Storage Block",
- "64k Fluid Storage Block",
- "256k Fluid Storage Block",
- "1024k Fluid Storage Block",
- "4096k Fluid Storage Block",
- "Creative Fluid Storage Block"
- ]
- },
- {
- "name": "I/O",
- "pages": [
- "Importer",
- "Exporter",
- "Constructor",
- "Destructor",
- "Interface",
- "Fluid Interface",
- "Disk Manipulator",
- "Reader",
- "Writer"
- ]
- },
- {
- "name": "Grids",
- "pages": [
- "Grid",
- "Crafting Grid",
- "Pattern Grid",
- "Fluid Grid",
- "Portable Grid"
- ]
- },
- {
- "name": "Wireless",
- "pages": ["Wireless Transmitter", "Network Transmitter", "Network Receiver"]
- },
- {
- "name": "Autocrafting",
- "pages": ["Crafter", "Crafting Monitor", "Crafter Manager", "Processing Pattern Encoder"]
- },
- {
- "name": "Monitoring",
- "pages": ["Detector", "Storage Monitor"]
- },
- {
- "name": "Security",
- "pages": ["Security Manager"]
- },
- {
- "name": "Utility",
- "pages": ["Cover", "Hollow Cover", "Machine Casing"]
- }
-]
diff --git a/refined-storage/wiki/sidebar/guides.json b/refined-storage/wiki/sidebar/guides.json
deleted file mode 100644
index 3120090980f..00000000000
--- a/refined-storage/wiki/sidebar/guides.json
+++ /dev/null
@@ -1,46 +0,0 @@
-[
- {
- "name": "Using the mod",
- "pages": [
- "How to install",
- "Getting started",
- "Getting items in and out",
- "Storing externally",
- "Storing fluids",
- "Alternative ways to access a storage",
- "Networks over long distances",
- "Commands"
- ]
- },
- {
- "name": "About the mod",
- "pages": [
- "Integrations",
- "Spotlights",
- "FAQ",
- "Minecraft version support",
- "Resource packs",
- "Using development builds",
- "Using the API"
- ]
- },
- {
- "name": "Autocrafting",
- "pages": [
- "Getting started with autocrafting",
- "Processing recipes",
- "Keeping items in stock",
- "Locking and unlocking",
- "How autocrafting works internally"
- ]
- },
- {
- "name": "Fluid autocrafting",
- "pages": [
- "Fluid autocrafting",
- "Keeping fluids in stock",
- "Autocrafting with filled buckets"
- ]
- },
- { "name": "Reporting a bug", "pages": ["Profiling"] }
-]
diff --git a/refined-storage/wiki/sidebar/items.json b/refined-storage/wiki/sidebar/items.json
deleted file mode 100644
index 7cd7a344445..00000000000
--- a/refined-storage/wiki/sidebar/items.json
+++ /dev/null
@@ -1,88 +0,0 @@
-[
- {
- "name": "Storage",
- "pages": [
- "Storage Housing",
- "1k Storage Part",
- "4k Storage Part",
- "16k Storage Part",
- "64k Storage Part",
-
- "1k Storage Disk",
- "4k Storage Disk",
- "16k Storage Disk",
- "64k Storage Disk",
- "Creative Storage Disk",
-
- "64k Fluid Storage Part",
- "256k Fluid Storage Part",
- "1024k Fluid Storage Part",
- "4096k Fluid Storage Part",
-
- "64k Fluid Storage Disk",
- "256k Fluid Storage Disk",
- "1024k Fluid Storage Disk",
- "4096k Fluid Storage Disk",
- "Creative Fluid Storage Disk"
- ]
- },
- {
- "name": "Wireless",
- "pages": [
- "Wireless Grid",
- "Creative Wireless Grid",
- "Portable Grid",
- "Wireless Fluid Grid",
- "Creative Wireless Fluid Grid",
- "Wireless Crafting Monitor",
- "Creative Wireless Crafting Monitor",
- "Network Card"
- ]
- },
- {
- "name": "Upgrades",
- "pages": [
- "Upgrade",
- "Range Upgrade",
- "Speed Upgrade",
- "Stack Upgrade",
- "Crafting Upgrade",
- "Regulator Upgrade",
- "Fortune Upgrade",
- "Silk Touch Upgrade",
- "Interdimensional Upgrade"
- ]
- },
- {
- "name": "Processors",
- "pages": [
- "Processor Binding",
- "Raw Basic Processor",
- "Basic Processor",
- "Raw Improved Processor",
- "Improved Processor",
- "Raw Advanced Processor",
- "Advanced Processor"
- ]
- },
- {
- "name": "Cores",
- "pages": ["Construction Core", "Destruction Core"]
- },
- {
- "name": "Autocrafting",
- "pages": ["Pattern"]
- },
- {
- "name": "Security",
- "pages": ["Security Card"]
- },
- {
- "name": "Utility",
- "pages": ["Silicon", "Wrench", "Filter", "Quartz Enriched Iron"]
- },
- {
- "name": "Removed Items",
- "pages": ["Cutting Tool"]
- }
-]
diff --git a/release-badge.gohtml b/release-badge.gohtml
deleted file mode 100644
index 4023754dcb6..00000000000
--- a/release-badge.gohtml
+++ /dev/null
@@ -1,6 +0,0 @@
-{{- /*gotype: github.com/refinedmods/sitegen/release.Release*/ -}}
-{{if eq .Type "beta"}}
- Beta
-{{else if eq .Type "alpha"}}
- Alpha
-{{end}}
diff --git a/release.gohtml b/release.gohtml
deleted file mode 100644
index 32ad94bc6f0..00000000000
--- a/release.gohtml
+++ /dev/null
@@ -1,28 +0,0 @@
-{{- /*gotype: github.com/refinedmods/sitegen/render.Release*/ -}}
-{{ define "body" }}
-