1. Please be advised of a few specific rules and guidelines for this section.

RELEASED Hull Plating Blocks & More - Revived 37.00

It's back! Tilesets, tile modifiers, parts, furniture, and tools to create custom works.

  1. simulatoralive

    simulatoralive Existential Complex

    With some careful investigation and experimentation, I finally managed to fix this error on my end, via a patch mod of my own making. I even managed to repair the broken world by making a temporary material to match the offending ID.

    I'm not sure what the intended behavior was supposed to be, since lava coming into contact with Red-Hot Cobblestone shouldn't have done anything at all. I've changed it to instead turn into cobblestone when it comes into contact with water, which I probably would have done when I first made the block, if I'd known this kind of interaction was even possible.

    Here's the patch I used, in case anyone else might find it useful:
    Code:
    [
      [
        { "op": "replace", "path": "/liquidInteractions", "value":
          [
            {
              "liquidId": 1,
              "consumeLiquid": 0.15,
              "transformMaterialId": 3
            },
            {
              "liquidId": 3,
              "consumeLiquid": 0.15,
              "transformMaterialId": 3
            },
            {
              "liquidId": 6,
              "consumeLiquid": 0.15,
              "transformMaterialId": 3
            }
          ]
        }
      ]
    
    ]
    
    Edit: I re-wrote my patch to include more liquid interactions, with poison and healing water also turning the block to regular cobblestone.
     
    Last edited: Jul 31, 2021
  2. simulatoralive

    simulatoralive Existential Complex

    I found another bug in the mod. The material 'rubiumcrystal' has it's item drop set as 'rubiumcrystal', when in fact it should be 'HPB_rubiumcrystal'.
     
  3. simulatoralive

    simulatoralive Existential Complex

    I've made art for a new block. It's effectively a combination of Pressurised Durasteel and Hull Panel, art-wise.

    Here's the art for the block:
    HPBA_slopedpressurisedpanel.png

    And the icon:
    HPBA_slopedpressurisedpanelicon.png

    In my test mod it's being crafted from 1 Titanium Bar and 1 Durasteel Bar.

    I may make a few more sloped blocks to fill in the gaps that aren't filled by the More Tiles and Greebles mod. I'm already thinking about a titanium and platinum block, which would be a plain white, until painted, and would take paint on with rather dark shades.
     
  4. simulatoralive

    simulatoralive Existential Complex

    More art for new blocks.

    Sloped Carbon Fiber and it's icon:
    HPBA_slopedcarbonfiberpanel.png
    HPBA_slopedcarbonfiberpanelicon.png

    The recipe is 1 Tianium Bar and 20 Carbon Fiber Hull.

    Sloped hazard block and icon:
    HPBA_slopedhazardpanel.png
    HPBA_slopedhazardpanelicon.png

    The recipe is 1 Titanium Bar and 20 Hazard Blocks.
     
    Last edited: Aug 18, 2021
  5. simulatoralive

    simulatoralive Existential Complex

    Another sloped block, based on the small, red pressure door.

    Here's the art:
    HPBA_slopedredpressurisedpanel.png
    HPBA_slopedredpressurisedpanelicon.png

    The recipe I tested this with is 1 Durasteel Bar and 1 Red Dye.
     
    Last edited: Aug 18, 2021
  6. simulatoralive

    simulatoralive Existential Complex

    A sloped block to fit in with the Outpost theme.

    Here's the art:
    HPBA_slopedoutpostpanel.png
    HPBA_slopedoutpostpanelicon.png

    The recipe I'm using is 1 Durasteel Bar and 1 Concrete (the vanilla concrete block, not the hull plating one).
     
  7. simulatoralive

    simulatoralive Existential Complex

    I made a sloped concrete block.

    Here's the art:
    HPBA_slopedconcretepanel.png
    HPBA_slopedconcretepanelicon.png

    The recipe I'm using is 1 Titanium Bar and 20 Concrete Slab (the concrete from the mod, this time).
     
  8. simulatoralive

    simulatoralive Existential Complex

    I call this one Foundry Hazard Panel. The idea came to me while looking at a section of one of my bases made of girders and hazard blocks. Then I remembered those two are used in the foundry biome a lot, so...

    HPBA_slopedgirderhazardpanel.png
    HPBA_slopedgirderhazardpanelicon.png

    The recipe I'm using is 1 Iron Bar and 20 Hazard blocks.
     
  9. simulatoralive

    simulatoralive Existential Complex

Share This Page