├── .github └── FUNDING.yml ├── .gitignore ├── README.md ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat └── src └── main ├── generated_resources └── data │ └── netherex │ ├── loot_tables │ ├── blocks │ │ ├── basalt.json │ │ ├── basalt_brick.json │ │ ├── basalt_brick_fence.json │ │ ├── basalt_brick_fence_gate.json │ │ ├── basalt_brick_slab.json │ │ ├── basalt_brick_stairs.json │ │ ├── basalt_brick_wall.json │ │ ├── basalt_fence.json │ │ ├── basalt_fence_gate.json │ │ ├── basalt_pillar.json │ │ ├── basalt_pillar_fence.json │ │ ├── basalt_pillar_fence_gate.json │ │ ├── basalt_pillar_slab.json │ │ ├── basalt_pillar_stairs.json │ │ ├── basalt_pillar_wall.json │ │ ├── basalt_slab.json │ │ ├── basalt_stairs.json │ │ ├── basalt_wall.json │ │ ├── brown_elder_mushroom.json │ │ ├── brown_elder_mushroom_cap.json │ │ ├── elder_mushroom_stem.json │ │ ├── enoki_mushroom_cap.json │ │ ├── enoki_mushroom_stem.json │ │ ├── fiery_nether_brick_fence.json │ │ ├── fiery_nether_brick_fence_gate.json │ │ ├── fiery_nether_brick_slab.json │ │ ├── fiery_nether_brick_stairs.json │ │ ├── fiery_nether_brick_wall.json │ │ ├── fiery_nether_bricks.json │ │ ├── fiery_netherrack.json │ │ ├── fiery_netherrack_path.json │ │ ├── frostburn_ice.json │ │ ├── gloomy_nether_brick_fence.json │ │ ├── gloomy_nether_brick_fence_gate.json │ │ ├── gloomy_nether_brick_slab.json │ │ ├── gloomy_nether_brick_stairs.json │ │ ├── gloomy_nether_brick_wall.json │ │ ├── gloomy_nether_bricks.json │ │ ├── gloomy_netherrack.json │ │ ├── gloomy_netherrack_path.json │ │ ├── hyphae.json │ │ ├── icy_nether_brick_fence.json │ │ ├── icy_nether_brick_fence_gate.json │ │ ├── icy_nether_brick_slab.json │ │ ├── icy_nether_brick_stairs.json │ │ ├── icy_nether_brick_wall.json │ │ ├── icy_nether_bricks.json │ │ ├── icy_netherrack.json │ │ ├── icy_netherrack_path.json │ │ ├── lively_nether_brick_fence.json │ │ ├── lively_nether_brick_fence_gate.json │ │ ├── lively_nether_brick_slab.json │ │ ├── lively_nether_brick_stairs.json │ │ ├── lively_nether_brick_wall.json │ │ ├── lively_nether_bricks.json │ │ ├── lively_netherrack.json │ │ ├── lively_netherrack_path.json │ │ ├── netherrack_path.json │ │ ├── red_elder_mushroom.json │ │ ├── red_elder_mushroom_cap.json │ │ ├── rime_block.json │ │ ├── rime_ore.json │ │ ├── smooth_basalt.json │ │ ├── smooth_basalt_fence.json │ │ ├── smooth_basalt_fence_gate.json │ │ ├── smooth_basalt_slab.json │ │ ├── smooth_basalt_stairs.json │ │ ├── smooth_basalt_wall.json │ │ ├── soul_glass.json │ │ ├── soul_glass_pane.json │ │ └── thornstalk.json │ └── entities │ │ ├── coolmar_spider.json │ │ ├── mogus.json │ │ ├── mogus │ │ ├── brown_mogus.json │ │ ├── red_mogus.json │ │ └── white_mogus.json │ │ ├── salamander.json │ │ ├── salamander │ │ ├── black_salamander.json │ │ └── orange_salamander.json │ │ ├── spinout.json │ │ ├── spore.json │ │ ├── spore_creeper.json │ │ └── wight.json │ └── recipes │ ├── basalt_brick.json │ ├── basalt_brick_fence.json │ ├── basalt_brick_fence_gate.json │ ├── basalt_brick_slab.json │ ├── basalt_brick_slab_from_basalt_brick_stonecutting.json │ ├── basalt_brick_stairs.json │ ├── basalt_brick_stairs_from_basalt_brick_stonecutting.json │ ├── basalt_brick_wall.json │ ├── basalt_brick_wall_from_basalt_brick_stonecutting.json │ ├── basalt_fence.json │ ├── basalt_fence_gate.json │ ├── basalt_pillar.json │ ├── basalt_pillar_fence.json │ ├── basalt_pillar_fence_gate.json │ ├── basalt_pillar_slab.json │ ├── basalt_pillar_slab_from_basalt_pillar_stonecutting.json │ ├── basalt_pillar_stairs.json │ ├── basalt_pillar_stairs_from_basalt_pillar_stonecutting.json │ ├── basalt_pillar_wall.json │ ├── basalt_pillar_wall_from_basalt_pillar_stonecutting.json │ ├── basalt_slab.json │ ├── basalt_slab_from_basalt_stonecutting.json │ ├── basalt_stairs.json │ ├── basalt_stairs_from_basalt_stonecutting.json │ ├── basalt_wall.json │ ├── basalt_wall_from_basalt_stonecutting.json │ ├── cooked_ghast_meat.json │ ├── cooked_ghast_meat_from_campfire_cooking.json │ ├── cooked_ghast_meat_from_smoking.json │ ├── dull_mirror.json │ ├── dull_mirror_repair.json │ ├── fiery_nether_brick.json │ ├── fiery_nether_brick_fence.json │ ├── fiery_nether_brick_fence_gate.json │ ├── fiery_nether_brick_slab.json │ ├── fiery_nether_brick_slab_from_fiery_nether_brick_stonecutting.json │ ├── fiery_nether_brick_stairs.json │ ├── fiery_nether_brick_stairs_from_fiery_nether_brick_stonecutting.json │ ├── fiery_nether_brick_wall.json │ ├── fiery_nether_brick_wall_from_fiery_nether_brick_stonecutting.json │ ├── fiery_nether_bricks.json │ ├── gloomy_nether_brick.json │ ├── gloomy_nether_brick_fence.json │ ├── gloomy_nether_brick_fence_gate.json │ ├── gloomy_nether_brick_slab.json │ ├── gloomy_nether_brick_slab_from_gloomy_nether_brick_stonecutting.json │ ├── gloomy_nether_brick_stairs.json │ ├── gloomy_nether_brick_stairs_from_gloomy_nether_brick_stonecutting.json │ ├── gloomy_nether_brick_wall.json │ ├── gloomy_nether_brick_wall_from_gloomy_nether_brick_stonecutting.json │ ├── gloomy_nether_bricks.json │ ├── icy_nether_brick.json │ ├── icy_nether_brick_fence.json │ ├── icy_nether_brick_fence_gate.json │ ├── icy_nether_brick_slab.json │ ├── icy_nether_brick_slab_from_icy_nether_brick_stonecutting.json │ ├── icy_nether_brick_stairs.json │ ├── icy_nether_brick_stairs_from_icy_nether_brick_stonecutting.json │ ├── icy_nether_brick_wall.json │ ├── icy_nether_brick_wall_from_icy_nether_brick_stonecutting.json │ ├── icy_nether_bricks.json │ ├── lively_nether_brick.json │ ├── lively_nether_brick_fence.json │ ├── lively_nether_brick_fence_gate.json │ ├── lively_nether_brick_slab.json │ ├── lively_nether_brick_slab_from_lively_nether_brick_stonecutting.json │ ├── lively_nether_brick_stairs.json │ ├── lively_nether_brick_stairs_from_lively_nether_brick_stonecutting.json │ ├── lively_nether_brick_wall.json │ ├── lively_nether_brick_wall_from_lively_nether_brick_stonecutting.json │ ├── lively_nether_bricks.json │ ├── rime_and_steel.json │ ├── rime_and_steel_from_flint_and_steel.json │ ├── rime_block.json │ ├── rime_crystal_from_rime_block.json │ ├── smooth_basalt.json │ ├── smooth_basalt_fence.json │ ├── smooth_basalt_fence_gate.json │ ├── smooth_basalt_slab.json │ ├── smooth_basalt_slab_from_smooth_basalt_stonecutting.json │ ├── smooth_basalt_stairs.json │ ├── smooth_basalt_stairs_from_smooth_basalt_stonecutting.json │ ├── smooth_basalt_wall.json │ ├── smooth_basalt_wall_from_smooth_basalt_stonecutting.json │ ├── soul_glass.json │ └── soul_glass_pane.json ├── java └── logictechcorp │ └── netherex │ ├── NetherEx.java │ ├── NetherExConfig.java │ ├── block │ ├── BlueFireBlock.java │ ├── ElderMushroomBlock.java │ ├── EnokiCapBlock.java │ ├── EnokiStemBlock.java │ ├── HyphaeBlock.java │ ├── NetherExBlockProperties.java │ ├── NetherExBlocks.java │ ├── QuartzOreBlock.java │ ├── RimeBlock.java │ ├── SoulGlassBlock.java │ ├── SoulGlassPaneBlock.java │ └── ThornstalkBlock.java │ ├── client │ ├── gui │ │ └── screen │ │ │ └── CustomizeNetherExWorldTypeScreen.java │ ├── handler │ │ └── RenderEventHandler.java │ ├── particle │ │ ├── SporeCreeperExplosionEmitterParticle.java │ │ └── SporeCreeperExplosionParticle.java │ └── render │ │ └── entity │ │ ├── CoolmarSpiderModel.java │ │ ├── CoolmarSpiderRenderer.java │ │ ├── MogusModel.java │ │ ├── MogusRenderer.java │ │ ├── SalamanderModel.java │ │ ├── SalamanderRenderer.java │ │ ├── SpinoutModel.java │ │ ├── SpinoutRenderer.java │ │ ├── SporeCreeperModel.java │ │ ├── SporeCreeperRenderer.java │ │ ├── SporeModel.java │ │ ├── SporeRenderer.java │ │ ├── WightModel.java │ │ ├── WightRenderer.java │ │ └── layers │ │ └── CoolmarSpiderLayer.java │ ├── data │ ├── DataGenerationHandler.java │ └── NetherExTags.java │ ├── entity │ ├── NetherExEntityTypes.java │ ├── ai │ │ └── goal │ │ │ └── SporeCreeperSwellGoal.java │ ├── hostile │ │ ├── CoolmarSpiderEntity.java │ │ ├── SpinoutEntity.java │ │ ├── SporeCreeperEntity.java │ │ ├── SporeEntity.java │ │ └── WightEntity.java │ └── neutral │ │ ├── MogusEntity.java │ │ └── SalamanderEntity.java │ ├── handler │ ├── LivingEventHandler.java │ ├── MimicModelHandler.java │ ├── PlayerHandler.java │ └── WorldHandler.java │ ├── item │ ├── DullMirrorItem.java │ ├── NetherExItemProperties.java │ ├── NetherExItems.java │ └── RimeAndSteelItem.java │ ├── particle │ └── NetherExParticles.java │ ├── potion │ ├── FireBurningEffect.java │ ├── FrozenEffect.java │ ├── InfestedEffect.java │ ├── NetherExEffects.java │ ├── NetherExPotions.java │ └── SoulSuckedEffect.java │ ├── proxy │ ├── ClientProxy.java │ └── ServerProxy.java │ ├── tileentity │ ├── NetherExTileEntityTypes.java │ └── QuartzOreTileEntity.java │ ├── utility │ └── NetherExSoundEvents.java │ └── world │ ├── biome │ ├── BasicNetherBiome.java │ ├── NetherBiomeData.java │ ├── NetherBiomeDataManager.java │ ├── NetherExBiomes.java │ └── provider │ │ └── NetherBiomeProvider.java │ └── generation │ ├── CaveChunkGenerator.java │ ├── CaveChunkGeneratorTypeOverride.java │ ├── NetherExChunkGenerators.java │ ├── carver │ ├── NetherCaveCarverOverride.java │ └── NetherExCarvers.java │ ├── feature │ ├── EnokiMushroomFeature.java │ ├── GlowstoneBlobFeatureOverride.java │ ├── HugeBrownElderMushroomFeature.java │ ├── HugeRedElderMushroomFeature.java │ ├── NetherExFeatureConfigs.java │ └── NetherExFeatures.java │ ├── layer │ ├── NetherBiomeLayer.java │ ├── NetherLayerUtil.java │ └── NetherSubBiomeLayer.java │ ├── placement │ ├── EnokiMushroomPlacement.java │ └── NetherExPlacements.java │ └── surfacebuilder │ ├── NetherExSurfaceBuilders.java │ └── NetherSurfaceBuilderWrapper.java └── resources ├── META-INF ├── accesstransformer.cfg └── mods.toml ├── assets └── netherex │ ├── blockstates │ ├── basalt.json │ ├── basalt_brick.json │ ├── basalt_brick_fence.json │ ├── basalt_brick_fence_gate.json │ ├── basalt_brick_slab.json │ ├── basalt_brick_stairs.json │ ├── basalt_brick_wall.json │ ├── basalt_fence.json │ ├── basalt_fence_gate.json │ ├── basalt_pillar.json │ ├── basalt_pillar_fence.json │ ├── basalt_pillar_fence_gate.json │ ├── basalt_pillar_slab.json │ ├── basalt_pillar_stairs.json │ ├── basalt_pillar_wall.json │ ├── basalt_slab.json │ ├── basalt_stairs.json │ ├── basalt_wall.json │ ├── blood.json │ ├── blue_fire.json │ ├── bone_chunk.json │ ├── bone_sliver.json │ ├── brown_elder_mushroom.json │ ├── brown_elder_mushroom_cap.json │ ├── chiseled_soul_sandstone.json │ ├── chiseled_soul_sandstone_slab.json │ ├── chiseled_soul_sandstone_stairs.json │ ├── chiseled_soul_sandstone_wall.json │ ├── cut_soul_sandstone.json │ ├── cut_soul_sandstone_slab.json │ ├── cut_soul_sandstone_stairs.json │ ├── cut_soul_sandstone_wall.json │ ├── elder_mushroom_stem.json │ ├── enoki_mushroom_cap.json │ ├── enoki_mushroom_stem.json │ ├── fiery_nether_brick_fence.json │ ├── fiery_nether_brick_fence_gate.json │ ├── fiery_nether_brick_slab.json │ ├── fiery_nether_brick_stairs.json │ ├── fiery_nether_brick_wall.json │ ├── fiery_nether_bricks.json │ ├── fiery_netherrack.json │ ├── fiery_netherrack_path.json │ ├── frostburn_ice.json │ ├── gloomy_nether_brick_fence.json │ ├── gloomy_nether_brick_fence_gate.json │ ├── gloomy_nether_brick_slab.json │ ├── gloomy_nether_brick_stairs.json │ ├── gloomy_nether_brick_wall.json │ ├── gloomy_nether_bricks.json │ ├── gloomy_netherrack.json │ ├── gloomy_netherrack_path.json │ ├── hyphae.json │ ├── icy_nether_brick_fence.json │ ├── icy_nether_brick_fence_gate.json │ ├── icy_nether_brick_slab.json │ ├── icy_nether_brick_stairs.json │ ├── icy_nether_brick_wall.json │ ├── icy_nether_bricks.json │ ├── icy_netherrack.json │ ├── icy_netherrack_path.json │ ├── lively_nether_brick_fence.json │ ├── lively_nether_brick_fence_gate.json │ ├── lively_nether_brick_slab.json │ ├── lively_nether_brick_stairs.json │ ├── lively_nether_brick_wall.json │ ├── lively_nether_bricks.json │ ├── lively_netherrack.json │ ├── lively_netherrack_path.json │ ├── nether_portal.json │ ├── netherrack_path.json │ ├── possessed_soul_sand.json │ ├── quartz_ore.json │ ├── red_elder_mushroom.json │ ├── red_elder_mushroom_cap.json │ ├── red_nether_brick_fence.json │ ├── rime_block.json │ ├── rime_ore.json │ ├── smooth_basalt.json │ ├── smooth_basalt_fence.json │ ├── smooth_basalt_fence_gate.json │ ├── smooth_basalt_slab.json │ ├── smooth_basalt_stairs.json │ ├── smooth_basalt_wall.json │ ├── smooth_soul_sandstone.json │ ├── smooth_soul_sandstone_slab.json │ ├── smooth_soul_sandstone_stairs.json │ ├── smooth_soul_sandstone_wall.json │ ├── soul_glass.json │ ├── soul_glass_pane.json │ ├── soul_sandstone.json │ ├── soul_sandstone_slab.json │ ├── soul_sandstone_stairs.json │ ├── soul_sandstone_wall.json │ ├── spoul_fruit.json │ ├── spoul_shroom.json │ ├── spoul_shroom_cap.json │ ├── spoul_shroom_stem.json │ ├── spoul_vines.json │ ├── thornstalk.json │ ├── tilled_soul_sand.json │ ├── urn_of_sorrow.json │ └── worn_iron.json │ ├── lang │ ├── en_us.json │ ├── es_ar.json │ ├── es_es.json │ ├── es_mx.json │ └── ru_ru.json │ ├── models │ ├── block │ │ ├── _make.bat │ │ ├── _make_fence.bat │ │ ├── _make_fence_gate.bat │ │ ├── _make_slabs.bat │ │ ├── _make_stairs.bat │ │ ├── _make_wall.bat │ │ ├── basalt.json │ │ ├── basalt_brick.json │ │ ├── basalt_brick_fence_gate_closed.json │ │ ├── basalt_brick_fence_gate_open.json │ │ ├── basalt_brick_fence_inventory.json │ │ ├── basalt_brick_fence_post.json │ │ ├── basalt_brick_fence_side.json │ │ ├── basalt_brick_slab.json │ │ ├── basalt_brick_slab_top.json │ │ ├── basalt_brick_stairs.json │ │ ├── basalt_brick_stairs_inner.json │ │ ├── basalt_brick_stairs_outer.json │ │ ├── basalt_brick_wall_gate_closed.json │ │ ├── basalt_brick_wall_gate_open.json │ │ ├── basalt_brick_wall_inventory.json │ │ ├── basalt_brick_wall_post.json │ │ ├── basalt_brick_wall_side.json │ │ ├── basalt_fence_gate_closed.json │ │ ├── basalt_fence_gate_open.json │ │ ├── basalt_fence_inventory.json │ │ ├── basalt_fence_post.json │ │ ├── basalt_fence_side.json │ │ ├── basalt_pillar.json │ │ ├── basalt_pillar_fence_gate_closed.json │ │ ├── basalt_pillar_fence_gate_open.json │ │ ├── basalt_pillar_fence_inventory.json │ │ ├── basalt_pillar_fence_post.json │ │ ├── basalt_pillar_fence_side.json │ │ ├── basalt_pillar_slab.json │ │ ├── basalt_pillar_slab_top.json │ │ ├── basalt_pillar_stairs.json │ │ ├── basalt_pillar_stairs_inner.json │ │ ├── basalt_pillar_stairs_outer.json │ │ ├── basalt_pillar_wall_gate_closed.json │ │ ├── basalt_pillar_wall_gate_open.json │ │ ├── basalt_pillar_wall_inventory.json │ │ ├── basalt_pillar_wall_post.json │ │ ├── basalt_pillar_wall_side.json │ │ ├── basalt_slab.json │ │ ├── basalt_slab_top.json │ │ ├── basalt_stairs.json │ │ ├── basalt_stairs_inner.json │ │ ├── basalt_stairs_outer.json │ │ ├── basalt_wall_gate_closed.json │ │ ├── basalt_wall_gate_open.json │ │ ├── basalt_wall_inventory.json │ │ ├── basalt_wall_post.json │ │ ├── basalt_wall_side.json │ │ ├── blue_fire_floor.json │ │ ├── blue_fire_floor0.json │ │ ├── blue_fire_floor1.json │ │ ├── blue_fire_side.json │ │ ├── blue_fire_side0.json │ │ ├── blue_fire_side1.json │ │ ├── blue_fire_side_alt.json │ │ ├── blue_fire_side_alt0.json │ │ ├── blue_fire_side_alt1.json │ │ ├── blue_fire_up.json │ │ ├── blue_fire_up0.json │ │ ├── blue_fire_up1.json │ │ ├── blue_fire_up_alt.json │ │ ├── blue_fire_up_alt0.json │ │ ├── blue_fire_up_alt1.json │ │ ├── bone_chunk.json │ │ ├── bone_sliver.json │ │ ├── brown_elder_mushroom.json │ │ ├── brown_elder_mushroom_cap.json │ │ ├── brown_elder_mushroom_cap_inventory.json │ │ ├── chiseled_soul_sandstone.json │ │ ├── chiseled_soul_sandstone_wall_inventory.json │ │ ├── chiseled_soul_sandstone_wall_post.json │ │ ├── chiseled_soul_sandstone_wall_side.json │ │ ├── cut_soul_sandstone.json │ │ ├── cut_soul_sandstone_wall_inventory.json │ │ ├── cut_soul_sandstone_wall_post.json │ │ ├── cut_soul_sandstone_wall_side.json │ │ ├── double_spoul_shroom_bottom.json │ │ ├── double_spoul_shroom_top.json │ │ ├── elder_mushroom_inside.json │ │ ├── elder_mushroom_stem.json │ │ ├── elder_mushroom_stem_inventory.json │ │ ├── enoki_mushroom_cap0.json │ │ ├── enoki_mushroom_cap1.json │ │ ├── enoki_mushroom_cap2.json │ │ ├── enoki_mushroom_cap3.json │ │ ├── enoki_mushroom_cap4.json │ │ ├── enoki_mushroom_cap5.json │ │ ├── enoki_mushroom_stem.json │ │ ├── enoki_mushroom_stem_noside.json │ │ ├── enoki_mushroom_stem_noside1.json │ │ ├── enoki_mushroom_stem_noside2.json │ │ ├── enoki_mushroom_stem_noside3.json │ │ ├── enoki_mushroom_stem_noside_v1.json │ │ ├── enoki_mushroom_stem_noside_v2.json │ │ ├── enoki_mushroom_stem_side.json │ │ ├── fiery_nether_brick_fence_gate_closed.json │ │ ├── fiery_nether_brick_fence_gate_open.json │ │ ├── fiery_nether_brick_fence_inventory.json │ │ ├── fiery_nether_brick_fence_post.json │ │ ├── fiery_nether_brick_fence_side.json │ │ ├── fiery_nether_brick_slab.json │ │ ├── fiery_nether_brick_slab_top.json │ │ ├── fiery_nether_brick_stairs.json │ │ ├── fiery_nether_brick_stairs_inner.json │ │ ├── fiery_nether_brick_stairs_outer.json │ │ ├── fiery_nether_brick_wall_gate_closed.json │ │ ├── fiery_nether_brick_wall_gate_open.json │ │ ├── fiery_nether_brick_wall_inventory.json │ │ ├── fiery_nether_brick_wall_post.json │ │ ├── fiery_nether_brick_wall_side.json │ │ ├── fiery_nether_bricks.json │ │ ├── fiery_netherrack.json │ │ ├── fiery_netherrack_path.json │ │ ├── frostburn_ice.json │ │ ├── gloomy_nether_brick_fence_gate_closed.json │ │ ├── gloomy_nether_brick_fence_gate_open.json │ │ ├── gloomy_nether_brick_fence_inventory.json │ │ ├── gloomy_nether_brick_fence_post.json │ │ ├── gloomy_nether_brick_fence_side.json │ │ ├── gloomy_nether_brick_slab.json │ │ ├── gloomy_nether_brick_slab_top.json │ │ ├── gloomy_nether_brick_stairs.json │ │ ├── gloomy_nether_brick_stairs_inner.json │ │ ├── gloomy_nether_brick_stairs_outer.json │ │ ├── gloomy_nether_brick_wall_gate_closed.json │ │ ├── gloomy_nether_brick_wall_gate_open.json │ │ ├── gloomy_nether_brick_wall_inventory.json │ │ ├── gloomy_nether_brick_wall_post.json │ │ ├── gloomy_nether_brick_wall_side.json │ │ ├── gloomy_nether_bricks.json │ │ ├── gloomy_netherrack.json │ │ ├── gloomy_netherrack_path.json │ │ ├── hanging_spoul_fruit.json │ │ ├── hyphae.json │ │ ├── icy_nether_brick_fence_gate_closed.json │ │ ├── icy_nether_brick_fence_gate_open.json │ │ ├── icy_nether_brick_fence_inventory.json │ │ ├── icy_nether_brick_fence_post.json │ │ ├── icy_nether_brick_fence_side.json │ │ ├── icy_nether_brick_slab.json │ │ ├── icy_nether_brick_slab_top.json │ │ ├── icy_nether_brick_stairs.json │ │ ├── icy_nether_brick_stairs_inner.json │ │ ├── icy_nether_brick_stairs_outer.json │ │ ├── icy_nether_brick_wall_gate_closed.json │ │ ├── icy_nether_brick_wall_gate_open.json │ │ ├── icy_nether_brick_wall_inventory.json │ │ ├── icy_nether_brick_wall_post.json │ │ ├── icy_nether_brick_wall_side.json │ │ ├── icy_nether_bricks.json │ │ ├── icy_netherrack.json │ │ ├── icy_netherrack_path.json │ │ ├── lively_nether_brick_fence_gate_closed.json │ │ ├── lively_nether_brick_fence_gate_open.json │ │ ├── lively_nether_brick_fence_inventory.json │ │ ├── lively_nether_brick_fence_post.json │ │ ├── lively_nether_brick_fence_side.json │ │ ├── lively_nether_brick_slab.json │ │ ├── lively_nether_brick_slab_top.json │ │ ├── lively_nether_brick_stairs.json │ │ ├── lively_nether_brick_stairs_inner.json │ │ ├── lively_nether_brick_stairs_outer.json │ │ ├── lively_nether_brick_wall_gate_closed.json │ │ ├── lively_nether_brick_wall_gate_open.json │ │ ├── lively_nether_brick_wall_inventory.json │ │ ├── lively_nether_brick_wall_post.json │ │ ├── lively_nether_brick_wall_side.json │ │ ├── lively_nether_bricks.json │ │ ├── lively_netherrack.json │ │ ├── lively_netherrack_path.json │ │ ├── nether_brick_fence_gate_closed.json │ │ ├── nether_brick_fence_gate_open.json │ │ ├── nether_brick_wall_gate_closed.json │ │ ├── nether_brick_wall_gate_open.json │ │ ├── nether_brick_wall_inventory.json │ │ ├── nether_brick_wall_post.json │ │ ├── nether_brick_wall_side.json │ │ ├── netherrack_path.json │ │ ├── path.json │ │ ├── portal_du.json │ │ ├── possessed_soul_sand_stage_1.json │ │ ├── possessed_soul_sand_stage_2.json │ │ ├── possessed_soul_sand_stage_3.json │ │ ├── possessed_soul_sand_stage_4.json │ │ ├── possessed_soul_sand_stage_5.json │ │ ├── possessed_soul_sand_stage_6.json │ │ ├── possessed_soul_sand_stage_7.json │ │ ├── possessed_soul_sand_stage_8.json │ │ ├── quartz_ore.json │ │ ├── red_elder_mushroom.json │ │ ├── red_elder_mushroom_cap.json │ │ ├── red_elder_mushroom_cap_inventory.json │ │ ├── rime_block.json │ │ ├── rime_ore.json │ │ ├── smooth_basalt.json │ │ ├── smooth_basalt_fence_gate_closed.json │ │ ├── smooth_basalt_fence_gate_open.json │ │ ├── smooth_basalt_fence_inventory.json │ │ ├── smooth_basalt_fence_post.json │ │ ├── smooth_basalt_fence_side.json │ │ ├── smooth_basalt_slab.json │ │ ├── smooth_basalt_slab_top.json │ │ ├── smooth_basalt_stairs.json │ │ ├── smooth_basalt_stairs_inner.json │ │ ├── smooth_basalt_stairs_outer.json │ │ ├── smooth_basalt_wall_gate_closed.json │ │ ├── smooth_basalt_wall_gate_open.json │ │ ├── smooth_basalt_wall_inventory.json │ │ ├── smooth_basalt_wall_post.json │ │ ├── smooth_basalt_wall_side.json │ │ ├── smooth_soul_sandstone.json │ │ ├── smooth_soul_sandstone_wall_inventory.json │ │ ├── smooth_soul_sandstone_wall_post.json │ │ ├── smooth_soul_sandstone_wall_side.json │ │ ├── soul_glass.json │ │ ├── soul_glass_pane_noside.json │ │ ├── soul_glass_pane_noside_alt.json │ │ ├── soul_glass_pane_post.json │ │ ├── soul_glass_pane_side.json │ │ ├── soul_glass_pane_side_alt.json │ │ ├── soul_sandstone.json │ │ ├── soul_sandstone_wall_inventory.json │ │ ├── soul_sandstone_wall_post.json │ │ ├── soul_sandstone_wall_side.json │ │ ├── spoul_shroom.json │ │ ├── spoul_shroom_cap.json │ │ ├── spoul_shroom_stem.json │ │ ├── spoul_vines.json │ │ ├── standing_spoul_fruit.json │ │ ├── thornstalk_bottom.json │ │ ├── thornstalk_middle.json │ │ ├── thornstalk_top.json │ │ └── worn_iron.json │ └── item │ │ ├── _make.bat │ │ ├── basalt.json │ │ ├── basalt_brick.json │ │ ├── basalt_brick_fence.json │ │ ├── basalt_brick_fence_gate.json │ │ ├── basalt_brick_slab.json │ │ ├── basalt_brick_stairs.json │ │ ├── basalt_brick_wall.json │ │ ├── basalt_brick_wall_wall.json │ │ ├── basalt_fence.json │ │ ├── basalt_fence_gate.json │ │ ├── basalt_pillar.json │ │ ├── basalt_pillar_fence.json │ │ ├── basalt_pillar_fence_gate.json │ │ ├── basalt_pillar_slab.json │ │ ├── basalt_pillar_stairs.json │ │ ├── basalt_pillar_wall.json │ │ ├── basalt_pillar_wall_wall.json │ │ ├── basalt_slab.json │ │ ├── basalt_smooth_fence.json │ │ ├── basalt_smooth_wall.json │ │ ├── basalt_stairs.json │ │ ├── basalt_wall.json │ │ ├── basalt_wall_wall.json │ │ ├── black_salamander_hide.json │ │ ├── brown_elder_mushroom.json │ │ ├── brown_elder_mushroom_cap.json │ │ ├── chiseled_soul_sandstone.json │ │ ├── chiseled_soul_sandstone_wall.json │ │ ├── cooked_ghast_meat.json │ │ ├── coolmar_spider_fang.json │ │ ├── coolmar_spider_spawn_egg.json │ │ ├── cut_soul_sandstone.json │ │ ├── cut_soul_sandstone_wall.json │ │ ├── dull_mirror.json │ │ ├── dull_mirror_on.json │ │ ├── elder_mushroom_stem.json │ │ ├── enoki_mushroom.json │ │ ├── enoki_mushroom_cap.json │ │ ├── enoki_mushroom_stem.json │ │ ├── fiery_nether_brick.json │ │ ├── fiery_nether_brick_fence.json │ │ ├── fiery_nether_brick_fence_gate.json │ │ ├── fiery_nether_brick_slab.json │ │ ├── fiery_nether_brick_stairs.json │ │ ├── fiery_nether_brick_wall.json │ │ ├── fiery_nether_brick_wall_wall.json │ │ ├── fiery_nether_bricks.json │ │ ├── fiery_netherrack.json │ │ ├── fiery_netherrack_path.json │ │ ├── frostburn_ice.json │ │ ├── ghast_meat.json │ │ ├── gloomy_nether_brick.json │ │ ├── gloomy_nether_brick_fence.json │ │ ├── gloomy_nether_brick_fence_gate.json │ │ ├── gloomy_nether_brick_slab.json │ │ ├── gloomy_nether_brick_stairs.json │ │ ├── gloomy_nether_brick_wall.json │ │ ├── gloomy_nether_brick_wall_wall.json │ │ ├── gloomy_nether_bricks.json │ │ ├── gloomy_netherrack.json │ │ ├── gloomy_netherrack_path.json │ │ ├── hyphae.json │ │ ├── icy_nether_brick.json │ │ ├── icy_nether_brick_fence.json │ │ ├── icy_nether_brick_fence_gate.json │ │ ├── icy_nether_brick_slab.json │ │ ├── icy_nether_brick_stairs.json │ │ ├── icy_nether_brick_wall.json │ │ ├── icy_nether_brick_wall_wall.json │ │ ├── icy_nether_bricks.json │ │ ├── icy_netherrack.json │ │ ├── icy_netherrack_path.json │ │ ├── lively_nether_brick.json │ │ ├── lively_nether_brick_fence.json │ │ ├── lively_nether_brick_fence_gate.json │ │ ├── lively_nether_brick_slab.json │ │ ├── lively_nether_brick_stairs.json │ │ ├── lively_nether_brick_wall.json │ │ ├── lively_nether_brick_wall_wall.json │ │ ├── lively_nether_bricks.json │ │ ├── lively_netherrack.json │ │ ├── lively_netherrack_path.json │ │ ├── mogus_spawn_egg.json │ │ ├── nether_brick_fence_gate.json │ │ ├── nether_brick_wall.json │ │ ├── nether_brick_wall_wall.json │ │ ├── netherrack_path.json │ │ ├── orange_salamander_hide.json │ │ ├── possessed_soul_sand.json │ │ ├── quartz_ore.json │ │ ├── red_elder_mushroom.json │ │ ├── red_elder_mushroom_cap.json │ │ ├── rime_and_steel.json │ │ ├── rime_block.json │ │ ├── rime_crystal.json │ │ ├── rime_ore.json │ │ ├── ripper_claw.json │ │ ├── salamander_spawn_egg.json │ │ ├── smooth_basalt.json │ │ ├── smooth_basalt_fence.json │ │ ├── smooth_basalt_fence_gate.json │ │ ├── smooth_basalt_slab.json │ │ ├── smooth_basalt_stairs.json │ │ ├── smooth_basalt_wall.json │ │ ├── smooth_basalt_wall_wall.json │ │ ├── smooth_soul_sandstone.json │ │ ├── smooth_soul_sandstone_wall.json │ │ ├── soul_glass.json │ │ ├── soul_glass_pane.json │ │ ├── soul_sandstone.json │ │ ├── soul_sandstone_wall.json │ │ ├── spinout_spawn_egg.json │ │ ├── spore.json │ │ ├── spore_creeper_spawn_egg.json │ │ ├── spore_spawn_egg.json │ │ ├── spoul_fruit.json │ │ ├── spoul_shroom.json │ │ ├── spoul_shroom_cap.json │ │ ├── spoul_shroom_stem.json │ │ ├── spoul_vines.json │ │ ├── thornstalk.json │ │ ├── thornstalk_top.json │ │ └── wight_spawn_egg.json │ ├── particles │ ├── spore_creeper_explosion.json │ └── spore_creeper_explosion_emitter.json │ ├── sounds.json │ ├── sounds │ └── entity │ │ ├── mogus │ │ ├── mogus_ambient_1.ogg │ │ ├── mogus_ambient_2.ogg │ │ ├── mogus_death.ogg │ │ ├── mogus_hurt_1.ogg │ │ ├── mogus_hurt_2.ogg │ │ └── mogus_hurt_3.ogg │ │ ├── salamander │ │ ├── salamander_ambient_1.ogg │ │ ├── salamander_ambient_2.ogg │ │ ├── salamander_ambient_3.ogg │ │ ├── salamander_ambient_4.ogg │ │ ├── salamander_death.ogg │ │ └── salamander_hurt.ogg │ │ ├── spinout │ │ ├── spinout_ambient_1.ogg │ │ ├── spinout_ambient_2.ogg │ │ ├── spinout_ambient_3.ogg │ │ ├── spinout_death.ogg │ │ └── spinout_hurt.ogg │ │ ├── spore │ │ ├── spore_death.ogg │ │ ├── spore_explode.ogg │ │ ├── spore_hurt_1.ogg │ │ ├── spore_hurt_2.ogg │ │ ├── spore_hurt_3.ogg │ │ ├── spore_hurt_4.ogg │ │ └── spore_warn.ogg │ │ └── wight │ │ ├── wight_ambient_1.ogg │ │ ├── wight_ambient_2.ogg │ │ ├── wight_ambient_3.ogg │ │ ├── wight_death.ogg │ │ └── wight_hurt.ogg │ └── textures │ ├── block │ ├── basalt.png │ ├── basalt_brick.png │ ├── basalt_pillar_end.png │ ├── basalt_pillar_side.png │ ├── blue_fire_layer_0.png │ ├── blue_fire_layer_0.png.mcmeta │ ├── blue_fire_layer_1.png │ ├── blue_fire_layer_1.png.mcmeta │ ├── brown_elder_mushroom.png │ ├── brown_elder_mushroom_cap.png │ ├── elder_mushroom_stem.png │ ├── elder_mushroom_stem_flesh.png │ ├── enoki_mushroom_cap0.png │ ├── enoki_mushroom_cap1.png │ ├── enoki_mushroom_cap2.png │ ├── enoki_mushroom_cap3.png │ ├── enoki_mushroom_cap4.png │ ├── enoki_mushroom_cap5.png │ ├── enoki_mushroom_stem1.png │ ├── enoki_mushroom_stem2.png │ ├── enoki_mushroom_w1.png │ ├── enoki_mushroom_w2.png │ ├── enoki_mushroom_w3.png │ ├── fiery_nether_bricks.png │ ├── fiery_netherrack.png │ ├── fiery_netherrack_path.png │ ├── frostburn_ice.png │ ├── gloomy_nether_bricks.png │ ├── gloomy_netherrack.png │ ├── gloomy_netherrack_path.png │ ├── hyphae_side.png │ ├── hyphae_top.png │ ├── icy_nether_bricks.png │ ├── icy_netherrack.png │ ├── icy_netherrack_path.png │ ├── lively_nether_bricks.png │ ├── lively_netherrack.png │ ├── lively_netherrack_path.png │ ├── netherrack_path.png │ ├── quartz.png │ ├── quartz_ore_overlay.png │ ├── red_elder_mushroom.png │ ├── red_elder_mushroom_cap.png │ ├── rime_block.png │ ├── rime_ore.png │ ├── smooth_basalt.png │ ├── soul_glass.png │ ├── soul_glass_pane_side.png │ ├── thornstalk_bottom.png │ ├── thornstalk_middle.png │ └── thornstalk_top.png │ ├── entity │ ├── coolmar_spider │ │ ├── coolmar_spider.png │ │ └── coolmar_spider_layer.png │ ├── mogus │ │ ├── brown_mogus.png │ │ ├── red_mogus.png │ │ └── white_mogus.png │ ├── salamander │ │ ├── black_salamander.png │ │ └── orange_salamander.png │ ├── spinout.png │ ├── spore.png │ ├── spore_creeper.png │ └── wight.png │ ├── item │ ├── black_salamander_hide.png │ ├── cooked_ghast_meat.png │ ├── coolmar_spider_fang.png │ ├── dull_mirror_off.png │ ├── dull_mirror_on.png │ ├── enoki_mushroom.png │ ├── fiery_netherbrick.png │ ├── ghast_meat.png │ ├── gloomy_netherbrick.png │ ├── icy_netherbrick.png │ ├── lively_netherbrick.png │ ├── orange_salamander_hide.png │ ├── rime_and_steel.png │ ├── rime_crystal.png │ └── spore.png │ ├── mob_effect │ ├── crying.png │ ├── frostbitten.png │ ├── frozen.png │ └── infested.png │ └── particle │ └── spore_creeper_explosion │ ├── spore_creeper_explosion_0.png │ ├── spore_creeper_explosion_1.png │ ├── spore_creeper_explosion_10.png │ ├── spore_creeper_explosion_11.png │ ├── spore_creeper_explosion_12.png │ ├── spore_creeper_explosion_13.png │ ├── spore_creeper_explosion_14.png │ ├── spore_creeper_explosion_15.png │ ├── spore_creeper_explosion_2.png │ ├── spore_creeper_explosion_3.png │ ├── spore_creeper_explosion_4.png │ ├── spore_creeper_explosion_5.png │ ├── spore_creeper_explosion_6.png │ ├── spore_creeper_explosion_7.png │ ├── spore_creeper_explosion_8.png │ └── spore_creeper_explosion_9.png ├── data ├── forge │ └── tags │ │ └── blocks │ │ └── netherrack.json └── minecraft │ └── tags │ └── blocks │ ├── fences.json │ ├── ice.json │ └── walls.json ├── datapacks ├── bop_nether_biome_pack │ ├── data │ │ └── netherex │ │ │ └── nether_biomes │ │ │ └── biomesoplenty │ │ │ ├── ashen_inferno.json │ │ │ ├── fungi_forest.json │ │ │ ├── glowstone_grotto.json │ │ │ ├── undergarden.json │ │ │ └── visceral_heap.json │ └── pack.mcmeta ├── byg_nether_biome_pack │ ├── data │ │ └── netherex │ │ │ └── nether_biomes │ │ │ └── byg │ │ │ ├── embur_bog.json │ │ │ ├── glowstonegardens.json │ │ │ ├── sythiantorrids.json │ │ │ └── warpeddesert.json │ └── pack.mcmeta ├── default_nether_biome_pack │ ├── data │ │ └── netherex │ │ │ └── nether_biomes │ │ │ └── minecraft │ │ │ └── nether.json │ └── pack.mcmeta ├── enb_nether_biome_pack │ ├── data │ │ └── netherex │ │ │ └── nether_biomes │ │ │ └── extendednether │ │ │ ├── basalt_deltas.json │ │ │ ├── crimson_forest.json │ │ │ ├── soul_sand_valley.json │ │ │ └── warped_forest.json │ └── pack.mcmeta └── netherex_nether_biome_pack │ ├── data │ └── netherex │ │ └── nether_biomes │ │ └── netherex │ │ ├── arctic_abyss.json │ │ ├── fungi_forest.json │ │ ├── ruthless_sands.json │ │ └── torrid_wasteland.json │ └── pack.mcmeta ├── logo.png └── pack.mcmeta /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/README.md -------------------------------------------------------------------------------- /gradle.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/gradle.properties -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/gradlew.bat -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_pillar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_pillar.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/basalt_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/frostburn_ice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/frostburn_ice.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/hyphae.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/hyphae.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/icy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/icy_netherrack.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/rime_block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/rime_block.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/rime_ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/rime_ore.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/smooth_basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/smooth_basalt.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/soul_glass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/soul_glass.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/blocks/thornstalk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/blocks/thornstalk.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/entities/mogus.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:entity" 3 | } -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/entities/salamander.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:entity" 3 | } -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/entities/spinout.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/entities/spinout.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/entities/spore.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "minecraft:entity" 3 | } -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/loot_tables/entities/wight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/loot_tables/entities/wight.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_brick_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_fence_gate.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar_fence_gate.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_pillar_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_pillar_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/basalt_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/cooked_ghast_meat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/cooked_ghast_meat.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/dull_mirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/dull_mirror.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/dull_mirror_repair.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/dull_mirror_repair.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/fiery_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/fiery_nether_bricks.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/gloomy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/gloomy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/gloomy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/icy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/icy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/lively_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/lively_nether_brick.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/lively_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/lively_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/lively_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/lively_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/lively_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/lively_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/lively_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/lively_nether_bricks.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/rime_and_steel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/rime_and_steel.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/rime_block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/rime_block.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt_fence.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt_fence_gate.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt_slab.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt_stairs.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/smooth_basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/smooth_basalt_wall.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/soul_glass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/soul_glass.json -------------------------------------------------------------------------------- /src/main/generated_resources/data/netherex/recipes/soul_glass_pane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/generated_resources/data/netherex/recipes/soul_glass_pane.json -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/NetherEx.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/NetherEx.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/NetherExConfig.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/NetherExConfig.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/BlueFireBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/BlueFireBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/ElderMushroomBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/ElderMushroomBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/EnokiCapBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/EnokiCapBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/EnokiStemBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/EnokiStemBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/HyphaeBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/HyphaeBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/NetherExBlockProperties.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/NetherExBlockProperties.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/NetherExBlocks.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/NetherExBlocks.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/QuartzOreBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/QuartzOreBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/RimeBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/RimeBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/SoulGlassBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/SoulGlassBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/SoulGlassPaneBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/SoulGlassPaneBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/block/ThornstalkBlock.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/block/ThornstalkBlock.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/handler/RenderEventHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/handler/RenderEventHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/CoolmarSpiderModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/CoolmarSpiderModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/MogusModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/MogusModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/MogusRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/MogusRenderer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SalamanderModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SalamanderModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SalamanderRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SalamanderRenderer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SpinoutModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SpinoutModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SpinoutRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SpinoutRenderer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SporeCreeperModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SporeCreeperModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SporeModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SporeModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/SporeRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/SporeRenderer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/WightModel.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/WightModel.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/client/render/entity/WightRenderer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/client/render/entity/WightRenderer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/data/DataGenerationHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/data/DataGenerationHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/data/NetherExTags.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/data/NetherExTags.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/NetherExEntityTypes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/NetherExEntityTypes.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/ai/goal/SporeCreeperSwellGoal.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/ai/goal/SporeCreeperSwellGoal.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/hostile/CoolmarSpiderEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/hostile/CoolmarSpiderEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/hostile/SpinoutEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/hostile/SpinoutEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/hostile/SporeCreeperEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/hostile/SporeCreeperEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/hostile/SporeEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/hostile/SporeEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/hostile/WightEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/hostile/WightEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/neutral/MogusEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/neutral/MogusEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/entity/neutral/SalamanderEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/entity/neutral/SalamanderEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/handler/LivingEventHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/handler/LivingEventHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/handler/MimicModelHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/handler/MimicModelHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/handler/PlayerHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/handler/PlayerHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/handler/WorldHandler.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/handler/WorldHandler.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/item/DullMirrorItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/item/DullMirrorItem.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/item/NetherExItemProperties.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/item/NetherExItemProperties.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/item/NetherExItems.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/item/NetherExItems.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/item/RimeAndSteelItem.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/item/RimeAndSteelItem.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/particle/NetherExParticles.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/particle/NetherExParticles.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/FireBurningEffect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/FireBurningEffect.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/FrozenEffect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/FrozenEffect.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/InfestedEffect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/InfestedEffect.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/NetherExEffects.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/NetherExEffects.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/NetherExPotions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/NetherExPotions.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/potion/SoulSuckedEffect.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/potion/SoulSuckedEffect.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/proxy/ClientProxy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/proxy/ClientProxy.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/proxy/ServerProxy.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/proxy/ServerProxy.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/tileentity/NetherExTileEntityTypes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/tileentity/NetherExTileEntityTypes.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/tileentity/QuartzOreTileEntity.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/tileentity/QuartzOreTileEntity.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/utility/NetherExSoundEvents.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/utility/NetherExSoundEvents.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/biome/BasicNetherBiome.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/biome/BasicNetherBiome.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/biome/NetherBiomeData.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/biome/NetherBiomeData.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/biome/NetherBiomeDataManager.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/biome/NetherBiomeDataManager.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/biome/NetherExBiomes.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/biome/NetherExBiomes.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/generation/CaveChunkGenerator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/generation/CaveChunkGenerator.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/generation/carver/NetherExCarvers.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/generation/carver/NetherExCarvers.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/generation/layer/NetherBiomeLayer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/generation/layer/NetherBiomeLayer.java -------------------------------------------------------------------------------- /src/main/java/logictechcorp/netherex/world/generation/layer/NetherLayerUtil.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/java/logictechcorp/netherex/world/generation/layer/NetherLayerUtil.java -------------------------------------------------------------------------------- /src/main/resources/META-INF/accesstransformer.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/META-INF/accesstransformer.cfg -------------------------------------------------------------------------------- /src/main/resources/META-INF/mods.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/META-INF/mods.toml -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_pillar_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_pillar_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/basalt_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/blood.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/blood.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/blue_fire.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/blue_fire.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/bone_chunk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/bone_chunk.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/bone_sliver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/bone_sliver.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/brown_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/brown_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/brown_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/brown_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/chiseled_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/cut_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/cut_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/cut_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/elder_mushroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/elder_mushroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/enoki_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/enoki_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/enoki_mushroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/enoki_mushroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/fiery_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/fiery_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/frostburn_ice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/frostburn_ice.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/gloomy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/gloomy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/hyphae.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/hyphae.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/icy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/icy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/lively_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/lively_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/nether_portal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/nether_portal.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/possessed_soul_sand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/possessed_soul_sand.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/quartz_ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/quartz_ore.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/red_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/red_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/red_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/red_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/red_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/red_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/rime_block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/rime_block.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/rime_ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/rime_ore.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_basalt_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/smooth_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_glass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_glass.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_glass_pane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_glass_pane.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_sandstone_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_sandstone_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_sandstone_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_sandstone_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/spoul_fruit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/spoul_fruit.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/spoul_shroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/spoul_shroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/spoul_shroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/spoul_shroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/spoul_shroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/spoul_shroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/spoul_vines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/spoul_vines.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/thornstalk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/thornstalk.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/tilled_soul_sand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/tilled_soul_sand.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/urn_of_sorrow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/urn_of_sorrow.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/blockstates/worn_iron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/blockstates/worn_iron.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/lang/en_us.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/lang/en_us.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/lang/es_ar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/lang/es_ar.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/lang/es_es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/lang/es_es.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/lang/es_mx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/lang/es_mx.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/lang/ru_ru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/lang/ru_ru.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make_fence.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make_fence.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make_fence_gate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make_fence_gate.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make_slabs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make_slabs.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make_stairs.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make_stairs.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/_make_wall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/_make_wall.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_fence_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_fence_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_fence_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_fence_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_fence_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_fence_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_fence_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_fence_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_stairs_inner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_stairs_inner.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_stairs_outer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_stairs_outer.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_wall_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_wall_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_wall_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_wall_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_brick_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_brick_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_fence_gate_closed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_fence_gate_closed.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_fence_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_fence_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_fence_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_fence_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_fence_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_fence_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_fence_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_fence_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_fence_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_fence_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_fence_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_fence_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_stairs_inner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_stairs_inner.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_stairs_outer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_stairs_outer.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_wall_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_wall_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_wall_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_wall_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_pillar_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_pillar_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_stairs_inner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_stairs_inner.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_stairs_outer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_stairs_outer.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_wall_gate_closed.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_wall_gate_closed.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_wall_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_wall_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_wall_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_wall_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/basalt_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/basalt_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_floor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_floor.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_floor0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_floor0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_floor1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_floor1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side_alt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side_alt0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side_alt0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_side_alt1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_side_alt1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up_alt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up_alt0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up_alt0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/blue_fire_up_alt1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/blue_fire_up_alt1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/bone_chunk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/bone_chunk.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/bone_sliver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/bone_sliver.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/brown_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/brown_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/brown_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/brown_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/chiseled_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/chiseled_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/cut_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/cut_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/cut_soul_sandstone_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/cut_soul_sandstone_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/cut_soul_sandstone_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/cut_soul_sandstone_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/double_spoul_shroom_bottom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/double_spoul_shroom_bottom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/double_spoul_shroom_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/double_spoul_shroom_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/elder_mushroom_inside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/elder_mushroom_inside.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/elder_mushroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/elder_mushroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap0.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap0.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap2.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap3.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap4.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_cap5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_cap5.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside2.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_noside3.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/enoki_mushroom_stem_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_brick_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_brick_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_brick_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_brick_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_brick_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_brick_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/fiery_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/fiery_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/frostburn_ice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/frostburn_ice.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_nether_brick_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_nether_brick_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/gloomy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/gloomy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/hanging_spoul_fruit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/hanging_spoul_fruit.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/hyphae.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/hyphae.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_fence_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_fence_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_fence_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_fence_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_brick_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_brick_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/icy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/icy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_nether_brick_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_nether_brick_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/lively_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/lively_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/nether_brick_fence_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/nether_brick_fence_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/nether_brick_wall_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/nether_brick_wall_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/nether_brick_wall_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/nether_brick_wall_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/nether_brick_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/nether_brick_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/nether_brick_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/nether_brick_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/portal_du.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/portal_du.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_1.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_2.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_3.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_4.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_4.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_5.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_5.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_6.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_6.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_7.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_7.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_8.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/possessed_soul_sand_stage_8.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/quartz_ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/quartz_ore.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/red_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/red_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/red_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/red_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/rime_block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/rime_block.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/rime_ore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/rime_ore.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_fence_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_fence_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_fence_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_fence_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_slab_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_slab_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_stairs_inner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_stairs_inner.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_stairs_outer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_stairs_outer.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_wall_gate_open.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_wall_gate_open.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_wall_inventory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_wall_inventory.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_basalt_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_basalt_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/smooth_soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/smooth_soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass_pane_noside.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass_pane_noside.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass_pane_noside_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass_pane_noside_alt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass_pane_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass_pane_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass_pane_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass_pane_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_glass_pane_side_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_glass_pane_side_alt.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_sandstone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_sandstone.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_sandstone_wall_post.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_sandstone_wall_post.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/soul_sandstone_wall_side.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/soul_sandstone_wall_side.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/spoul_shroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/spoul_shroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/spoul_shroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/spoul_shroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/spoul_shroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/spoul_shroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/spoul_vines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/spoul_vines.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/standing_spoul_fruit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/standing_spoul_fruit.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/thornstalk_bottom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/thornstalk_bottom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/thornstalk_middle.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/thornstalk_middle.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/thornstalk_top.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/thornstalk_top.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/block/worn_iron.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/block/worn_iron.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/_make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/_make.bat -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_brick" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_brick_fence_gate_closed" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_brick_slab" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_brick_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_fence_gate_closed" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_pillar" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_pillar_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_pillar_fence_gate_closed" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_pillar_slab" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_pillar_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_pillar_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_pillar_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_pillar_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_slab" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_smooth_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_smooth_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_smooth_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_smooth_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/basalt_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/basalt_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/basalt_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/black_salamander_hide.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/black_salamander_hide.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/brown_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/brown_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/brown_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/brown_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/chiseled_soul_sandstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/chiseled_soul_sandstone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/chiseled_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/chiseled_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/cooked_ghast_meat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/cooked_ghast_meat.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/coolmar_spider_fang.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/coolmar_spider_fang.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/coolmar_spider_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/coolmar_spider_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/cut_soul_sandstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/cut_soul_sandstone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/cut_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/cut_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/dull_mirror.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/dull_mirror.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/dull_mirror_on.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/dull_mirror_on.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/elder_mushroom_stem.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/elder_mushroom_stem.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/enoki_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/enoki_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/enoki_mushroom_cap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/enoki_mushroom_cap0" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/enoki_mushroom_stem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/enoki_mushroom_stem" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/fiery_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/fiery_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/frostburn_ice.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/frostburn_ice" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/ghast_meat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/ghast_meat.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/gloomy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/gloomy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/hyphae.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/hyphae" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/icy_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/icy_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick_slab.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick_slab.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick_stairs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick_stairs.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_nether_bricks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_nether_bricks.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_netherrack.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/lively_netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/lively_netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/mogus_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/mogus_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/nether_brick_fence_gate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/nether_brick_fence_gate.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/nether_brick_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/nether_brick_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/nether_brick_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/nether_brick_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/netherrack_path.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/netherrack_path.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/orange_salamander_hide.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/orange_salamander_hide.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/possessed_soul_sand.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/possessed_soul_sand.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/quartz_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "block/nether_quartz_ore" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/red_elder_mushroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/red_elder_mushroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/red_elder_mushroom_cap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/red_elder_mushroom_cap.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/rime_and_steel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/rime_and_steel.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/rime_block.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/rime_block.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/rime_crystal.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/rime_crystal.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/rime_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/rime_ore" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/ripper_claw.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/ripper_claw.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/salamander_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/salamander_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/smooth_basalt" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_fence.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/smooth_basalt_fence.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/smooth_basalt_fence_gate_closed" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_slab.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/smooth_basalt_slab" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/smooth_basalt_stairs" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/smooth_basalt_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_basalt_wall_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/smooth_basalt_wall_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_soul_sandstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/smooth_soul_sandstone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/smooth_soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/smooth_soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/soul_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/soul_glass" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/soul_glass_pane.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/soul_glass_pane.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/soul_sandstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/soul_sandstone" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/soul_sandstone_wall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/soul_sandstone_wall.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spinout_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spinout_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spore.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spore_creeper_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spore_creeper_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spore_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spore_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spoul_fruit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spoul_fruit.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spoul_shroom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spoul_shroom.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spoul_shroom_cap.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/spoul_shroom_cap" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spoul_shroom_stem.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/spoul_shroom_stem" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/spoul_vines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/spoul_vines.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/thornstalk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/thornstalk.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/thornstalk_top.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "netherex:block/thornstalk_top" 3 | } 4 | -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/models/item/wight_spawn_egg.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/models/item/wight_spawn_egg.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/particles/spore_creeper_explosion.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/particles/spore_creeper_explosion.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/particles/spore_creeper_explosion_emitter.json: -------------------------------------------------------------------------------- 1 | { } -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds.json -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_ambient_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_ambient_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_ambient_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_ambient_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/mogus/mogus_hurt_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/salamander/salamander_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/salamander/salamander_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/salamander/salamander_hurt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/salamander/salamander_hurt.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spinout/spinout_ambient_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spinout/spinout_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spinout/spinout_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spinout/spinout_hurt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spinout/spinout_hurt.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_explode.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_explode.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_4.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_hurt_4.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/spore/spore_warn.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/spore/spore_warn.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_1.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_1.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_2.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_2.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_3.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/wight/wight_ambient_3.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/wight/wight_death.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/wight/wight_death.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/sounds/entity/wight/wight_hurt.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/sounds/entity/wight/wight_hurt.ogg -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/basalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/basalt.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/basalt_brick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/basalt_brick.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/basalt_pillar_end.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/basalt_pillar_end.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/basalt_pillar_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/basalt_pillar_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/blue_fire_layer_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/blue_fire_layer_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/blue_fire_layer_0.png.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/blue_fire_layer_0.png.mcmeta -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/blue_fire_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/blue_fire_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/blue_fire_layer_1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { } 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/brown_elder_mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/brown_elder_mushroom.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/brown_elder_mushroom_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/brown_elder_mushroom_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/elder_mushroom_stem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/elder_mushroom_stem.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/elder_mushroom_stem_flesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/elder_mushroom_stem_flesh.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap0.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap1.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap2.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap3.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap4.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_cap5.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_stem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_stem1.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_stem2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_stem2.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_w1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_w1.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_w2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_w2.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/enoki_mushroom_w3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/enoki_mushroom_w3.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/fiery_nether_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/fiery_nether_bricks.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/fiery_netherrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/fiery_netherrack.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/fiery_netherrack_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/fiery_netherrack_path.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/frostburn_ice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/frostburn_ice.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/gloomy_nether_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/gloomy_nether_bricks.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/gloomy_netherrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/gloomy_netherrack.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/gloomy_netherrack_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/gloomy_netherrack_path.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/hyphae_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/hyphae_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/hyphae_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/hyphae_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/icy_nether_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/icy_nether_bricks.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/icy_netherrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/icy_netherrack.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/icy_netherrack_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/icy_netherrack_path.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/lively_nether_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/lively_nether_bricks.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/lively_netherrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/lively_netherrack.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/lively_netherrack_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/lively_netherrack_path.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/netherrack_path.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/netherrack_path.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/quartz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/quartz.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/quartz_ore_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/quartz_ore_overlay.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/red_elder_mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/red_elder_mushroom.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/red_elder_mushroom_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/red_elder_mushroom_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/rime_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/rime_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/rime_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/rime_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/smooth_basalt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/smooth_basalt.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/soul_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/soul_glass.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/soul_glass_pane_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/soul_glass_pane_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/thornstalk_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/thornstalk_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/thornstalk_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/thornstalk_middle.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/block/thornstalk_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/block/thornstalk_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/mogus/brown_mogus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/mogus/brown_mogus.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/mogus/red_mogus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/mogus/red_mogus.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/mogus/white_mogus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/mogus/white_mogus.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/spinout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/spinout.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/spore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/spore.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/spore_creeper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/spore_creeper.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/entity/wight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/entity/wight.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/black_salamander_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/black_salamander_hide.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/cooked_ghast_meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/cooked_ghast_meat.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/coolmar_spider_fang.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/coolmar_spider_fang.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/dull_mirror_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/dull_mirror_off.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/dull_mirror_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/dull_mirror_on.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/enoki_mushroom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/enoki_mushroom.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/fiery_netherbrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/fiery_netherbrick.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/ghast_meat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/ghast_meat.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/gloomy_netherbrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/gloomy_netherbrick.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/icy_netherbrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/icy_netherbrick.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/lively_netherbrick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/lively_netherbrick.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/orange_salamander_hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/orange_salamander_hide.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/rime_and_steel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/rime_and_steel.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/rime_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/rime_crystal.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/item/spore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/item/spore.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/mob_effect/crying.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/mob_effect/crying.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/mob_effect/frostbitten.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/mob_effect/frostbitten.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/mob_effect/frozen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/mob_effect/frozen.png -------------------------------------------------------------------------------- /src/main/resources/assets/netherex/textures/mob_effect/infested.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/assets/netherex/textures/mob_effect/infested.png -------------------------------------------------------------------------------- /src/main/resources/data/forge/tags/blocks/netherrack.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/data/forge/tags/blocks/netherrack.json -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/fences.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/data/minecraft/tags/blocks/fences.json -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/ice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/data/minecraft/tags/blocks/ice.json -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/walls.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/data/minecraft/tags/blocks/walls.json -------------------------------------------------------------------------------- /src/main/resources/datapacks/bop_nether_biome_pack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/datapacks/bop_nether_biome_pack/pack.mcmeta -------------------------------------------------------------------------------- /src/main/resources/datapacks/byg_nether_biome_pack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/datapacks/byg_nether_biome_pack/pack.mcmeta -------------------------------------------------------------------------------- /src/main/resources/datapacks/default_nether_biome_pack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/datapacks/default_nether_biome_pack/pack.mcmeta -------------------------------------------------------------------------------- /src/main/resources/datapacks/enb_nether_biome_pack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/datapacks/enb_nether_biome_pack/pack.mcmeta -------------------------------------------------------------------------------- /src/main/resources/datapacks/netherex_nether_biome_pack/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/datapacks/netherex_nether_biome_pack/pack.mcmeta -------------------------------------------------------------------------------- /src/main/resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/logo.png -------------------------------------------------------------------------------- /src/main/resources/pack.mcmeta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LogicTechCorp/NetherEx-Archive/HEAD/src/main/resources/pack.mcmeta --------------------------------------------------------------------------------