├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── src └── main │ ├── resources │ ├── gfx │ │ └── reccomplex │ │ │ └── logo.png │ ├── assets │ │ └── reccomplex │ │ │ ├── blockstates │ │ │ ├── spawn_script.json │ │ │ ├── maze_generator.json │ │ │ ├── structure_generator.json │ │ │ └── weighted_command_block.json │ │ │ ├── textures │ │ │ ├── items │ │ │ │ ├── inspector.png │ │ │ │ ├── block_selector.png │ │ │ │ ├── book_generation_tag.png │ │ │ │ ├── artifact_generation_tag.png │ │ │ │ ├── block_selector_floating.png │ │ │ │ ├── inventory_generation_tag.png │ │ │ │ ├── inventory_generation_single_tag.png │ │ │ │ └── inventory_generation_component_tag.png │ │ │ ├── mod │ │ │ │ ├── gui_states.png │ │ │ │ ├── gui_edit_inventory_gen.png │ │ │ │ ├── selection │ │ │ │ │ ├── selection_00000.png │ │ │ │ │ ├── selection_00001.png │ │ │ │ │ ├── selection_00002.png │ │ │ │ │ ├── selection_00003.png │ │ │ │ │ ├── selection_00004.png │ │ │ │ │ ├── selection_00005.png │ │ │ │ │ ├── selection_00006.png │ │ │ │ │ ├── selection_00007.png │ │ │ │ │ ├── selection_00008.png │ │ │ │ │ ├── selection_00009.png │ │ │ │ │ ├── selection_00010.png │ │ │ │ │ ├── selection_00011.png │ │ │ │ │ ├── selection_00012.png │ │ │ │ │ ├── selection_00013.png │ │ │ │ │ ├── selection_00014.png │ │ │ │ │ ├── selection_00015.png │ │ │ │ │ ├── selection_00016.png │ │ │ │ │ ├── selection_00017.png │ │ │ │ │ ├── selection_00018.png │ │ │ │ │ ├── selection_00019.png │ │ │ │ │ ├── selection_00020.png │ │ │ │ │ ├── selection_00021.png │ │ │ │ │ ├── selection_00022.png │ │ │ │ │ ├── selection_00023.png │ │ │ │ │ ├── selection_00024.png │ │ │ │ │ ├── selection_00025.png │ │ │ │ │ ├── selection_00026.png │ │ │ │ │ ├── selection_00027.png │ │ │ │ │ ├── selection_00028.png │ │ │ │ │ ├── selection_00029.png │ │ │ │ │ ├── selection_00030.png │ │ │ │ │ ├── selection_00031.png │ │ │ │ │ ├── selection_00032.png │ │ │ │ │ ├── selection_00033.png │ │ │ │ │ ├── selection_00034.png │ │ │ │ │ ├── selection_00035.png │ │ │ │ │ ├── selection_00036.png │ │ │ │ │ ├── selection_00037.png │ │ │ │ │ ├── selection_00038.png │ │ │ │ │ ├── selection_00039.png │ │ │ │ │ ├── selection_00040.png │ │ │ │ │ ├── selection_00041.png │ │ │ │ │ ├── selection_00042.png │ │ │ │ │ ├── selection_00043.png │ │ │ │ │ ├── selection_00044.png │ │ │ │ │ ├── selection_00045.png │ │ │ │ │ ├── selection_00046.png │ │ │ │ │ ├── selection_00047.png │ │ │ │ │ ├── selection_00048.png │ │ │ │ │ ├── selection_00049.png │ │ │ │ │ ├── selection_00050.png │ │ │ │ │ ├── selection_00051.png │ │ │ │ │ ├── selection_00052.png │ │ │ │ │ ├── selection_00053.png │ │ │ │ │ ├── selection_00054.png │ │ │ │ │ ├── selection_00055.png │ │ │ │ │ ├── selection_00056.png │ │ │ │ │ ├── selection_00057.png │ │ │ │ │ ├── selection_00058.png │ │ │ │ │ ├── selection_00059.png │ │ │ │ │ ├── selection_00060.png │ │ │ │ │ ├── selection_00061.png │ │ │ │ │ ├── selection_00062.png │ │ │ │ │ ├── selection_00063.png │ │ │ │ │ ├── selection_00064.png │ │ │ │ │ ├── selection_00065.png │ │ │ │ │ ├── selection_00066.png │ │ │ │ │ ├── selection_00067.png │ │ │ │ │ ├── selection_00068.png │ │ │ │ │ ├── selection_00069.png │ │ │ │ │ ├── selection_00070.png │ │ │ │ │ ├── selection_00071.png │ │ │ │ │ ├── selection_00072.png │ │ │ │ │ ├── selection_00073.png │ │ │ │ │ ├── selection_00074.png │ │ │ │ │ ├── selection_00075.png │ │ │ │ │ ├── selection_00076.png │ │ │ │ │ ├── selection_00077.png │ │ │ │ │ ├── selection_00078.png │ │ │ │ │ ├── selection_00079.png │ │ │ │ │ ├── selection_00080.png │ │ │ │ │ ├── selection_00081.png │ │ │ │ │ ├── selection_00082.png │ │ │ │ │ ├── selection_00083.png │ │ │ │ │ ├── selection_00084.png │ │ │ │ │ ├── selection_00085.png │ │ │ │ │ ├── selection_00086.png │ │ │ │ │ ├── selection_00087.png │ │ │ │ │ ├── selection_00088.png │ │ │ │ │ ├── selection_00089.png │ │ │ │ │ ├── selection_00090.png │ │ │ │ │ ├── selection_00091.png │ │ │ │ │ ├── selection_00092.png │ │ │ │ │ ├── selection_00093.png │ │ │ │ │ ├── selection_00094.png │ │ │ │ │ ├── selection_00095.png │ │ │ │ │ ├── selection_00096.png │ │ │ │ │ ├── selection_00097.png │ │ │ │ │ ├── selection_00098.png │ │ │ │ │ └── selection_00099.png │ │ │ │ └── selection-lattice │ │ │ │ │ ├── lattice_00000.png │ │ │ │ │ ├── lattice_00001.png │ │ │ │ │ ├── lattice_00002.png │ │ │ │ │ ├── lattice_00003.png │ │ │ │ │ ├── lattice_00004.png │ │ │ │ │ ├── lattice_00005.png │ │ │ │ │ ├── lattice_00006.png │ │ │ │ │ ├── lattice_00007.png │ │ │ │ │ ├── lattice_00008.png │ │ │ │ │ ├── lattice_00009.png │ │ │ │ │ ├── lattice_00010.png │ │ │ │ │ ├── lattice_00011.png │ │ │ │ │ ├── lattice_00012.png │ │ │ │ │ ├── lattice_00013.png │ │ │ │ │ ├── lattice_00014.png │ │ │ │ │ ├── lattice_00015.png │ │ │ │ │ ├── lattice_00016.png │ │ │ │ │ ├── lattice_00017.png │ │ │ │ │ ├── lattice_00018.png │ │ │ │ │ ├── lattice_00019.png │ │ │ │ │ ├── lattice_00020.png │ │ │ │ │ ├── lattice_00021.png │ │ │ │ │ ├── lattice_00022.png │ │ │ │ │ ├── lattice_00023.png │ │ │ │ │ ├── lattice_00024.png │ │ │ │ │ ├── lattice_00025.png │ │ │ │ │ ├── lattice_00026.png │ │ │ │ │ ├── lattice_00027.png │ │ │ │ │ ├── lattice_00028.png │ │ │ │ │ ├── lattice_00029.png │ │ │ │ │ ├── lattice_00030.png │ │ │ │ │ ├── lattice_00031.png │ │ │ │ │ ├── lattice_00032.png │ │ │ │ │ ├── lattice_00033.png │ │ │ │ │ ├── lattice_00034.png │ │ │ │ │ ├── lattice_00035.png │ │ │ │ │ ├── lattice_00036.png │ │ │ │ │ ├── lattice_00037.png │ │ │ │ │ ├── lattice_00038.png │ │ │ │ │ ├── lattice_00039.png │ │ │ │ │ ├── lattice_00040.png │ │ │ │ │ ├── lattice_00041.png │ │ │ │ │ ├── lattice_00042.png │ │ │ │ │ ├── lattice_00043.png │ │ │ │ │ ├── lattice_00044.png │ │ │ │ │ ├── lattice_00045.png │ │ │ │ │ ├── lattice_00046.png │ │ │ │ │ ├── lattice_00047.png │ │ │ │ │ ├── lattice_00048.png │ │ │ │ │ ├── lattice_00049.png │ │ │ │ │ ├── lattice_00050.png │ │ │ │ │ ├── lattice_00051.png │ │ │ │ │ ├── lattice_00052.png │ │ │ │ │ ├── lattice_00053.png │ │ │ │ │ ├── lattice_00054.png │ │ │ │ │ ├── lattice_00055.png │ │ │ │ │ ├── lattice_00056.png │ │ │ │ │ ├── lattice_00057.png │ │ │ │ │ ├── lattice_00058.png │ │ │ │ │ ├── lattice_00059.png │ │ │ │ │ ├── lattice_00060.png │ │ │ │ │ ├── lattice_00061.png │ │ │ │ │ ├── lattice_00062.png │ │ │ │ │ ├── lattice_00063.png │ │ │ │ │ ├── lattice_00064.png │ │ │ │ │ ├── lattice_00065.png │ │ │ │ │ ├── lattice_00066.png │ │ │ │ │ ├── lattice_00067.png │ │ │ │ │ ├── lattice_00068.png │ │ │ │ │ ├── lattice_00069.png │ │ │ │ │ ├── lattice_00070.png │ │ │ │ │ ├── lattice_00071.png │ │ │ │ │ ├── lattice_00072.png │ │ │ │ │ ├── lattice_00073.png │ │ │ │ │ ├── lattice_00074.png │ │ │ │ │ ├── lattice_00075.png │ │ │ │ │ ├── lattice_00076.png │ │ │ │ │ ├── lattice_00077.png │ │ │ │ │ ├── lattice_00078.png │ │ │ │ │ ├── lattice_00079.png │ │ │ │ │ ├── lattice_00080.png │ │ │ │ │ ├── lattice_00081.png │ │ │ │ │ ├── lattice_00082.png │ │ │ │ │ ├── lattice_00083.png │ │ │ │ │ ├── lattice_00084.png │ │ │ │ │ ├── lattice_00085.png │ │ │ │ │ ├── lattice_00086.png │ │ │ │ │ ├── lattice_00087.png │ │ │ │ │ ├── lattice_00088.png │ │ │ │ │ ├── lattice_00089.png │ │ │ │ │ ├── lattice_00090.png │ │ │ │ │ ├── lattice_00091.png │ │ │ │ │ ├── lattice_00092.png │ │ │ │ │ ├── lattice_00093.png │ │ │ │ │ ├── lattice_00094.png │ │ │ │ │ ├── lattice_00095.png │ │ │ │ │ ├── lattice_00096.png │ │ │ │ │ ├── lattice_00097.png │ │ │ │ │ ├── lattice_00098.png │ │ │ │ │ └── lattice_00099.png │ │ │ └── blocks │ │ │ │ ├── spawn_script.png │ │ │ │ ├── generic_solid_0.png │ │ │ │ ├── generic_solid_1.png │ │ │ │ ├── generic_solid_10.png │ │ │ │ ├── generic_solid_11.png │ │ │ │ ├── generic_solid_12.png │ │ │ │ ├── generic_solid_13.png │ │ │ │ ├── generic_solid_14.png │ │ │ │ ├── generic_solid_15.png │ │ │ │ ├── generic_solid_2.png │ │ │ │ ├── generic_solid_3.png │ │ │ │ ├── generic_solid_4.png │ │ │ │ ├── generic_solid_5.png │ │ │ │ ├── generic_solid_6.png │ │ │ │ ├── generic_solid_7.png │ │ │ │ ├── generic_solid_8.png │ │ │ │ ├── generic_solid_9.png │ │ │ │ ├── generic_space_0.png │ │ │ │ ├── generic_space_1.png │ │ │ │ ├── generic_space_10.png │ │ │ │ ├── generic_space_11.png │ │ │ │ ├── generic_space_12.png │ │ │ │ ├── generic_space_13.png │ │ │ │ ├── generic_space_14.png │ │ │ │ ├── generic_space_15.png │ │ │ │ ├── generic_space_2.png │ │ │ │ ├── generic_space_3.png │ │ │ │ ├── generic_space_4.png │ │ │ │ ├── generic_space_5.png │ │ │ │ ├── generic_space_6.png │ │ │ │ ├── generic_space_7.png │ │ │ │ ├── generic_space_8.png │ │ │ │ ├── generic_space_9.png │ │ │ │ ├── maze_generator.png │ │ │ │ ├── structure_generator.png │ │ │ │ └── weighted_command_block.png │ │ │ ├── models │ │ │ ├── block │ │ │ │ ├── maze_generator.json │ │ │ │ ├── spawn_script.json │ │ │ │ ├── generic_solid_0.json │ │ │ │ ├── generic_solid_1.json │ │ │ │ ├── generic_solid_10.json │ │ │ │ ├── generic_solid_11.json │ │ │ │ ├── generic_solid_12.json │ │ │ │ ├── generic_solid_13.json │ │ │ │ ├── generic_solid_14.json │ │ │ │ ├── generic_solid_15.json │ │ │ │ ├── generic_solid_2.json │ │ │ │ ├── generic_solid_3.json │ │ │ │ ├── generic_solid_4.json │ │ │ │ ├── generic_solid_5.json │ │ │ │ ├── generic_solid_6.json │ │ │ │ ├── generic_solid_7.json │ │ │ │ ├── generic_solid_8.json │ │ │ │ ├── generic_solid_9.json │ │ │ │ ├── structure_generator.json │ │ │ │ ├── generic_space_10.json │ │ │ │ ├── generic_space_11.json │ │ │ │ ├── generic_space_12.json │ │ │ │ ├── generic_space_13.json │ │ │ │ ├── generic_space_14.json │ │ │ │ ├── generic_space_15.json │ │ │ │ ├── generic_space_2.json │ │ │ │ ├── generic_space_3.json │ │ │ │ ├── generic_space_4.json │ │ │ │ ├── generic_space_5.json │ │ │ │ ├── generic_space_6.json │ │ │ │ ├── generic_space_7.json │ │ │ │ ├── generic_space_8.json │ │ │ │ ├── generic_space_9.json │ │ │ │ ├── generic_space_invisible.json │ │ │ │ ├── weighted_command_block.json │ │ │ │ ├── generic_space_0.json │ │ │ │ ├── generic_space_1.json │ │ │ │ ├── none.json │ │ │ │ ├── generic_space_all.json │ │ │ │ └── generic_space.json │ │ │ └── item │ │ │ │ ├── generic_solid.json │ │ │ │ ├── generic_space.json │ │ │ │ ├── maze_generator.json │ │ │ │ ├── spawn_script.json │ │ │ │ ├── generic_solid_0.json │ │ │ │ ├── generic_solid_1.json │ │ │ │ ├── generic_solid_10.json │ │ │ │ ├── generic_solid_11.json │ │ │ │ ├── generic_solid_12.json │ │ │ │ ├── generic_solid_13.json │ │ │ │ ├── generic_solid_14.json │ │ │ │ ├── generic_solid_15.json │ │ │ │ ├── generic_solid_2.json │ │ │ │ ├── generic_solid_3.json │ │ │ │ ├── generic_solid_4.json │ │ │ │ ├── generic_solid_5.json │ │ │ │ ├── generic_solid_6.json │ │ │ │ ├── generic_solid_7.json │ │ │ │ ├── generic_solid_8.json │ │ │ │ ├── generic_solid_9.json │ │ │ │ ├── generic_space_0.json │ │ │ │ ├── generic_space_1.json │ │ │ │ ├── generic_space_10.json │ │ │ │ ├── generic_space_11.json │ │ │ │ ├── generic_space_12.json │ │ │ │ ├── generic_space_13.json │ │ │ │ ├── generic_space_14.json │ │ │ │ ├── generic_space_15.json │ │ │ │ ├── generic_space_2.json │ │ │ │ ├── generic_space_3.json │ │ │ │ ├── generic_space_4.json │ │ │ │ ├── generic_space_5.json │ │ │ │ ├── generic_space_6.json │ │ │ │ ├── generic_space_7.json │ │ │ │ ├── generic_space_8.json │ │ │ │ ├── generic_space_9.json │ │ │ │ ├── structure_generator.json │ │ │ │ ├── weighted_command_block.json │ │ │ │ ├── inspector.json │ │ │ │ ├── block_selector.json │ │ │ │ ├── book_generation_tag.json │ │ │ │ ├── artifact_generation_tag.json │ │ │ │ ├── block_selector_floating.json │ │ │ │ └── inventory_generation_tag.json │ │ │ └── structures │ │ │ └── active │ │ │ ├── structures │ │ │ ├── nature │ │ │ │ ├── trees │ │ │ │ │ ├── Mopane.rcst │ │ │ │ │ ├── Basswood.rcst │ │ │ │ │ ├── BirchTree.rcst │ │ │ │ │ ├── Fiberpalm.rcst │ │ │ │ │ ├── FirTree.rcst │ │ │ │ │ ├── OakTree.rcst │ │ │ │ │ ├── AlascaCedar.rcst │ │ │ │ │ ├── BirchTree1.rcst │ │ │ │ │ ├── FirTreeBig.rcst │ │ │ │ │ ├── GenericTree.rcst │ │ │ │ │ ├── OakTreeBig.rcst │ │ │ │ │ ├── OakTreeHuge.rcst │ │ │ │ │ ├── SavannaTree.rcst │ │ │ │ │ ├── SpruceTree.rcst │ │ │ │ │ ├── SpruceTree1.rcst │ │ │ │ │ ├── SpruceTree2.rcst │ │ │ │ │ ├── SpruceTree3.rcst │ │ │ │ │ ├── BirchTreeBig.rcst │ │ │ │ │ ├── BirchTreeBig1.rcst │ │ │ │ │ ├── DeadTreeLarge.rcst │ │ │ │ │ ├── DeadTreeLarge1.rcst │ │ │ │ │ ├── DeadTreeLarge2.rcst │ │ │ │ │ ├── DeadTreeLarge3.rcst │ │ │ │ │ ├── GenericTree1.rcst │ │ │ │ │ ├── GenericTree2.rcst │ │ │ │ │ ├── GenericTree3.rcst │ │ │ │ │ ├── GenericTree4.rcst │ │ │ │ │ ├── GenericTree5.rcst │ │ │ │ │ ├── GenericTree6.rcst │ │ │ │ │ ├── JungleTreeHuge.rcst │ │ │ │ │ ├── LodgepolePine.rcst │ │ │ │ │ ├── QuakingAspen.rcst │ │ │ │ │ ├── SavannaTree1.rcst │ │ │ │ │ ├── SpruceTreeBig.rcst │ │ │ │ │ ├── GenericTreeHuge.rcst │ │ │ │ │ ├── GenericTreeSmall.rcst │ │ │ │ │ ├── JungleTreeHuge1.rcst │ │ │ │ │ └── WhiteWillowLarge.rcst │ │ │ │ └── mushrooms │ │ │ │ │ ├── RedMushroom.rcst │ │ │ │ │ ├── RedMushroom1.rcst │ │ │ │ │ ├── BrownMushroom.rcst │ │ │ │ │ └── BrownMushroom1.rcst │ │ │ ├── nether │ │ │ │ ├── NetherThorn.rcst │ │ │ │ ├── NetherThorn1.rcst │ │ │ │ ├── NetherThorn2.rcst │ │ │ │ ├── NetherThorn3.rcst │ │ │ │ ├── NetherThorn4.rcst │ │ │ │ └── NetherThorn5.rcst │ │ │ ├── overworld │ │ │ │ ├── DesertHut.rcst │ │ │ │ ├── ElvenPond.rcst │ │ │ │ ├── IceThorn.rcst │ │ │ │ ├── IceThorn1.rcst │ │ │ │ ├── IceThorn2.rcst │ │ │ │ ├── IceThorn3.rcst │ │ │ │ ├── IceThorn4.rcst │ │ │ │ ├── SpiderPit.rcst │ │ │ │ ├── StoneMaze.rcst │ │ │ │ ├── VeldtBath.rcst │ │ │ │ ├── WoodThorn.rcst │ │ │ │ ├── BabylonTower.rcst │ │ │ │ ├── BigPyramid.rcst │ │ │ │ ├── BrickHenge.rcst │ │ │ │ ├── CuboneSkull.rcst │ │ │ │ ├── DesertBeacon.rcst │ │ │ │ ├── DesertFort.rcst │ │ │ │ ├── ForestBeacon.rcst │ │ │ │ ├── ForestMaze.rcst │ │ │ │ ├── GiganticTree.rcst │ │ │ │ ├── JokerTower.rcst │ │ │ │ ├── LonePillars.rcst │ │ │ │ ├── MeteorSite.rcst │ │ │ │ ├── MonolythHoly.rcst │ │ │ │ ├── MysticalTree.rcst │ │ │ │ ├── PirateChest.rcst │ │ │ │ ├── SmallOutpost.rcst │ │ │ │ ├── SmallPyramid.rcst │ │ │ │ ├── SnakeTemple.rcst │ │ │ │ ├── StatueTemple.rcst │ │ │ │ ├── StoneMazeBig.rcst │ │ │ │ ├── WellShrine.rcst │ │ │ │ ├── WitchPillars.rcst │ │ │ │ ├── WoodThornBig.rcst │ │ │ │ ├── ClayWaterMound.rcst │ │ │ │ ├── DinosaurSkull.rcst │ │ │ │ ├── FallenPalmTree.rcst │ │ │ │ ├── GiganticTree1.rcst │ │ │ │ ├── HillAltarHouse.rcst │ │ │ │ ├── MesoMazePagoda.rcst │ │ │ │ ├── MonolythUnholy.rcst │ │ │ │ ├── MysticalTree1.rcst │ │ │ │ ├── MysticalTree2.rcst │ │ │ │ ├── OldWatchtower.rcst │ │ │ │ ├── PeacefulCrypt.rcst │ │ │ │ ├── PirateHideout.rcst │ │ │ │ ├── ShrineSmallAir.rcst │ │ │ │ ├── SmallFortRuins.rcst │ │ │ │ ├── StoneMazeHuge.rcst │ │ │ │ ├── StoneMazeSmall.rcst │ │ │ │ ├── TemplePyramid.rcst │ │ │ │ ├── TemplePyramid1.rcst │ │ │ │ ├── BigClockworkSite.rcst │ │ │ │ ├── ClayWaterMound1.rcst │ │ │ │ ├── DesertWatchtower.rcst │ │ │ │ ├── DinosaurSkeleton.rcst │ │ │ │ ├── PyramidMazePagoda.rcst │ │ │ │ ├── ShrineSmallEarth.rcst │ │ │ │ ├── ShrineSmallFire.rcst │ │ │ │ ├── ShrineSmallWater.rcst │ │ │ │ ├── StoneMazePagoda.rcst │ │ │ │ ├── TribalJungleHead.rcst │ │ │ │ ├── UndergroundCrypt.rcst │ │ │ │ ├── UnnaturalCrater.rcst │ │ │ │ ├── WoodWallRemains.rcst │ │ │ │ ├── WoodenClockTower.rcst │ │ │ │ ├── AbandonedWoodTower.rcst │ │ │ │ ├── BlazeSpawnerCrystal.rcst │ │ │ │ ├── CorruptedEnderTree.rcst │ │ │ │ ├── SmallAbandonedMine.rcst │ │ │ │ ├── SmallClockworkSite.rcst │ │ │ │ ├── SmallWoodenCottage.rcst │ │ │ │ ├── SmallWoodenCottage1.rcst │ │ │ │ ├── SmallWoodenCottage2.rcst │ │ │ │ ├── UndergroundTreeoid.rcst │ │ │ │ ├── ChurchGraveyardRuins.rcst │ │ │ │ ├── SmallAbandonedOutpost.rcst │ │ │ │ ├── SmallFortRuinsJapanese.rcst │ │ │ │ ├── UndergroundCultChamber.rcst │ │ │ │ └── frequent │ │ │ │ │ ├── StoneBoulder.rcst │ │ │ │ │ ├── StoneIceBoulder.rcst │ │ │ │ │ ├── StoneLeafMound.rcst │ │ │ │ │ ├── StonePlantMound.rcst │ │ │ │ │ ├── StoneIceBoulder1.rcst │ │ │ │ │ ├── StoneIceBoulder2.rcst │ │ │ │ │ ├── StoneIceBoulder3.rcst │ │ │ │ │ ├── StonePlantBoulder.rcst │ │ │ │ │ ├── StonePlantMound1.rcst │ │ │ │ │ ├── StonePlantMound2.rcst │ │ │ │ │ ├── StonePlantMound3.rcst │ │ │ │ │ └── StonePlantMound4.rcst │ │ │ ├── village │ │ │ │ ├── VillageInn.rcst │ │ │ │ ├── VillageChurch.rcst │ │ │ │ ├── VillageHouseRich.rcst │ │ │ │ ├── VillageTriplets.rcst │ │ │ │ ├── VillageWoodMill.rcst │ │ │ │ ├── VillageForgeLarge.rcst │ │ │ │ ├── VillageGuardTower.rcst │ │ │ │ ├── VillageHouseRich1.rcst │ │ │ │ ├── VillageMarketplace.rcst │ │ │ │ └── savanna │ │ │ │ │ ├── VillageSavannaKitchen.rcst │ │ │ │ │ ├── VillageSavannaLibrary.rcst │ │ │ │ │ ├── VillageSavannaTannery.rcst │ │ │ │ │ ├── VillageSavannaChandlery.rcst │ │ │ │ │ ├── VillageSavannaGlassworks.rcst │ │ │ │ │ └── VillageSavannaStonemason.rcst │ │ │ ├── meso_maze │ │ │ │ ├── MesoMazePath.rcst │ │ │ │ ├── MesoMazeGrowth.rcst │ │ │ │ ├── MesoMazeStairTurn.rcst │ │ │ │ ├── MesoMazeStorage.rcst │ │ │ │ ├── MesoMazeSpiderTurn.rcst │ │ │ │ ├── MesoMazeZombieTable.rcst │ │ │ │ ├── MesoMazeStairCorridor.rcst │ │ │ │ └── MesoMazeCorridorCollapse.rcst │ │ │ ├── pyramid │ │ │ │ ├── PyramidMazePath.rcst │ │ │ │ ├── PyramidMazePillar.rcst │ │ │ │ ├── PyramidMazeStorage.rcst │ │ │ │ ├── PyramidMazeSpiderTurn.rcst │ │ │ │ ├── PyramidMazeStairTurn.rcst │ │ │ │ ├── PyramidMazeClosedDoorway.rcst │ │ │ │ ├── PyramidMazeScriptureTurn.rcst │ │ │ │ ├── PyramidMazeStairCorridor.rcst │ │ │ │ ├── PyramidMazeZombieTable.rcst │ │ │ │ └── PyramidMazeCorridorCollapse.rcst │ │ │ ├── stone_maze │ │ │ │ ├── StoneMazePath.rcst │ │ │ │ ├── StoneMazeLitRoom.rcst │ │ │ │ ├── StoneMazePathBig.rcst │ │ │ │ ├── StoneMazeStudy.rcst │ │ │ │ ├── StoneMazeEndChest.rcst │ │ │ │ ├── StoneMazeFountain.rcst │ │ │ │ ├── StoneMazeSpiderRoom.rcst │ │ │ │ └── StoneMazeShootingRange.rcst │ │ │ └── forest_maze │ │ │ │ ├── ForestMaze3Way.rcst │ │ │ │ ├── ForestMazeEnd.rcst │ │ │ │ ├── ForestMazeTurn.rcst │ │ │ │ ├── ForestMazeSlimes.rcst │ │ │ │ ├── ForestMazeClearing.rcst │ │ │ │ ├── ForestMazeCorridor.rcst │ │ │ │ └── ForestMazeCrossing.rcst │ │ │ ├── presets │ │ │ ├── biome │ │ │ │ ├── nether.rcbp │ │ │ │ ├── ocean.rcbp │ │ │ │ ├── snowy_nature.rcbp │ │ │ │ └── temperate_forest.rcbp │ │ │ ├── dimension │ │ │ │ ├── end.rcdp │ │ │ │ ├── nether.rcdp │ │ │ │ ├── anyplanet.rcdp │ │ │ │ └── overworld.rcdp │ │ │ └── blocks │ │ │ │ └── air.rcbm │ │ │ └── categories │ │ │ ├── decoration.rcnc │ │ │ ├── rare.rcnc │ │ │ ├── ultrarare.rcnc │ │ │ ├── adventure.rcnc │ │ │ └── frequent.rcnc │ └── mcmod.info │ └── java │ └── ivorius │ └── reccomplex │ ├── nbt │ ├── NBTStorable.java │ ├── NBTNone.java │ └── NBTDirect.java │ ├── utils │ ├── scale │ │ └── Scale.java │ └── WeightedObject.java │ ├── gui │ ├── InventoryWatcher.java │ ├── table │ │ ├── cell │ │ │ ├── TableCellProperty.java │ │ │ └── TableCellEmpty.java │ │ ├── TableNavigator.java │ │ └── TableDelegate.java │ └── RCCreativeTabs.java │ ├── events │ └── RCEventBus.java │ ├── block │ ├── materials │ │ └── RCMaterials.java │ ├── BlockGenericSolid.java │ └── RCBlocks.java │ ├── item │ ├── ItemInputHandler.java │ ├── ItemSyncable.java │ ├── ItemEventHandler.java │ └── GeneratingItem.java │ ├── Wiki.java │ ├── world │ ├── gen │ │ └── feature │ │ │ ├── structure │ │ │ ├── generic │ │ │ │ └── variables │ │ │ │ │ └── VariableDatabase.java │ │ │ └── Placer.java │ │ │ └── selector │ │ │ └── EnvironmentalSelection.java │ └── storage │ │ └── loot │ │ └── LootTable.java │ └── RCProxy.java ├── .drone.yml ├── .gitignore └── gradle.properties /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /src/main/resources/gfx/reccomplex/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/gfx/reccomplex/logo.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/blockstates/spawn_script.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { "model": "reccomplex:spawn_script" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/blockstates/maze_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { "model": "reccomplex:maze_generator" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/blockstates/structure_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { "model": "reccomplex:structure_generator" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/blockstates/weighted_command_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "normal": { "model": "reccomplex:weighted_command_block" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/inspector.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/gui_states.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/gui_states.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/maze_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/maze_generator" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/spawn_script.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/spawn_script" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/spawn_script.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/spawn_script.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/block_selector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/block_selector.png -------------------------------------------------------------------------------- /.drone.yml: -------------------------------------------------------------------------------- 1 | kind: pipeline 2 | name: default 3 | 4 | steps: 5 | - name: build 6 | image: openjdk:8 7 | commands: 8 | - ./gradlew setupDevWorkspace 9 | - ./gradlew build 10 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_10.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_10" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_11.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_11" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_12.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_12" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_13.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_13" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_14.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_14" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_15.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_15" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_3" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_4" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_5" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_6" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_7" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_8" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_solid_9.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_solid_9" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_10.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_11.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_12.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_13.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_14.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_15.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_4.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_5.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_6.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_7.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_8.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_solid_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_solid_9.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_10.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_11.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_12.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_13.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_14.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_15.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_4.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_5.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_6.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_7.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_8.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/generic_space_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/generic_space_9.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/maze_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/maze_generator.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/structure_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/structure_generator" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/book_generation_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/book_generation_tag.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_10.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_10" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_11.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_11" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_12.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_12" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_13.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_13" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_14.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_14" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_15.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_15" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_3" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_4" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_5" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_6" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_7" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_8" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_9.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_9" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_invisible.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/none", 3 | "textures": { 4 | "particle": "reccomplex:blocks/generic_space_15" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/structure_generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/structure_generator.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/gui_edit_inventory_gen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/gui_edit_inventory_gen.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/weighted_command_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/cube_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/weighted_command_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/blocks/weighted_command_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/blocks/weighted_command_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/artifact_generation_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/artifact_generation_tag.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/block_selector_floating.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/block_selector_floating.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/inventory_generation_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/inventory_generation_tag.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00000.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00001.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00002.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00003.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00004.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00005.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00006.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00007.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00008.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00009.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00010.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00011.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00012.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00013.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00014.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00015.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00016.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00017.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00018.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00019.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00020.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00021.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00022.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00023.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00024.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00025.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00026.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00027.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00028.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00029.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00030.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00031.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00032.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00033.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00034.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00035.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00036.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00037.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00038.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00039.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00040.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00041.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00042.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00043.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00044.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00045.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00046.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00047.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00048.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00049.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00050.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00051.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00052.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00053.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00054.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00055.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00056.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00057.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00058.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00059.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00060.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00061.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00062.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00063.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00064.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00065.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00066.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00067.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00068.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00069.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00070.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00071.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00072.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00073.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00074.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00075.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00076.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00077.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00078.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00079.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00080.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00081.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00082.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00083.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00084.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00085.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00086.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00087.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00088.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00089.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00090.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00091.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00092.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00093.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00094.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00095.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00096.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00097.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00097.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00098.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection/selection_00099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection/selection_00099.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_all", 3 | "textures": { 4 | "all": "reccomplex:blocks/generic_space_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00000.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00001.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00001.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00002.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00002.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00003.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00003.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00004.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00004.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00005.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00005.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00006.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00006.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00007.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00007.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00008.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00008.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00009.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00009.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00010.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00010.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00011.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00011.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00012.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00012.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00013.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00013.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00014.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00014.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00015.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00015.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00016.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00016.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00017.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00017.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00018.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00018.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00019.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00019.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00020.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00020.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00021.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00021.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00022.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00022.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00023.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00023.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00024.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00024.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00025.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00025.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00026.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00026.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00027.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00027.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00028.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00028.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00029.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00029.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00030.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00030.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00031.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00031.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00032.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00032.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00033.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00033.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00034.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00034.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00035.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00035.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00036.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00036.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00037.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00037.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00038.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00038.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00039.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00039.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00040.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00040.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00041.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00041.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00042.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00042.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00043.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00043.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00044.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00044.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00045.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00045.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00046.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00046.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00047.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00047.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00048.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00048.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00049.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00049.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00050.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00050.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00051.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00051.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00052.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00052.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00053.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00053.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00054.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00055.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00055.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00056.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00056.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00057.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00057.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00058.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00058.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00059.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00059.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00060.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00060.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00061.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00061.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00062.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00062.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00063.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00063.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00064.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00064.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00065.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00065.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00066.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00066.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00067.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00067.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00068.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00068.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00069.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00069.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00070.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00070.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00071.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00071.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00072.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00072.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00073.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00073.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00074.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00074.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00075.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00075.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00076.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00077.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00077.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00078.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00078.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00079.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00079.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00080.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00080.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00081.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00081.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00082.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00082.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00083.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00083.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00084.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00084.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00085.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00085.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00086.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00086.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00087.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00087.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00088.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00088.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00089.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00089.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00090.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00090.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00091.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00091.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00092.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00092.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00093.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00093.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00094.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00094.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00095.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00095.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00096.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00096.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00097.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00097.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00098.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00098.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00099.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/mod/selection-lattice/lattice_00099.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/inventory_generation_single_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/inventory_generation_single_tag.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Mopane.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Mopane.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn4.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn4.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn5.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nether/NetherThorn5.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertHut.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertHut.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ElvenPond.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ElvenPond.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn4.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/IceThorn4.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SpiderPit.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SpiderPit.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMaze.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMaze.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/VeldtBath.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/VeldtBath.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodThorn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodThorn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageInn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageInn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/textures/items/inventory_generation_component_tag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/textures/items/inventory_generation_component_tag.png -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazePath.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazePath.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Basswood.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Basswood.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Fiberpalm.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/Fiberpalm.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/FirTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/FirTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/BabylonTower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/BabylonTower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/BigPyramid.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/BigPyramid.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/BrickHenge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/BrickHenge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/CuboneSkull.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/CuboneSkull.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertBeacon.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertBeacon.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertFort.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertFort.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ForestBeacon.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ForestBeacon.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ForestMaze.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ForestMaze.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/GiganticTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/GiganticTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/JokerTower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/JokerTower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/LonePillars.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/LonePillars.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MeteorSite.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MeteorSite.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MonolythHoly.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MonolythHoly.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/PirateChest.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/PirateChest.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallOutpost.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallOutpost.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallPyramid.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallPyramid.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SnakeTemple.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SnakeTemple.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StatueTemple.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StatueTemple.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WellShrine.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WellShrine.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WitchPillars.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WitchPillars.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodThornBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodThornBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageChurch.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageChurch.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeGrowth.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeGrowth.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/AlascaCedar.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/AlascaCedar.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/FirTreeBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/FirTreeBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTreeBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTreeBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTreeHuge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/OakTreeHuge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SavannaTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SavannaTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTree3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ClayWaterMound.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ClayWaterMound.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DinosaurSkull.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DinosaurSkull.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/FallenPalmTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/FallenPalmTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/GiganticTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/GiganticTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/HillAltarHouse.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/HillAltarHouse.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MesoMazePagoda.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MesoMazePagoda.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MonolythUnholy.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MonolythUnholy.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/MysticalTree2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/OldWatchtower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/OldWatchtower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/PeacefulCrypt.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/PeacefulCrypt.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/PirateHideout.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/PirateHideout.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallAir.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallAir.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallFortRuins.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallFortRuins.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeHuge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeHuge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeSmall.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazeSmall.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/TemplePyramid.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/TemplePyramid.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/TemplePyramid1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/TemplePyramid1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazePath.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazePath.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazePath.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazePath.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageHouseRich.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageHouseRich.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageTriplets.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageTriplets.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageWoodMill.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageWoodMill.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMaze3Way.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMaze3Way.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeEnd.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeEnd.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStairTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStairTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStorage.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStorage.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTreeBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTreeBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTreeBig1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/BirchTreeBig1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/DeadTreeLarge3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree4.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree4.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree5.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree5.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree6.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTree6.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/JungleTreeHuge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/JungleTreeHuge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/LodgepolePine.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/LodgepolePine.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/QuakingAspen.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/QuakingAspen.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SavannaTree1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SavannaTree1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTreeBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/SpruceTreeBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/BigClockworkSite.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/BigClockworkSite.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ClayWaterMound1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ClayWaterMound1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertWatchtower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DesertWatchtower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/DinosaurSkeleton.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/DinosaurSkeleton.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/PyramidMazePagoda.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/PyramidMazePagoda.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallEarth.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallEarth.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallFire.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallFire.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallWater.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ShrineSmallWater.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazePagoda.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/StoneMazePagoda.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/TribalJungleHead.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/TribalJungleHead.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundCrypt.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundCrypt.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/UnnaturalCrater.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/UnnaturalCrater.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodWallRemains.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodWallRemains.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodenClockTower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/WoodenClockTower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazePillar.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazePillar.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStorage.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStorage.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeLitRoom.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeLitRoom.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazePathBig.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazePathBig.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeStudy.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeStudy.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageForgeLarge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageForgeLarge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageGuardTower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageGuardTower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageHouseRich1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageHouseRich1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/VillageMarketplace.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/VillageMarketplace.rcst -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- 1 | distributionBase=GRADLE_USER_HOME 2 | distributionPath=wrapper/dists 3 | zipStoreBase=GRADLE_USER_HOME 4 | zipStorePath=wrapper/dists 5 | distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-bin.zip 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeSlimes.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeSlimes.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeSpiderTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeSpiderTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeZombieTable.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeZombieTable.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/RedMushroom.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/RedMushroom.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/RedMushroom1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/RedMushroom1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTreeHuge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTreeHuge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTreeSmall.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/GenericTreeSmall.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/JungleTreeHuge1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/JungleTreeHuge1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/WhiteWillowLarge.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/trees/WhiteWillowLarge.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/AbandonedWoodTower.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/AbandonedWoodTower.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/BlazeSpawnerCrystal.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/BlazeSpawnerCrystal.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/CorruptedEnderTree.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/CorruptedEnderTree.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallAbandonedMine.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallAbandonedMine.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallClockworkSite.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallClockworkSite.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallWoodenCottage2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundTreeoid.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundTreeoid.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeSpiderTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeSpiderTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStairTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStairTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeEndChest.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeEndChest.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeFountain.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeFountain.rcst -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # eclipse 2 | bin 3 | *.launch 4 | .settings 5 | .metadata 6 | .classpath 7 | .project 8 | 9 | # idea 10 | out 11 | *.ipr 12 | *.iws 13 | *.iml 14 | .idea 15 | 16 | # gradle 17 | build 18 | .gradle 19 | 20 | # other 21 | eclipse 22 | run 23 | -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- 1 | # Sets default memory used for gradle commands. Can be overridden by user or command line properties. 2 | # This is required to provide enough memory for the Minecraft decompilation process. 3 | org.gradle.jvmargs=-Xmx3G 4 | org.gradle.daemon=false -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeClearing.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeClearing.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeCorridor.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeCorridor.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeCrossing.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/forest_maze/ForestMazeCrossing.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStairCorridor.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeStairCorridor.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/BrownMushroom.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/BrownMushroom.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/BrownMushroom1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/nature/mushrooms/BrownMushroom1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/ChurchGraveyardRuins.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/ChurchGraveyardRuins.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallAbandonedOutpost.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallAbandonedOutpost.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallFortRuinsJapanese.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/SmallFortRuinsJapanese.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundCultChamber.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/UndergroundCultChamber.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneBoulder.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneBoulder.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeClosedDoorway.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeClosedDoorway.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeScriptureTurn.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeScriptureTurn.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStairCorridor.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeStairCorridor.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeZombieTable.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeZombieTable.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeSpiderRoom.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeSpiderRoom.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeCorridorCollapse.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/meso_maze/MesoMazeCorridorCollapse.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneLeafMound.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneLeafMound.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeShootingRange.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/stone_maze/StoneMazeShootingRange.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StoneIceBoulder3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantBoulder.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantBoulder.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound1.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound1.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound2.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound2.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound3.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound3.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound4.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/overworld/frequent/StonePlantMound4.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeCorridorCollapse.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/pyramid/PyramidMazeCorridorCollapse.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaKitchen.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaKitchen.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaLibrary.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaLibrary.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaTannery.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaTannery.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaChandlery.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaChandlery.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaGlassworks.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaGlassworks.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaStonemason.rcst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ivorforce/RecurrentComplex/HEAD/src/main/resources/assets/reccomplex/structures/active/structures/village/savanna/VillageSavannaStonemason.rcst -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/biome/nether.rcbp: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "biomes": "$NETHER" 5 | } 6 | ], 7 | "metadata": { 8 | "title": "Nether", 9 | "description": [ 10 | "Spawn in nether biomes." 11 | ] 12 | } 13 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/none.json: -------------------------------------------------------------------------------- 1 | { 2 | "elements": [ 3 | { 4 | "from": [0, 0, 0], 5 | "to": [0, 0, 0], 6 | "faces": { 7 | "up": { "uv": [ 0, 0, 0, 0 ], "texture": "#particle" } 8 | } 9 | } 10 | ] 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/dimension/end.rcdp: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "dimensions": "$ENDER \u0026 $NO_TOP_LIMIT \u0026 $NO_BOTTOM_LIMIT" 5 | } 6 | ], 7 | "metadata": { 8 | "title": "End", 9 | "description": ["Dimensions resembling the End"] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/dimension/nether.rcdp: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "dimensions": "$HELL \u0026 $TOP_LIMIT \u0026 $BOTTOM_LIMIT" 5 | } 6 | ], 7 | "metadata": { 8 | "title": "Nether", 9 | "description": ["Dimensions resembling the Nether"] 10 | } 11 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/block/generic_space_all.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space", 3 | "textures": { 4 | "particle": "#all", 5 | "down": "#all", 6 | "up": "#all", 7 | "north": "#all", 8 | "east": "#all", 9 | "south": "#all", 10 | "west": "#all" 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/blocks/air.rcbm: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "block": "minecraft:air", 5 | "metadata": 0, 6 | "tileEntityInfo": "" 7 | } 8 | ], 9 | "metadata": { 10 | "title": "Air", 11 | "description": [ 12 | "An air block." 13 | ] 14 | } 15 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_0", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_0", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/maze_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/maze_generator", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/spawn_script.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/spawn_script", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_0", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_1", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_10.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_10", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_11.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_11", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_12.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_12", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_13.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_13", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_14.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_14", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_15.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_15", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_2", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_3", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_4", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_5", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_6", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_7", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_8", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_solid_9.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_solid_9", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_0", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_1", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_10.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_10", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_11.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_11", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_12.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_12", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_13.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_13", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_14.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_14", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_15.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_15", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_2", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_3", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_4", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_5.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_5", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_6", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_7.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_7", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_8", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/generic_space_9.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/generic_space_9", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/structure_generator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/structure_generator", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/java/ivorius/reccomplex/nbt/NBTStorable.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Lukas Tenbrink. 3 | * * http://ivorius.net 4 | */ 5 | 6 | package ivorius.reccomplex.nbt; 7 | 8 | import net.minecraft.nbt.NBTBase; 9 | 10 | /** 11 | * Created by lukas on 30.03.15. 12 | */ 13 | public interface NBTStorable 14 | { 15 | NBTBase writeToNBT(); 16 | } 17 | -------------------------------------------------------------------------------- /src/main/java/ivorius/reccomplex/utils/scale/Scale.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Lukas Tenbrink. 3 | * * http://lukas.axxim.net 4 | */ 5 | 6 | package ivorius.reccomplex.utils.scale; 7 | 8 | /** 9 | * Created by lukas on 01.09.15. 10 | */ 11 | public interface Scale 12 | { 13 | float in(float val); 14 | 15 | float out(float val); 16 | } 17 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/biome/ocean.rcbp: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "biomes": "$OCEAN \u0026 $SNOWY", 5 | "weight": 0.0 6 | }, 7 | { 8 | "biomes": "$OCEAN" 9 | } 10 | ], 11 | "metadata": { 12 | "title": "Ocean", 13 | "description": ["Biomes with lots of water"] 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/models/item/weighted_command_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "reccomplex:block/weighted_command_block", 3 | "display": { 4 | "thirdperson": { 5 | "rotation": [ 10, -45, 170 ], 6 | "translation": [ 0, 1.5, -2.75 ], 7 | "scale": [ 0.375, 0.375, 0.375 ] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/categories/decoration.rcnc: -------------------------------------------------------------------------------- 1 | { 2 | "generationInfos": [], 3 | "defaultSpawnChance": 0.01, 4 | "spawnDistanceMultiplier": 0.0, 5 | "spawnDistanceMultiplierCap": 1.0, 6 | "selectableInGUI": true, 7 | "title": "Common", 8 | "tooltip": [ 9 | "Common structures", 10 | "Random structure each 100 chunks" 11 | ] 12 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/categories/rare.rcnc: -------------------------------------------------------------------------------- 1 | { 2 | "generationInfos": [], 3 | "defaultSpawnChance": 6.0E-4, 4 | "spawnDistanceMultiplier": 0.0, 5 | "spawnDistanceMultiplierCap": 1.0, 6 | "selectableInGUI": true, 7 | "title": "Rare", 8 | "tooltip": [ 9 | "Special sights to behold", 10 | "Random structure each 1666 chunks" 11 | ] 12 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/categories/ultrarare.rcnc: -------------------------------------------------------------------------------- 1 | { 2 | "generationInfos": [], 3 | "defaultSpawnChance": 1.5E-4, 4 | "spawnDistanceMultiplier": 0.0, 5 | "spawnDistanceMultiplierCap": 1.0, 6 | "selectableInGUI": true, 7 | "title": "Ultra Rare", 8 | "tooltip": [ 9 | "Once-In-A-Lifetime sights", 10 | "Random structure each 6666 chunks" 11 | ] 12 | } -------------------------------------------------------------------------------- /src/main/java/ivorius/reccomplex/gui/InventoryWatcher.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Lukas Tenbrink. 3 | * * http://lukas.axxim.net 4 | */ 5 | 6 | package ivorius.reccomplex.gui; 7 | 8 | import net.minecraft.inventory.IInventory; 9 | 10 | /** 11 | * Created by lukas on 27.05.14. 12 | */ 13 | public interface InventoryWatcher 14 | { 15 | void inventoryChanged(IInventory inventory); 16 | } 17 | -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/categories/adventure.rcnc: -------------------------------------------------------------------------------- 1 | { 2 | "generationInfos": [], 3 | "defaultSpawnChance": 0.003, 4 | "spawnDistanceMultiplier": 0.0, 5 | "spawnDistanceMultiplierCap": 1.0, 6 | "selectableInGUI": true, 7 | "title": "Adventure", 8 | "tooltip": [ 9 | "Structures focusing around combat and loot", 10 | "Random structure each 330 chunks" 11 | ] 12 | } -------------------------------------------------------------------------------- /src/main/resources/assets/reccomplex/structures/active/presets/dimension/anyplanet.rcdp: -------------------------------------------------------------------------------- 1 | { 2 | "data": [ 3 | { 4 | "dimensions": "$UNCATEGORIZED" 5 | }, 6 | { 7 | "dimensions": "$NO_TOP_LIMIT \u0026 $BOTTOM_LIMIT \u0026 $INFINITE" 8 | } 9 | ], 10 | "metadata": { 11 | "title": "Planet Surface", 12 | "description": ["Dimensions resembling a planet-like surface"] 13 | } 14 | } -------------------------------------------------------------------------------- /src/main/java/ivorius/reccomplex/gui/table/cell/TableCellProperty.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 2014, Lukas Tenbrink. 3 | * * http://ivorius.net 4 | */ 5 | 6 | package ivorius.reccomplex.gui.table.cell; 7 | 8 | /** 9 | * Created by lukas on 03.06.14. 10 | */ 11 | public interface TableCellProperty
extends TableCell
12 | {
13 | P getPropertyValue();
14 |
15 | void setPropertyValue(P value);
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/resources/assets/reccomplex/structures/active/presets/dimension/overworld.rcdp:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "dimensions": "$UNCATEGORIZED"
5 | },
6 | {
7 | "dimensions": "$NO_TOP_LIMIT \u0026 $BOTTOM_LIMIT \u0026 $INFINITE \u0026 $EARTH"
8 | }
9 | ],
10 | "metadata": {
11 | "title": "Overworld",
12 | "description": ["Dimensions resembling the real world surface"]
13 | }
14 | }
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/events/RCEventBus.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://lukas.axxim.net
4 | */
5 |
6 | package ivorius.reccomplex.events;
7 |
8 | import net.minecraftforge.fml.common.eventhandler.EventBus;
9 |
10 | /**
11 | * Created by lukas on 18.09.14.
12 | */
13 | public class RCEventBus
14 | {
15 | public static final EventBus INSTANCE = new EventBus();
16 | }
17 |
--------------------------------------------------------------------------------
/src/main/resources/assets/reccomplex/structures/active/categories/frequent.rcnc:
--------------------------------------------------------------------------------
1 | {
2 | "generationInfos": [],
3 | "defaultSpawnChance": 0.04,
4 | "structureMinCap": 10,
5 | "spawnDistanceMultiplier": 0.0,
6 | "spawnDistanceMultiplierCap": 1.0,
7 | "selectableInGUI": true,
8 | "title": "Frequent",
9 | "tooltip": [
10 | "Scenery and decoration for the biomes",
11 | "Random structure each 25 chunks"
12 | ]
13 | }
--------------------------------------------------------------------------------
/src/main/resources/assets/reccomplex/structures/active/presets/biome/snowy_nature.rcbp:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "biomes": "$WATER",
5 | "weight": 0.0
6 | },
7 | {
8 | "biomes": "$COLD \u0026 $SNOWY \u0026 ($WASTELAND | $FOREST)"
9 | }
10 | ],
11 | "metadata": {
12 | "title": "Snowy Nature",
13 | "description": [
14 | "Nature that wants a cold climate."
15 | ]
16 | }
17 | }
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/block/materials/RCMaterials.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://lukas.axxim.net
4 | */
5 |
6 | package ivorius.reccomplex.block.materials;
7 |
8 | import net.minecraft.block.material.Material;
9 |
10 | /**
11 | * Created by lukas on 18.01.15.
12 | */
13 | public class RCMaterials
14 | {
15 | public static Material materialNegativeSpace;
16 | public static Material materialGenericSolid;
17 | }
18 |
--------------------------------------------------------------------------------
/src/main/resources/assets/reccomplex/structures/active/presets/biome/temperate_forest.rcbp:
--------------------------------------------------------------------------------
1 | {
2 | "data": [
3 | {
4 | "biomes": "$COLD",
5 | "weight": 0.0
6 | },
7 | {
8 | "biomes": "$HOT",
9 | "weight": 0.0
10 | },
11 | {
12 | "biomes": "$FOREST"
13 | }
14 | ],
15 | "metadata": {
16 | "title": "Temperate Forest",
17 | "description": [
18 | "Biomes for plants of temperate climates."
19 | ]
20 | }
21 | }
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/nbt/NBTNone.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://ivorius.net
4 | */
5 |
6 | package ivorius.reccomplex.nbt;
7 |
8 | import net.minecraft.nbt.NBTBase;
9 | import net.minecraft.nbt.NBTTagCompound;
10 |
11 | /**
12 | * Created by lukas on 30.03.15.
13 | */
14 | public class NBTNone implements NBTStorable
15 | {
16 | @Override
17 | public NBTBase writeToNBT()
18 | {
19 | return new NBTTagCompound();
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/item/ItemInputHandler.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://lukas.axxim.net
4 | */
5 |
6 | package ivorius.reccomplex.item;
7 |
8 | import net.minecraft.entity.player.EntityPlayer;
9 | import net.minecraft.item.ItemStack;
10 |
11 | /**
12 | * Created by lukas on 11.02.15.
13 | */
14 | public interface ItemInputHandler
15 | {
16 | boolean onMouseInput(EntityPlayer player, ItemStack stack, int button, boolean buttonState, int dWheel);
17 | }
18 |
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/Wiki.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://ivorius.net
4 | */
5 |
6 | package ivorius.reccomplex;
7 |
8 | /**
9 | * Created by lukas on 20.03.17.
10 | */
11 | public class Wiki
12 | {
13 | public static final String DISABLING_STRUCTURES = "http://minecraft-recurrent-complex.wikia.com/wiki/Disabling_Structures";
14 | public static final String HOME = "http://minecraft-recurrent-complex.wikia.com/wiki/Minecraft_Recurrent_Complex_Wiki";
15 | }
16 |
--------------------------------------------------------------------------------
/src/main/java/ivorius/reccomplex/world/gen/feature/structure/generic/variables/VariableDatabase.java:
--------------------------------------------------------------------------------
1 | /*
2 | * Copyright (c) 2014, Lukas Tenbrink.
3 | * * http://ivorius.net
4 | */
5 |
6 | package ivorius.reccomplex.world.gen.feature.structure.generic.variables;
7 |
8 | import java.util.Map;
9 |
10 | /**
11 | * Created by lukas on 16.06.16.
12 | */
13 | public class VariableDatabase
14 | {
15 | public Map