├── .gitattributes ├── .gitignore ├── README.md ├── build.gradle ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── settings.gradle └── src ├── generated └── resources │ ├── assets │ └── allthemodium │ │ ├── blockstates │ │ ├── allthemodium_block.json │ │ ├── allthemodium_ore.json │ │ ├── allthemodium_slate_ore.json │ │ ├── ancient_bookshelf.json │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ ├── ancient_chiseled_stone_brick_wall.json │ │ ├── ancient_chiseled_stone_bricks.json │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ ├── ancient_cracked_stone_brick_wall.json │ │ ├── ancient_cracked_stone_bricks.json │ │ ├── ancient_dirt.json │ │ ├── ancient_door.json │ │ ├── ancient_leaves.json │ │ ├── ancient_log_0.json │ │ ├── ancient_log_1.json │ │ ├── ancient_log_2.json │ │ ├── ancient_mossy_stone.json │ │ ├── ancient_mossy_stone_slabs.json │ │ ├── ancient_mossy_stone_stairs.json │ │ ├── ancient_mossy_stone_wall.json │ │ ├── ancient_planks.json │ │ ├── ancient_polished_stone.json │ │ ├── ancient_polished_stone_slabs.json │ │ ├── ancient_polished_stone_stairs.json │ │ ├── ancient_polished_stone_wall.json │ │ ├── ancient_smooth_stone.json │ │ ├── ancient_smooth_stone_slabs.json │ │ ├── ancient_smooth_stone_stairs.json │ │ ├── ancient_smooth_stone_wall.json │ │ ├── ancient_stone.json │ │ ├── ancient_stone_brick_slabs.json │ │ ├── ancient_stone_brick_stairs.json │ │ ├── ancient_stone_brick_wall.json │ │ ├── ancient_stone_bricks.json │ │ ├── ancient_stone_slabs.json │ │ ├── ancient_stone_stairs.json │ │ ├── ancient_stone_wall.json │ │ ├── ancient_wooden_fence.json │ │ ├── ancient_wooden_fence_gate.json │ │ ├── ancient_wooden_slabs.json │ │ ├── ancient_wooden_stairs.json │ │ ├── demonic_bookshelf.json │ │ ├── demonic_door.json │ │ ├── demonic_leaves.json │ │ ├── demonic_log.json │ │ ├── demonic_planks.json │ │ ├── demonic_wooden_fence.json │ │ ├── demonic_wooden_fence_gate.json │ │ ├── demonic_wooden_slabs.json │ │ ├── demonic_wooden_stairs.json │ │ ├── other_vibranium_ore.json │ │ ├── piglich_heart_block.json │ │ ├── raw_allthemodium_block.json │ │ ├── raw_unobtainium_block.json │ │ ├── raw_vibranium_block.json │ │ ├── soul_bookshelf.json │ │ ├── soul_door.json │ │ ├── soul_leaves.json │ │ ├── soul_log.json │ │ ├── soul_log_0.json │ │ ├── soul_log_1.json │ │ ├── soul_log_2.json │ │ ├── soul_planks.json │ │ ├── soul_wooden_fence.json │ │ ├── soul_wooden_fence_gate.json │ │ ├── soul_wooden_slabs.json │ │ ├── soul_wooden_stairs.json │ │ ├── stripped_ancient_log.json │ │ ├── stripped_demonic_log.json │ │ ├── stripped_soul_log.json │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ ├── unobtainium_block.json │ │ ├── unobtainium_ore.json │ │ ├── unobtainium_vibranium_alloy_block.json │ │ ├── vibranium_allthemodium_alloy_block.json │ │ ├── vibranium_block.json │ │ └── vibranium_ore.json │ │ └── models │ │ ├── block │ │ ├── allthemodium_block.json │ │ ├── allthemodium_ore.json │ │ ├── allthemodium_slate_ore.json │ │ ├── ancient_bookshelf.json │ │ ├── ancient_bookshelf_horizontal.json │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ ├── ancient_chiseled_stone_brick_slabs_top.json │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ ├── ancient_chiseled_stone_brick_stairs_inner.json │ │ ├── ancient_chiseled_stone_brick_stairs_outer.json │ │ ├── ancient_chiseled_stone_brick_wall_wall_post.json │ │ ├── ancient_chiseled_stone_brick_wall_wall_side.json │ │ ├── ancient_chiseled_stone_brick_wall_wall_side_tall.json │ │ ├── ancient_chiseled_stone_bricks.json │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ ├── ancient_cracked_stone_brick_slabs_top.json │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ ├── ancient_cracked_stone_brick_stairs_inner.json │ │ ├── ancient_cracked_stone_brick_stairs_outer.json │ │ ├── ancient_cracked_stone_brick_wall_wall_post.json │ │ ├── ancient_cracked_stone_brick_wall_wall_side.json │ │ ├── ancient_cracked_stone_brick_wall_wall_side_tall.json │ │ ├── ancient_cracked_stone_bricks.json │ │ ├── ancient_dirt.json │ │ ├── ancient_door_bottom_left.json │ │ ├── ancient_door_bottom_left_open.json │ │ ├── ancient_door_bottom_right.json │ │ ├── ancient_door_bottom_right_open.json │ │ ├── ancient_door_top_left.json │ │ ├── ancient_door_top_left_open.json │ │ ├── ancient_door_top_right.json │ │ ├── ancient_door_top_right_open.json │ │ ├── ancient_leaves.json │ │ ├── ancient_log_0.json │ │ ├── ancient_log_0_horizontal.json │ │ ├── ancient_log_1.json │ │ ├── ancient_log_1_horizontal.json │ │ ├── ancient_log_2.json │ │ ├── ancient_log_2_horizontal.json │ │ ├── ancient_mossy_stone.json │ │ ├── ancient_mossy_stone_slabs.json │ │ ├── ancient_mossy_stone_slabs_top.json │ │ ├── ancient_mossy_stone_stairs.json │ │ ├── ancient_mossy_stone_stairs_inner.json │ │ ├── ancient_mossy_stone_stairs_outer.json │ │ ├── ancient_mossy_stone_wall_wall_post.json │ │ ├── ancient_mossy_stone_wall_wall_side.json │ │ ├── ancient_mossy_stone_wall_wall_side_tall.json │ │ ├── ancient_planks.json │ │ ├── ancient_polished_stone.json │ │ ├── ancient_polished_stone_slabs.json │ │ ├── ancient_polished_stone_slabs_top.json │ │ ├── ancient_polished_stone_stairs.json │ │ ├── ancient_polished_stone_stairs_inner.json │ │ ├── ancient_polished_stone_stairs_outer.json │ │ ├── ancient_polished_stone_wall_wall_post.json │ │ ├── ancient_polished_stone_wall_wall_side.json │ │ ├── ancient_polished_stone_wall_wall_side_tall.json │ │ ├── ancient_smooth_stone.json │ │ ├── ancient_smooth_stone_slabs.json │ │ ├── ancient_smooth_stone_slabs_top.json │ │ ├── ancient_smooth_stone_stairs.json │ │ ├── ancient_smooth_stone_stairs_inner.json │ │ ├── ancient_smooth_stone_stairs_outer.json │ │ ├── ancient_smooth_stone_wall_wall_post.json │ │ ├── ancient_smooth_stone_wall_wall_side.json │ │ ├── ancient_smooth_stone_wall_wall_side_tall.json │ │ ├── ancient_stone.json │ │ ├── ancient_stone_brick_slabs.json │ │ ├── ancient_stone_brick_slabs_top.json │ │ ├── ancient_stone_brick_stairs.json │ │ ├── ancient_stone_brick_stairs_inner.json │ │ ├── ancient_stone_brick_stairs_outer.json │ │ ├── ancient_stone_brick_wall_wall_post.json │ │ ├── ancient_stone_brick_wall_wall_side.json │ │ ├── ancient_stone_brick_wall_wall_side_tall.json │ │ ├── ancient_stone_bricks.json │ │ ├── ancient_stone_slabs.json │ │ ├── ancient_stone_slabs_top.json │ │ ├── ancient_stone_stairs.json │ │ ├── ancient_stone_stairs_inner.json │ │ ├── ancient_stone_stairs_outer.json │ │ ├── ancient_stone_wall_wall_post.json │ │ ├── ancient_stone_wall_wall_side.json │ │ ├── ancient_stone_wall_wall_side_tall.json │ │ ├── ancient_wooden_fence_fence_post.json │ │ ├── ancient_wooden_fence_fence_side.json │ │ ├── ancient_wooden_fence_gate_fence_gate.json │ │ ├── ancient_wooden_fence_gate_fence_gate_open.json │ │ ├── ancient_wooden_fence_gate_fence_gate_wall.json │ │ ├── ancient_wooden_fence_gate_fence_gate_wall_open.json │ │ ├── ancient_wooden_slabs.json │ │ ├── ancient_wooden_slabs_top.json │ │ ├── ancient_wooden_stairs.json │ │ ├── ancient_wooden_stairs_inner.json │ │ ├── ancient_wooden_stairs_outer.json │ │ ├── demonic_bookshelf.json │ │ ├── demonic_bookshelf_horizontal.json │ │ ├── demonic_door_bottom_left.json │ │ ├── demonic_door_bottom_left_open.json │ │ ├── demonic_door_bottom_right.json │ │ ├── demonic_door_bottom_right_open.json │ │ ├── demonic_door_top_left.json │ │ ├── demonic_door_top_left_open.json │ │ ├── demonic_door_top_right.json │ │ ├── demonic_door_top_right_open.json │ │ ├── demonic_leaves.json │ │ ├── demonic_log.json │ │ ├── demonic_log_horizontal.json │ │ ├── demonic_planks.json │ │ ├── demonic_wooden_fence_fence_post.json │ │ ├── demonic_wooden_fence_fence_side.json │ │ ├── demonic_wooden_fence_gate_fence_gate.json │ │ ├── demonic_wooden_fence_gate_fence_gate_open.json │ │ ├── demonic_wooden_fence_gate_fence_gate_wall.json │ │ ├── demonic_wooden_fence_gate_fence_gate_wall_open.json │ │ ├── demonic_wooden_slabs.json │ │ ├── demonic_wooden_slabs_top.json │ │ ├── demonic_wooden_stairs.json │ │ ├── demonic_wooden_stairs_inner.json │ │ ├── demonic_wooden_stairs_outer.json │ │ ├── other_vibranium_ore.json │ │ ├── piglich_heart_block.json │ │ ├── raw_allthemodium_block.json │ │ ├── raw_unobtainium_block.json │ │ ├── raw_vibranium_block.json │ │ ├── soul_bookshelf.json │ │ ├── soul_bookshelf_horizontal.json │ │ ├── soul_door_bottom_left.json │ │ ├── soul_door_bottom_left_open.json │ │ ├── soul_door_bottom_right.json │ │ ├── soul_door_bottom_right_open.json │ │ ├── soul_door_top_left.json │ │ ├── soul_door_top_left_open.json │ │ ├── soul_door_top_right.json │ │ ├── soul_door_top_right_open.json │ │ ├── soul_leaves.json │ │ ├── soul_log.json │ │ ├── soul_log_0.json │ │ ├── soul_log_0_horizontal.json │ │ ├── soul_log_1.json │ │ ├── soul_log_1_horizontal.json │ │ ├── soul_log_2.json │ │ ├── soul_log_2_horizontal.json │ │ ├── soul_log_horizontal.json │ │ ├── soul_planks.json │ │ ├── soul_wooden_fence_fence_post.json │ │ ├── soul_wooden_fence_fence_side.json │ │ ├── soul_wooden_fence_gate_fence_gate.json │ │ ├── soul_wooden_fence_gate_fence_gate_open.json │ │ ├── soul_wooden_fence_gate_fence_gate_wall.json │ │ ├── soul_wooden_fence_gate_fence_gate_wall_open.json │ │ ├── soul_wooden_slabs.json │ │ ├── soul_wooden_slabs_top.json │ │ ├── soul_wooden_stairs.json │ │ ├── soul_wooden_stairs_inner.json │ │ ├── soul_wooden_stairs_outer.json │ │ ├── stripped_ancient_log.json │ │ ├── stripped_ancient_log_horizontal.json │ │ ├── stripped_demonic_log.json │ │ ├── stripped_demonic_log_horizontal.json │ │ ├── stripped_soul_log.json │ │ ├── stripped_soul_log_horizontal.json │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ ├── unobtainium_block.json │ │ ├── unobtainium_ore.json │ │ ├── unobtainium_vibranium_alloy_block.json │ │ ├── vibranium_allthemodium_alloy_block.json │ │ ├── vibranium_block.json │ │ └── vibranium_ore.json │ │ └── item │ │ ├── allthemodium_apple.json │ │ ├── allthemodium_block.json │ │ ├── allthemodium_boots.json │ │ ├── allthemodium_carrot.json │ │ ├── allthemodium_chestplate.json │ │ ├── allthemodium_clump.json │ │ ├── allthemodium_crystal.json │ │ ├── allthemodium_dust.json │ │ ├── allthemodium_gear.json │ │ ├── allthemodium_helmet.json │ │ ├── allthemodium_ingot.json │ │ ├── allthemodium_leggings.json │ │ ├── allthemodium_nugget.json │ │ ├── allthemodium_ore.json │ │ ├── allthemodium_plate.json │ │ ├── allthemodium_rod.json │ │ ├── allthemodium_shard.json │ │ ├── allthemodium_slate_ore.json │ │ ├── allthemodium_upgrade_smithing_template.json │ │ ├── ancient_bookshelf.json │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ ├── ancient_chiseled_stone_brick_wall.json │ │ ├── ancient_chiseled_stone_bricks.json │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ ├── ancient_cracked_stone_brick_wall.json │ │ ├── ancient_cracked_stone_bricks.json │ │ ├── ancient_dirt.json │ │ ├── ancient_leaves.json │ │ ├── ancient_log_0.json │ │ ├── ancient_log_1.json │ │ ├── ancient_log_2.json │ │ ├── ancient_mossy_stone.json │ │ ├── ancient_mossy_stone_slabs.json │ │ ├── ancient_mossy_stone_stairs.json │ │ ├── ancient_mossy_stone_wall.json │ │ ├── ancient_planks.json │ │ ├── ancient_polished_stone.json │ │ ├── ancient_polished_stone_slabs.json │ │ ├── ancient_polished_stone_stairs.json │ │ ├── ancient_polished_stone_wall.json │ │ ├── ancient_smooth_stone.json │ │ ├── ancient_smooth_stone_slabs.json │ │ ├── ancient_smooth_stone_stairs.json │ │ ├── ancient_smooth_stone_wall.json │ │ ├── ancient_stone.json │ │ ├── ancient_stone_brick_slabs.json │ │ ├── ancient_stone_brick_stairs.json │ │ ├── ancient_stone_brick_wall.json │ │ ├── ancient_stone_bricks.json │ │ ├── ancient_stone_slabs.json │ │ ├── ancient_stone_stairs.json │ │ ├── ancient_stone_wall.json │ │ ├── ancient_wooden_fence.json │ │ ├── ancient_wooden_fence_gate.json │ │ ├── ancient_wooden_slabs.json │ │ ├── ancient_wooden_stairs.json │ │ ├── demonic_bookshelf.json │ │ ├── demonic_leaves.json │ │ ├── demonic_log.json │ │ ├── demonic_planks.json │ │ ├── demonic_wooden_fence.json │ │ ├── demonic_wooden_fence_gate.json │ │ ├── demonic_wooden_slabs.json │ │ ├── demonic_wooden_stairs.json │ │ ├── dirty_allthemodium_dust.json │ │ ├── dirty_unobtainium_dust.json │ │ ├── dirty_vibranium_dust.json │ │ ├── other_vibranium_ore.json │ │ ├── piglich_heart.json │ │ ├── piglich_heart_block.json │ │ ├── raw_allthemodium.json │ │ ├── raw_allthemodium_block.json │ │ ├── raw_unobtainium.json │ │ ├── raw_unobtainium_block.json │ │ ├── raw_vibranium.json │ │ ├── raw_vibranium_block.json │ │ ├── soul_bookshelf.json │ │ ├── soul_leaves.json │ │ ├── soul_log.json │ │ ├── soul_log_0.json │ │ ├── soul_log_1.json │ │ ├── soul_log_2.json │ │ ├── soul_planks.json │ │ ├── soul_wooden_fence.json │ │ ├── soul_wooden_fence_gate.json │ │ ├── soul_wooden_slabs.json │ │ ├── soul_wooden_stairs.json │ │ ├── stripped_ancient_log.json │ │ ├── stripped_demonic_log.json │ │ ├── stripped_soul_log.json │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ ├── unobtainium_allthemodium_alloy_dust.json │ │ ├── unobtainium_allthemodium_alloy_ingot.json │ │ ├── unobtainium_block.json │ │ ├── unobtainium_boots.json │ │ ├── unobtainium_chestplate.json │ │ ├── unobtainium_clump.json │ │ ├── unobtainium_crystal.json │ │ ├── unobtainium_dust.json │ │ ├── unobtainium_gear.json │ │ ├── unobtainium_helmet.json │ │ ├── unobtainium_ingot.json │ │ ├── unobtainium_leggings.json │ │ ├── unobtainium_nugget.json │ │ ├── unobtainium_ore.json │ │ ├── unobtainium_plate.json │ │ ├── unobtainium_rod.json │ │ ├── unobtainium_shard.json │ │ ├── unobtainium_upgrade_smithing_template.json │ │ ├── unobtainium_vibranium_alloy_block.json │ │ ├── unobtainium_vibranium_alloy_dust.json │ │ ├── unobtainium_vibranium_alloy_ingot.json │ │ ├── vibranium_allthemodium_alloy_block.json │ │ ├── vibranium_allthemodium_alloy_dust.json │ │ ├── vibranium_allthemodium_alloy_ingot.json │ │ ├── vibranium_block.json │ │ ├── vibranium_boots.json │ │ ├── vibranium_chestplate.json │ │ ├── vibranium_clump.json │ │ ├── vibranium_crystal.json │ │ ├── vibranium_dust.json │ │ ├── vibranium_gear.json │ │ ├── vibranium_helmet.json │ │ ├── vibranium_ingot.json │ │ ├── vibranium_leggings.json │ │ ├── vibranium_nugget.json │ │ ├── vibranium_ore.json │ │ ├── vibranium_plate.json │ │ ├── vibranium_rod.json │ │ ├── vibranium_shard.json │ │ └── vibranium_upgrade_smithing_template.json │ └── data │ ├── allthemodium │ ├── advancements │ │ └── recipes │ │ │ └── misc │ │ │ ├── allthemodium_apple.json │ │ │ ├── allthemodium_axe.json │ │ │ ├── allthemodium_block.json │ │ │ ├── allthemodium_carrot.json │ │ │ ├── allthemodium_dust_from_ore_crushing.json │ │ │ ├── allthemodium_gear.json │ │ │ ├── allthemodium_hoe.json │ │ │ ├── allthemodium_ingot.json │ │ │ ├── allthemodium_ingot_from_block.json │ │ │ ├── allthemodium_ingot_from_dust_blasting.json │ │ │ ├── allthemodium_ingot_from_dust_smelting.json │ │ │ ├── allthemodium_ingot_from_raw_blasting.json │ │ │ ├── allthemodium_ingot_from_raw_smelting.json │ │ │ ├── allthemodium_nugget_from_ingot.json │ │ │ ├── allthemodium_pickaxe.json │ │ │ ├── allthemodium_plate.json │ │ │ ├── allthemodium_rod.json │ │ │ ├── allthemodium_shovel.json │ │ │ ├── allthemodium_sword.json │ │ │ ├── ancient_bookshelf.json │ │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ │ ├── ancient_chiseled_stone_brick_wall.json │ │ │ ├── ancient_chiseled_stone_bricks_from_crushing.json │ │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ │ ├── ancient_cracked_stone_brick_wall.json │ │ │ ├── ancient_cracked_stone_bricks_from_crushing.json │ │ │ ├── ancient_door.json │ │ │ ├── ancient_mossy_stone_from_vinecrafting.json │ │ │ ├── ancient_mossy_stone_slabs.json │ │ │ ├── ancient_mossy_stone_stairs.json │ │ │ ├── ancient_mossy_stone_wall.json │ │ │ ├── ancient_planks_1_from_shapelesscrafting.json │ │ │ ├── ancient_planks_2_from_shapelesscrafting.json │ │ │ ├── ancient_planks_3_from_shapelesscrafting.json │ │ │ ├── ancient_planks_from_shapelesscrafting.json │ │ │ ├── ancient_polished_stone_from_waxing.json │ │ │ ├── ancient_polished_stone_slabs.json │ │ │ ├── ancient_polished_stone_stairs.json │ │ │ ├── ancient_polished_stone_wall.json │ │ │ ├── ancient_smooth_stone_from_ancient_stone_blasting.json │ │ │ ├── ancient_smooth_stone_from_ancient_stone_smelting.json │ │ │ ├── ancient_smooth_stone_slabs.json │ │ │ ├── ancient_smooth_stone_stairs.json │ │ │ ├── ancient_smooth_stone_wall.json │ │ │ ├── ancient_stone_brick_slabs.json │ │ │ ├── ancient_stone_brick_stairs.json │ │ │ ├── ancient_stone_brick_wall.json │ │ │ ├── ancient_stone_bricks.json │ │ │ ├── ancient_stone_slabs.json │ │ │ ├── ancient_stone_stairs.json │ │ │ ├── ancient_stone_wall.json │ │ │ ├── ancient_trap_door.json │ │ │ ├── ancient_wooden_fence.json │ │ │ ├── ancient_wooden_fence_gate.json │ │ │ ├── ancient_wooden_slabs.json │ │ │ ├── ancient_wooden_stairs.json │ │ │ ├── demonic_bookshelf.json │ │ │ ├── demonic_door.json │ │ │ ├── demonic_planks_from_shapelesscrafting.json │ │ │ ├── demonic_trap_door.json │ │ │ ├── demonic_wooden_fence.json │ │ │ ├── demonic_wooden_fence_gate.json │ │ │ ├── demonic_wooden_slabs.json │ │ │ ├── demonic_wooden_stairs.json │ │ │ ├── piglich_heart_block.json │ │ │ ├── raw_allthemodium_block.json │ │ │ ├── raw_allthemodium_from_block.json │ │ │ ├── raw_unobtainium_block.json │ │ │ ├── raw_unobtainium_from_block.json │ │ │ ├── raw_vibranium_block.json │ │ │ ├── raw_vibranium_from_block.json │ │ │ ├── soul_bookshelf.json │ │ │ ├── soul_door.json │ │ │ ├── soul_planks_0_from_shapelesscrafting.json │ │ │ ├── soul_planks_1_from_shapelesscrafting.json │ │ │ ├── soul_planks_2_from_shapelesscrafting.json │ │ │ ├── soul_planks_from_shapelesscrafting.json │ │ │ ├── soul_trap_door.json │ │ │ ├── soul_wooden_fence.json │ │ │ ├── soul_wooden_fence_gate.json │ │ │ ├── soul_wooden_slabs.json │ │ │ ├── soul_wooden_stairs.json │ │ │ ├── teleport_pad.json │ │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ │ ├── unobtainium_allthemodium_alloy_ingot_from_block.json │ │ │ ├── unobtainium_block.json │ │ │ ├── unobtainium_dust_from_ore_crushing.json │ │ │ ├── unobtainium_gear.json │ │ │ ├── unobtainium_ingot.json │ │ │ ├── unobtainium_ingot_from_block.json │ │ │ ├── unobtainium_ingot_from_dust_blasting.json │ │ │ ├── unobtainium_ingot_from_dust_smelting.json │ │ │ ├── unobtainium_ingot_from_raw_blasting.json │ │ │ ├── unobtainium_ingot_from_raw_smelting.json │ │ │ ├── unobtainium_nugget_from_ingot.json │ │ │ ├── unobtainium_plate.json │ │ │ ├── unobtainium_rod.json │ │ │ ├── unobtainium_vibranium_alloy_block.json │ │ │ ├── unobtainium_vibranium_alloy_ingot_from_block.json │ │ │ ├── vibranium_allthemodium_alloy_block.json │ │ │ ├── vibranium_allthemodium_alloy_ingot_from_block.json │ │ │ ├── vibranium_block.json │ │ │ ├── vibranium_dust_from_ore_crushing.json │ │ │ ├── vibranium_gear.json │ │ │ ├── vibranium_ingot.json │ │ │ ├── vibranium_ingot_from_block.json │ │ │ ├── vibranium_ingot_from_dust_blasting.json │ │ │ ├── vibranium_ingot_from_dust_smelting.json │ │ │ ├── vibranium_ingot_from_raw_blasting.json │ │ │ ├── vibranium_ingot_from_raw_smelting.json │ │ │ ├── vibranium_nugget_from_ingot.json │ │ │ ├── vibranium_plate.json │ │ │ └── vibranium_rod.json │ ├── loot_tables │ │ └── blocks │ │ │ ├── allthemodium_block.json │ │ │ ├── allthemodium_ore.json │ │ │ ├── allthemodium_slate_ore.json │ │ │ ├── ancient_bookshelf.json │ │ │ ├── ancient_cavevines.json │ │ │ ├── ancient_cavevines_plant.json │ │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ │ ├── ancient_chiseled_stone_brick_wall.json │ │ │ ├── ancient_chiseled_stone_bricks.json │ │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ │ ├── ancient_cracked_stone_brick_wall.json │ │ │ ├── ancient_cracked_stone_bricks.json │ │ │ ├── ancient_dirt.json │ │ │ ├── ancient_door.json │ │ │ ├── ancient_grass.json │ │ │ ├── ancient_herb.json │ │ │ ├── ancient_leaves.json │ │ │ ├── ancient_leaves_bottom.json │ │ │ ├── ancient_log_0.json │ │ │ ├── ancient_log_1.json │ │ │ ├── ancient_log_2.json │ │ │ ├── ancient_mossy_stone.json │ │ │ ├── ancient_mossy_stone_slabs.json │ │ │ ├── ancient_mossy_stone_stairs.json │ │ │ ├── ancient_mossy_stone_wall.json │ │ │ ├── ancient_planks.json │ │ │ ├── ancient_polished_stone.json │ │ │ ├── ancient_polished_stone_slabs.json │ │ │ ├── ancient_polished_stone_stairs.json │ │ │ ├── ancient_polished_stone_wall.json │ │ │ ├── ancient_smooth_stone.json │ │ │ ├── ancient_smooth_stone_slabs.json │ │ │ ├── ancient_smooth_stone_stairs.json │ │ │ ├── ancient_smooth_stone_wall.json │ │ │ ├── ancient_stone.json │ │ │ ├── ancient_stone_brick_slabs.json │ │ │ ├── ancient_stone_brick_stairs.json │ │ │ ├── ancient_stone_brick_wall.json │ │ │ ├── ancient_stone_bricks.json │ │ │ ├── ancient_stone_slabs.json │ │ │ ├── ancient_stone_stairs.json │ │ │ ├── ancient_stone_wall.json │ │ │ ├── ancient_trap_door.json │ │ │ ├── ancient_wooden_fence.json │ │ │ ├── ancient_wooden_fence_gate.json │ │ │ ├── ancient_wooden_slabs.json │ │ │ ├── ancient_wooden_stairs.json │ │ │ ├── demonic_bookshelf.json │ │ │ ├── demonic_door.json │ │ │ ├── demonic_herb.json │ │ │ ├── demonic_leaves.json │ │ │ ├── demonic_leaves_bottom.json │ │ │ ├── demonic_log.json │ │ │ ├── demonic_planks.json │ │ │ ├── demonic_trap_door.json │ │ │ ├── demonic_wooden_fence.json │ │ │ ├── demonic_wooden_fence_gate.json │ │ │ ├── demonic_wooden_slabs.json │ │ │ ├── demonic_wooden_stairs.json │ │ │ ├── other_vibranium_ore.json │ │ │ ├── piglich_heart_block.json │ │ │ ├── raw_allthemodium_block.json │ │ │ ├── raw_unobtainium_block.json │ │ │ ├── raw_vibranium_block.json │ │ │ ├── soul_bookshelf.json │ │ │ ├── soul_door.json │ │ │ ├── soul_herb.json │ │ │ ├── soul_leaves.json │ │ │ ├── soul_leaves_bottom.json │ │ │ ├── soul_log.json │ │ │ ├── soul_log_0.json │ │ │ ├── soul_log_1.json │ │ │ ├── soul_log_2.json │ │ │ ├── soul_planks.json │ │ │ ├── soul_trap_door.json │ │ │ ├── soul_wooden_fence.json │ │ │ ├── soul_wooden_fence_gate.json │ │ │ ├── soul_wooden_slabs.json │ │ │ ├── soul_wooden_stairs.json │ │ │ ├── stripped_ancient_log.json │ │ │ ├── stripped_demonic_log.json │ │ │ ├── stripped_soul_log.json │ │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ │ ├── unobtainium_block.json │ │ │ ├── unobtainium_ore.json │ │ │ ├── unobtainium_vibranium_alloy_block.json │ │ │ ├── vibranium_allthemodium_alloy_block.json │ │ │ ├── vibranium_block.json │ │ │ └── vibranium_ore.json │ ├── recipes │ │ ├── allthemodium_apple.json │ │ ├── allthemodium_axe.json │ │ ├── allthemodium_block.json │ │ ├── allthemodium_carrot.json │ │ ├── allthemodium_dust_from_ore_crushing.json │ │ ├── allthemodium_gear.json │ │ ├── allthemodium_hoe.json │ │ ├── allthemodium_ingot.json │ │ ├── allthemodium_ingot_from_block.json │ │ ├── allthemodium_ingot_from_dust_blasting.json │ │ ├── allthemodium_ingot_from_dust_smelting.json │ │ ├── allthemodium_ingot_from_raw_blasting.json │ │ ├── allthemodium_ingot_from_raw_smelting.json │ │ ├── allthemodium_nugget_from_ingot.json │ │ ├── allthemodium_pickaxe.json │ │ ├── allthemodium_plate.json │ │ ├── allthemodium_rod.json │ │ ├── allthemodium_shovel.json │ │ ├── allthemodium_sword.json │ │ ├── ancient_bookshelf.json │ │ ├── ancient_chiseled_stone_brick_slabs.json │ │ ├── ancient_chiseled_stone_brick_stairs.json │ │ ├── ancient_chiseled_stone_brick_wall.json │ │ ├── ancient_chiseled_stone_bricks_from_crushing.json │ │ ├── ancient_cracked_stone_brick_slabs.json │ │ ├── ancient_cracked_stone_brick_stairs.json │ │ ├── ancient_cracked_stone_brick_wall.json │ │ ├── ancient_cracked_stone_bricks_from_crushing.json │ │ ├── ancient_door.json │ │ ├── ancient_mossy_stone_from_vinecrafting.json │ │ ├── ancient_mossy_stone_slabs.json │ │ ├── ancient_mossy_stone_stairs.json │ │ ├── ancient_mossy_stone_wall.json │ │ ├── ancient_planks_1_from_shapelesscrafting.json │ │ ├── ancient_planks_2_from_shapelesscrafting.json │ │ ├── ancient_planks_3_from_shapelesscrafting.json │ │ ├── ancient_planks_from_shapelesscrafting.json │ │ ├── ancient_polished_stone_from_waxing.json │ │ ├── ancient_polished_stone_slabs.json │ │ ├── ancient_polished_stone_stairs.json │ │ ├── ancient_polished_stone_wall.json │ │ ├── ancient_smooth_stone_from_ancient_stone_blasting.json │ │ ├── ancient_smooth_stone_from_ancient_stone_smelting.json │ │ ├── ancient_smooth_stone_slabs.json │ │ ├── ancient_smooth_stone_stairs.json │ │ ├── ancient_smooth_stone_wall.json │ │ ├── ancient_stone_brick_slabs.json │ │ ├── ancient_stone_brick_stairs.json │ │ ├── ancient_stone_brick_wall.json │ │ ├── ancient_stone_bricks.json │ │ ├── ancient_stone_slabs.json │ │ ├── ancient_stone_stairs.json │ │ ├── ancient_stone_wall.json │ │ ├── ancient_trap_door.json │ │ ├── ancient_wooden_fence.json │ │ ├── ancient_wooden_fence_gate.json │ │ ├── ancient_wooden_slabs.json │ │ ├── ancient_wooden_stairs.json │ │ ├── demonic_bookshelf.json │ │ ├── demonic_door.json │ │ ├── demonic_planks_from_shapelesscrafting.json │ │ ├── demonic_trap_door.json │ │ ├── demonic_wooden_fence.json │ │ ├── demonic_wooden_fence_gate.json │ │ ├── demonic_wooden_slabs.json │ │ ├── demonic_wooden_stairs.json │ │ ├── piglich_heart_block.json │ │ ├── raw_allthemodium_block.json │ │ ├── raw_allthemodium_from_block.json │ │ ├── raw_unobtainium_block.json │ │ ├── raw_unobtainium_from_block.json │ │ ├── raw_vibranium_block.json │ │ ├── raw_vibranium_from_block.json │ │ ├── soul_bookshelf.json │ │ ├── soul_door.json │ │ ├── soul_planks_0_from_shapelesscrafting.json │ │ ├── soul_planks_1_from_shapelesscrafting.json │ │ ├── soul_planks_2_from_shapelesscrafting.json │ │ ├── soul_planks_from_shapelesscrafting.json │ │ ├── soul_trap_door.json │ │ ├── soul_wooden_fence.json │ │ ├── soul_wooden_fence_gate.json │ │ ├── soul_wooden_slabs.json │ │ ├── soul_wooden_stairs.json │ │ ├── teleport_pad.json │ │ ├── unobtainium_allthemodium_alloy_block.json │ │ ├── unobtainium_allthemodium_alloy_ingot_from_block.json │ │ ├── unobtainium_block.json │ │ ├── unobtainium_dust_from_ore_crushing.json │ │ ├── unobtainium_gear.json │ │ ├── unobtainium_ingot.json │ │ ├── unobtainium_ingot_from_block.json │ │ ├── unobtainium_ingot_from_dust_blasting.json │ │ ├── unobtainium_ingot_from_dust_smelting.json │ │ ├── unobtainium_ingot_from_raw_blasting.json │ │ ├── unobtainium_ingot_from_raw_smelting.json │ │ ├── unobtainium_nugget_from_ingot.json │ │ ├── unobtainium_plate.json │ │ ├── unobtainium_rod.json │ │ ├── unobtainium_vibranium_alloy_block.json │ │ ├── unobtainium_vibranium_alloy_ingot_from_block.json │ │ ├── vibranium_allthemodium_alloy_block.json │ │ ├── vibranium_allthemodium_alloy_ingot_from_block.json │ │ ├── vibranium_block.json │ │ ├── vibranium_dust_from_ore_crushing.json │ │ ├── vibranium_gear.json │ │ ├── vibranium_ingot.json │ │ ├── vibranium_ingot_from_block.json │ │ ├── vibranium_ingot_from_dust_blasting.json │ │ ├── vibranium_ingot_from_dust_smelting.json │ │ ├── vibranium_ingot_from_raw_blasting.json │ │ ├── vibranium_ingot_from_raw_smelting.json │ │ ├── vibranium_nugget_from_ingot.json │ │ ├── vibranium_plate.json │ │ └── vibranium_rod.json │ └── tags │ │ ├── blocks │ │ ├── ancient_chiseled_stone_bricks.json │ │ ├── ancient_cracked_stone_bricks.json │ │ ├── ancient_dirt.json │ │ ├── ancient_mossy_stone.json │ │ ├── ancient_planks.json │ │ ├── ancient_polished_stone.json │ │ ├── ancient_smooth_stone.json │ │ ├── ancient_stone.json │ │ ├── ancient_stone_bricks.json │ │ ├── blocks │ │ │ └── blocklist.json │ │ ├── demonic_planks.json │ │ ├── other_te_whitelist.json │ │ ├── paxel_effective.json │ │ └── soul_planks.json │ │ └── items │ │ ├── ancient_chiseled_stone_bricks.json │ │ ├── ancient_cracked_stone_bricks.json │ │ ├── ancient_mossy_stone.json │ │ ├── ancient_planks.json │ │ ├── ancient_polished_stone.json │ │ ├── ancient_smooth_stone.json │ │ ├── ancient_stone.json │ │ ├── ancient_stone_bricks.json │ │ ├── demonic_planks.json │ │ └── soul_planks.json │ ├── forge │ └── tags │ │ ├── blocks │ │ ├── needs_allthemodium_tool.json │ │ ├── needs_netherite_tool.json │ │ ├── ores │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ │ └── storage_blocks │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ │ └── items │ │ ├── dusts.json │ │ ├── dusts │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── gears │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── ingots.json │ │ ├── ingots │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ ├── unobtainium_allthemodium_alloy.json │ │ ├── unobtainium_vibranium_alloy.json │ │ ├── vibranium.json │ │ └── vibranium_allthemodium_alloy.json │ │ ├── nuggets │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── ores.json │ │ ├── ores │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── plates │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── raw_materials.json │ │ ├── raw_materials │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── raw_ores │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── rods │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── shears.json │ │ ├── storage_blocks │ │ ├── allthemodium.json │ │ ├── raw_allthemodium.json │ │ ├── raw_unobtainium.json │ │ ├── raw_vibranium.json │ │ ├── unobtainium.json │ │ ├── unobtainium_allthemodium_alloy.json │ │ ├── unobtainium_vibranium_alloy.json │ │ ├── vibranium.json │ │ └── vibranium_allthemodium_alloy.json │ │ └── tools │ │ ├── axes.json │ │ ├── hoes.json │ │ ├── pickaxes.json │ │ ├── shovels.json │ │ └── swords.json │ ├── mekanism │ └── tags │ │ └── items │ │ ├── clumps.json │ │ ├── clumps │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── crystals.json │ │ ├── crystals │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── dirty_dusts.json │ │ ├── dirty_dusts │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ │ ├── shards.json │ │ └── shards │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ └── minecraft │ └── tags │ ├── blocks │ ├── climbable.json │ ├── dirt.json │ ├── fence_gates.json │ ├── fences.json │ ├── infiniburn_nether.json │ ├── leaves.json │ ├── logs.json │ ├── mineable │ │ ├── axe.json │ │ ├── pickaxe.json │ │ └── shovel.json │ ├── nylium.json │ ├── planks.json │ ├── slabs.json │ ├── soul_fire_base_blocks.json │ ├── stairs.json │ ├── walls.json │ ├── wooden_fences.json │ ├── wooden_slabs.json │ └── wooden_stairs.json │ └── items │ ├── items │ └── piglin_loved.json │ ├── logs.json │ ├── planks.json │ ├── stone_crafting_materials.json │ └── stone_tool_materials.json └── main ├── java └── com │ └── thevortex │ └── allthemodium │ ├── AllTheModium.java │ ├── blocks │ ├── ACaveVines.java │ ├── ATMBrushableBlock.java │ ├── Allthemodium_Block.java │ ├── Allthemodium_Ore.java │ ├── AncientBookShelf.java │ ├── AncientCaveVines.java │ ├── AncientCaveVinesPlant.java │ ├── AncientDirt.java │ ├── AncientFenceBlock.java │ ├── AncientHerb.java │ ├── AncientLeaves.java │ ├── AncientLeavesBottom.java │ ├── AncientLog.java │ ├── AncientSaplingBlock.java │ ├── AncientStone.java │ ├── Ancient_Grass.java │ ├── DemonicLeaves.java │ ├── DemonicLeavesBottom.java │ ├── Raw_ATM.java │ ├── Raw_UNO.java │ ├── Raw_VIB.java │ ├── SoulLava.java │ ├── SoulLeaves.java │ ├── SoulLeavesBottom.java │ ├── TeleportPad.java │ ├── UAAlloy_Block.java │ ├── UVAlloy_Block.java │ ├── Unobtainium_Block.java │ ├── Unobtainium_Ore.java │ ├── VAAlloy_Block.java │ ├── Vibranium_Block.java │ ├── Vibranium_Ore.java │ └── entity │ │ └── ATMBrushableBlockEntity.java │ ├── crafting │ ├── ATMCraftingSetup.java │ ├── ATMRecipeSerializer.java │ ├── ATMShapedRecipe.java │ ├── ATMShapelessRecipe.java │ ├── ATMShapelessRecipeSerializer.java │ ├── IATMShapedRecipe.java │ └── IATMShapelessRecipe.java │ ├── datagen │ ├── ATMDataGenerators.java │ ├── RecipeException.java │ ├── builder │ │ ├── ShapedAncientStones.java │ │ ├── ShapedArmorBuilder.java │ │ ├── ShapedBlockBuilder.java │ │ └── ShapedIngotBuilder.java │ ├── client │ │ ├── BlockStates.java │ │ ├── ItemModels.java │ │ └── package-info.java │ ├── package-info.java │ └── server │ │ ├── ATMBlockTags.java │ │ ├── ATMCraftingRecipes.java │ │ ├── ATMItemTags.java │ │ ├── ATMLootTables.java │ │ └── package-info.java │ ├── entity │ ├── PiglichEntity.java │ ├── PiglichModel.java │ ├── PiglichModelOld.java │ ├── PiglichRenderer.java │ └── shulkers │ │ ├── atm │ │ ├── ATMShulkerEntity.java │ │ ├── ATMShulkerModel.java │ │ └── ATMShulkerRenderer.java │ │ ├── unob │ │ ├── UNOBShulkerEntity.java │ │ ├── UNOBShulkerModel.java │ │ └── UNOBShulkerRenderer.java │ │ └── vib │ │ ├── VIBShulkerEntity.java │ │ ├── VIBShulkerModel.java │ │ └── VIBShulkerRenderer.java │ ├── events │ ├── ArmorEvents.java │ ├── BlockBreak.java │ ├── ClientEvents.java │ └── PlayerHarvest.java │ ├── fluid │ ├── FluidATM.java │ ├── FluidSoulLava.java │ ├── FluidUNOB.java │ └── FluidVIB.java │ ├── init │ └── ModFoods.java │ ├── items │ ├── ATMSmithingItem.java │ ├── Alloy_Dust.java │ ├── Alloy_Ingot.java │ ├── Allthemodium_Apple.java │ ├── Allthemodium_Block.java │ ├── Allthemodium_Carrot.java │ ├── Allthemodium_Ore_Item.java │ ├── Clump.java │ ├── Crystal.java │ ├── DirtyDust.java │ ├── Dust.java │ ├── Gear.java │ ├── Ingot.java │ ├── Nugget.java │ ├── PiglichHeart.java │ ├── Plate.java │ ├── RawOre.java │ ├── Rod.java │ ├── Shard.java │ ├── SoulBerries.java │ ├── SoulBucket.java │ ├── TeleportPad.java │ ├── Unobtainium_Block.java │ ├── Unobtainium_Ore_Item.java │ ├── Vibranium_Block.java │ ├── Vibranium_Ore_Item.java │ └── toolitems │ │ ├── armor │ │ ├── Allthemodium_Boots.java │ │ ├── Allthemodium_Chestplate.java │ │ ├── Allthemodium_Helmet.java │ │ ├── Allthemodium_Leggings.java │ │ └── models │ │ │ └── allthemodium_helmet.java │ │ └── tools │ │ ├── AlloyAxe.java │ │ ├── AlloyPaxel.java │ │ ├── AlloyPick.java │ │ ├── AlloyShovel.java │ │ └── AlloySword.java │ ├── material │ ├── AArmorMaterial.java │ └── ToolTiers.java │ ├── mixins │ └── MixinConnector.java │ ├── reference │ ├── Reference.java │ └── TweakProxy.java │ ├── registry │ ├── ATMBiomes.java │ ├── ATMBlockSets.java │ ├── BlockRegistry.java │ ├── FluidInteractionsRegistry.java │ ├── FluidRegistry.java │ ├── FluidTypeRegistry.java │ ├── ItemRegistry.java │ ├── LevelRegistry.java │ ├── ModRegistry.java │ ├── TagRegistry.java │ ├── client │ │ ├── OtherSky.java │ │ └── SkyRegistry.java │ ├── mek_reg │ │ ├── ATMResource.java │ │ ├── ATMSlurries.java │ │ ├── EnumFunc.java │ │ └── SlurryRegistry.java │ └── resource │ │ ├── MoltenATMType.java │ │ ├── MoltenUNOBType.java │ │ ├── MoltenVIBType.java │ │ └── SoulLavaType.java │ └── worldgen │ └── structures │ ├── APStructure.java │ ├── ATMStructures.java │ ├── DungeonStructure.java │ └── PVStructure.java └── resources ├── META-INF ├── accesstransformer.cfg └── mods.toml ├── allthemodium.mixins.json ├── allthemods5.png ├── assets ├── allthemodium │ ├── animations │ │ └── piglich.animation.json │ ├── blockstates │ │ ├── ancient_cavevines.json │ │ ├── ancient_cavevines_plant.json │ │ ├── ancient_grass.json │ │ ├── ancient_herb.json │ │ ├── ancient_leaves_bottom.json │ │ ├── ancient_sapling.json │ │ ├── ancient_trap_door.json │ │ ├── demonic_herb.json │ │ ├── demonic_leaves_bottom.json │ │ ├── demonic_sapling.json │ │ ├── demonic_trap_door.json │ │ ├── molten_allthemodium_block.json │ │ ├── molten_unobtainium_block.json │ │ ├── molten_vibranium_block.json │ │ ├── soul_herb.json │ │ ├── soul_lava_block.json │ │ ├── soul_leaves_bottom.json │ │ ├── soul_sapling.json │ │ ├── soul_trap_door.json │ │ ├── suspicious_clay.json │ │ ├── suspicious_soul_sand.json │ │ └── teleport_pad.json │ ├── geo │ │ └── piglich_anim.geo.json │ ├── lang │ │ ├── de_de.json │ │ ├── en_us.json │ │ ├── es_es.json │ │ ├── ja_jp.json │ │ ├── nl_nl.json │ │ ├── pt_br.json │ │ ├── ru_ru.json │ │ ├── tr_tr.json │ │ └── zh_cn.json │ ├── models │ │ ├── block │ │ │ ├── ancient_cavevines.json │ │ │ ├── ancient_cavevines_lit.json │ │ │ ├── ancient_cavevines_plant.json │ │ │ ├── ancient_cavevines_plant_lit.json │ │ │ ├── ancient_grass.json │ │ │ ├── ancient_herb.json │ │ │ ├── ancient_leaves_bottom.json │ │ │ ├── ancient_sapling.json │ │ │ ├── ancient_trap_door_bottom.json │ │ │ ├── ancient_trap_door_open.json │ │ │ ├── ancient_trap_door_top.json │ │ │ ├── demonic_herb.json │ │ │ ├── demonic_leaves_bottom.json │ │ │ ├── demonic_sapling.json │ │ │ ├── demonic_trap_door_bottom.json │ │ │ ├── demonic_trap_door_open.json │ │ │ ├── demonic_trap_door_top.json │ │ │ ├── fluid │ │ │ │ └── molten.json │ │ │ ├── molten.json │ │ │ ├── soul_herb.json │ │ │ ├── soul_leaves_bottom.json │ │ │ ├── soul_sapling.json │ │ │ ├── soul_trap_door_bottom.json │ │ │ ├── soul_trap_door_open.json │ │ │ ├── soul_trap_door_top.json │ │ │ ├── suspicious_clay_0.json │ │ │ ├── suspicious_clay_1.json │ │ │ ├── suspicious_clay_2.json │ │ │ ├── suspicious_clay_3.json │ │ │ ├── suspicious_soul_sand_0.json │ │ │ ├── suspicious_soul_sand_1.json │ │ │ ├── suspicious_soul_sand_2.json │ │ │ ├── suspicious_soul_sand_3.json │ │ │ └── teleport_pad.json │ │ ├── item │ │ │ ├── alloy_axe.json │ │ │ ├── alloy_paxel.json │ │ │ ├── alloy_pick.json │ │ │ ├── alloy_shovel.json │ │ │ ├── alloy_sword.json │ │ │ ├── allthemodium_axe.json │ │ │ ├── allthemodium_hoe.json │ │ │ ├── allthemodium_pickaxe.json │ │ │ ├── allthemodium_shovel.json │ │ │ ├── allthemodium_sword.json │ │ │ ├── ancient_cavevines.json │ │ │ ├── ancient_cavevines_plant.json │ │ │ ├── ancient_door.json │ │ │ ├── ancient_grass.json │ │ │ ├── ancient_herb.json │ │ │ ├── ancient_leaves_bottom.json │ │ │ ├── ancient_sapling.json │ │ │ ├── ancient_soulberries.json │ │ │ ├── ancient_trap_door.json │ │ │ ├── demonic_door.json │ │ │ ├── demonic_herb.json │ │ │ ├── demonic_leaves_bottom.json │ │ │ ├── demonic_sapling.json │ │ │ ├── demonic_trap_door.json │ │ │ ├── molten_allthemodium_bucket.json │ │ │ ├── molten_unobtainium_bucket.json │ │ │ ├── molten_vibranium_bucket.json │ │ │ ├── soul_door.json │ │ │ ├── soul_herb.json │ │ │ ├── soul_lava_bucket.json │ │ │ ├── soul_leaves_bottom.json │ │ │ ├── soul_sapling.json │ │ │ ├── soul_trap_door.json │ │ │ ├── suspicious_clay.json │ │ │ ├── suspicious_soul_sand.json │ │ │ ├── teleport_pad.json │ │ │ ├── unobtainium_axe.json │ │ │ ├── unobtainium_hoe.json │ │ │ ├── unobtainium_pickaxe.json │ │ │ ├── unobtainium_shovel.json │ │ │ ├── unobtainium_sword.json │ │ │ ├── vapor_allthemodium_bucket.json │ │ │ ├── vapor_unobtainium_bucket.json │ │ │ ├── vapor_vibranium_bucket.json │ │ │ ├── vibranium_axe.json │ │ │ ├── vibranium_hoe.json │ │ │ ├── vibranium_pickaxe.json │ │ │ ├── vibranium_shovel.json │ │ │ └── vibranium_sword.json │ │ └── tool_materials │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ ├── patchouli_books │ │ └── allthemodium_book │ │ │ ├── en_us │ │ │ ├── categories │ │ │ │ ├── armour.json │ │ │ │ ├── dimensions.json │ │ │ │ ├── food.json │ │ │ │ ├── links.json │ │ │ │ ├── misc.json │ │ │ │ └── ore.json │ │ │ └── entries │ │ │ │ ├── armour │ │ │ │ └── allthemodium.json │ │ │ │ ├── dimensions │ │ │ │ ├── miningdim.json │ │ │ │ ├── otherdim.json │ │ │ │ └── teleport_pad.json │ │ │ │ ├── food │ │ │ │ ├── atmapple.json │ │ │ │ └── atmcarrot.json │ │ │ │ ├── links │ │ │ │ ├── discord.json │ │ │ │ ├── github.json │ │ │ │ └── reddit.json │ │ │ │ ├── misc │ │ │ │ └── tools.json │ │ │ │ └── ore │ │ │ │ ├── allthemodium.json │ │ │ │ ├── unobtainium.json │ │ │ │ └── vibranium.json │ │ │ └── ja_jp │ │ │ ├── categories │ │ │ ├── armour.json │ │ │ ├── dimensions.json │ │ │ ├── food.json │ │ │ ├── links.json │ │ │ ├── misc.json │ │ │ └── ore.json │ │ │ └── entries │ │ │ ├── armour │ │ │ └── allthemodium.json │ │ │ ├── dimensions │ │ │ ├── miningdim.json │ │ │ ├── otherdim.json │ │ │ └── teleport_pad.json │ │ │ ├── food │ │ │ ├── atmapple.json │ │ │ └── atmcarrot.json │ │ │ ├── links │ │ │ ├── discord.json │ │ │ ├── github.json │ │ │ └── reddit.json │ │ │ ├── misc │ │ │ └── tools.json │ │ │ └── ore │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ ├── textures │ │ ├── allthemods5.png │ │ ├── block │ │ │ ├── allthemodium.png │ │ │ ├── allthemodium_block.png │ │ │ ├── allthemodium_ore.png │ │ │ ├── allthemodium_ore.png.mcmeta │ │ │ ├── allthemodium_pile.png │ │ │ ├── allthemodium_shulker.png │ │ │ ├── allthemodium_shulker_body.png │ │ │ ├── allthemodium_slate_ore.png │ │ │ ├── allthemodium_slate_ore.png.mcmeta │ │ │ ├── ancient_bookshelf.png │ │ │ ├── ancient_bookshelf_top.png │ │ │ ├── ancient_cavevines.png │ │ │ ├── ancient_cavevines_lit.png │ │ │ ├── ancient_cavevines_plant.png │ │ │ ├── ancient_cavevines_plant_lit.png │ │ │ ├── ancient_chiseled_stone_bricks.png │ │ │ ├── ancient_cracked_stone_bricks.png │ │ │ ├── ancient_dirt.png │ │ │ ├── ancient_door_bottom.png │ │ │ ├── ancient_door_top.png │ │ │ ├── ancient_grass.png │ │ │ ├── ancient_grass_side.png │ │ │ ├── ancient_grass_top.png │ │ │ ├── ancient_herb.png │ │ │ ├── ancient_leaves.png │ │ │ ├── ancient_leaves_bottom.png │ │ │ ├── ancient_log_0.png │ │ │ ├── ancient_log_0_top.png │ │ │ ├── ancient_log_1.png │ │ │ ├── ancient_log_1_top.png │ │ │ ├── ancient_log_2.png │ │ │ ├── ancient_log_2_top.png │ │ │ ├── ancient_mossy_stone.png │ │ │ ├── ancient_planks.png │ │ │ ├── ancient_polished_stone.png │ │ │ ├── ancient_sapling.png │ │ │ ├── ancient_smooth_stone.png │ │ │ ├── ancient_stone.png │ │ │ ├── ancient_stone_bricks.png │ │ │ ├── ancient_trap_door.png │ │ │ ├── demonic_bookshelf.png │ │ │ ├── demonic_bookshelf_top.png │ │ │ ├── demonic_door_bottom.png │ │ │ ├── demonic_door_top.png │ │ │ ├── demonic_herb.png │ │ │ ├── demonic_leaves.png │ │ │ ├── demonic_leaves_bottom.png │ │ │ ├── demonic_log.png │ │ │ ├── demonic_log.png.mcmeta │ │ │ ├── demonic_log_top.png │ │ │ ├── demonic_planks.png │ │ │ ├── demonic_sapling.png │ │ │ ├── demonic_trap_door.png │ │ │ ├── fluid │ │ │ │ ├── atm_molten_flow.png │ │ │ │ ├── atm_molten_flow.png.mcmeta │ │ │ │ ├── atm_molten_still.png │ │ │ │ ├── atm_molten_still.png.mcmeta │ │ │ │ ├── molten_flowing.png │ │ │ │ ├── molten_flowing.png.mcmeta │ │ │ │ ├── molten_metal.png │ │ │ │ ├── molten_metal.png.mcmeta │ │ │ │ ├── molten_metal_flow.png │ │ │ │ ├── molten_metal_flow.png.mcmeta │ │ │ │ ├── molten_still.png │ │ │ │ ├── molten_still.png.mcmeta │ │ │ │ ├── soul_lava_flow.png │ │ │ │ ├── soul_lava_flow.png.mcmeta │ │ │ │ ├── soul_lava_still.png │ │ │ │ ├── soul_lava_still.png.mcmeta │ │ │ │ ├── unobtainium_molten_flow.png │ │ │ │ ├── unobtainium_molten_flow.png.mcmeta │ │ │ │ ├── unobtainium_molten_still.png │ │ │ │ ├── unobtainium_molten_still.png.mcmeta │ │ │ │ ├── vibranium_molten_flow.png │ │ │ │ ├── vibranium_molten_flow.png.mcmeta │ │ │ │ ├── vibranium_molten_still.png │ │ │ │ └── vibranium_molten_still.png.mcmeta │ │ │ ├── other_vibranium_ore.png │ │ │ ├── other_vibranium_ore.png.mcmeta │ │ │ ├── piglich_heart_block.png │ │ │ ├── raw_allthemodium_block.png │ │ │ ├── raw_unobtainium_block.png │ │ │ ├── raw_vibranium_block.png │ │ │ ├── soul_bookshelf.png │ │ │ ├── soul_bookshelf_top.png │ │ │ ├── soul_door_bottom.png │ │ │ ├── soul_door_top.png │ │ │ ├── soul_herb.png │ │ │ ├── soul_leaves.png │ │ │ ├── soul_leaves_bottom.png │ │ │ ├── soul_log.png │ │ │ ├── soul_log_0.png │ │ │ ├── soul_log_0.png.mcmeta │ │ │ ├── soul_log_0_top.png │ │ │ ├── soul_log_1.png │ │ │ ├── soul_log_1.png.mcmeta │ │ │ ├── soul_log_1_top.png │ │ │ ├── soul_log_2.png │ │ │ ├── soul_log_2.png.mcmeta │ │ │ ├── soul_log_2_top.png │ │ │ ├── soul_log_top.png │ │ │ ├── soul_planks.png │ │ │ ├── soul_sapling.png │ │ │ ├── soul_trap_door.png │ │ │ ├── stripped_ancient_log.png │ │ │ ├── stripped_ancient_log_top.png │ │ │ ├── stripped_demonic_log.png │ │ │ ├── stripped_demonic_log_top.png │ │ │ ├── stripped_soul_log.png │ │ │ ├── stripped_soul_log_top.png │ │ │ ├── suspicious_clay_0.png │ │ │ ├── suspicious_clay_1.png │ │ │ ├── suspicious_clay_2.png │ │ │ ├── suspicious_clay_3.png │ │ │ ├── suspicious_soul_sand_0.png │ │ │ ├── suspicious_soul_sand_1.png │ │ │ ├── suspicious_soul_sand_2.png │ │ │ ├── suspicious_soul_sand_3.png │ │ │ ├── teleport_pad_side.png │ │ │ ├── teleport_pad_top.png │ │ │ ├── unobtainium_allthemodium_alloy_block.png │ │ │ ├── unobtainium_block.png │ │ │ ├── unobtainium_ore.png │ │ │ ├── unobtainium_ore.png.mcmeta │ │ │ ├── unobtainium_pile.png │ │ │ ├── unobtainium_shulker.png │ │ │ ├── unobtainium_shulker_body.png │ │ │ ├── unobtainium_vibranium_alloy_block.png │ │ │ ├── vibranium_allthemodium_alloy_block.png │ │ │ ├── vibranium_block.png │ │ │ ├── vibranium_ore.png │ │ │ ├── vibranium_ore.png.mcmeta │ │ │ ├── vibranium_pile.png │ │ │ ├── vibranium_shulker.png │ │ │ └── vibranium_shulker_body.png │ │ ├── entity │ │ │ ├── allthemodium_shulker.png │ │ │ ├── piglich.png │ │ │ ├── unobtainium_shulker.png │ │ │ └── vibranium_shulker.png │ │ ├── item │ │ │ ├── alloy_axe.png │ │ │ ├── alloy_paxel.png │ │ │ ├── alloy_pick.png │ │ │ ├── alloy_shovel.png │ │ │ ├── alloy_sword.png │ │ │ ├── allthemodium_apple.png │ │ │ ├── allthemodium_axe.png │ │ │ ├── allthemodium_boots.png │ │ │ ├── allthemodium_carrot.png │ │ │ ├── allthemodium_chestplate.png │ │ │ ├── allthemodium_clump.png │ │ │ ├── allthemodium_crystal.png │ │ │ ├── allthemodium_dust.png │ │ │ ├── allthemodium_gear.png │ │ │ ├── allthemodium_helmet.png │ │ │ ├── allthemodium_hoe.png │ │ │ ├── allthemodium_ingot.png │ │ │ ├── allthemodium_leggings.png │ │ │ ├── allthemodium_nugget.png │ │ │ ├── allthemodium_pickaxe.png │ │ │ ├── allthemodium_plate.png │ │ │ ├── allthemodium_rod.png │ │ │ ├── allthemodium_shard.png │ │ │ ├── allthemodium_shovel.png │ │ │ ├── allthemodium_sword.png │ │ │ ├── allthemodium_upgrade_smithing_template.png │ │ │ ├── ancient_boat.png │ │ │ ├── ancient_cavevines_plant.png │ │ │ ├── ancient_door.png │ │ │ ├── ancient_sign.png │ │ │ ├── ancient_soulberries.png │ │ │ ├── atm_star.png │ │ │ ├── demonic_boat.png │ │ │ ├── demonic_door.png │ │ │ ├── demonic_sign.png │ │ │ ├── dirty_allthemodium_dust.png │ │ │ ├── dirty_unobtainium_dust.png │ │ │ ├── dirty_vibranium_dust.png │ │ │ ├── piglich_heart.png │ │ │ ├── raw_allthemodium.png │ │ │ ├── raw_unobtainium.png │ │ │ ├── raw_vibranium.png │ │ │ ├── soul_boat.png │ │ │ ├── soul_door.png │ │ │ ├── soul_sign.png │ │ │ ├── unobtainium_allthemodium_alloy_dust.png │ │ │ ├── unobtainium_allthemodium_alloy_ingot.png │ │ │ ├── unobtainium_allthemodium_alloy_plate.png │ │ │ ├── unobtainium_axe.png │ │ │ ├── unobtainium_boots.png │ │ │ ├── unobtainium_chestplate.png │ │ │ ├── unobtainium_clump.png │ │ │ ├── unobtainium_crystal.png │ │ │ ├── unobtainium_dust.png │ │ │ ├── unobtainium_gear.png │ │ │ ├── unobtainium_helmet.png │ │ │ ├── unobtainium_hoe.png │ │ │ ├── unobtainium_ingot.png │ │ │ ├── unobtainium_leggings.png │ │ │ ├── unobtainium_nugget.png │ │ │ ├── unobtainium_pickaxe.png │ │ │ ├── unobtainium_plate.png │ │ │ ├── unobtainium_rod.png │ │ │ ├── unobtainium_shard.png │ │ │ ├── unobtainium_shovel.png │ │ │ ├── unobtainium_sword.png │ │ │ ├── unobtainium_upgrade_smithing_template.png │ │ │ ├── unobtainium_vibranium_alloy_dust.png │ │ │ ├── unobtainium_vibranium_alloy_ingot.png │ │ │ ├── unobtainium_vibranium_alloy_plate.png │ │ │ ├── vibranium_allthemodium_alloy_dust.png │ │ │ ├── vibranium_allthemodium_alloy_ingot.png │ │ │ ├── vibranium_allthemodium_alloy_plate.png │ │ │ ├── vibranium_axe.png │ │ │ ├── vibranium_boots.png │ │ │ ├── vibranium_chestplate.png │ │ │ ├── vibranium_clump.png │ │ │ ├── vibranium_crystal.png │ │ │ ├── vibranium_dust.png │ │ │ ├── vibranium_gear.png │ │ │ ├── vibranium_helmet.png │ │ │ ├── vibranium_hoe.png │ │ │ ├── vibranium_ingot.png │ │ │ ├── vibranium_leggings.png │ │ │ ├── vibranium_nugget.png │ │ │ ├── vibranium_pickaxe.png │ │ │ ├── vibranium_plate.png │ │ │ ├── vibranium_rod.png │ │ │ ├── vibranium_shard.png │ │ │ ├── vibranium_shovel.png │ │ │ ├── vibranium_sword.png │ │ │ └── vibranium_upgrade_smithing_template.png │ │ └── trims │ │ │ └── color_palettes │ │ │ ├── allthemodium.png │ │ │ ├── unobtainium.png │ │ │ └── vibranium.png │ └── tinkering │ │ └── materials │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json ├── iceandfire │ ├── blockstates │ │ ├── allthemodium_pile.json │ │ ├── unobtainium_pile.json │ │ └── vibranium_pile.json │ └── models │ │ └── item │ │ ├── allthemodium_pile.json │ │ ├── unobtainium_pile.json │ │ └── vibranium_pile.json └── minecraft │ ├── atlases │ └── armor_trims.json │ └── textures │ ├── models │ └── armor │ │ ├── allthemodium_layer_1.png │ │ ├── allthemodium_layer_2.png │ │ ├── unobtainium_layer_1.png │ │ ├── unobtainium_layer_2.png │ │ ├── vibranium_layer_1.png │ │ └── vibranium_layer_2.png │ └── trims │ └── color_palettes │ ├── allthemodium.png │ ├── allthemodium_darker.png │ ├── unobtainium.png │ └── vibranium.png ├── data ├── allthemodium │ ├── dimension │ │ ├── mining.json │ │ ├── the_beyond.json │ │ └── the_other.json │ ├── dimension_type │ │ ├── mining.json │ │ ├── the_beyond.json │ │ └── the_other.json │ ├── forge │ │ └── biome_modifier │ │ │ └── allthemodium │ │ │ ├── allthemodium.json │ │ │ ├── dim_ores │ │ │ ├── aluminum.json │ │ │ ├── coal.json │ │ │ ├── copper.json │ │ │ ├── diamond.json │ │ │ ├── emerald.json │ │ │ ├── gold.json │ │ │ ├── iridium.json │ │ │ ├── iron.json │ │ │ ├── lapis.json │ │ │ ├── lead.json │ │ │ ├── netherite.json │ │ │ ├── nickel.json │ │ │ ├── ore_allthemodium.json │ │ │ ├── osmium.json │ │ │ ├── peridot.json │ │ │ ├── platinum.json │ │ │ ├── quartz.json │ │ │ ├── redstone.json │ │ │ ├── ruby.json │ │ │ ├── sapphire.json │ │ │ ├── silver.json │ │ │ ├── tin.json │ │ │ ├── uranium.json │ │ │ └── zinc.json │ │ │ ├── the_other │ │ │ ├── allthemodium.json │ │ │ ├── ancient_cavevines.json │ │ │ ├── ancient_tree.json │ │ │ ├── demonic_tree.json │ │ │ ├── other_deltas.json │ │ │ ├── soul_tree.json │ │ │ └── vibranium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ ├── loot_tables │ │ ├── arch.json │ │ ├── arch2.json │ │ ├── chest │ │ │ ├── generic_loot.json │ │ │ ├── hallway_loot.json │ │ │ ├── library_loot.json │ │ │ ├── treasure_room.json │ │ │ └── treasure_room_loot.json │ │ └── entities │ │ │ └── piglich.json │ ├── patchouli_books │ │ └── allthemodium_book │ │ │ └── book.json │ ├── recipes │ │ ├── main │ │ │ └── atm_book.json │ │ ├── mek_processing │ │ │ ├── allthemodium │ │ │ │ ├── clump │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ ├── from_raw_ore.json │ │ │ │ │ └── from_shard.json │ │ │ │ ├── crystal │ │ │ │ │ └── from_slurry.json │ │ │ │ ├── dirty_dust │ │ │ │ │ └── from_clump.json │ │ │ │ ├── dust │ │ │ │ │ ├── from_dirty_dust.json │ │ │ │ │ ├── from_ingot.json │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ │ ├── ore │ │ │ │ │ ├── deepslate_from_raw.json │ │ │ │ │ ├── from_dust.json │ │ │ │ │ └── from_raw.json │ │ │ │ ├── shard │ │ │ │ │ ├── from_crystal.json │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ │ └── slurry │ │ │ │ │ ├── clean.json │ │ │ │ │ ├── dirty.json │ │ │ │ │ ├── dirty │ │ │ │ │ └── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ ├── unobtainium │ │ │ │ ├── clump │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ ├── from_raw_ore.json │ │ │ │ │ └── from_shard.json │ │ │ │ ├── crystal │ │ │ │ │ └── from_slurry.json │ │ │ │ ├── dirty_dust │ │ │ │ │ └── from_clump.json │ │ │ │ ├── dust │ │ │ │ │ ├── from_dirty_dust.json │ │ │ │ │ ├── from_ingot.json │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ │ ├── ore │ │ │ │ │ └── from_dust.json │ │ │ │ ├── shard │ │ │ │ │ ├── from_crystal.json │ │ │ │ │ ├── from_ore.json │ │ │ │ │ ├── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ │ └── slurry │ │ │ │ │ ├── clean.json │ │ │ │ │ ├── dirty.json │ │ │ │ │ ├── dirty │ │ │ │ │ └── from_raw_block.json │ │ │ │ │ └── from_raw_ore.json │ │ │ └── vibranium │ │ │ │ ├── clump │ │ │ │ ├── from_ore.json │ │ │ │ ├── from_raw_block.json │ │ │ │ ├── from_raw_ore.json │ │ │ │ └── from_shard.json │ │ │ │ ├── crystal │ │ │ │ └── from_slurry.json │ │ │ │ ├── dirty_dust │ │ │ │ └── from_clump.json │ │ │ │ ├── dust │ │ │ │ ├── from_dirty_dust.json │ │ │ │ ├── from_ingot.json │ │ │ │ ├── from_ore.json │ │ │ │ ├── from_raw_block.json │ │ │ │ └── from_raw_ore.json │ │ │ │ ├── ore │ │ │ │ └── from_dust.json │ │ │ │ ├── shard │ │ │ │ ├── from_crystal.json │ │ │ │ ├── from_ore.json │ │ │ │ ├── from_raw_block.json │ │ │ │ └── from_raw_ore.json │ │ │ │ └── slurry │ │ │ │ ├── clean.json │ │ │ │ ├── dirty.json │ │ │ │ ├── dirty │ │ │ │ └── from_raw_block.json │ │ │ │ └── from_raw_ore.json │ │ ├── smeltery │ │ │ ├── alloys │ │ │ │ ├── molten_atmunob.json │ │ │ │ ├── molten_atmvib.json │ │ │ │ └── molten_vibunob.json │ │ │ ├── casting │ │ │ │ ├── alloys │ │ │ │ │ ├── unobtainium_allthemodium_alloy_ingot.json │ │ │ │ │ ├── unobtainium_vibranium_alloy_ingot.json │ │ │ │ │ └── vibranium_allthemodium_alloy_ingot.json │ │ │ │ ├── allthemodium_block.json │ │ │ │ ├── allthemodium_ingot.json │ │ │ │ ├── allthemodium_nugget.json │ │ │ │ ├── materials │ │ │ │ │ ├── allthemodium.json │ │ │ │ │ ├── unobtainium.json │ │ │ │ │ └── vibranium.json │ │ │ │ ├── unobtainium_block.json │ │ │ │ ├── unobtainium_ingot.json │ │ │ │ ├── unobtainium_nugget.json │ │ │ │ ├── vibranium_block.json │ │ │ │ ├── vibranium_ingot.json │ │ │ │ └── vibranium_nugget.json │ │ │ └── melting │ │ │ │ ├── allthemodium_from_block.json │ │ │ │ ├── allthemodium_from_dust.json │ │ │ │ ├── allthemodium_from_ingot.json │ │ │ │ ├── allthemodium_from_nugget.json │ │ │ │ ├── allthemodium_from_ore.json │ │ │ │ ├── allthemodium_from_raw_block.json │ │ │ │ ├── allthemodium_from_raw_ore.json │ │ │ │ ├── fuel │ │ │ │ └── soullava.json │ │ │ │ ├── salvage │ │ │ │ ├── allthemodium │ │ │ │ │ ├── allthemodium_from_axe.json │ │ │ │ │ ├── allthemodium_from_boots.json │ │ │ │ │ ├── allthemodium_from_chestplate.json │ │ │ │ │ ├── allthemodium_from_helmet.json │ │ │ │ │ ├── allthemodium_from_hoe.json │ │ │ │ │ ├── allthemodium_from_leggings.json │ │ │ │ │ ├── allthemodium_from_pick.json │ │ │ │ │ ├── allthemodium_from_shovel.json │ │ │ │ │ └── allthemodium_from_sword.json │ │ │ │ ├── unobtainium │ │ │ │ │ ├── unobtainium_from_axe.json │ │ │ │ │ ├── unobtainium_from_boots.json │ │ │ │ │ ├── unobtainium_from_chestplate.json │ │ │ │ │ ├── unobtainium_from_helmet.json │ │ │ │ │ ├── unobtainium_from_hoe.json │ │ │ │ │ ├── unobtainium_from_leggings.json │ │ │ │ │ ├── unobtainium_from_pick.json │ │ │ │ │ ├── unobtainium_from_shovel.json │ │ │ │ │ └── unobtainium_from_sword.json │ │ │ │ └── vibranium │ │ │ │ │ ├── vibranium_from_axe.json │ │ │ │ │ ├── vibranium_from_boots.json │ │ │ │ │ ├── vibranium_from_chestplate.json │ │ │ │ │ ├── vibranium_from_helmet.json │ │ │ │ │ ├── vibranium_from_hoe.json │ │ │ │ │ ├── vibranium_from_leggings.json │ │ │ │ │ ├── vibranium_from_pick.json │ │ │ │ │ ├── vibranium_from_shovel.json │ │ │ │ │ └── vibranium_from_sword.json │ │ │ │ ├── unobtainium_from_block.json │ │ │ │ ├── unobtainium_from_dust.json │ │ │ │ ├── unobtainium_from_ingot.json │ │ │ │ ├── unobtainium_from_nugget.json │ │ │ │ ├── unobtainium_from_ore.json │ │ │ │ ├── unobtainium_from_raw_block.json │ │ │ │ ├── unobtainium_from_raw_ore.json │ │ │ │ ├── vibranium_from_block.json │ │ │ │ ├── vibranium_from_dust.json │ │ │ │ ├── vibranium_from_ingot.json │ │ │ │ ├── vibranium_from_nugget.json │ │ │ │ ├── vibranium_from_ore.json │ │ │ │ ├── vibranium_from_raw_block.json │ │ │ │ └── vibranium_from_raw_ore.json │ │ ├── smithing │ │ │ ├── allthemodium_axe_smithing.json │ │ │ ├── allthemodium_boots_smithing.json │ │ │ ├── allthemodium_chestplate_smithing.json │ │ │ ├── allthemodium_helmet_smithing.json │ │ │ ├── allthemodium_hoe_smithing.json │ │ │ ├── allthemodium_leggings_smithing.json │ │ │ ├── allthemodium_pickaxe_smithing.json │ │ │ ├── allthemodium_shovel_smithing.json │ │ │ ├── allthemodium_sword_smithing.json │ │ │ ├── allthemodium_upgrade_smithing_template.json │ │ │ ├── unobtainium_axe_smithing.json │ │ │ ├── unobtainium_boots_smithing.json │ │ │ ├── unobtainium_chestplate_smithing.json │ │ │ ├── unobtainium_helmet_smithing.json │ │ │ ├── unobtainium_hoe_smithing.json │ │ │ ├── unobtainium_leggings_smithing.json │ │ │ ├── unobtainium_pickaxe_smithing.json │ │ │ ├── unobtainium_shovel_smithing.json │ │ │ ├── unobtainium_sword_smithing.json │ │ │ ├── unobtainium_upgrade_smithing_template.json │ │ │ ├── vibranium_axe_smithing.json │ │ │ ├── vibranium_boots_smithing.json │ │ │ ├── vibranium_chestplate_smithing.json │ │ │ ├── vibranium_helmet_smithing.json │ │ │ ├── vibranium_hoe_smithing.json │ │ │ ├── vibranium_leggings_smithing.json │ │ │ ├── vibranium_pickaxe_smithing.json │ │ │ ├── vibranium_shovel_smithing.json │ │ │ ├── vibranium_sword_smithing.json │ │ │ └── vibranium_upgrade_smithing_template.json │ │ └── tools │ │ │ └── materials │ │ │ ├── allthemodium │ │ │ ├── allthemodium_from_block.json │ │ │ ├── allthemodium_from_ingot.json │ │ │ └── allthemodium_from_nugget.json │ │ │ ├── unobtainium │ │ │ ├── unobtainium_from_block.json │ │ │ ├── unobtainium_from_ingot.json │ │ │ └── unobtainium_from_nugget.json │ │ │ └── vibranium │ │ │ ├── vibranium_from_block.json │ │ │ ├── vibranium_from_ingot.json │ │ │ └── vibranium_from_nugget.json │ ├── structures │ │ ├── ancient_pyramid_1.nbt │ │ ├── ancient_pyramid_2.nbt │ │ ├── ancient_pyramid_3.nbt │ │ ├── ancient_pyramid_4.nbt │ │ ├── bastion.nbt │ │ ├── beginning.nbt │ │ ├── center1.nbt │ │ ├── center_deck.nbt │ │ ├── center_dome.nbt │ │ ├── corner.nbt │ │ ├── cross_path.nbt │ │ ├── descent.nbt │ │ ├── descent_2.nbt │ │ ├── farm.nbt │ │ ├── final_stairs_ns.nbt │ │ ├── forge.nbt │ │ ├── fortress.nbt │ │ ├── hallway1.nbt │ │ ├── hallway2.nbt │ │ ├── illager_keep.nbt │ │ ├── library.nbt │ │ ├── maze.nbt │ │ ├── merchant.nbt │ │ ├── merchant_2.nbt │ │ ├── merchant_3.nbt │ │ ├── mob_forge.nbt │ │ ├── path_1.nbt │ │ ├── path_2.nbt │ │ ├── path_3.nbt │ │ ├── path_4.nbt │ │ ├── piglin_guardhouse.nbt │ │ ├── prisoners.nbt │ │ ├── smithy_house.nbt │ │ ├── stair_top_ew.nbt │ │ ├── stair_top_ns.nbt │ │ ├── stairs_final_ew.nbt │ │ ├── treasure_room.nbt │ │ ├── well.nbt │ │ └── windmill.nbt │ ├── tags │ │ └── worldgen │ │ │ └── biome │ │ │ ├── has_structure │ │ │ ├── ancient_pyramid_biomes.json │ │ │ ├── dungeon_biomes.json │ │ │ └── piglin_village_biomes.json │ │ │ ├── mining_features │ │ │ ├── mining_biomes.json │ │ │ └── other_features.json │ │ │ └── other_biomes.json │ ├── tinkering │ │ └── materials │ │ │ ├── definition │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ │ │ ├── stats │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ │ │ └── traits │ │ │ ├── allthemodium.json │ │ │ ├── unobtainium.json │ │ │ └── vibranium.json │ ├── trim_material │ │ ├── allthemodium.json │ │ ├── unobtainium.json │ │ └── vibranium.json │ └── worldgen │ │ ├── biome │ │ ├── basalt_deltas.json │ │ ├── crimson_forest.json │ │ ├── desert.json │ │ ├── desert_hills.json │ │ ├── mining.json │ │ ├── soul_sand_valley.json │ │ ├── the_beyond.json │ │ ├── the_other.json │ │ └── warped_forest.json │ │ ├── configured_feature │ │ ├── allthemodium_ore.json │ │ ├── ancient_tree.json │ │ ├── cave_vine.json │ │ ├── demonic_tree.json │ │ ├── ore_coal.json │ │ ├── ore_copper_large.json │ │ ├── ore_diamond_large.json │ │ ├── ore_emerald.json │ │ ├── ore_gold.json │ │ ├── ore_gold_lower.json │ │ ├── ore_iron.json │ │ ├── ore_lapis.json │ │ ├── ore_netherite.json │ │ ├── ore_quartz.json │ │ ├── ore_redstone.json │ │ ├── other_deltas.json │ │ ├── other_vibranium_ore.json │ │ ├── soul_tree.json │ │ ├── unobtainium_ore.json │ │ └── vibranium_ore.json │ │ ├── density_function │ │ └── the_other │ │ │ ├── density.json │ │ │ ├── depth.json │ │ │ ├── factor.json │ │ │ └── offset.json │ │ ├── noise_settings │ │ ├── the_beyond.json │ │ └── the_other.json │ │ ├── placed_feature │ │ ├── allthemodium_mining.json │ │ ├── allthemodium_ore.json │ │ ├── ancient_tree.json │ │ ├── cave_vines.json │ │ ├── demonic_tree.json │ │ ├── ore_coal_lower.json │ │ ├── ore_coal_upper.json │ │ ├── ore_copper_large.json │ │ ├── ore_diamond_large.json │ │ ├── ore_emerald.json │ │ ├── ore_gold.json │ │ ├── ore_gold_lower.json │ │ ├── ore_iron_middle.json │ │ ├── ore_iron_small.json │ │ ├── ore_iron_upper.json │ │ ├── ore_lapis.json │ │ ├── ore_netherite.json │ │ ├── ore_quartz_nether.json │ │ ├── ore_redstone.json │ │ ├── ore_redstone_lower.json │ │ ├── other_deltas.json │ │ ├── other_vibranium_ore.json │ │ ├── soul_tree.json │ │ ├── unobtainium_ore.json │ │ └── vibranium_ore.json │ │ ├── structure │ │ ├── ancient_pyramid.json │ │ ├── dungeon.json │ │ └── piglin_village.json │ │ ├── structure_set │ │ ├── ancient_pyramid.json │ │ ├── dungeon.json │ │ └── piglin_village.json │ │ └── template_pool │ │ ├── dungeon │ │ ├── begin.json │ │ ├── down.json │ │ ├── side_pool.json │ │ └── start_pool.json │ │ ├── pyramid │ │ ├── side_2.json │ │ ├── side_3.json │ │ ├── side_4.json │ │ └── start_pool.json │ │ └── village │ │ ├── main_pool.json │ │ └── start_pool.json ├── forge │ └── tags │ │ └── fluids │ │ ├── molten_allthemodium.json │ │ ├── molten_unobtainium.json │ │ └── molten_vibranium.json └── minecraft │ ├── tags │ ├── blocks │ │ ├── beacon_base_blocks.json │ │ └── overworld_carver_replaceables.json │ ├── items │ │ ├── beacon_payment_items.json │ │ ├── trim_materials.json │ │ └── trimmable_armor.json │ └── worldgen │ │ └── biome │ │ └── has_structure │ │ └── ancient_city.json │ ├── trim_material │ ├── allthemodium.json │ ├── unobtainium.json │ └── vibranium.json │ └── worldgen │ └── processor_list │ ├── ancient_city_generic_degradation.json │ └── treasure_rooms.json └── pack.mcmeta /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/README.md -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/gradlew -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/allthemodium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/allthemodium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/allthemodium_ore" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/allthemodium_slate_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/allthemodium_slate_ore" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_chiseled_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_chiseled_stone_bricks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_cracked_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_cracked_stone_bricks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_dirt" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_mossy_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_planks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_polished_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_polished_stone" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_smooth_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_smooth_stone" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_stone" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/ancient_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/demonic_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/demonic_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/demonic_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/demonic_planks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/other_vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/other_vibranium_ore" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/piglich_heart_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/piglich_heart_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/raw_allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/raw_allthemodium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/raw_unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/raw_unobtainium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/raw_vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/raw_vibranium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/soul_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/soul_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/soul_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/soul_planks" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/unobtainium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/unobtainium_allthemodium_alloy_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/unobtainium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/unobtainium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/unobtainium_ore" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/unobtainium_vibranium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/unobtainium_vibranium_alloy_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/vibranium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/vibranium_allthemodium_alloy_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/vibranium_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/blockstates/vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/vibranium_ore" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/allthemodium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/allthemodium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/allthemodium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/allthemodium_slate_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/allthemodium_slate_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_chiseled_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_chiseled_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_cracked_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_cracked_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_dirt" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_leaves" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_mossy_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_mossy_stone_wall_wall_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_post", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_mossy_stone_wall_wall_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_mossy_stone_wall_wall_side_tall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side_tall", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_polished_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_polished_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_polished_stone_wall_wall_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_post", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_polished_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_polished_stone_wall_wall_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_polished_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_smooth_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_smooth_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_smooth_stone_wall_wall_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_post", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_smooth_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_smooth_stone_wall_wall_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_smooth_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_brick_wall_wall_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_post", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_brick_wall_wall_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_brick_wall_wall_side_tall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side_tall", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_wall_wall_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_post", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_wall_wall_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_stone_wall_wall_side_tall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_wall_side_tall", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_wooden_fence_fence_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_post", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_wooden_fence_fence_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_side", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_wooden_fence_gate_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_wooden_fence_gate_fence_gate_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_open", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/ancient_wooden_fence_gate_fence_gate_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_wall", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/demonic_leaves" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_wooden_fence_fence_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_post", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_wooden_fence_fence_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_side", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_wooden_fence_gate_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_wooden_fence_gate_fence_gate_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_open", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/demonic_wooden_fence_gate_fence_gate_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_wall", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/other_vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/other_vibranium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/piglich_heart_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/piglich_heart_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/raw_allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/raw_allthemodium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/raw_unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/raw_unobtainium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/raw_vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/raw_vibranium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/soul_leaves" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_column", 3 | "textures": { 4 | "end": "allthemodium:block/soul_log_top", 5 | "side": "allthemodium:block/soul_log" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_wooden_fence_fence_post.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_post", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_wooden_fence_fence_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_side", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_wooden_fence_gate_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_wooden_fence_gate_fence_gate_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_open", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/soul_wooden_fence_gate_fence_gate_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate_wall", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/unobtainium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/unobtainium_allthemodium_alloy_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/unobtainium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/unobtainium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/unobtainium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/unobtainium_vibranium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/unobtainium_vibranium_alloy_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/vibranium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/vibranium_allthemodium_alloy_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/vibranium_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/block/vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/vibranium_ore" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_apple.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_apple" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/allthemodium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_carrot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_carrot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_chestplate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_clump.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_clump" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_crystal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_gear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_gear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_helmet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_leggings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_nugget" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/allthemodium_ore" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_plate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_plate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_rod.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_rod" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_shard" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/allthemodium_slate_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/allthemodium_slate_ore" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_bookshelf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_bookshelf" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_chiseled_stone_brick_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_chiseled_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_chiseled_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_chiseled_stone_bricks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_cracked_stone_brick_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_cracked_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_cracked_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_cracked_stone_bricks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_dirt" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_leaves" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_log_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_log_0" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_log_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_log_1" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_log_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_log_2" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_mossy_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_mossy_stone" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_mossy_stone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_mossy_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_planks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_polished_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_polished_stone" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_polished_stone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_polished_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_smooth_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_smooth_stone" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_smooth_stone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_smooth_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_stone" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_stone_brick_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone_bricks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_stone_bricks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_stone_wall.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/wall_inventory", 3 | "textures": { 4 | "wall": "allthemodium:block/ancient_stone" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_wooden_fence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_inventory", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/ancient_wooden_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_bookshelf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_bookshelf" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_leaves" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_log" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_planks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_wooden_fence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_inventory", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/demonic_wooden_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/dirty_allthemodium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/dirty_allthemodium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/dirty_unobtainium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/dirty_unobtainium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/dirty_vibranium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/dirty_vibranium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/other_vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/other_vibranium_ore" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/piglich_heart.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/piglich_heart" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/piglich_heart_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/piglich_heart_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/raw_allthemodium" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/raw_allthemodium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/raw_unobtainium" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/raw_unobtainium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/raw_vibranium" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/raw_vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/raw_vibranium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_bookshelf.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_bookshelf" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_leaves" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_log" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_log_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_log_0" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_log_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_log_1" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_log_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_log_2" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_planks" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_wooden_fence.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/fence_inventory", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/soul_wooden_fence_gate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_fence_gate", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_planks" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/stripped_ancient_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/stripped_ancient_log" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/stripped_demonic_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/stripped_demonic_log" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/stripped_soul_log.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/stripped_soul_log" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/unobtainium_allthemodium_alloy_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_allthemodium_alloy_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_allthemodium_alloy_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_allthemodium_alloy_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_allthemodium_alloy_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/unobtainium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_chestplate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_clump.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_clump" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_crystal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_gear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_gear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_helmet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_leggings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_nugget" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/unobtainium_ore" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_plate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_plate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_rod.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_rod" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_shard" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_upgrade_smithing_template.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_upgrade_smithing_template" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_vibranium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/unobtainium_vibranium_alloy_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_vibranium_alloy_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_vibranium_alloy_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/unobtainium_vibranium_alloy_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_vibranium_alloy_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_allthemodium_alloy_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/vibranium_allthemodium_alloy_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_allthemodium_alloy_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_allthemodium_alloy_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_allthemodium_alloy_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_allthemodium_alloy_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/vibranium_block" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_boots" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_chestplate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_chestplate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_clump.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_clump" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_crystal" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_dust" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_gear.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_gear" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_helmet.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_helmet" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_ingot.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_ingot" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_leggings.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_leggings" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_nugget.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_nugget" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/vibranium_ore" 3 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_plate.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_plate" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_rod.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_rod" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_shard.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_shard" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/allthemodium/models/item/vibranium_upgrade_smithing_template.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_upgrade_smithing_template" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_chiseled_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_chiseled_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_cracked_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_cracked_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_dirt" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_mossy_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_mossy_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_polished_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_polished_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_smooth_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_smooth_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/ancient_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/demonic_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:demonic_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/paxel_effective.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "#minecraft:mineable/pickaxe", 4 | "#minecraft:mineable/axe", 5 | "#minecraft:mineable/shovel", 6 | "#minecraft:mineable/hoe" 7 | ] 8 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/blocks/soul_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:soul_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_chiseled_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_chiseled_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_cracked_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_cracked_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_mossy_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_mossy_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_polished_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_polished_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_smooth_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_smooth_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/ancient_stone_bricks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone_bricks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/demonic_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:demonic_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/allthemodium/tags/items/soul_planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:soul_planks" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/needs_netherite_tool.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ore", 4 | "allthemodium:allthemodium_slate_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/ores/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ore", 4 | "allthemodium:allthemodium_slate_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/ores/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_ore" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/ores/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_ore", 4 | "allthemodium:other_vibranium_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/storage_blocks/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/storage_blocks/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/blocks/storage_blocks/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/dusts.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_dust", 4 | "allthemodium:vibranium_dust", 5 | "allthemodium:unobtainium_dust" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/dusts/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/dusts/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/dusts/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/gears/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_gear" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/gears/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_gear" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/gears/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_gear" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ingot", 4 | "allthemodium:vibranium_ingot", 5 | "allthemodium:unobtainium_ingot" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/unobtainium_allthemodium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_allthemodium_alloy_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/unobtainium_vibranium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_vibranium_alloy_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ingots/vibranium_allthemodium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_allthemodium_alloy_ingot" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/nuggets/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_nugget" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/nuggets/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_nugget" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/nuggets/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_nugget" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ores/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ore", 4 | "allthemodium:allthemodium_slate_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ores/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_ore" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/ores/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_ore", 4 | "allthemodium:other_vibranium_ore" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/plates/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_plate" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/plates/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_plate" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/plates/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_plate" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_materials.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_allthemodium", 4 | "allthemodium:raw_vibranium", 5 | "allthemodium:raw_unobtainium" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_materials/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_allthemodium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_materials/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_unobtainium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_materials/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_vibranium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_ores/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_allthemodium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_ores/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_unobtainium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/raw_ores/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_vibranium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/rods/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_rod" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/rods/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_rod" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/rods/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_rod" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/shears.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:alloy_paxel" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/raw_allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_allthemodium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/raw_unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_unobtainium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/raw_vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:raw_vibranium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/unobtainium_allthemodium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_allthemodium_alloy_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/unobtainium_vibranium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_vibranium_alloy_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/storage_blocks/vibranium_allthemodium_alloy.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_allthemodium_alloy_block" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/tools/axes.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_axe", 4 | "allthemodium:alloy_axe", 5 | "allthemodium:alloy_paxel" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/tools/hoes.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_hoe", 4 | "allthemodium:alloy_paxel" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/tools/pickaxes.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_pickaxe", 4 | "allthemodium:alloy_pick", 5 | "allthemodium:alloy_paxel" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/tools/shovels.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_shovel", 4 | "allthemodium:alloy_shovel", 5 | "allthemodium:alloy_paxel" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/forge/tags/items/tools/swords.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_sword", 4 | "allthemodium:alloy_sword" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/clumps.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_clump", 4 | "allthemodium:vibranium_clump", 5 | "allthemodium:unobtainium_clump" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/clumps/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_clump" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/clumps/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_clump" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/clumps/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_clump" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/crystals.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_crystal", 4 | "allthemodium:vibranium_crystal", 5 | "allthemodium:unobtainium_crystal" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/crystals/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_crystal" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/crystals/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_crystal" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/crystals/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_crystal" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/dirty_dusts.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:dirty_allthemodium_dust", 4 | "allthemodium:dirty_vibranium_dust", 5 | "allthemodium:dirty_unobtainium_dust" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/dirty_dusts/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:dirty_allthemodium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/dirty_dusts/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:dirty_unobtainium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/dirty_dusts/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:dirty_vibranium_dust" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/shards.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_shard", 4 | "allthemodium:vibranium_shard", 5 | "allthemodium:unobtainium_shard" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/shards/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_shard" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/shards/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:unobtainium_shard" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/mekanism/tags/items/shards/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:vibranium_shard" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/climbable.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_cavevines", 4 | "allthemodium:ancient_cavevines_plant" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/dirt.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_grass", 4 | "allthemodium:ancient_dirt" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/fence_gates.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_wooden_fence_gate", 4 | "allthemodium:demonic_wooden_fence_gate", 5 | "allthemodium:soul_wooden_fence_gate" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/fences.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_wooden_fence", 4 | "allthemodium:demonic_wooden_fence", 5 | "allthemodium:soul_wooden_fence" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/infiniburn_nether.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone", 4 | "allthemodium:ancient_grass", 5 | "allthemodium:ancient_dirt" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_leaves", 4 | "allthemodium:soul_leaves", 5 | "allthemodium:demonic_leaves" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/mineable/shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_dirt", 4 | "allthemodium:ancient_grass" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:demonic_planks", 4 | "allthemodium:soul_planks", 5 | "allthemodium:ancient_planks" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/wooden_slabs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_wooden_slabs", 4 | "allthemodium:demonic_wooden_slabs", 5 | "allthemodium:soul_wooden_slabs" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/blocks/wooden_stairs.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_wooden_stairs", 4 | "allthemodium:demonic_wooden_stairs", 5 | "allthemodium:soul_wooden_stairs" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/items/planks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_planks", 4 | "allthemodium:demonic_planks", 5 | "allthemodium:soul_planks" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/items/stone_crafting_materials.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/minecraft/tags/items/stone_tool_materials.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:ancient_stone" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/blocks/Raw_ATM.java: -------------------------------------------------------------------------------- 1 | package com.thevortex.allthemodium.blocks; 2 | 3 | public class Raw_ATM extends Allthemodium_Ore { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/blocks/Raw_UNO.java: -------------------------------------------------------------------------------- 1 | package com.thevortex.allthemodium.blocks; 2 | 3 | public class Raw_UNO extends Unobtainium_Ore { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/blocks/Raw_VIB.java: -------------------------------------------------------------------------------- 1 | package com.thevortex.allthemodium.blocks; 2 | 3 | public class Raw_VIB extends Vibranium_Ore { 4 | 5 | } 6 | -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/datagen/client/package-info.java: -------------------------------------------------------------------------------- 1 | @ParametersAreNonnullByDefault 2 | 3 | package com.thevortex.allthemodium.datagen.client; 4 | 5 | import javax.annotation.ParametersAreNonnullByDefault; 6 | -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/datagen/package-info.java: -------------------------------------------------------------------------------- 1 | @ParametersAreNonnullByDefault 2 | package com.thevortex.allthemodium.datagen; 3 | 4 | 5 | import javax.annotation.ParametersAreNonnullByDefault; 6 | -------------------------------------------------------------------------------- /src/main/java/com/thevortex/allthemodium/datagen/server/package-info.java: -------------------------------------------------------------------------------- 1 | @ParametersAreNonnullByDefault 2 | package com.thevortex.allthemodium.datagen.server; 3 | 4 | 5 | import javax.annotation.ParametersAreNonnullByDefault; 6 | -------------------------------------------------------------------------------- /src/main/resources/allthemods5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/allthemods5.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/ancient_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model" : "allthemodium:block/ancient_grass"} 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/ancient_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_herb" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/ancient_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_leaves_bottom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/ancient_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/ancient_sapling" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/demonic_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/demonic_herb" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/demonic_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/demonic_leaves_bottom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/demonic_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/demonic_sapling" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/molten_allthemodium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/fluid/molten" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/molten_unobtainium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/fluid/molten" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/molten_vibranium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/fluid/molten" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/soul_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/soul_herb" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/soul_lava_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/molten" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/soul_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/soul_leaves_bottom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/soul_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "allthemodium:block/soul_sapling" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/blockstates/teleport_pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "allthemodium:block/teleport_pad" } 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_cavevines.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_cavevines" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_cavevines_lit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_cavevines_lit" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_cavevines_plant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_cavevines_plant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_cavevines_plant_lit.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_cavevines_plant_lit" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_herb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_leaves_bottom" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/ancient_sapling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_trap_door_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_bottom", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_trap_door_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_open", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/ancient_trap_door_top.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_top", 3 | "textures": { 4 | "texture": "allthemodium:block/ancient_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/demonic_herb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/demonic_leaves_bottom" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/demonic_sapling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_trap_door_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_bottom", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_trap_door_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_open", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/demonic_trap_door_top.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_top", 3 | "textures": { 4 | "texture": "allthemodium:block/demonic_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/fluid/molten.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": { 3 | "particle": "allthemodium:block/fluid/molten_still" 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/molten.json: -------------------------------------------------------------------------------- 1 | { 2 | "textures": { 3 | "particle": "allthemodium:block/fluid/molten_still" 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/soul_herb" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/soul_leaves_bottom" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cross", 3 | "textures": { 4 | "cross": "allthemodium:block/soul_sapling" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_trap_door_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_bottom", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_trap_door_open.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_open", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/soul_trap_door_top.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_orientable_trapdoor_top", 3 | "textures": { 4 | "texture": "allthemodium:block/soul_trap_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_clay_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_clay_0" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_clay_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_clay_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_clay_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_clay_2" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_clay_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_clay_3" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_soul_sand_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_soul_sand_0" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_soul_sand_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_soul_sand_1" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_soul_sand_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_soul_sand_2" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/block/suspicious_soul_sand_3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "allthemodium:block/suspicious_soul_sand_3" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/alloy_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/alloy_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/alloy_paxel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/alloy_paxel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/alloy_pick.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/alloy_pick" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/alloy_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/alloy_shovel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/alloy_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/alloy_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/allthemodium_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_axe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/allthemodium_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_hoe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/allthemodium_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_pickaxe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/allthemodium_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_shovel" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/allthemodium_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/allthemodium_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_cavevines.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/ancient_cavevines" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_cavevines_plant.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/ancient_cavevines_plant" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_door.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/ancient_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_grass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_grass" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_herb" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_leaves_bottom" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/ancient_sapling" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/ancient_soulberries.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/ancient_soulberries" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/demonic_door.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/demonic_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/demonic_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_herb" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/demonic_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_leaves_bottom" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/demonic_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/demonic_sapling" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/molten_allthemodium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:molten_allthemodium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/molten_unobtainium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:molten_unobtainium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/molten_vibranium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:molten_vibranium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/soul_door.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "item/generated", 3 | "textures": { 4 | "layer0": "allthemodium:item/soul_door" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/soul_herb.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_herb" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/soul_lava_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:soul_lava" 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/soul_leaves_bottom.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_leaves_bottom" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/soul_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/soul_sapling" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/suspicious_clay.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/suspicious_clay_0" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/suspicious_soul_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/suspicious_soul_sand_0" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/teleport_pad.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/teleport_pad" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/unobtainium_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_axe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/unobtainium_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_hoe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/unobtainium_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_pickaxe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/unobtainium_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_shovel" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/unobtainium_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/unobtainium_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vapor_allthemodium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:vapor_allthemodium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vapor_unobtainium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:vapor_unobtainium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vapor_vibranium_bucket.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "forge:item/bucket_drip", 3 | "loader": "forge:fluid_container", 4 | "fluid": "allthemodium:vapor_vibranium" 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vibranium_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_axe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vibranium_hoe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_hoe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vibranium_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_pickaxe" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vibranium_shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_shovel" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/item/vibranium_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "allthemodium:item/vibranium_sword" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/tool_materials/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "fallbacks": [ 3 | "metal" 4 | ], 5 | "color": "ffef0e", 6 | "luminosity": 8 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/tool_materials/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "fallbacks": [ 3 | "metal" 4 | ], 5 | "color": "d152e3", 6 | "luminosity": 12 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/models/tool_materials/vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "fallbacks": [ 3 | "metal" 4 | ], 5 | "color": "26de88", 6 | "luminosity": 10 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/patchouli_books/allthemodium_book/en_us/categories/food.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "Food Items", 3 | "description": "The food items in Allthemodium", 4 | "icon": "allthemodium:allthemodium_apple", 5 | "sortnum": 6 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/patchouli_books/allthemodium_book/ja_jp/categories/armour.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "防具", 3 | "description": "様々な防具に関する情報", 4 | "icon": "allthemodium:allthemodium_helmet", 5 | "sortnum": 4 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/patchouli_books/allthemodium_book/ja_jp/categories/dimensions.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "ディメンション", 3 | "description": "様々なディメンションに関する情報", 4 | "icon": "allthemodium:teleport_pad", 5 | "sortnum": 3 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/patchouli_books/allthemodium_book/ja_jp/categories/food.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "食べ物", 3 | "description": "Allthemodiumで追加される食べ物", 4 | "icon": "allthemodium:allthemodium_apple", 5 | "sortnum": 6 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/patchouli_books/allthemodium_book/ja_jp/categories/misc.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "その他", 3 | "description": "特定のカテゴリに分類できないその他のアイテム", 4 | "icon": "minecraft:book", 5 | "sortnum": 7 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/allthemods5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/allthemods5.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/allthemodium.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/allthemodium_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/allthemodium_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_ore.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 5 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_pile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/allthemodium_pile.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/allthemodium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/allthemodium_slate_ore.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 5 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_bookshelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_bookshelf.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_bookshelf_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_bookshelf_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_cavevines.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_cavevines.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_cavevines_lit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_cavevines_lit.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_dirt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_dirt.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_door_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_door_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_door_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_door_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_grass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_grass.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_grass_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_grass_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_grass_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_grass_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_herb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_herb.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_leaves.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_leaves_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_leaves_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_0_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_0_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_1_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_1_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_log_2_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_log_2_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_mossy_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_mossy_stone.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_planks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_planks.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_sapling.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_smooth_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_smooth_stone.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_stone.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_stone_bricks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_stone_bricks.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/ancient_trap_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/ancient_trap_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_bookshelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_bookshelf.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_bookshelf_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_bookshelf_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_door_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_door_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_door_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_door_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_herb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_herb.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_leaves.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_leaves_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_leaves_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_log.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 8 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_log_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_log_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_planks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_planks.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_sapling.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/demonic_trap_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/demonic_trap_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/atm_molten_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/atm_molten_flow.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/atm_molten_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/molten_flowing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/molten_flowing.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/molten_flowing.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/molten_metal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/molten_metal.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/molten_metal_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/molten_still.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/molten_still.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/soul_lava_flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/soul_lava_flow.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/soul_lava_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/soul_lava_still.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/fluid/soul_lava_still.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/unobtainium_molten_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/fluid/vibranium_molten_flow.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 3 4 | } 5 | } 6 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/other_vibranium_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/other_vibranium_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/other_vibranium_ore.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/piglich_heart_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/piglich_heart_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/raw_unobtainium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/raw_unobtainium_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/raw_vibranium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/raw_vibranium_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_bookshelf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_bookshelf.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_bookshelf_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_bookshelf_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_door_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_door_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_door_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_door_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_herb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_herb.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_leaves.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_leaves.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_leaves_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_leaves_bottom.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_0.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 8 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_0_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_0_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_1.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 8 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_1_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_1_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_2.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 8 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_2_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_2_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_log_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_log_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_planks.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_planks.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_sapling.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_sapling.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/soul_trap_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/soul_trap_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/stripped_ancient_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/stripped_ancient_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/stripped_demonic_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/stripped_demonic_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/stripped_soul_log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/stripped_soul_log.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/stripped_soul_log_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/stripped_soul_log_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/suspicious_clay_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/suspicious_clay_0.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/suspicious_clay_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/suspicious_clay_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/suspicious_clay_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/suspicious_clay_2.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/suspicious_clay_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/suspicious_clay_3.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/teleport_pad_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/teleport_pad_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/teleport_pad_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/teleport_pad_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/unobtainium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/unobtainium_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/unobtainium_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/unobtainium_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/unobtainium_ore.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/unobtainium_pile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/unobtainium_pile.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/unobtainium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/unobtainium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/vibranium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/vibranium_block.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/vibranium_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/vibranium_ore.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/vibranium_ore.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/vibranium_pile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/vibranium_pile.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/block/vibranium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/block/vibranium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/entity/allthemodium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/entity/allthemodium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/entity/piglich.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/entity/piglich.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/entity/unobtainium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/entity/unobtainium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/entity/vibranium_shulker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/entity/vibranium_shulker.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/alloy_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/alloy_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/alloy_paxel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/alloy_paxel.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/alloy_pick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/alloy_pick.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/alloy_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/alloy_shovel.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/alloy_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/alloy_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_apple.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_carrot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_carrot.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_clump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_clump.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_crystal.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_gear.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_helmet.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_leggings.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_nugget.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_pickaxe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_plate.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_rod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_rod.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_shard.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_shovel.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/allthemodium_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/allthemodium_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/ancient_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/ancient_boat.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/ancient_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/ancient_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/ancient_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/ancient_sign.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/ancient_soulberries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/ancient_soulberries.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/atm_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/atm_star.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/demonic_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/demonic_boat.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/demonic_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/demonic_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/demonic_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/demonic_sign.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/dirty_unobtainium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/dirty_unobtainium_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/dirty_vibranium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/dirty_vibranium_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/piglich_heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/piglich_heart.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/raw_allthemodium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/raw_allthemodium.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/raw_unobtainium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/raw_unobtainium.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/raw_vibranium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/raw_vibranium.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/soul_boat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/soul_boat.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/soul_door.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/soul_door.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/soul_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/soul_sign.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_chestplate.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_clump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_clump.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_crystal.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_gear.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_helmet.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_leggings.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_nugget.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_pickaxe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_plate.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_rod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_rod.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_shard.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_shovel.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/unobtainium_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/unobtainium_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_axe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_boots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_boots.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_chestplate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_chestplate.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_clump.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_clump.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_crystal.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_dust.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_gear.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_helmet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_helmet.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_hoe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_hoe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_ingot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_ingot.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_leggings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_leggings.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_nugget.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_nugget.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_pickaxe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_pickaxe.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_plate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_plate.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_rod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_rod.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_shard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_shard.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_shovel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_shovel.png -------------------------------------------------------------------------------- /src/main/resources/assets/allthemodium/textures/item/vibranium_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/allthemodium/textures/item/vibranium_sword.png -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/allthemodium_pile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/allthemodium_pile_height2" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/unobtainium_pile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/unobtainium_pile_height2" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/iceandfire/models/item/vibranium_pile.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "allthemodium:block/vibranium_pile_height2" 3 | } -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/vibranium_layer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/minecraft/textures/models/armor/vibranium_layer_1.png -------------------------------------------------------------------------------- /src/main/resources/assets/minecraft/textures/models/armor/vibranium_layer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/assets/minecraft/textures/models/armor/vibranium_layer_2.png -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/ancient_pyramid_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/ancient_pyramid_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/ancient_pyramid_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/ancient_pyramid_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/ancient_pyramid_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/ancient_pyramid_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/ancient_pyramid_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/ancient_pyramid_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/bastion.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/bastion.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/beginning.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/beginning.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/center1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/center1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/center_deck.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/center_deck.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/center_dome.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/center_dome.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/corner.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/corner.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/cross_path.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/cross_path.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/descent.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/descent.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/descent_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/descent_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/farm.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/farm.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/final_stairs_ns.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/final_stairs_ns.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/forge.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/forge.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/fortress.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/fortress.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/hallway1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/hallway1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/hallway2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/hallway2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/illager_keep.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/illager_keep.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/library.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/library.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/maze.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/maze.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/merchant.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/merchant.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/merchant_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/merchant_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/merchant_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/merchant_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/mob_forge.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/mob_forge.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/path_1.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/path_1.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/path_2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/path_2.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/path_3.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/path_3.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/path_4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/path_4.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/piglin_guardhouse.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/piglin_guardhouse.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/prisoners.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/prisoners.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/smithy_house.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/smithy_house.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/stair_top_ew.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/stair_top_ew.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/stair_top_ns.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/stair_top_ns.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/stairs_final_ew.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/stairs_final_ew.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/treasure_room.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/treasure_room.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/well.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/well.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/structures/windmill.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AllTheMods/AllTheModium/8eb88dc394965a9a6b90626a0b8faf883ccb16fe/src/main/resources/data/allthemodium/structures/windmill.nbt -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tags/worldgen/biome/has_structure/ancient_pyramid_biomes.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "allthemodium:soul_sand_valley" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tags/worldgen/biome/has_structure/dungeon_biomes.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "allthemodium:warped_forest" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tags/worldgen/biome/has_structure/piglin_village_biomes.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "allthemodium:crimson_forest", 5 | "allthemodium:the_other" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tinkering/materials/definition/allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "craftable": false, 3 | "tier": 5, 4 | "sortOrder": 11, 5 | "hidden": false 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tinkering/materials/definition/unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "craftable": false, 3 | "tier": 7, 4 | "sortOrder": 13, 5 | "hidden": false 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/allthemodium/tinkering/materials/definition/vibranium.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "craftable": false, 4 | "tier": 6, 5 | "sortOrder": 12, 6 | "hidden": false 7 | } 8 | -------------------------------------------------------------------------------- /src/main/resources/data/forge/tags/fluids/molten_allthemodium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:molten_allthemodium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/forge/tags/fluids/molten_unobtainium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:molten_unobtainium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/forge/tags/fluids/molten_vibranium.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:molten_vibranium" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/blocks/overworld_carver_replaceables.json: -------------------------------------------------------------------------------- 1 | 2 | { 3 | "replace": false, 4 | "values": [ 5 | "allthemodium:ancient_stone" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/items/trim_materials.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "allthemodium:allthemodium_ingot", 4 | "allthemodium:vibranium_ingot", 5 | "allthemodium:unobtainium_ingot" 6 | ] 7 | } -------------------------------------------------------------------------------- /src/main/resources/data/minecraft/tags/worldgen/biome/has_structure/ancient_city.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "minecraft:deep_dark", 4 | "allthemodium:basalt_deltas" 5 | ] 6 | } --------------------------------------------------------------------------------