Adding Templates to Non‐Jigsaw Structures - Apollounknowndev/lithostitched GitHub Wiki

Page still WIP! A guide will be attached At Some Point™.

Introduction

Lithostitched adds a special system for injecting custom templates into the following non-jigsaw structures:

  • Nether Fossil
  • Shipwreck
  • Ruined Portal
  • Woodland Mansion

Here's an example worldgen modifier using this system:

{
  "type": "lithostitched:add_structure_templates",
  "targets": "lithostitched:shipwreck/beached",
  "templates": [
    "my_mod:shipwreck/special_1",
    "my_mod:shipwreck/special_2"
  ]
}
  • targets: A template list or list of template lists.
  • templates: A list of structure templates to add to the template list.

Template Lists

Template Lists, as their name suggests, hold a list of templates. Listed below are the existing template lists that can be injected into:

  • nether_fossil
  • shipwreck/beached
  • shipwreck/ocean
  • ruined_portal/standard
  • ruined_portal/giant
  • woodland_mansion/first_floor/1x1
  • woodland_mansion/first_floor/1x1_secret
  • woodland_mansion/first_floor/1x2_front
  • woodland_mansion/first_floor/1x2_side
  • woodland_mansion/first_floor/1x2_secret
  • woodland_mansion/first_floor/2x2
  • woodland_mansion/first_floor/2x2_secret
  • woodland_mansion/second_floor/1x1
  • woodland_mansion/second_floor/1x1_secret
  • woodland_mansion/second_floor/1x2_front
  • woodland_mansion/second_floor/1x2_side
  • woodland_mansion/second_floor/1x2_secret
  • woodland_mansion/second_floor/2x2
  • woodland_mansion/second_floor/2x2_secret
  • woodland_mansion/third_floor/1x1
  • woodland_mansion/third_floor/1x1_secret
  • woodland_mansion/third_floor/1x2_front
  • woodland_mansion/third_floor/1x2_side
  • woodland_mansion/third_floor/1x2_secret
  • woodland_mansion/third_floor/2x2
  • woodland_mansion/third_floor/2x2_secret