File Details
Sky Compression v1.1 Public-Beta
- B
- Nov 17, 2017
- 170.94 KB
- 309.3K
- 1.12.2+2
File Name
Sky Compression-1.1 Public-Beta.jar
Supported Versions
- 1.12.2
- 1.12.1
- 1.12
Fixed:
-Fixed the compressed water extractor not getting water if facing side.
-Fixed water not updating after placed with a Compressed Water Extractor.
Changed:
-Made Compressed Water Extractor able to be made in the top 2 rows OR the bottom 2 rows. Instead of only the bottom 2 rows.
-Changed the way the compressed blocks are rendered. It now uses vanilla's textures with an overlay to make it resource pack compatible.
Added:
-Added Compressed Sand.
-Added Compressed Dehydrated Cactus.
-Made Compressed Cactus growable on Compressed Sand (even Extra Utils Compressed Sand).
-Added configurability options for the Compressed Rock Grinder machine.
-Added Compressed Knives.
-Added Compressed Log variants for all types of vanilla logs.
-Added CraftTweaker support:
mods.sc.compressedrockgrinder.addRecipe(ItemStack output, ItemStack input);
mods.sc.compressedrockgrinder.addRecipe(ItemStack output, ItemStack input, float chance);
mods.sc.compressedrockgrinder.removeRecipe(ItemStack output);
mods.sc.compressedknife.addRecipe(ItemStack output, ItemStack input);
mods.sc.compressedknife.removeRecipe(ItemStack output);
mods.sc.compressedwaterextractor.extract.addRecipe(int waterOut, ItemStack output, ItemStack input);
mods.sc.compressedwaterextractor.extract.removeRecipe(int waterOut, ItemStack output, ItemStack input);
mods.sc.compressedwaterextractor.insert.addRecipe(ItemStack output, ItemStack input, int waterIn);
mods.sc.compressedwaterextractor.insert.removeRecipe(IItemStack output);

