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_fossilshipwreck/beachedshipwreck/oceanruined_portal/standardruined_portal/giantwoodland_mansion/first_floor/1x1woodland_mansion/first_floor/1x1_secretwoodland_mansion/first_floor/1x2_frontwoodland_mansion/first_floor/1x2_sidewoodland_mansion/first_floor/1x2_secretwoodland_mansion/first_floor/2x2woodland_mansion/first_floor/2x2_secretwoodland_mansion/second_floor/1x1woodland_mansion/second_floor/1x1_secretwoodland_mansion/second_floor/1x2_frontwoodland_mansion/second_floor/1x2_sidewoodland_mansion/second_floor/1x2_secretwoodland_mansion/second_floor/2x2woodland_mansion/second_floor/2x2_secretwoodland_mansion/third_floor/1x1woodland_mansion/third_floor/1x1_secretwoodland_mansion/third_floor/1x2_frontwoodland_mansion/third_floor/1x2_sidewoodland_mansion/third_floor/1x2_secretwoodland_mansion/third_floor/2x2woodland_mansion/third_floor/2x2_secret