Overloaded

Overloaded

15M Downloads

Cant "un"craft 1x compressed back to original blocks

OrdinatorStouff opened this issue ยท 1 comments

commented

Minecraft Version: 1.12.2

Overloaded Version: Overloaded-1.12.1-0.0.41.jar

Compressed blocks recipe back into normal/original/base blocks is not working. For example the following compressed.json:

[
  {
    "baseRegistryName": "minecraft:obsidian",
    "compressedPathRegistryName": "compressed_obsidian",
    "meta": 0,
    "texturePath": "minecraft:textures/blocks/obsidian.png",
    "depth": 4,
    "hardnessMultiplier": 2.0,
    "recipeEnabled": true
  }
]

registers compressed obsidian blocks and 9x vanilla obsidian can be crafted into 1x compressed but 1x compressed can not be crafted back to vanilla obsidian. JEI shows that it is a recipe, but in personal 2x2, vanilla crafting table 3x3, or a few other modded craft grids, there is no output when the 1x compressed is placed in any of the input slots

commented

Fixed in b4209c4