From 0fc7e2ea92f8d53146cfed52e65202a8f153052e Mon Sep 17 00:00:00 2001 From: Jukelyn Date: Tue, 20 May 2025 02:06:46 -0400 Subject: [PATCH 1/3] Removed html breaks and instead used markdown spacing for it. --- pages/Compressor.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/Compressor.md b/pages/Compressor.md index ad8ba7c61..b6338ac85 100644 --- a/pages/Compressor.md +++ b/pages/Compressor.md @@ -1,7 +1,8 @@ -The Compressor is in the [Basic Machines](https://github.com/Slimefun/Slimefun4/wiki/Basic-Machines) category. It is a multiblock structure.
+The Compressor is in the [Basic Machines](https://github.com/Slimefun/Slimefun4/wiki/Basic-Machines) category. It is a multiblock structure. ## Obtaining -The Compressor is a multiblock structure, it consists of a dispenser, a nether brick fence and 2 pistons.
+ +The Compressor is a multiblock structure, it consists of a dispenser, a nether brick fence and 2 pistons. A complete setup should look like this: @@ -10,5 +11,7 @@ A complete setup should look like this: You can also place an [Output Chest](https://github.com/Slimefun/Slimefun4/wiki/Output-Chest) next to the dispenser to collect your compressed items. If there is no [Output Chest](https://github.com/Slimefun/Slimefun4/wiki/Output-Chest), then it will be put in the dispenser. ## Usage -The Compressor is used to compress various item, check out the Compressor in the Slimefun Guide in-game for more recipes.
-To use the compressor, you need to put the items you want compressed in the dispenser and when you right click on the fence, if there is a viable conversion possible, it'll convert your items and output them. \ No newline at end of file + +The Compressor is used to compress various item, check out the Compressor in the Slimefun Guide in-game for more recipes. + +To use the compressor, you need to put the items you want compressed in the dispenser and when you right click on the fence, if there is a viable conversion possible, it'll convert your items and output them. From e8e3c8b8dfcec6608b4cacd745375453b397b5d0 Mon Sep 17 00:00:00 2001 From: Jukelyn Date: Tue, 20 May 2025 02:08:59 -0400 Subject: [PATCH 2/3] Added compressor recipes --- pages/Compressor.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pages/Compressor.md b/pages/Compressor.md index b6338ac85..857a68dc4 100644 --- a/pages/Compressor.md +++ b/pages/Compressor.md @@ -15,3 +15,21 @@ You can also place an [Output Chest](https://github.com/Slimefun/Slimefun4/wiki/ The Compressor is used to compress various item, check out the Compressor in the Slimefun Guide in-game for more recipes. To use the compressor, you need to put the items you want compressed in the dispenser and when you right click on the fence, if there is a viable conversion possible, it'll convert your items and output them. + +## Recipes + +
+ +| Input | Output | +| ------------------------ | ----------------- | +| 4 Stone Chunk | Cobblestone | +| 8 Flint | Gravel | +| 4 Charcoal | Coal | +| 4 Charcoal Block | Coal Block | +| 8 Coal | Carbon | +| 4 Carbon | Compressed Carbon | +| 8 Block of Coal | 9 Carbon | +| 8 Steel Ingot | Steel Plate | +| 8 Reinforced Alloy Ingot | Reinforced Plate | + +
From 5e4468c91b46372e857dc580651524d8a38484ed Mon Sep 17 00:00:00 2001 From: Mehraz Ahmed Date: Wed, 21 May 2025 13:55:41 -0400 Subject: [PATCH 3/3] Update Compressor.md Since recipes can vary heavily based on server settings and addons installed, it would be best not to include them. --- pages/Compressor.md | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/pages/Compressor.md b/pages/Compressor.md index 857a68dc4..b6338ac85 100644 --- a/pages/Compressor.md +++ b/pages/Compressor.md @@ -15,21 +15,3 @@ You can also place an [Output Chest](https://github.com/Slimefun/Slimefun4/wiki/ The Compressor is used to compress various item, check out the Compressor in the Slimefun Guide in-game for more recipes. To use the compressor, you need to put the items you want compressed in the dispenser and when you right click on the fence, if there is a viable conversion possible, it'll convert your items and output them. - -## Recipes - -
- -| Input | Output | -| ------------------------ | ----------------- | -| 4 Stone Chunk | Cobblestone | -| 8 Flint | Gravel | -| 4 Charcoal | Coal | -| 4 Charcoal Block | Coal Block | -| 8 Coal | Carbon | -| 4 Carbon | Compressed Carbon | -| 8 Block of Coal | 9 Carbon | -| 8 Steel Ingot | Steel Plate | -| 8 Reinforced Alloy Ingot | Reinforced Plate | - -