├── .github ├── FUNDING.yml └── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── config.yml │ └── feature_request.md ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── ttb_data ├── data │ ├── minecraft │ │ ├── loot_tables │ │ │ └── blocks │ │ │ │ ├── spawner.json │ │ │ │ └── yellow_shulker_box.json │ │ └── tags │ │ │ └── functions │ │ │ ├── load.json │ │ │ └── tick.json │ └── ttb │ │ ├── advancements │ │ ├── entity │ │ │ ├── player │ │ │ │ └── hurt_entity.json │ │ │ └── ratch │ │ │ │ └── hurt_player.json │ │ └── story │ │ │ ├── levitate_pig_with_repulsion_staff.json │ │ │ ├── obtain_crystals.json │ │ │ ├── obtain_gems.json │ │ │ ├── obtain_mysterious_crystal.json │ │ │ ├── obtain_tempite_stone.json │ │ │ ├── root.json │ │ │ └── use_tempite_insulator.json │ │ ├── functions │ │ ├── block │ │ │ ├── acronite_cage │ │ │ │ ├── cost │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── modify_tempite.mcfunction │ │ │ │ │ └── reverse │ │ │ │ │ │ └── modify_tempite.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_entity.mcfunction │ │ │ │ ├── potion_tick.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── summon_potion.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── alchemy_chamber │ │ │ │ ├── check_block.mcfunction │ │ │ │ ├── convert_block.mcfunction │ │ │ │ ├── cost │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── modify_tempite.mcfunction │ │ │ │ │ └── reverse │ │ │ │ │ │ └── modify_tempite.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_entity.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── amethyst_block │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ └── drop.mcfunction │ │ │ ├── amethyst_ore │ │ │ │ ├── create.mcfunction │ │ │ │ └── drop.mcfunction │ │ │ ├── amethyst_sunpad │ │ │ │ ├── clock2s.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── insert_loot.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── update_to_new_base.mcfunction │ │ │ ├── breaker │ │ │ │ ├── break_block.mcfunction │ │ │ │ ├── cost │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── modify_tempite.mcfunction │ │ │ │ │ └── reverse │ │ │ │ │ │ └── modify_tempite.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_entity.mcfunction │ │ │ │ ├── hit_item.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── check_spawner_item.mcfunction │ │ │ ├── create_block.mcfunction │ │ │ ├── eckspei_locker │ │ │ │ ├── absorb_experience │ │ │ │ │ ├── absorb.mcfunction │ │ │ │ │ ├── check_rotation.mcfunction │ │ │ │ │ └── hopper.mcfunction │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── cost │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── modify_tempite.mcfunction │ │ │ │ │ └── reverse │ │ │ │ │ │ └── modify_tempite.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_entity.mcfunction │ │ │ │ ├── output_experience │ │ │ │ │ ├── check_types.mcfunction │ │ │ │ │ ├── eckspei_rod.mcfunction │ │ │ │ │ ├── eckspei_rod_check.mcfunction │ │ │ │ │ ├── finished.mcfunction │ │ │ │ │ └── hopper.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── report_value.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── growth_aura │ │ │ │ ├── cost │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── modify_tempite.mcfunction │ │ │ │ │ └── reverse │ │ │ │ │ │ └── modify_tempite.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_entity.mcfunction │ │ │ │ ├── grow.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── gui │ │ │ │ ├── clear_gui_items.mcfunction │ │ │ │ └── fix_gui_items.mcfunction │ │ │ ├── machine │ │ │ │ ├── color_check.mcfunction │ │ │ │ ├── cost_check.mcfunction │ │ │ │ ├── get_power.mcfunction │ │ │ │ ├── gui │ │ │ │ │ ├── verify_integrity.mcfunction │ │ │ │ │ └── verify_integrity_check.mcfunction │ │ │ │ ├── mysterious.mcfunction │ │ │ │ ├── observer_movement │ │ │ │ │ ├── check_direction.mcfunction │ │ │ │ │ ├── move_down.mcfunction │ │ │ │ │ ├── move_east.mcfunction │ │ │ │ │ ├── move_north.mcfunction │ │ │ │ │ ├── move_south.mcfunction │ │ │ │ │ ├── move_up.mcfunction │ │ │ │ │ └── move_west.mcfunction │ │ │ │ ├── piston_rotation.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── ratch_putty │ │ │ │ ├── accelerate_cooktime.mcfunction │ │ │ │ ├── decay.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── tempest_crafter │ │ │ │ ├── apply_multiplier.mcfunction │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── craft_block.mcfunction │ │ │ │ ├── craft_block_check.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── gui │ │ │ │ │ ├── has_items_kick.mcfunction │ │ │ │ │ ├── remove_items.mcfunction │ │ │ │ │ ├── subtract_items.mcfunction │ │ │ │ │ ├── verify_integrity.mcfunction │ │ │ │ │ └── verify_integrity_check.mcfunction │ │ │ │ ├── recipe_check.mcfunction │ │ │ │ ├── recipe_validity_check.mcfunction │ │ │ │ ├── recreate.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── tempite_insulator │ │ │ │ ├── clock2s.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── initial_activate.mcfunction │ │ │ │ ├── reject_block.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── tempite_stone │ │ │ │ │ ├── activate.mcfunction │ │ │ │ │ └── audiovisuals.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── tempite_stone │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ ├── extract_energy_item │ │ │ │ │ ├── check_adjacent.mcfunction │ │ │ │ │ ├── remove_item.mcfunction │ │ │ │ │ ├── scan_slots.mcfunction │ │ │ │ │ └── unstable_trigger.mcfunction │ │ │ │ ├── reimburse_items.mcfunction │ │ │ │ ├── reimburse_items_data.mcfunction │ │ │ │ ├── remove.mcfunction │ │ │ │ ├── report_tempite_amount.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── triggered.mcfunction │ │ │ ├── tempite_wire │ │ │ │ ├── add_decay.mcfunction │ │ │ │ ├── check_adjacent.mcfunction │ │ │ │ ├── check_block.mcfunction │ │ │ │ ├── color │ │ │ │ │ ├── black.mcfunction │ │ │ │ │ ├── blue.mcfunction │ │ │ │ │ ├── brown.mcfunction │ │ │ │ │ ├── compare_type.mcfunction │ │ │ │ │ ├── cyan.mcfunction │ │ │ │ │ ├── glass.mcfunction │ │ │ │ │ ├── gray.mcfunction │ │ │ │ │ ├── green.mcfunction │ │ │ │ │ ├── light_blue.mcfunction │ │ │ │ │ ├── light_gray.mcfunction │ │ │ │ │ ├── lime.mcfunction │ │ │ │ │ ├── magenta.mcfunction │ │ │ │ │ ├── orange.mcfunction │ │ │ │ │ ├── pink.mcfunction │ │ │ │ │ ├── purple.mcfunction │ │ │ │ │ ├── red.mcfunction │ │ │ │ │ ├── white.mcfunction │ │ │ │ │ └── yellow.mcfunction │ │ │ │ ├── continue_charge.mcfunction │ │ │ │ ├── explode.mcfunction │ │ │ │ ├── glass.mcfunction │ │ │ │ ├── insulated.mcfunction │ │ │ │ ├── power_adjacent.mcfunction │ │ │ │ ├── spread.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── vulcaanium_block │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── create.mcfunction │ │ │ │ └── drop.mcfunction │ │ │ └── vulcaanium_ore │ │ │ │ ├── create.mcfunction │ │ │ │ └── drop.mcfunction │ │ ├── clock16t.mcfunction │ │ ├── clock2s.mcfunction │ │ ├── clock2t.mcfunction │ │ ├── entity │ │ │ ├── area_effect_cloud │ │ │ │ └── tick.mcfunction │ │ │ ├── armor_stand │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── clock2s.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── assassin │ │ │ │ ├── clock2s.mcfunction │ │ │ │ ├── clock2t.mcfunction │ │ │ │ ├── dodge.mcfunction │ │ │ │ └── summon.mcfunction │ │ │ ├── bat │ │ │ │ └── clock16t.mcfunction │ │ │ ├── blight │ │ │ │ ├── ability │ │ │ │ │ └── freeze.mcfunction │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── tnt_weakness.mcfunction │ │ │ ├── bullant │ │ │ │ ├── sound_event │ │ │ │ │ └── hurt.mcfunction │ │ │ │ └── summon.mcfunction │ │ │ ├── cave_in │ │ │ │ ├── clock16t.mcfunction │ │ │ │ └── summon.mcfunction │ │ │ ├── clock16t.mcfunction │ │ │ ├── clock2s.mcfunction │ │ │ ├── deadlock │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ └── variant │ │ │ │ │ ├── axe │ │ │ │ │ ├── init.mcfunction │ │ │ │ │ └── summon.mcfunction │ │ │ │ │ ├── bow │ │ │ │ │ ├── init.mcfunction │ │ │ │ │ └── summon.mcfunction │ │ │ │ │ ├── sniper │ │ │ │ │ ├── init.mcfunction │ │ │ │ │ └── summon.mcfunction │ │ │ │ │ └── sword │ │ │ │ │ ├── init.mcfunction │ │ │ │ │ └── summon.mcfunction │ │ │ ├── enchanted_ender_pearl │ │ │ │ ├── remove.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── ender_pearl │ │ │ │ └── tick.mcfunction │ │ │ ├── endermenace │ │ │ │ ├── clock2s.mcfunction │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ └── teleport.mcfunction │ │ │ ├── function │ │ │ │ ├── health_bar │ │ │ │ │ ├── calculate_percentage.mcfunction │ │ │ │ │ ├── pre.mcfunction │ │ │ │ │ └── set.mcfunction │ │ │ │ ├── model_check.mcfunction │ │ │ │ ├── sound_event │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── play_ambient.mcfunction │ │ │ │ │ └── play_hurt.mcfunction │ │ │ │ ├── spawner │ │ │ │ │ ├── deadlock.mcfunction │ │ │ │ │ ├── deadlock │ │ │ │ │ │ └── variant │ │ │ │ │ │ │ ├── axe.mcfunction │ │ │ │ │ │ │ ├── bow.mcfunction │ │ │ │ │ │ │ ├── sniper.mcfunction │ │ │ │ │ │ │ └── sword.mcfunction │ │ │ │ │ └── stray.mcfunction │ │ │ │ ├── spawning │ │ │ │ │ ├── biome │ │ │ │ │ │ ├── cave.mcfunction │ │ │ │ │ │ └── desert.mcfunction │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── entity │ │ │ │ │ │ ├── assassin.mcfunction │ │ │ │ │ │ ├── bullant.mcfunction │ │ │ │ │ │ ├── cave_in.mcfunction │ │ │ │ │ │ ├── endermenace.mcfunction │ │ │ │ │ │ ├── ogre.mcfunction │ │ │ │ │ │ ├── ore_dweller.mcfunction │ │ │ │ │ │ ├── ratch.mcfunction │ │ │ │ │ │ ├── sandskull.mcfunction │ │ │ │ │ │ └── void_gas.mcfunction │ │ │ │ │ ├── generic_mob_check.mcfunction │ │ │ │ │ ├── global │ │ │ │ │ │ ├── enderman.mcfunction │ │ │ │ │ │ ├── skeleton.mcfunction │ │ │ │ │ │ └── zombie.mcfunction │ │ │ │ │ ├── replace_entity.mcfunction │ │ │ │ │ ├── specific │ │ │ │ │ │ └── plains_and_not_cave_or_deep_cave.mcfunction │ │ │ │ │ └── summon_new_entity.mcfunction │ │ │ │ ├── store_health.mcfunction │ │ │ │ └── structure │ │ │ │ │ ├── blight.mcfunction │ │ │ │ │ ├── blue_soldier_create.mcfunction │ │ │ │ │ ├── blue_soldier_set.mcfunction │ │ │ │ │ ├── creeper.mcfunction │ │ │ │ │ ├── deadlock.mcfunction │ │ │ │ │ ├── deadlock │ │ │ │ │ └── variant │ │ │ │ │ │ ├── axe.mcfunction │ │ │ │ │ │ ├── bow.mcfunction │ │ │ │ │ │ ├── sniper.mcfunction │ │ │ │ │ │ └── sword.mcfunction │ │ │ │ │ ├── item_frame.mcfunction │ │ │ │ │ ├── item_frame │ │ │ │ │ └── item │ │ │ │ │ │ ├── blaze_powder.mcfunction │ │ │ │ │ │ └── diamond.mcfunction │ │ │ │ │ ├── mage.mcfunction │ │ │ │ │ ├── polar_bear.mcfunction │ │ │ │ │ ├── post_summon.mcfunction │ │ │ │ │ ├── stray.mcfunction │ │ │ │ │ ├── tnt_minecart.mcfunction │ │ │ │ │ └── villager.mcfunction │ │ │ ├── item │ │ │ │ ├── clock16t.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── item_frame │ │ │ │ ├── clock2s.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── mage │ │ │ │ ├── ability │ │ │ │ │ ├── area_effect_cloud.mcfunction │ │ │ │ │ ├── fire.mcfunction │ │ │ │ │ ├── flames.mcfunction │ │ │ │ │ ├── magic_ball.mcfunction │ │ │ │ │ └── pillars_explosion.mcfunction │ │ │ │ ├── attack │ │ │ │ │ ├── check_random.mcfunction │ │ │ │ │ ├── player_close.mcfunction │ │ │ │ │ ├── player_mid.mcfunction │ │ │ │ │ └── player_present.mcfunction │ │ │ │ ├── attack_check.mcfunction │ │ │ │ ├── flame │ │ │ │ │ └── summon.mcfunction │ │ │ │ ├── pillar │ │ │ │ │ └── variant │ │ │ │ │ │ └── explosion │ │ │ │ │ │ ├── explode.mcfunction │ │ │ │ │ │ ├── pre_explode.mcfunction │ │ │ │ │ │ ├── proximity_checks.mcfunction │ │ │ │ │ │ ├── summon.mcfunction │ │ │ │ │ │ └── tick.mcfunction │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── ogre │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── destroy_surroundings.mcfunction │ │ │ │ ├── pound.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ └── tick.mcfunction │ │ │ ├── ore_dweller │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ └── summon.mcfunction │ │ │ ├── player │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── clock2t.mcfunction │ │ │ │ ├── holding │ │ │ │ │ ├── bright_relic.mcfunction │ │ │ │ │ └── dark_relic.mcfunction │ │ │ │ ├── hurt_entity.mcfunction │ │ │ │ ├── placed_custom_block.mcfunction │ │ │ │ ├── tick.mcfunction │ │ │ │ └── used_item │ │ │ │ │ └── carrot_on_a_stick.mcfunction │ │ │ ├── ratch │ │ │ │ ├── hurt_player.mcfunction │ │ │ │ ├── sound_event │ │ │ │ │ ├── ambient.mcfunction │ │ │ │ │ └── hurt.mcfunction │ │ │ │ └── summon.mcfunction │ │ │ ├── sandskull │ │ │ │ └── summon.mcfunction │ │ │ ├── tick.mcfunction │ │ │ ├── void_gas │ │ │ │ ├── clock16t.mcfunction │ │ │ │ ├── explode.mcfunction │ │ │ │ ├── summon.mcfunction │ │ │ │ └── summon_fire.mcfunction │ │ │ └── zombie │ │ │ │ └── tick.mcfunction │ │ ├── event │ │ │ └── cave_in.mcfunction │ │ ├── item │ │ │ ├── amethyst │ │ │ │ └── craft.mcfunction │ │ │ ├── amethyst_crystal │ │ │ │ └── craft.mcfunction │ │ │ ├── bright_relic │ │ │ │ └── craft.mcfunction │ │ │ ├── carrot_on_a_stick │ │ │ │ ├── durability │ │ │ │ │ ├── replace_hand.mcfunction │ │ │ │ │ ├── set_custom_model_data.mcfunction │ │ │ │ │ └── update.mcfunction │ │ │ │ └── get_hand.mcfunction │ │ │ ├── dark_relic │ │ │ │ └── craft.mcfunction │ │ │ ├── eckspei_rod │ │ │ │ ├── add_experience.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ └── use.mcfunction │ │ │ ├── mysterious_crystal │ │ │ │ └── craft.mcfunction │ │ │ ├── ratch_putty │ │ │ │ └── craft.mcfunction │ │ │ ├── restoration_tome │ │ │ │ └── restore │ │ │ │ │ ├── effects.mcfunction │ │ │ │ │ ├── item.mcfunction │ │ │ │ │ ├── item_check.mcfunction │ │ │ │ │ ├── staff.mcfunction │ │ │ │ │ ├── staff_check.mcfunction │ │ │ │ │ └── staff_update_durability.mcfunction │ │ │ ├── staff │ │ │ │ ├── blight │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── break.mcfunction │ │ │ │ ├── captive │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── box │ │ │ │ │ │ ├── fat.mcfunction │ │ │ │ │ │ ├── large.mcfunction │ │ │ │ │ │ ├── small.mcfunction │ │ │ │ │ │ └── tiny.mcfunction │ │ │ │ │ ├── create_box.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── craft.mcfunction │ │ │ │ ├── craft_modifier.mcfunction │ │ │ │ ├── craft_post.mcfunction │ │ │ │ ├── craft_random.mcfunction │ │ │ │ ├── durability │ │ │ │ │ ├── check.mcfunction │ │ │ │ │ ├── deplete.mcfunction │ │ │ │ │ └── recharge │ │ │ │ │ │ ├── bright_relic.mcfunction │ │ │ │ │ │ └── dark_relic.mcfunction │ │ │ │ ├── ether │ │ │ │ │ ├── spectator_effects.mcfunction │ │ │ │ │ ├── spectator_end.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── extraction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── get_hit_entity.mcfunction │ │ │ │ ├── get_hit_entity_loop.mcfunction │ │ │ │ ├── harvest │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── regress │ │ │ │ │ │ ├── get_entity.mcfunction │ │ │ │ │ │ └── set_item_data.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── infallible │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── mage │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── entity_effects.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── netherknight │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── refrigerant │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── relativity │ │ │ │ │ ├── post_teleport.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── repulsion │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── saturation │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── shatter │ │ │ │ │ ├── audiovisuals.mcfunction │ │ │ │ │ ├── entity_effects.mcfunction │ │ │ │ │ ├── hit_block.mcfunction │ │ │ │ │ ├── hit_entity.mcfunction │ │ │ │ │ ├── raycast.mcfunction │ │ │ │ │ ├── raycast_loop.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── skitter │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── spirit │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── temporal │ │ │ │ │ ├── spread_entity.mcfunction │ │ │ │ │ ├── use_left.mcfunction │ │ │ │ │ └── use_right.mcfunction │ │ │ │ ├── use_left.mcfunction │ │ │ │ └── use_right.mcfunction │ │ │ ├── tempite_gel │ │ │ │ └── remove_from_player_inventory.mcfunction │ │ │ ├── vulcaanium │ │ │ │ └── craft.mcfunction │ │ │ └── vulcaanium_crystal │ │ │ │ └── craft.mcfunction │ │ ├── load.mcfunction │ │ ├── tick.mcfunction │ │ ├── util │ │ │ ├── explosion_simulation.mcfunction │ │ │ ├── find_closest_y.mcfunction │ │ │ ├── find_closest_y_loop.mcfunction │ │ │ ├── generate_loot_table_seed.mcfunction │ │ │ ├── generate_loot_table_seed_post.mcfunction │ │ │ ├── get_sunlight.mcfunction │ │ │ ├── get_sunlight_loop.mcfunction │ │ │ ├── near_spread.mcfunction │ │ │ ├── top_spread.mcfunction │ │ │ └── top_spread_loop.mcfunction │ │ └── world │ │ │ ├── generation │ │ │ ├── better_biomes │ │ │ │ ├── badlands.mcfunction │ │ │ │ ├── check_biome.mcfunction │ │ │ │ ├── desert.mcfunction │ │ │ │ ├── jungle.mcfunction │ │ │ │ ├── ocean.mcfunction │ │ │ │ ├── snowy.mcfunction │ │ │ │ └── swamp.mcfunction │ │ │ ├── chunk │ │ │ │ ├── border.mcfunction │ │ │ │ ├── generate.mcfunction │ │ │ │ ├── get_biomes.mcfunction │ │ │ │ ├── init.mcfunction │ │ │ │ ├── kill.mcfunction │ │ │ │ └── scan.mcfunction │ │ │ └── player.mcfunction │ │ │ └── structure │ │ │ ├── activate_structure_block.mcfunction │ │ │ ├── check_spawn │ │ │ ├── append.mcfunction │ │ │ ├── append_post.mcfunction │ │ │ ├── cold.mcfunction │ │ │ ├── ore.mcfunction │ │ │ └── snowy.mcfunction │ │ │ ├── chunk.mcfunction │ │ │ ├── deadlock_tower │ │ │ └── loot.mcfunction │ │ │ ├── dungeon │ │ │ ├── get_room.mcfunction │ │ │ └── get_room_post.mcfunction │ │ │ ├── large_wooden_snow_dungeon │ │ │ ├── create.mcfunction │ │ │ ├── loot │ │ │ │ ├── 11x11_glass_cage.mcfunction │ │ │ │ ├── 11x11_glass_cage_dropper.mcfunction │ │ │ │ ├── 11x11_memoriam.mcfunction │ │ │ │ ├── 11x11_pristine.mcfunction │ │ │ │ ├── 11x11_statue.mcfunction │ │ │ │ ├── 11x11_tempite.mcfunction │ │ │ │ ├── 15x14_crystals.mcfunction │ │ │ │ ├── 15x15_brewing.mcfunction │ │ │ │ ├── 15x15_brewing_pillar.mcfunction │ │ │ │ ├── 15x15_camp_above.mcfunction │ │ │ │ ├── 15x15_camp_below.mcfunction │ │ │ │ ├── 15x15_glass.mcfunction │ │ │ │ ├── 15x15_ice_arc.mcfunction │ │ │ │ ├── 15x15_library.mcfunction │ │ │ │ ├── 15x15_snow.mcfunction │ │ │ │ ├── 15x15_terracotta_podium.mcfunction │ │ │ │ ├── 15x15_utilities.mcfunction │ │ │ │ ├── 7x7_conference.mcfunction │ │ │ │ ├── 7x7_explosives.mcfunction │ │ │ │ ├── 7x7_stock.mcfunction │ │ │ │ ├── 7x7_stock_book.mcfunction │ │ │ │ ├── 7x7_storage.mcfunction │ │ │ │ ├── 7x7_trapped.mcfunction │ │ │ │ ├── lookout_common.mcfunction │ │ │ │ ├── lookout_uncommon.mcfunction │ │ │ │ └── stairs_common.mcfunction │ │ │ └── room │ │ │ │ ├── 15x15_terracotta_podium │ │ │ │ ├── create_trap.mcfunction │ │ │ │ └── trigger_trap.mcfunction │ │ │ │ ├── connector │ │ │ │ ├── 11x11 │ │ │ │ │ └── connect.mcfunction │ │ │ │ ├── 15x15 │ │ │ │ │ └── connect.mcfunction │ │ │ │ ├── 7x7 │ │ │ │ │ └── connect.mcfunction │ │ │ │ ├── 9x9 │ │ │ │ │ └── connect.mcfunction │ │ │ │ ├── basement_root │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ └── create.mcfunction │ │ │ │ ├── corridor │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ ├── create_east.mcfunction │ │ │ │ │ ├── create_north.mcfunction │ │ │ │ │ ├── create_south.mcfunction │ │ │ │ │ ├── create_west.mcfunction │ │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ ├── corridor_initial │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ ├── create_east.mcfunction │ │ │ │ │ ├── create_north.mcfunction │ │ │ │ │ ├── create_south.mcfunction │ │ │ │ │ ├── create_west.mcfunction │ │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ ├── decorator │ │ │ │ │ ├── box_east.mcfunction │ │ │ │ │ ├── box_north.mcfunction │ │ │ │ │ ├── box_south.mcfunction │ │ │ │ │ ├── box_west.mcfunction │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ ├── create_east.mcfunction │ │ │ │ │ ├── create_north.mcfunction │ │ │ │ │ ├── create_south.mcfunction │ │ │ │ │ ├── create_west.mcfunction │ │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ ├── secret │ │ │ │ │ └── connect.mcfunction │ │ │ │ ├── stairs_down │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ ├── create_east.mcfunction │ │ │ │ │ ├── create_north.mcfunction │ │ │ │ │ ├── create_south.mcfunction │ │ │ │ │ ├── create_west.mcfunction │ │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ └── stairs_up │ │ │ │ │ ├── connect.mcfunction │ │ │ │ │ ├── create_east.mcfunction │ │ │ │ │ ├── create_north.mcfunction │ │ │ │ │ ├── create_south.mcfunction │ │ │ │ │ ├── create_west.mcfunction │ │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ ├── corridor │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_east.mcfunction │ │ │ │ ├── create_north.mcfunction │ │ │ │ ├── create_south.mcfunction │ │ │ │ ├── create_west.mcfunction │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ │ └── corridor_initial │ │ │ │ ├── create.mcfunction │ │ │ │ ├── create_east.mcfunction │ │ │ │ ├── create_north.mcfunction │ │ │ │ ├── create_south.mcfunction │ │ │ │ ├── create_west.mcfunction │ │ │ │ └── prepare_structure_block.mcfunction │ │ │ ├── loop_spawns.mcfunction │ │ │ ├── loot_chest │ │ │ ├── default.mcfunction │ │ │ ├── dropper.mcfunction │ │ │ └── trapped.mcfunction │ │ │ ├── prepare_structure_block.mcfunction │ │ │ ├── prismarine_stray_spawner │ │ │ └── loot.mcfunction │ │ │ ├── process_dungeon_room_result.mcfunction │ │ │ ├── relative_width.mcfunction │ │ │ ├── snow_columns │ │ │ └── loot_dropper.mcfunction │ │ │ ├── snow_fort │ │ │ └── loot.mcfunction │ │ │ ├── snow_glacier │ │ │ ├── loot.mcfunction │ │ │ └── loot_mysterious.mcfunction │ │ │ ├── snow_house │ │ │ └── loot.mcfunction │ │ │ ├── snow_igloo │ │ │ ├── loot_above.mcfunction │ │ │ └── loot_below.mcfunction │ │ │ ├── snow_spikes │ │ │ └── loot.mcfunction │ │ │ ├── snowy_glass_lab │ │ │ ├── loot.mcfunction │ │ │ └── loot_dropper.mcfunction │ │ │ ├── spawn.mcfunction │ │ │ ├── spawn_default.mcfunction │ │ │ ├── spawn_id.mcfunction │ │ │ ├── stray_dungeon │ │ │ ├── loot_healing.mcfunction │ │ │ └── loot_speed.mcfunction │ │ │ ├── stray_tower │ │ │ ├── loot.mcfunction │ │ │ └── loot_treasure.mcfunction │ │ │ └── trap_check.mcfunction │ │ ├── loot_tables │ │ ├── blocks │ │ │ ├── acronite_cage.json │ │ │ ├── alchemy_chamber.json │ │ │ ├── amethyst_block.json │ │ │ ├── amethyst_ore.json │ │ │ ├── amethyst_sunpad.json │ │ │ ├── breaker.json │ │ │ ├── eckspei_locker.json │ │ │ ├── function │ │ │ │ └── amethyst_sunpad.json │ │ │ ├── growth_aura.json │ │ │ ├── ratch_putty.json │ │ │ ├── tempest_crafter.json │ │ │ ├── tempite_insulator.json │ │ │ ├── tempite_stone.json │ │ │ ├── vulcaanium_block.json │ │ │ └── vulcaanium_ore.json │ │ ├── chests │ │ │ ├── deadlock_tower.json │ │ │ ├── generic │ │ │ │ ├── snow_common.json │ │ │ │ └── snow_uncommon.json │ │ │ ├── large_wooden_snow_dungeon │ │ │ │ ├── 11x11_glass_cage.json │ │ │ │ ├── 11x11_glass_cage_dropper.json │ │ │ │ ├── 11x11_memoriam.json │ │ │ │ ├── 11x11_pristine.json │ │ │ │ ├── 11x11_statue.json │ │ │ │ ├── 11x11_tempite.json │ │ │ │ ├── 15x14_crystals.json │ │ │ │ ├── 15x15_brewing.json │ │ │ │ ├── 15x15_brewing_pillar.json │ │ │ │ ├── 15x15_camp_above.json │ │ │ │ ├── 15x15_camp_below.json │ │ │ │ ├── 15x15_glass.json │ │ │ │ ├── 15x15_ice_arc.json │ │ │ │ ├── 15x15_library.json │ │ │ │ ├── 15x15_snow.json │ │ │ │ ├── 15x15_terracotta_podium.json │ │ │ │ ├── 15x15_utilities.json │ │ │ │ ├── 7x7_conference.json │ │ │ │ ├── 7x7_explosives.json │ │ │ │ ├── 7x7_stock.json │ │ │ │ ├── 7x7_stock_book.json │ │ │ │ ├── 7x7_storage.json │ │ │ │ ├── 7x7_trapped.json │ │ │ │ ├── lookout_common.json │ │ │ │ ├── lookout_uncommon.json │ │ │ │ └── stairs_common.json │ │ │ ├── prismarine_stray_spawner.json │ │ │ ├── snow_columns.json │ │ │ ├── snow_fort.json │ │ │ ├── snow_glacier.json │ │ │ ├── snow_glacier_mysterious.json │ │ │ ├── snow_house.json │ │ │ ├── snow_igloo_above.json │ │ │ ├── snow_igloo_below.json │ │ │ ├── snow_spikes.json │ │ │ ├── snowy_glass_lab.json │ │ │ ├── snowy_glass_lab_dropper.json │ │ │ ├── stray_dungeon_healing.json │ │ │ ├── stray_dungeon_speed.json │ │ │ ├── stray_tower.json │ │ │ └── stray_tower_treasure.json │ │ ├── empty.json │ │ ├── entities │ │ │ ├── blight.json │ │ │ ├── bullant.json │ │ │ ├── deadlock.json │ │ │ ├── deadlock │ │ │ │ └── variant │ │ │ │ │ ├── axe.json │ │ │ │ │ ├── bow.json │ │ │ │ │ ├── sniper.json │ │ │ │ │ └── sword.json │ │ │ ├── endermenace.json │ │ │ ├── function │ │ │ │ ├── blight │ │ │ │ │ └── ability.json │ │ │ │ ├── blue_soldier_armor.json │ │ │ │ ├── blue_soldier_hand.json │ │ │ │ ├── mage │ │ │ │ │ └── attack │ │ │ │ │ │ ├── player_close.json │ │ │ │ │ │ ├── player_mid.json │ │ │ │ │ │ └── player_present.json │ │ │ │ └── spawning │ │ │ │ │ └── biome │ │ │ │ │ ├── cave.json │ │ │ │ │ └── deep_cave.json │ │ │ ├── mage.json │ │ │ ├── mage │ │ │ │ └── variant │ │ │ │ │ ├── flame.json │ │ │ │ │ └── magic_ball.json │ │ │ ├── ogre.json │ │ │ ├── ore_dweller.json │ │ │ ├── ratch.json │ │ │ └── sandskull.json │ │ ├── items │ │ │ ├── acronite_cage.json │ │ │ ├── alchemy_chamber.json │ │ │ ├── amethyst.json │ │ │ ├── amethyst_block.json │ │ │ ├── amethyst_crystal.json │ │ │ ├── amethyst_ore.json │ │ │ ├── amethyst_sunpad.json │ │ │ ├── ant_eye.json │ │ │ ├── assassin │ │ │ │ ├── bow.json │ │ │ │ └── sword.json │ │ │ ├── attributed │ │ │ │ ├── any.json │ │ │ │ ├── optimism.json │ │ │ │ ├── quick_boots.json │ │ │ │ ├── quick_bow.json │ │ │ │ └── quick_sword.json │ │ │ ├── blight_staff.json │ │ │ ├── breaker.json │ │ │ ├── bright_relic.json │ │ │ ├── captive_staff.json │ │ │ ├── dark_relic.json │ │ │ ├── deadlock_axe.json │ │ │ ├── deadlock_bow.json │ │ │ ├── deadlock_shield.json │ │ │ ├── deadlock_sniper_bow.json │ │ │ ├── deadlock_sword.json │ │ │ ├── eckspei_locker.json │ │ │ ├── eckspei_rod.json │ │ │ ├── enchanted_ender_pearl.json │ │ │ ├── ether_staff.json │ │ │ ├── extraction_staff.json │ │ │ ├── growth_aura.json │ │ │ ├── harvest_staff.json │ │ │ ├── infallible_staff.json │ │ │ ├── levitation_arrow.json │ │ │ ├── mage_staff.json │ │ │ ├── mysterious_book │ │ │ │ ├── leave_now.json │ │ │ │ ├── orders.json │ │ │ │ ├── what_was_she_trying_to_build.json │ │ │ │ └── where_am_i.json │ │ │ ├── mysterious_crystal.json │ │ │ ├── mysterious_dust.json │ │ │ ├── netherknight_staff.json │ │ │ ├── optimism.json │ │ │ ├── quick_boots.json │ │ │ ├── quick_bow.json │ │ │ ├── quick_sword.json │ │ │ ├── ratch_gel.json │ │ │ ├── ratch_putty.json │ │ │ ├── refrigerant_staff.json │ │ │ ├── relativity_staff.json │ │ │ ├── repulsion_staff.json │ │ │ ├── restoration_tome.json │ │ │ ├── saturation_staff.json │ │ │ ├── shatter_staff.json │ │ │ ├── skitter_staff.json │ │ │ ├── spirit_staff.json │ │ │ ├── staff │ │ │ │ ├── attributed │ │ │ │ │ ├── blight_staff.json │ │ │ │ │ └── mage_staff.json │ │ │ │ ├── base.json │ │ │ │ ├── crafting │ │ │ │ │ ├── common.json │ │ │ │ │ ├── random.json │ │ │ │ │ └── rare.json │ │ │ │ ├── harvest │ │ │ │ │ └── regressed_spawn_egg.json │ │ │ │ └── loot.json │ │ │ ├── tempest_crafter.json │ │ │ ├── tempite_gel.json │ │ │ ├── tempite_insulator.json │ │ │ ├── tempite_sludge.json │ │ │ ├── tempite_stone.json │ │ │ ├── template │ │ │ │ ├── base.json │ │ │ │ ├── block.json │ │ │ │ ├── mysterious_book.json │ │ │ │ └── unstackable.json │ │ │ ├── temporal_staff.json │ │ │ ├── vulcaanium.json │ │ │ ├── vulcaanium_block.json │ │ │ ├── vulcaanium_crystal.json │ │ │ └── vulcaanium_ore.json │ │ └── world │ │ │ ├── detect_biome.json │ │ │ └── structure │ │ │ ├── check_spawn │ │ │ ├── cold.json │ │ │ ├── ore.json │ │ │ └── snowy.json │ │ │ ├── large_wooden_snow_dungeon │ │ │ ├── function │ │ │ │ └── room │ │ │ │ │ ├── any.json │ │ │ │ │ ├── connector │ │ │ │ │ ├── corridor.json │ │ │ │ │ ├── corridor_initial.json │ │ │ │ │ ├── decorator.json │ │ │ │ │ ├── stairs_down.json │ │ │ │ │ └── stairs_up.json │ │ │ │ │ └── corridor.json │ │ │ └── room │ │ │ │ ├── 11x11_banners.json │ │ │ │ ├── 11x11_cafe.json │ │ │ │ ├── 11x11_cauldrons.json │ │ │ │ ├── 11x11_fell.json │ │ │ │ ├── 11x11_fountain.json │ │ │ │ ├── 11x11_glass_cage.json │ │ │ │ ├── 11x11_library.json │ │ │ │ ├── 11x11_memoriam.json │ │ │ │ ├── 11x11_nostalgia.json │ │ │ │ ├── 11x11_portioned.json │ │ │ │ ├── 11x11_pristine.json │ │ │ │ ├── 11x11_red.json │ │ │ │ ├── 11x11_rock.json │ │ │ │ ├── 11x11_skulls.json │ │ │ │ ├── 11x11_spider.json │ │ │ │ ├── 11x11_spin.json │ │ │ │ ├── 11x11_statue.json │ │ │ │ ├── 11x11_storage.json │ │ │ │ ├── 11x11_tempite.json │ │ │ │ ├── 15x14_crystals.json │ │ │ │ ├── 15x15_brewing.json │ │ │ │ ├── 15x15_camp.json │ │ │ │ ├── 15x15_checkerboard.json │ │ │ │ ├── 15x15_concrete.json │ │ │ │ ├── 15x15_confusion.json │ │ │ │ ├── 15x15_glass.json │ │ │ │ ├── 15x15_ice.json │ │ │ │ ├── 15x15_ice_arc.json │ │ │ │ ├── 15x15_library.json │ │ │ │ ├── 15x15_purple.json │ │ │ │ ├── 15x15_smeltery.json │ │ │ │ ├── 15x15_snow.json │ │ │ │ ├── 15x15_soldiers.json │ │ │ │ ├── 15x15_spawner.json │ │ │ │ ├── 15x15_terracotta.json │ │ │ │ ├── 15x15_terracotta_podium.json │ │ │ │ ├── 15x15_throne.json │ │ │ │ ├── 15x15_throne2.json │ │ │ │ ├── 15x15_utilities.json │ │ │ │ ├── 7x7_arena.json │ │ │ │ ├── 7x7_conference.json │ │ │ │ ├── 7x7_couch.json │ │ │ │ ├── 7x7_crystals.json │ │ │ │ ├── 7x7_dead_bush.json │ │ │ │ ├── 7x7_dorm.json │ │ │ │ ├── 7x7_explosives.json │ │ │ │ ├── 7x7_flora.json │ │ │ │ ├── 7x7_flower.json │ │ │ │ ├── 7x7_fossil.json │ │ │ │ ├── 7x7_lamp.json │ │ │ │ ├── 7x7_library.json │ │ │ │ ├── 7x7_memoriam.json │ │ │ │ ├── 7x7_podium.json │ │ │ │ ├── 7x7_smeltery.json │ │ │ │ ├── 7x7_stalactites.json │ │ │ │ ├── 7x7_stock.json │ │ │ │ ├── 7x7_storage.json │ │ │ │ ├── 7x7_trapped.json │ │ │ │ ├── 7x7_wood.json │ │ │ │ ├── 9x9_brewing.json │ │ │ │ ├── 9x9_broken_cage.json │ │ │ │ ├── 9x9_cage.json │ │ │ │ ├── 9x9_conference.json │ │ │ │ ├── 9x9_crystal_trees.json │ │ │ │ ├── 9x9_flowers.json │ │ │ │ ├── 9x9_henge.json │ │ │ │ ├── 9x9_hex.json │ │ │ │ ├── 9x9_kitchen.json │ │ │ │ ├── 9x9_kitchen2.json │ │ │ │ ├── 9x9_lantern.json │ │ │ │ ├── 9x9_music.json │ │ │ │ ├── 9x9_rails.json │ │ │ │ ├── 9x9_redstone.json │ │ │ │ ├── 9x9_saplings.json │ │ │ │ ├── 9x9_smeltery.json │ │ │ │ ├── 9x9_spooky.json │ │ │ │ ├── 9x9_squid.json │ │ │ │ ├── 9x9_stairs.json │ │ │ │ ├── 9x9_water.json │ │ │ │ ├── all_11x11.json │ │ │ │ ├── all_15x15.json │ │ │ │ ├── all_7x7.json │ │ │ │ ├── all_9x9.json │ │ │ │ ├── all_decorator.json │ │ │ │ ├── all_terminator_flowers.json │ │ │ │ ├── corridor.json │ │ │ │ ├── corridor_initial.json │ │ │ │ ├── decorator_bed.json │ │ │ │ ├── decorator_bench.json │ │ │ │ ├── decorator_bookshelves.json │ │ │ │ ├── decorator_chest.json │ │ │ │ ├── decorator_coal.json │ │ │ │ ├── decorator_crystal.json │ │ │ │ ├── decorator_fences.json │ │ │ │ ├── decorator_flower.json │ │ │ │ ├── decorator_gold.json │ │ │ │ ├── decorator_ice.json │ │ │ │ ├── decorator_leaves.json │ │ │ │ ├── decorator_log_pillar.json │ │ │ │ ├── decorator_logs.json │ │ │ │ ├── decorator_slabs.json │ │ │ │ ├── decorator_snow.json │ │ │ │ ├── decorator_swords.json │ │ │ │ ├── decorator_throne.json │ │ │ │ ├── decorator_tnt.json │ │ │ │ ├── decorator_torch.json │ │ │ │ ├── decorator_walls.json │ │ │ │ ├── stairs_down_3x4.json │ │ │ │ ├── stairs_up_3x4.json │ │ │ │ ├── terminator_flowers_blue.json │ │ │ │ ├── terminator_flowers_red.json │ │ │ │ └── terminator_flowers_yellow.json │ │ │ ├── spawn │ │ │ ├── cold.json │ │ │ ├── snowy_top.json │ │ │ └── snowy_underground.json │ │ │ ├── template_11x11.json │ │ │ ├── template_15x15.json │ │ │ ├── template_7x7.json │ │ │ ├── template_9x9.json │ │ │ └── template_decorator.json │ │ ├── predicates │ │ ├── block │ │ │ ├── check_spawner_item │ │ │ │ ├── block │ │ │ │ │ ├── amethyst_block.json │ │ │ │ │ ├── amethyst_ore.json │ │ │ │ │ ├── vulcaanium_block.json │ │ │ │ │ └── vulcaanium_ore.json │ │ │ │ ├── kill_orbs.json │ │ │ │ └── tool │ │ │ │ │ ├── diamond_pickaxe.json │ │ │ │ │ ├── enchantment │ │ │ │ │ └── silk_touch.json │ │ │ │ │ ├── golden_pickaxe.json │ │ │ │ │ ├── iron_pickaxe.json │ │ │ │ │ ├── mining_level │ │ │ │ │ ├── 1.json │ │ │ │ │ ├── 2.json │ │ │ │ │ ├── 3.json │ │ │ │ │ └── 4.json │ │ │ │ │ ├── netherite_pickaxe.json │ │ │ │ │ ├── none.json │ │ │ │ │ ├── stone_pickaxe.json │ │ │ │ │ └── wooden_pickaxe.json │ │ │ └── tempite_stone │ │ │ │ └── extract_energy_item │ │ │ │ └── unstable_trigger.json │ │ ├── entity │ │ │ ├── assassin │ │ │ │ └── dodge_chance.json │ │ │ ├── blight │ │ │ │ └── attack │ │ │ │ │ └── random_chance.json │ │ │ ├── endermenace │ │ │ │ └── teleport │ │ │ │ │ └── random_chance.json │ │ │ ├── function │ │ │ │ ├── holding │ │ │ │ │ ├── bright_relic.json │ │ │ │ │ └── dark_relic.json │ │ │ │ ├── location_check │ │ │ │ │ └── dimension │ │ │ │ │ │ └── overworld.json │ │ │ │ ├── sound_event │ │ │ │ │ └── ambient │ │ │ │ │ │ └── random_chance.json │ │ │ │ └── spawning │ │ │ │ │ ├── random_chance.json │ │ │ │ │ └── random_chance_sub.json │ │ │ ├── mage │ │ │ │ └── attack │ │ │ │ │ └── random_chance.json │ │ │ └── ogre │ │ │ │ └── destroy_surroundings │ │ │ │ └── random_chance.json │ │ ├── item │ │ │ └── bright_relic │ │ │ │ └── reset_score.json │ │ └── world │ │ │ ├── biome │ │ │ ├── cave.json │ │ │ ├── deep_cave.json │ │ │ ├── desert.json │ │ │ └── plains.json │ │ │ ├── dimension │ │ │ └── overworld.json │ │ │ └── is_day.json │ │ ├── structures │ │ ├── amethyst_ore.nbt │ │ ├── deadlock_tower.nbt │ │ ├── large_wooden_snow_dungeon │ │ │ ├── 11x11_banners.nbt │ │ │ ├── 11x11_cafe.nbt │ │ │ ├── 11x11_cauldrons.nbt │ │ │ ├── 11x11_fell.nbt │ │ │ ├── 11x11_fountain.nbt │ │ │ ├── 11x11_glass_cage.nbt │ │ │ ├── 11x11_library.nbt │ │ │ ├── 11x11_memoriam.nbt │ │ │ ├── 11x11_nostalgia.nbt │ │ │ ├── 11x11_portioned.nbt │ │ │ ├── 11x11_pristine.nbt │ │ │ ├── 11x11_red.nbt │ │ │ ├── 11x11_rock.nbt │ │ │ ├── 11x11_skulls.nbt │ │ │ ├── 11x11_spider.nbt │ │ │ ├── 11x11_spin.nbt │ │ │ ├── 11x11_statue.nbt │ │ │ ├── 11x11_storage.nbt │ │ │ ├── 11x11_tempite.nbt │ │ │ ├── 15x14_crystals.nbt │ │ │ ├── 15x15_brewing.nbt │ │ │ ├── 15x15_camp.nbt │ │ │ ├── 15x15_checkerboard.nbt │ │ │ ├── 15x15_concrete.nbt │ │ │ ├── 15x15_confusion.nbt │ │ │ ├── 15x15_glass.nbt │ │ │ ├── 15x15_ice.nbt │ │ │ ├── 15x15_ice_arc.nbt │ │ │ ├── 15x15_library.nbt │ │ │ ├── 15x15_purple.nbt │ │ │ ├── 15x15_smeltery.nbt │ │ │ ├── 15x15_snow.nbt │ │ │ ├── 15x15_soldiers.nbt │ │ │ ├── 15x15_spawner.nbt │ │ │ ├── 15x15_terracotta.nbt │ │ │ ├── 15x15_terracotta_podium.nbt │ │ │ ├── 15x15_throne.nbt │ │ │ ├── 15x15_throne2.nbt │ │ │ ├── 15x15_utilities.nbt │ │ │ ├── 7x7_arena.nbt │ │ │ ├── 7x7_conference.nbt │ │ │ ├── 7x7_couch.nbt │ │ │ ├── 7x7_crystals.nbt │ │ │ ├── 7x7_dead_bush.nbt │ │ │ ├── 7x7_dorm.nbt │ │ │ ├── 7x7_explosives.nbt │ │ │ ├── 7x7_flora.nbt │ │ │ ├── 7x7_flower.nbt │ │ │ ├── 7x7_fossil.nbt │ │ │ ├── 7x7_lamp.nbt │ │ │ ├── 7x7_library.nbt │ │ │ ├── 7x7_memoriam.nbt │ │ │ ├── 7x7_podium.nbt │ │ │ ├── 7x7_smeltery.nbt │ │ │ ├── 7x7_stalactites.nbt │ │ │ ├── 7x7_stock.nbt │ │ │ ├── 7x7_storage.nbt │ │ │ ├── 7x7_trapped.nbt │ │ │ ├── 7x7_wood.nbt │ │ │ ├── 9x9_brewing.nbt │ │ │ ├── 9x9_broken_cage.nbt │ │ │ ├── 9x9_cage.nbt │ │ │ ├── 9x9_conference.nbt │ │ │ ├── 9x9_crystal_trees.nbt │ │ │ ├── 9x9_flowers.nbt │ │ │ ├── 9x9_henge.nbt │ │ │ ├── 9x9_hex.nbt │ │ │ ├── 9x9_kitchen.nbt │ │ │ ├── 9x9_kitchen2.nbt │ │ │ ├── 9x9_lantern.nbt │ │ │ ├── 9x9_music.nbt │ │ │ ├── 9x9_rails.nbt │ │ │ ├── 9x9_redstone.nbt │ │ │ ├── 9x9_saplings.nbt │ │ │ ├── 9x9_smeltery.nbt │ │ │ ├── 9x9_spooky.nbt │ │ │ ├── 9x9_squid.nbt │ │ │ ├── 9x9_stairs.nbt │ │ │ ├── 9x9_water.nbt │ │ │ ├── basement_root.nbt │ │ │ ├── corridor.nbt │ │ │ ├── corridor_fences.nbt │ │ │ ├── corridor_initial.nbt │ │ │ ├── corridor_leaves.nbt │ │ │ ├── corridor_snow.nbt │ │ │ ├── corridor_water.nbt │ │ │ ├── decorator_bed.nbt │ │ │ ├── decorator_bench.nbt │ │ │ ├── decorator_bookshelves.nbt │ │ │ ├── decorator_chest.nbt │ │ │ ├── decorator_coal.nbt │ │ │ ├── decorator_crystal.nbt │ │ │ ├── decorator_fences.nbt │ │ │ ├── decorator_flower.nbt │ │ │ ├── decorator_gold.nbt │ │ │ ├── decorator_ice.nbt │ │ │ ├── decorator_leaves.nbt │ │ │ ├── decorator_log_pillar.nbt │ │ │ ├── decorator_logs.nbt │ │ │ ├── decorator_slabs.nbt │ │ │ ├── decorator_snow.nbt │ │ │ ├── decorator_swords.nbt │ │ │ ├── decorator_throne.nbt │ │ │ ├── decorator_tnt.nbt │ │ │ ├── decorator_torch.nbt │ │ │ ├── decorator_walls.nbt │ │ │ ├── lookout.nbt │ │ │ ├── stairs_down_3x4.nbt │ │ │ ├── stairs_up_3x4.nbt │ │ │ ├── template_wrap_7x7.nbt │ │ │ ├── terminator_flowers_blue.nbt │ │ │ ├── terminator_flowers_red.nbt │ │ │ └── terminator_flowers_yellow.nbt │ │ ├── prismarine_stray_spawner.nbt │ │ ├── snow_blight.nbt │ │ ├── snow_columns.nbt │ │ ├── snow_fort.nbt │ │ ├── snow_glacier.nbt │ │ ├── snow_house.nbt │ │ ├── snow_igloo.nbt │ │ ├── snow_spikes.nbt │ │ ├── snowy_glass_lab.nbt │ │ ├── stray_dungeon.nbt │ │ ├── stray_tower.nbt │ │ └── vulcaanium_ore.nbt │ │ └── tags │ │ ├── blocks │ │ ├── air.json │ │ ├── allows_sunlight.json │ │ ├── block │ │ │ ├── alchemy_chamber │ │ │ │ └── convertible.json │ │ │ ├── breaker │ │ │ │ └── cannot_remove.json │ │ │ ├── growth_aura │ │ │ │ └── can_grow.json │ │ │ ├── gui │ │ │ │ └── verify_integrity.json │ │ │ ├── tempite_insulator │ │ │ │ └── cannot_remove.json │ │ │ ├── tempite_wire.json │ │ │ └── tempite_wire │ │ │ │ └── can_power.json │ │ ├── broken_anvil.json │ │ ├── command_block.json │ │ ├── entity │ │ │ └── ogre │ │ │ │ └── can_destroy.json │ │ ├── glass.json │ │ ├── glass_pane.json │ │ ├── indestructible.json │ │ ├── item │ │ │ └── staff │ │ │ │ └── extraction │ │ │ │ └── replace.json │ │ ├── passthrough.json │ │ ├── piston.json │ │ ├── plant.json │ │ ├── replace_on_creation.json │ │ ├── stained_glass.json │ │ ├── stained_glass_pane.json │ │ ├── structure_artifact.json │ │ ├── torch.json │ │ └── world │ │ │ ├── structure │ │ │ └── dungeon_safe.json │ │ │ └── top_spread.json │ │ ├── entity_types │ │ ├── block │ │ │ └── gui │ │ │ │ └── verify_integrity.json │ │ ├── entity │ │ │ ├── function │ │ │ │ └── spawning │ │ │ │ │ └── no_check.json │ │ │ └── mage │ │ │ │ └── ability │ │ │ │ └── menace.json │ │ ├── generic_mob_spawn.json │ │ ├── item │ │ │ └── staff │ │ │ │ ├── harvest │ │ │ │ └── regress.json │ │ │ │ └── refrigerant │ │ │ │ └── no_target.json │ │ ├── sprite.json │ │ └── undead.json │ │ └── items │ │ └── pickaxes.json ├── pack.mcmeta └── pack.png └── ttb_resources ├── assets ├── minecraft │ ├── models │ │ └── item │ │ │ ├── bow.json │ │ │ ├── carrot_on_a_stick.json │ │ │ ├── clock.json │ │ │ ├── ender_pearl.json │ │ │ ├── golden_sword.json │ │ │ ├── iron_sword.json │ │ │ ├── item_frame.json │ │ │ ├── leather_boots.json │ │ │ ├── spawner.json │ │ │ ├── spider_eye.json │ │ │ ├── stone_axe.json │ │ │ ├── white_stained_glass.json │ │ │ └── written_book.json │ ├── texts │ │ └── splashes.txt │ └── textures │ │ └── gui │ │ └── icons.png └── ttb │ ├── lang │ ├── en_us.json │ └── nl_nl.json │ ├── models │ ├── block │ │ ├── acronite_cage.json │ │ ├── alchemy_chamber.json │ │ ├── amethyst_block.json │ │ ├── amethyst_ore.json │ │ ├── amethyst_sunpad.json │ │ ├── amethyst_sunpad_powered.json │ │ ├── breaker.json │ │ ├── cube.json │ │ ├── cube_all.json │ │ ├── cube_all_side.json │ │ ├── cube_orientable.json │ │ ├── cube_spawner_all.json │ │ ├── eckspei_locker.json │ │ ├── eckspei_locker_five.json │ │ ├── eckspei_locker_four.json │ │ ├── eckspei_locker_one.json │ │ ├── eckspei_locker_three.json │ │ ├── eckspei_locker_two.json │ │ ├── growth_aura.json │ │ ├── ratch_putty.json │ │ ├── tempest_crafter.json │ │ ├── tempite_insulator.json │ │ ├── tempite_stone.json │ │ ├── tempite_stone_powered_ambient.json │ │ ├── tempite_stone_powered_full.json │ │ ├── tempite_wire.json │ │ ├── tempite_wire_glass.json │ │ ├── thin_block.json │ │ ├── vulcaanium_block.json │ │ └── vulcaanium_ore.json │ ├── empty.json │ ├── entity │ │ ├── blight.json │ │ ├── blight_hurt.json │ │ ├── blight_moving.json │ │ ├── blight_moving_hurt.json │ │ ├── bullant.json │ │ ├── bullant_hurt.json │ │ ├── bullant_moving.json │ │ ├── bullant_moving_hurt.json │ │ ├── mage.json │ │ ├── mage_hurt.json │ │ ├── ogre.json │ │ ├── ogre_hurt.json │ │ ├── ogre_moving.json │ │ ├── ogre_moving_hurt.json │ │ ├── ore_dweller.json │ │ ├── ore_dweller_hurt.json │ │ ├── ore_dweller_moving.json │ │ ├── ore_dweller_moving_hurt.json │ │ ├── pillar_explosion.json │ │ ├── pillar_explosion_ignited.json │ │ ├── ratch.json │ │ ├── ratch_hurt.json │ │ ├── sandskull.json │ │ └── template.json │ ├── gui │ │ ├── machine.json │ │ ├── tempest_crafter.json │ │ └── upper_section.json │ └── item │ │ ├── acronite_cage.json │ │ ├── alchemy_chamber.json │ │ ├── amethyst.json │ │ ├── amethyst_block.json │ │ ├── amethyst_crystal.json │ │ ├── amethyst_ore.json │ │ ├── amethyst_sunpad.json │ │ ├── ant_eye.json │ │ ├── blight_staff.json │ │ ├── breaker.json │ │ ├── bright_relic.json │ │ ├── captive_staff.json │ │ ├── dark_relic.json │ │ ├── deadlock_axe.json │ │ ├── deadlock_bow.json │ │ ├── deadlock_bow_pulling_0.json │ │ ├── deadlock_bow_pulling_1.json │ │ ├── deadlock_bow_pulling_2.json │ │ ├── deadlock_sniper_bow.json │ │ ├── deadlock_sniper_bow_pulling_0.json │ │ ├── deadlock_sniper_bow_pulling_1.json │ │ ├── deadlock_sniper_bow_pulling_2.json │ │ ├── deadlock_sword.json │ │ ├── eckspei_locker.json │ │ ├── eckspei_rod.json │ │ ├── eckspei_rod_full.json │ │ ├── enchanted_ender_pearl.json │ │ ├── ether_staff.json │ │ ├── extraction_staff.json │ │ ├── growth_aura.json │ │ ├── harvest_staff.json │ │ ├── infallible_staff.json │ │ ├── mage_staff.json │ │ ├── mysterious_book │ │ ├── leave_now.json │ │ ├── orders.json │ │ ├── what_was_she_trying_to_build.json │ │ └── where_am_i.json │ │ ├── mysterious_crystal.json │ │ ├── mysterious_dust.json │ │ ├── netherknight_staff.json │ │ ├── optimism.json │ │ ├── quick_boots.json │ │ ├── quick_bow.json │ │ ├── quick_bow_pulling_0.json │ │ ├── quick_bow_pulling_1.json │ │ ├── quick_bow_pulling_2.json │ │ ├── quick_sword.json │ │ ├── ratch_gel.json │ │ ├── ratch_putty.json │ │ ├── refrigerant_staff.json │ │ ├── relativity_staff.json │ │ ├── repulsion_staff.json │ │ ├── restoration_tome.json │ │ ├── saturation_staff.json │ │ ├── shatter_staff.json │ │ ├── skitter_staff.json │ │ ├── spirit_staff.json │ │ ├── tempest_crafter.json │ │ ├── tempite_gel.json │ │ ├── tempite_insulator.json │ │ ├── tempite_sludge.json │ │ ├── tempite_stone.json │ │ ├── template_staff.json │ │ ├── temporal_staff.json │ │ ├── vulcaanium.json │ │ ├── vulcaanium_block.json │ │ ├── vulcaanium_crystal.json │ │ └── vulcaanium_ore.json │ └── textures │ ├── block │ ├── acronite_cage_back.png │ ├── acronite_cage_front.png │ ├── acronite_cage_side.png │ ├── acronite_cage_side.png.mcmeta │ ├── acronite_cage_vertical.png │ ├── alchemy_chamber_back.png │ ├── alchemy_chamber_front.png │ ├── alchemy_chamber_front.png.mcmeta │ ├── alchemy_chamber_side.png │ ├── alchemy_chamber_vertical.png │ ├── amethyst_block.png │ ├── amethyst_ore.png │ ├── amethyst_sunpad_bottom.png │ ├── amethyst_sunpad_side.png │ ├── amethyst_sunpad_side_powered.png │ ├── amethyst_sunpad_top.png │ ├── amethyst_sunpad_top_powered.png │ ├── breaker_back.png │ ├── breaker_front.png │ ├── breaker_front.png.mcmeta │ ├── breaker_side.png │ ├── breaker_side.png.mcmeta │ ├── breaker_vertical.png │ ├── eckspei_locker_back.png │ ├── eckspei_locker_front.png │ ├── eckspei_locker_front_five.png │ ├── eckspei_locker_front_five.png.mcmeta │ ├── eckspei_locker_front_four.png │ ├── eckspei_locker_front_four.png.mcmeta │ ├── eckspei_locker_front_one.png │ ├── eckspei_locker_front_one.png.mcmeta │ ├── eckspei_locker_front_three.png │ ├── eckspei_locker_front_three.png.mcmeta │ ├── eckspei_locker_front_two.png │ ├── eckspei_locker_front_two.png.mcmeta │ ├── eckspei_locker_side.png │ ├── eckspei_locker_vertical.png │ ├── growth_aura_back.png │ ├── growth_aura_front.png │ ├── growth_aura_side.png │ ├── growth_aura_vertical.png │ ├── ratch_putty.png │ ├── tempest_crafter_side.png │ ├── tempest_crafter_top.png │ ├── tempite_stone.png │ ├── tempite_stone_powered_ambient.png │ ├── tempite_stone_powered_ambient.png.mcmeta │ ├── tempite_stone_powered_full.png │ ├── tempite_stone_powered_full.png.mcmeta │ ├── tempite_wire.png │ ├── tempite_wire.png.mcmeta │ ├── tempite_wire_glass.png │ ├── tempite_wire_glass.png.mcmeta │ ├── vulcaanium_block.png │ └── vulcaanium_ore.png │ ├── entity │ ├── blight.png │ ├── blight_hurt.png │ ├── blight_moving.png │ ├── bullant.png │ ├── bullant_hurt.png │ ├── bullant_moving.png │ ├── bullant_moving.png.mcmeta │ ├── bullant_moving_hurt.png │ ├── bullant_moving_hurt.png.mcmeta │ ├── mage.png │ ├── mage_hurt.png │ ├── ogre.png │ ├── ogre_hurt.png │ ├── ore_dweller.png │ ├── ore_dweller_hurt.png │ ├── ore_dweller_moving.png │ ├── ore_dweller_moving.png.mcmeta │ ├── ore_dweller_moving_hurt.png │ ├── ore_dweller_moving_hurt.png.mcmeta │ ├── pillar_explosion.png │ ├── pillar_explosion_ignited.png │ ├── pillar_explosion_ignited.png.mcmeta │ ├── ratch.png │ ├── ratch.png.mcmeta │ ├── ratch_hurt.png │ ├── ratch_hurt.png.mcmeta │ ├── sandskull.png │ └── sandskull_cloak.png │ ├── gui │ ├── machine.png │ └── tempest_crafter.png │ └── item │ ├── amethyst.png │ ├── amethyst_crystal.png │ ├── ant_eye.png │ ├── blight_staff.png │ ├── bright_relic.png │ ├── captive_staff.png │ ├── dark_relic.png │ ├── deadlock_axe.png │ ├── deadlock_bow.png │ ├── deadlock_bow_pulling_0.png │ ├── deadlock_bow_pulling_1.png │ ├── deadlock_bow_pulling_2.png │ ├── deadlock_sword.png │ ├── eckspei_rod.png │ ├── eckspei_rod_full.png │ ├── eckspei_rod_full.png.mcmeta │ ├── enchanted_ender_pearl.png │ ├── ether_staff.png │ ├── extraction_staff.png │ ├── extraction_staff_effect.png │ ├── extraction_staff_effect.png.mcmeta │ ├── mysterious_crystal.png │ ├── mysterious_dust.png │ ├── netherknight_staff.png │ ├── optimism.png │ ├── quick_boots_overlay.png │ ├── quick_bow.png │ ├── quick_bow_pulling_0.png │ ├── quick_bow_pulling_1.png │ ├── quick_bow_pulling_2.png │ ├── quick_sword.png │ ├── ratch_gel.png │ ├── relativity_staff.png │ ├── repulsion_staff.png │ ├── repulsion_staff_repulse.png │ ├── repulsion_staff_repulse.png.mcmeta │ ├── restoration_tome.png │ ├── restoration_tome.png.mcmeta │ ├── tempite_gel.png │ ├── tempite_gel.png.mcmeta │ ├── tempite_sludge.png │ ├── vulcaanium.png │ └── vulcaanium_crystal.png ├── pack.mcmeta └── pack.png /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | patreon: thetempestsbox 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # OS generated files # 2 | ###################### 3 | .DS_Store 4 | .DS_Store? 5 | ._* 6 | .Spotlight-V100 7 | .Trashes 8 | ehthumbs.db 9 | Thumbs.db 10 | datapacks/datapacks - Shortcut.lnk 11 | -------------------------------------------------------------------------------- /ttb_data/data/minecraft/tags/functions/load.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "ttb:load" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /ttb_data/data/minecraft/tags/functions/tick.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "ttb:tick" 4 | ] 5 | } 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/advancements/entity/player/hurt_entity.json: -------------------------------------------------------------------------------- 1 | { 2 | "criteria": { 3 | "player_hurt_entity": { 4 | "trigger": "minecraft:player_hurt_entity" 5 | } 6 | }, 7 | "rewards": { 8 | "function": "ttb:entity/player/hurt_entity" 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/acronite_cage/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/acronite_cage 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/acronite_cage/potion_tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | scoreboard players add @s ttb_age 1 4 | execute if score @s ttb_age matches 10.. run particle effect ~ ~ ~ 0 0 0 1 1 force @a 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/alchemy_chamber/check_block.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/alchemy_chamber/triggered 2 | 3 | particle totem_of_undying ~ ~-.5 ~ .25 0 .25 .1 50 normal @a 4 | execute if block ~ ~ ~ #ttb:block/alchemy_chamber/convertible run function ttb:block/alchemy_chamber/convert_block 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/alchemy_chamber/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/alchemy_chamber 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/amethyst_block/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/amethyst_block 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/amethyst_block/drop.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/check_spawner_item 2 | 3 | execute as @e[type=armor_stand,tag=ttb_spawner_drop,distance=...1,limit=1] run loot spawn ~ ~ ~ fish ttb:blocks/amethyst_block ~ ~ ~ mainhand 4 | 5 | particle block purple_concrete ~ ~ ~ .25 .25 .25 0 64 normal @a 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/amethyst_sunpad/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/amethyst_sunpad 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/amethyst_sunpad/insert_loot.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/amethyst_sunpad/clock2s 2 | 3 | data modify entity @s ArmorItems[3].tag.CustomModelData set value 6830013 4 | loot insert ~ ~-1 ~ loot ttb:blocks/function/amethyst_sunpad 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/amethyst_sunpad/update_to_new_base.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/amethyst_sunpad/tick 2 | 3 | setblock ~ ~ ~ pink_terracotta 4 | function ttb:block/gui/clear_gui_items 5 | 6 | tag @s add ttb_amethyst_sunpad_updated_to_new_base 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/breaker/break_block.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/breaker/triggered 2 | 3 | setblock ~ ~ ~ air destroy 4 | particle flame ~ ~ ~ 0 0 0.25 0.025 10 normal @a 5 | 6 | execute align xyz as @e[type=item,dx=0] at @s run function ttb:block/breaker/hit_item 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/breaker/cost/reverse/modify_tempite.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/breaker/cost/reverse/all 2 | 3 | scoreboard players operation @s ttb_tempite_amnt += $cost_breaker ttb_tempite_amnt 4 | scoreboard players operation @s ttb_tempite_amnt += @s ttb_ascended 5 | scoreboard players operation @s ttb_tempite_amnt -= @s ttb_reduced 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/breaker/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/breaker 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/breaker/hit_item.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/breaker/break_block 2 | 3 | particle smoke ~ ~ ~ 0 0 0 0 10 normal @a 4 | data modify entity @s Fire set value 100s 5 | 6 | execute if entity @s[nbt={Item:{tag:{ttb:{item:'ratch_gel'}}}}] run function ttb:item/ratch_putty/craft 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/eckspei_locker/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/eckspei_locker/triggered 2 | 3 | playsound entity.enderman.teleport block @a[distance=..16] ~ ~ ~ 1 1 1 4 | playsound entity.enderman.teleport block @a[distance=..16] ~ ~ ~ 1 2 1 5 | 6 | playsound block.bell.resonate block @a[distance=..16] ~ ~ ~ 1 1 1 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/eckspei_locker/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/eckspei_locker 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/eckspei_locker/output_experience/finished.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/eckspei_locker/output_experience/... 2 | 3 | playsound block.brewing_stand.brew block @a[distance=..16] ~ ~ ~ 1 1.3 1 4 | playsound block.end_portal_frame.fill block @a[distance=..16] ~ ~ ~ 1 2 1 5 | 6 | particle dust 1 1 1 1 ~ ~ ~ .5 .5 .5 .2 30 normal @a 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/growth_aura/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/growth_aura 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/mysterious.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/cost_check 2 | 3 | particle dust 0.6 1 1 1 ~ ~ ~ .25 .25 .25 0 100 normal @a 4 | tag @s add ttb_machine_mysterious 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_down.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~ ~1 ~ 4 | clone ~ ~ ~ ~ ~1 ~ ~ ~1 ~ replace move 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_east.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~-1 ~ ~ 4 | clone ~ ~ ~ ~ ~ ~ ~-1 ~ ~ replace move 5 | execute positioned ~ ~1 ~ if block ~-1 ~ ~ #ttb:replace_on_creation run clone ~ ~ ~ ~ ~ ~ ~-1 ~ ~ replace move 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_north.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~ ~ ~1 4 | clone ~ ~ ~ ~ ~ ~ ~ ~ ~1 replace move 5 | execute positioned ~ ~1 ~ if block ~ ~ ~1 #ttb:replace_on_creation run clone ~ ~ ~ ~ ~ ~ ~ ~ ~1 replace move 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_south.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~ ~ ~-1 4 | clone ~ ~ ~ ~ ~ ~ ~ ~ ~-1 replace move 5 | execute positioned ~ ~1 ~ if block ~ ~ ~-1 #ttb:replace_on_creation run clone ~ ~ ~ ~ ~ ~ ~ ~ ~-1 replace move 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_up.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~ ~-1 ~ 4 | clone ~ ~ ~ ~ ~1 ~ ~ ~-1 ~ replace move 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/observer_movement/move_west.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/machine/observer_movement/check_direction 2 | 3 | tp @s ~1 ~ ~ 4 | clone ~ ~ ~ ~ ~ ~ ~1 ~ ~ replace move 5 | execute positioned ~ ~1 ~ if block ~1 ~ ~ #ttb:replace_on_creation run clone ~ ~ ~ ~ ~ ~ ~1 ~ ~ replace move 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/machine/triggered.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/[machine]/triggered 2 | 3 | execute if block ~ ~1 ~ observer unless block ~ ~2 ~ quartz_block run function ttb:block/machine/observer_movement/check_direction 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/ratch_putty/remove.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/ratch_putty/tick 2 | 3 | # reimburse item 4 | loot spawn ~ ~ ~ loot ttb:blocks/ratch_putty 5 | data merge entity @e[type=item,distance=0,limit=1] {Invulnerable:1b} 6 | 7 | # removal 8 | kill @s[type=!player] 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempest_crafter/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/armor_stand/clock16t 2 | 3 | # recipes 4 | execute unless data block ~ ~ ~ Items[{Slot:16b}] run function ttb:block/tempest_crafter/recipe_validity_check 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempest_crafter/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/tempest_crafter 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempest_crafter/recreate.mcfunction: -------------------------------------------------------------------------------- 1 | setblock ~ ~ ~ air 2 | function ttb:block/tempest_crafter/create 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_insulator/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/tempite_insulator 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_insulator/remove.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempite_insulator/tick 2 | 3 | # reimburse item 4 | loot spawn ~ ~ ~ loot ttb:blocks/tempite_insulator 5 | data merge entity @e[type=item,distance=0,limit=1] {Invulnerable:1b} 6 | 7 | # removal 8 | kill @s[type=!player] 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_insulator/tempite_stone/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | playsound entity.tnt.primed block @a[distance=..16] ~ ~ ~ 1 1.5 1 2 | 3 | particle block cyan_terracotta ~ ~ ~ .25 .25 .25 0 32 normal @a 4 | particle dust 0.0862 0.8509 0.8117 1 ~ ~ ~ .25 .25 .25 0 100 normal @a 5 | particle explosion ~ ~ ~ 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_stone/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/tempite_stone 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_wire/insulated.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempite_wire/power_adjacent 2 | 3 | particle smoke ~ ~ ~ .25 .25 .25 0 200 normal @a 4 | playsound block.redstone_torch.burnout block @a[distance=..16] ~ ~ ~ .5 2 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/tempite_wire/tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/armor_stand/tick 2 | 3 | # checking adjacent 4 | execute if entity @s[tag=!ttb_tempite_wire_checked] run function ttb:block/tempite_wire/check_adjacent 5 | 6 | scoreboard players add @s ttb_tempite_tick 1 7 | execute if score @s ttb_tempite_tick matches 3.. run kill @s 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/vulcaanium_block/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/vulcaanium_block 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 1 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/block/vulcaanium_block/drop.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/check_spawner_item 2 | 3 | execute as @e[type=armor_stand,tag=ttb_spawner_drop,distance=...1,limit=1] run loot spawn ~ ~ ~ fish ttb:blocks/vulcaanium_block ~ ~ ~ mainhand 4 | 5 | particle block green_concrete ~ ~ ~ .25 .25 .25 0 64 normal @a 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # clock that runs 16/s 2 | 3 | execute as @a at @s run function ttb:entity/player/clock16t 4 | execute as @e at @s run function ttb:entity/clock16t 5 | 6 | # reschedule 7 | schedule function ttb:clock16t 16t replace 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/clock2s.mcfunction: -------------------------------------------------------------------------------- 1 | # clock that runs every 2s 2 | 3 | # entity clock 4 | execute as @e at @s run function ttb:entity/clock2s 5 | 6 | # reschedule 7 | schedule function ttb:clock2s 2s replace 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/armor_stand/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/clock16t 2 | 3 | data modify entity @s[tag=ttb_fire_stand] Fire set value 17s 4 | 5 | execute if entity @s[tag=ttb_tempest_crafter] run function ttb:block/tempest_crafter/clock16t 6 | execute if entity @s[tag=ttb_eckspei_locker] run function ttb:block/eckspei_locker/clock16t 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/armor_stand/clock2s.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/clock2s 2 | 3 | execute if entity @s[tag=ttb_amethyst_sunpad] run function ttb:block/amethyst_sunpad/clock2s 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/bat/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/clock16t 2 | 3 | execute if entity @s[tag=ttb_cave_in] run function ttb:entity/cave_in/clock16t 4 | execute if entity @s[tag=ttb_void_gas] run function ttb:entity/void_gas/clock16t 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/blight/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.drowned.ambient hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.drowned.ambient hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/blight/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound entity.drowned.hurt hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.drowned.hurt hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/bullant/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound block.stone.break hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/cave_in/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/clock16t 2 | 3 | execute if entity @a[gamemode=!creative,gamemode=!spectator,distance=..7,limit=1] run function ttb:event/cave_in 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/cave_in/summon.mcfunction: -------------------------------------------------------------------------------- 1 | summon bat ~ ~ ~ {Tags:["ttb_entity","ttb_event","ttb_cave_in"],ActiveEffects:[{Id:14b,Duration:999999,ShowParticles:0b,Amplifier:0}],CustomName:'"ttb_cave_in"'} 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.stray.ambient hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.stray.ambient hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound entity.stray.hurt hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.stray.hurt hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/axe/init.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/deadlock/variant/axe/summon 2 | 3 | loot replace entity @s weapon.mainhand loot ttb:items/deadlock_axe 4 | data modify entity @s DeathLootTable set value "ttb:entities/deadlock/variant/axe" 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/axe/summon.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/deadlock/summon 2 | execute align xyz as @e[type=stray,tag=ttb_deadlock,tag=ttb_entity_init,dx=0,limit=1] run function ttb:entity/deadlock/variant/axe/init 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/bow/init.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/deadlock/variant/bow/summon 2 | 3 | loot replace entity @s weapon.mainhand loot ttb:items/deadlock_bow 4 | data modify entity @s DeathLootTable set value "ttb:entities/deadlock/variant/bow" 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/bow/summon.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/deadlock/summon 2 | execute align xyz as @e[type=stray,tag=ttb_deadlock,tag=ttb_entity_init,dx=0,limit=1] run function ttb:entity/deadlock/variant/bow/init 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/sniper/summon.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/deadlock/summon 2 | execute align xyz as @e[type=stray,tag=ttb_deadlock,tag=ttb_entity_init,dx=0,limit=1] run function ttb:entity/deadlock/variant/sniper/init 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/sword/init.mcfunction: -------------------------------------------------------------------------------- 1 | 2 | # called by entity/deadlock/variant/sword/summon 3 | 4 | loot replace entity @s weapon.mainhand loot ttb:items/deadlock_sword 5 | loot replace entity @s weapon.offhand loot ttb:items/deadlock_shield 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/deadlock/variant/sword/summon.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/deadlock/summon 2 | execute align xyz as @e[type=stray,tag=ttb_deadlock,tag=ttb_entity_init,dx=0,limit=1] run function ttb:entity/deadlock/variant/sword/init 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ender_pearl/tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | execute if data entity @s[tag=!ttb_enchanted_ender_pearl] Item.tag{ttb:{item:'enchanted_ender_pearl'}} run tag @s add ttb_enchanted_ender_pearl 4 | execute if entity @s[tag=ttb_enchanted_ender_pearl] run function ttb:entity/enchanted_ender_pearl/tick 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/endermenace/clock2s.mcfunction: -------------------------------------------------------------------------------- 1 | # called by clock2s 2 | 3 | execute if predicate ttb:entity/endermenace/teleport/random_chance as @a[distance=..5,gamemode=!creative,gamemode=!spectator] run function ttb:entity/endermenace/teleport 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/endermenace/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.enderman.ambient neutral @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.enderman.ambient neutral @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/endermenace/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound entity.enderman.hurt neutral @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.enderman.hurt neutral @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/endermenace/summon.mcfunction: -------------------------------------------------------------------------------- 1 | summon enderman ~ ~ ~ {CustomName:'{"translate":"entity.ttb.endermenace"}',Tags:["ttb_entity","ttb_mob","ttb_endermenace","ttb_sound"],Attributes:[{Name:"generic.max_health",Base:80d},{Name:"generic.knockback_resistance",Base:0.9d}],Silent:1b,Health:80.0f,DeathLootTable:"ttb:entities/endermenace"} 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/sound_event/check.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | # hurt 4 | execute if entity @s[nbt={HurtTime:9s}] run function ttb:entity/function/sound_event/play_hurt 5 | 6 | # ambient 7 | execute if predicate ttb:entity/function/sound_event/ambient/random_chance run function ttb:entity/function/sound_event/play_ambient 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawner/deadlock/variant/axe.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/function/spawner/deadlock 2 | data modify block ~ ~ ~ SpawnData.HandItems[0] set value {id:"stone_axe",Count:1b,tag:{Enchantments:[{}]}} 3 | 4 | function ttb:entity/function/structure/post_summon 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawner/deadlock/variant/bow.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/function/spawner/deadlock 2 | data modify block ~ ~ ~ SpawnData.HandItems[0] set value {id:"bow",Count:1b} 3 | 4 | function ttb:entity/function/structure/post_summon 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawner/stray.mcfunction: -------------------------------------------------------------------------------- 1 | setblock ~ ~ ~ spawner{SpawnData:{id:"stray"}} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/biome/desert.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/spawning/replace_entity 2 | 3 | execute if entity @s[type=skeleton] run function ttb:entity/function/spawning/entity/sandskull 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/assassin.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/assassin/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/bullant.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/bullant/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/cave_in.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/cave_in/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/endermenace.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/endermenace/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/ogre.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/ogre/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/ore_dweller.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/ore_dweller/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/ratch.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/ratch/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/sandskull.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/sandskull/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/entity/void_gas.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/void_gas/summon 2 | tag @s add ttb_spawning_success 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/global/enderman.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/spawning/replace_entity 2 | 3 | execute if predicate ttb:entity/function/spawning/random_chance_sub run function ttb:entity/function/spawning/entity/endermenace 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/spawning/global/zombie.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/spawning/replace_entity 2 | 3 | execute unless predicate ttb:world/biome/cave unless predicate ttb:world/biome/deep_cave unless block ~ ~ ~ cave_air if predicate ttb:entity/function/spawning/random_chance run function ttb:entity/function/spawning/entity/ogre 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/store_health.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | execute store result score @s ttb_health run data get entity @s Health 4 | execute store result score @s ttb_health_max run data get entity @s Attributes[{Name:"minecraft:generic.max_health"}].Base 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/blight.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/blight/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/blue_soldier_create.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon armor_stand ~ ~ ~ {Tags:["ttb_entity","ttb_blue_soldier"]} 2 | execute align xyz as @e[type=armor_stand,tag=ttb_blue_soldier,dx=0] at @s run function ttb:entity/function/structure/blue_soldier_set 3 | setblock ~ ~ ~ air 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/creeper.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon creeper ~ ~ ~ {Tags:["ttb_no_check","ttb_entity_init"]} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/deadlock.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/deadlock/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/deadlock/variant/axe.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/deadlock/variant/axe/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/deadlock/variant/bow.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/deadlock/variant/bow/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/deadlock/variant/sniper.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/deadlock/variant/sniper/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/deadlock/variant/sword.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/deadlock/variant/sword/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/item_frame/item/blaze_powder.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/function/structure/item_frame 2 | execute align xyz run data modify entity @e[type=item_frame,tag=ttb_entity_init,dx=0,limit=1] Item set value {id:"minecraft:blaze_powder",Count:1b} 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/item_frame/item/diamond.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:entity/function/structure/item_frame 2 | execute align xyz run data modify entity @e[type=item_frame,tag=ttb_entity_init,dx=0,limit=1] Item set value {id:"minecraft:diamond",Count:1b} 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/mage.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run function ttb:entity/mage/summon 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/polar_bear.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon polar_bear ~ ~ ~ {Tags:["ttb_no_check","ttb_entity_init"]} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/stray.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon stray ~ ~ ~ {Tags:["ttb_no_check","ttb_entity_init"],HandItems:[{id:"minecraft:bow",Count:1b},{}]} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/tnt_minecart.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon tnt_minecart ~ ~ ~ {Tags:["ttb_no_check","ttb_entity_init"]} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/function/structure/villager.mcfunction: -------------------------------------------------------------------------------- 1 | execute align y run summon villager ~ ~ ~ {Tags:["ttb_no_check","ttb_entity_init"]} 2 | function ttb:entity/function/structure/post_summon 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/item/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by clock16t 2 | 3 | # tempest crafter in-world crafting 4 | execute if block ~ ~-1 ~ gold_block if entity @s[nbt={OnGround:1b,Item:{Count:2b,id:"minecraft:crying_obsidian"}}] align xyz run function ttb:block/tempest_crafter/craft_block_check 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/item_frame/clock2s.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/clock2s 2 | 3 | execute if entity @s[tag=ttb_tempite_insulator] positioned ^ ^ ^-1 align xyz positioned ~.5 ~.5 ~.5 unless block ~ ~ ~ #ttb:block/tempite_wire run function ttb:block/tempite_insulator/clock2s 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/item_frame/tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | execute if entity @s[tag=ttb_tempite_insulator] run function ttb:block/tempite_insulator/tick 4 | execute if entity @s[tag=ttb_ratch_putty] run function ttb:block/ratch_putty/tick 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/ability/fire.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/mage/attack/check_random 2 | 3 | particle lava ~ ~ ~ 1.5 1 1.5 1 70 normal @a 4 | fill ~-2 ~ ~-2 ~2 ~ ~2 fire keep 5 | fill ~-1 ~ ~-1 ~1 ~ ~1 air replace #fire 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/attack/player_close.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/mage/attack_check 2 | 3 | loot spawn ~ ~ ~ loot ttb:entities/function/mage/attack/player_close 4 | tag @s add ttb_mage_attack_check_passed 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/attack/player_mid.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/mage/attack_check 2 | 3 | loot spawn ~ ~ ~ loot ttb:entities/function/mage/attack/player_mid 4 | tag @s add ttb_mage_attack_check_passed 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/attack/player_present.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/mage/attack_check 2 | 3 | loot spawn ~ ~ ~ loot ttb:entities/function/mage/attack/player_present 4 | tag @s add ttb_mage_attack_check_passed 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/pillar/variant/explosion/summon.mcfunction: -------------------------------------------------------------------------------- 1 | summon armor_stand ~ ~ ~ {Tags:["ttb_entity","ttb_pillar","ttb_pillar_explosion"],CustomName:'"ttb_pillar_explosion"',Invisible:1b,Invulnerable:1b,ArmorItems:[{},{},{},{id:"white_stained_glass",Count:1b,tag:{CustomModelData:6830018}}]} 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.witch.ambient hostile @a[distance=..16] ~ ~ ~ 1 0.3 1 4 | playsound entity.witch.ambient hostile @a[distance=..16] ~ ~ ~ 1 0.7 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/mage/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound entity.witch.hurt hostile @a[distance=..16] ~ ~ ~ 1 0.3 1 4 | playsound entity.witch.drink hostile @a[distance=..16] ~ ~ ~ 1 0.3 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ogre/pound.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/ogre/tick 2 | 3 | function ttb:entity/ogre/destroy_surroundings 4 | tag @s remove ttb_ogre_was_on_ground 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ogre/tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | execute if score ogresDestroyBlocks ttb_gamerules matches 1 if entity @s[tag=ttb_ogre_was_on_ground,nbt={OnGround:1b}] run function ttb:entity/ogre/pound 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ore_dweller/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.silverfish.ambient hostile @a[distance=..16] ~ ~ ~ 1 1.5 1 4 | playsound entity.silverfish.ambient hostile @a[distance=..16] ~ ~ ~ 1 2 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ore_dweller/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound block.stone.break hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound block.stone.break hostile @a[distance=..16] ~ ~ ~ 1 1 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/player/clock2t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by clock2t 2 | 3 | # world generation 4 | execute if entity @s[tag=!ttb_world_gen_disabled] run function ttb:world/generation/player 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ratch/hurt_player.mcfunction: -------------------------------------------------------------------------------- 1 | # called by advancement entity/ratch/hurt_player 2 | 3 | effect give @s poison 3 1 4 | 5 | advancement revoke @s only ttb:entity/ratch/hurt_player 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ratch/sound_event/ambient.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_ambient 2 | 3 | playsound entity.bee.hurt hostile @a[distance=..16] ~ ~ ~ 1 0.5 1 4 | playsound entity.bee.hurt hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/ratch/sound_event/hurt.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/function/sound_event/play_hurt 2 | 3 | playsound entity.bee.hurt hostile @a[distance=..16] ~ ~ ~ 1 2 1 4 | playsound entity.bee.hurt hostile @a[distance=..16] ~ ~ ~ 1 0 1 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/void_gas/clock16t.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/bat/clock16t 2 | 3 | execute unless entity @s[nbt={Fire:-1s}] align xyz positioned ~.5 ~ ~.5 run function ttb:entity/void_gas/explode 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/entity/zombie/tick.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/tick 2 | 3 | execute if entity @s[tag=ttb_mage] run function ttb:entity/mage/tick 4 | execute if entity @s[tag=ttb_ogre] run function ttb:entity/ogre/tick 5 | execute if entity @s[tag=ttb_blight] run function ttb:entity/blight/tick 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/event/cave_in.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/cave_in/clock16t 2 | 3 | execute positioned ~ ~3 ~ run fill ~-5 ~ ~-5 ~5 ~3 ~5 gravel keep 4 | tag @s add ttb_remove 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/amethyst/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/amethyst 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 9 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/amethyst_crystal/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/amethyst_crystal 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/bright_relic/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/bright_relic 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/dark_relic/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/dark_relic 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/eckspei_rod/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/eckspei_rod 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/mysterious_crystal/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/mysterious_crystal 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/blight/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/blight/audiovisuals 4 | 5 | # effects 6 | effect give @s weakness 10 2 7 | effect give @s slowness 10 255 8 | effect give @s jump_boost 10 250 true 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/captive/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/captive/use_... 2 | 3 | playsound entity.zombie.attack_iron_door voice @a[distance=..16] ~ ~ ~ 2 0.5 1 4 | particle block cobblestone ~ ~ ~ .25 1 .25 .01 50 normal @a 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/captive/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | # audiovisuals 4 | function ttb:item/staff/captive/audiovisuals 5 | 6 | # functionality 7 | function ttb:item/staff/captive/create_box 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/captive/use_right.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_right 2 | 3 | # audiovisuals 4 | function ttb:item/staff/captive/audiovisuals 5 | 6 | # functionality 7 | function ttb:item/staff/captive/create_box 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/ether/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/ether/use_right 4 | spectate @e[type=!player,type=!#ttb:sprite,tag=ttb_hit_entity,limit=1] @s 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/harvest/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/blight/use_... 2 | 3 | playsound entity.zombie_horse.hurt player @a[distance=..16] ~ ~ ~ 50 0.5 1 4 | particle block magma_block ~ ~ ~ .5 .5 .5 .01 500 normal @a 5 | particle flame ~ ~ ~ .5 .5 .5 1 500 normal @a 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/harvest/regress/set_item_data.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/harvest/regress/get_entity 2 | 3 | data modify entity @s Item merge from storage ttb:temp item.regressed_spawn_egg 4 | 5 | kill @s[nbt={Item:{id:"minecraft:white_stained_glass"}}] 6 | data remove entity @s Item.tag.CustomModelData 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/harvest/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/harvest/audiovisuals 4 | 5 | # regress 6 | # summon creeper ~ ~ ~ {Fuse:0,ExplosionRadius:1b} 7 | function ttb:item/staff/harvest/regress/get_entity 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/mage/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/mage/use_... 2 | 3 | playsound entity.guardian.death player @a[distance=..16] ~ ~ ~ 2 0.5 1 4 | playsound entity.guardian.death player @a[distance=..16] ~ ~ ~ 2 0.7 1 5 | playsound entity.guardian.hurt player @a[distance=..16] ~ ~ ~ 2 0.5 1 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/netherknight/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/netherknight/use_... 2 | 3 | particle angry_villager ~ ~ ~ 1 1 1 0 50 normal @a 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/netherknight/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/netherknight/audiovisuals 4 | 5 | # strike 6 | summon lightning_bolt 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/netherknight/use_right.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_right 2 | 3 | function ttb:item/staff/netherknight/audiovisuals 4 | 5 | # strike 6 | effect give @s resistance 1 255 7 | execute at @e[type=!player,type=!#ttb:sprite,distance=..6,sort=random,limit=3] run summon lightning_bolt 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/repulsion/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/repulsion/use_... 2 | 3 | playsound entity.wither.shoot player @a[distance=..16] ~ ~ ~ 2 .5 .5 4 | particle totem_of_undying ~ ~ ~ 1 1 1 .1 500 normal @a 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/repulsion/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/repulsion/audiovisuals 4 | 5 | # launch 6 | effect give @s[type=!#ttb:undead] instant_damage 1 0 7 | effect give @s[type=#ttb:undead] instant_health 1 0 8 | effect give @s levitation 1 15 true 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/shatter/audiovisuals.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/shatter/use_... 2 | 3 | playsound entity.generic.extinguish_fire player @a[distance=..16] ~ ~ ~ 2 .5 1 4 | particle cloud ~ ~ ~ 1 1 1 .1 250 force 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/shatter/hit_block.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/shatter/raycast_loop 2 | 3 | tag @s add ttb_shatter_staff_hit_block 4 | function ttb:item/staff/shatter/entity_effects 5 | 6 | kill @s 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/shatter/hit_entity.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/shatter/raycast_loop 2 | 3 | execute as @e[type=!player,type=!#ttb:sprite,type=!ender_dragon,dx=0,sort=nearest,limit=1] at @s run function ttb:item/staff/shatter/entity_effects 4 | kill @s 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/shatter/use_left.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_left 2 | 3 | function ttb:item/staff/shatter/audiovisuals 4 | function ttb:item/staff/shatter/entity_effects 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/staff/shatter/use_right.mcfunction: -------------------------------------------------------------------------------- 1 | # called by item/staff/use_right 2 | 3 | function ttb:item/staff/shatter/audiovisuals 4 | execute anchored eyes positioned ^ ^ ^ run function ttb:item/staff/shatter/raycast 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/vulcaanium/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/vulcaanium 4 | data modify block ~ ~ ~ Items[{Slot:16b}].tag.ttb.crafting.multiplier set value 9 5 | function ttb:block/tempest_crafter/gui/remove_items 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/item/vulcaanium_crystal/craft.mcfunction: -------------------------------------------------------------------------------- 1 | # called by block/tempest_crafter/recipe_check 2 | 3 | loot replace block ~ ~ ~ container.16 loot ttb:items/vulcaanium_crystal 4 | function ttb:block/tempest_crafter/gui/subtract_items 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/find_closest_y.mcfunction: -------------------------------------------------------------------------------- 1 | execute unless block ~ ~ ~ #ttb:passthrough run function ttb:util/find_closest_y_loop 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/find_closest_y_loop.mcfunction: -------------------------------------------------------------------------------- 1 | # called by util/find_closest_y 2 | 3 | tp @s ~ ~1 ~ 4 | execute at @s unless block ~ ~ ~ #ttb:passthrough run function ttb:util/find_closest_y_loop 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/generate_loot_table_seed.mcfunction: -------------------------------------------------------------------------------- 1 | summon area_effect_cloud ~ ~ ~ {Tags:["ttb_temp"],CustomName:'"ttb_temp"'} 2 | execute as @e[type=area_effect_cloud,tag=ttb_temp,distance=...1,limit=1] run function ttb:util/generate_loot_table_seed_post 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/get_sunlight.mcfunction: -------------------------------------------------------------------------------- 1 | scoreboard players set #is_exposed_to_sunlight ttb_data 0 2 | execute if predicate ttb:world/dimension/overworld if predicate ttb:world/is_day positioned ~ 256 ~ run function ttb:util/get_sunlight_loop 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/get_sunlight_loop.mcfunction: -------------------------------------------------------------------------------- 1 | # called by util/get_sunlight 2 | 3 | execute if block ~ ~-1 ~ #ttb:allows_sunlight positioned ~ ~-1 ~ run function ttb:util/get_sunlight_loop 4 | execute unless block ~ ~-1 ~ #ttb:allows_sunlight positioned ~ ~-1 ~ align xyz store success score #is_exposed_to_sunlight ttb_data if entity @s[dx=0] 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/top_spread.mcfunction: -------------------------------------------------------------------------------- 1 | tp @s ~ 255 ~ 2 | execute at @s if block ~ ~-1 ~ #ttb:world/top_spread run function ttb:util/top_spread_loop 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/util/top_spread_loop.mcfunction: -------------------------------------------------------------------------------- 1 | # called by util/top_spread 2 | 3 | tp @s ~ ~-1 ~ 4 | execute at @s if block ~ ~-1 ~ #ttb:world/top_spread run function ttb:util/top_spread_loop 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/generation/better_biomes/ocean.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/generation/better_biomes/check_biome 2 | 3 | fill ~ 0 ~ ~15 61 ~15 dark_prismarine replace oak_planks 4 | fill ~ 0 ~ ~15 61 ~15 prismarine_bricks replace oak_fence 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/generation/better_biomes/swamp.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/generation/better_biomes/check_biome 2 | 3 | fill ~ 58 ~ ~15 80 ~15 mossy_cobblestone replace clay 4 | fill ~ 58 ~ ~15 80 ~15 slime_block replace seagrass 5 | fill ~ 0 ~ ~15 57 ~15 clay replace gravel 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/generation/chunk/kill.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/generation/player 2 | 3 | # kill chunk markers that have been generated and have all adjacent chunks generated 4 | execute if block ~16 ~ ~ barrier if block ~-16 ~ ~ barrier if block ~ ~ ~16 barrier if block ~ ~ ~-16 barrier run kill @s 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/generation/chunk/scan.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/generation/chunk/generate 2 | 3 | loot spawn ~ ~ ~ loot ttb:world/detect_biome 4 | execute as @e[type=item,distance=..1,nbt={Item:{tag:{ttb:{biome:{}}}}},limit=1] run function ttb:world/generation/chunk/get_biomes 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/check_spawn/cold.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/chunk 2 | 3 | data modify storage ttb:temp structure_spawn_table set value 'ttb:world/structure/check_spawn/cold' 4 | function ttb:world/structure/check_spawn/append 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/check_spawn/ore.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/chunk 2 | 3 | data modify storage ttb:temp structure_spawn_table set value 'ttb:world/structure/check_spawn/ore' 4 | function ttb:world/structure/check_spawn/append 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/check_spawn/snowy.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/chunk 2 | 3 | data modify storage ttb:temp structure_spawn_table set value 'ttb:world/structure/check_spawn/snowy' 4 | function ttb:world/structure/check_spawn/append 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/deadlock_tower/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/deadlock_tower" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/dungeon/get_room.mcfunction: -------------------------------------------------------------------------------- 1 | summon area_effect_cloud ~ ~ ~ {Tags:["ttb_temp"],CustomName:'"ttb_temp"'} 2 | execute as @e[type=area_effect_cloud,tag=ttb_temp,distance=...1,limit=1] in overworld positioned 29999984 253 29999984 run function ttb:world/structure/dungeon/get_room_post 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/create.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/spawn_id 2 | 3 | function ttb:world/structure/prepare_structure_block 4 | data modify block ~ ~ ~ name set value "ttb:large_wooden_snow_dungeon/lookout" 5 | function ttb:world/structure/activate_structure_block 6 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_glass_cage.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_glass_cage" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_glass_cage_dropper.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_glass_cage_dropper" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_memoriam.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_memoriam" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_pristine.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_pristine" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_statue.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_statue" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/11x11_tempite.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/11x11_tempite" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x14_crystals.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x14_crystals" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_brewing.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_brewing" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_brewing_pillar.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_brewing_pillar" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_camp_above.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_camp_above" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_camp_below.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_camp_below" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_glass.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_glass" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_ice_arc.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_ice_arc" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_library.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_library" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_snow.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_snow" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_terracotta_podium.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/trapped 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_terracotta_podium" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/15x15_utilities.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/15x15_utilities" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_conference.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_conference" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_explosives.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_explosives" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_stock.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_stock" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_stock_book.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_stock_book" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_storage.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_storage" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/7x7_trapped.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/trapped 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/7x7_trapped" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/lookout_common.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/lookout_common" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/lookout_uncommon.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/lookout_uncommon" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/loot/stairs_common.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/large_wooden_snow_dungeon/stairs_common" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/15x15_terracotta_podium/create_trap.mcfunction: -------------------------------------------------------------------------------- 1 | setblock ~ ~ ~ air 2 | summon area_effect_cloud ~ ~ ~ {Age:-2147483648,Duration:-1,WaitTime:-2147483648,Tags:["ttb_entity","ttb_trap","ttb_trap_15x15_terracotta_podium"]} 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/11x11/connect.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/large_wooden_snow_dungeon/room/corridor/create 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/15x15/connect.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/large_wooden_snow_dungeon/room/corridor/create 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/7x7/connect.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/large_wooden_snow_dungeon/room/corridor/create 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/9x9/connect.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/large_wooden_snow_dungeon/room/corridor/create 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/basement_root/connect.mcfunction: -------------------------------------------------------------------------------- 1 | execute positioned ~-3 ~-7 ~-3 run function ttb:world/structure/large_wooden_snow_dungeon/room/connector/basement_root/create 2 | setblock ~ ~ ~ ladder 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/decorator/box_east.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/large_wooden_snow_dungeon/room/connector/decorator/create_east 2 | 3 | fill ~ ~ ~-2 ~4 ~4 ~2 spruce_planks outline 4 | fill ~ ~1 ~-1 ~ ~3 ~1 air 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/decorator/box_north.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/large_wooden_snow_dungeon/room/connector/decorator/create_north 2 | 3 | fill ~-2 ~ ~ ~2 ~4 ~-4 spruce_planks outline 4 | fill ~-1 ~1 ~ ~1 ~3 ~-3 air 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/decorator/box_south.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/large_wooden_snow_dungeon/room/connector/decorator/create_south 2 | 3 | fill ~2 ~ ~ ~-2 ~4 ~4 spruce_planks outline 4 | fill ~1 ~1 ~ ~-1 ~3 ~3 air 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/decorator/box_west.mcfunction: -------------------------------------------------------------------------------- 1 | # called by world/structure/large_wooden_snow_dungeon/room/connector/decorator/create_west 2 | 3 | fill ~ ~ ~2 ~-4 ~4 ~-2 spruce_planks outline 4 | fill ~ ~1 ~1 ~ ~3 ~-1 air 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/connector/secret/connect.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/large_wooden_snow_dungeon/room/corridor/create 2 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/large_wooden_snow_dungeon/room/corridor_initial/prepare_structure_block.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/prepare_structure_block 2 | data modify block ~ ~ ~ name set value "ttb:large_wooden_snow_dungeon/corridor_initial" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/prepare_structure_block.mcfunction: -------------------------------------------------------------------------------- 1 | setblock ~ ~ ~ structure_block{ignoreEntities:1b,showboundingbox:1b,posY:0,rotation:"NONE",mode:"LOAD"} 2 | execute if data storage ttb:temp world.structure.dungeon run function ttb:world/structure/process_dungeon_room_result 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/prismarine_stray_spawner/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/prismarine_stray_spawner" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_columns/loot_dropper.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_columns" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_fort/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_fort" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_glacier/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_glacier" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_glacier/loot_mysterious.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_glacier_mysterious" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_house/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_house" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_igloo/loot_above.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_igloo_above" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_igloo/loot_below.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_igloo_below" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snow_spikes/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snow_spikes" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snowy_glass_lab/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snowy_glass_lab" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/snowy_glass_lab/loot_dropper.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/snowy_glass_lab_dropper" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/stray_dungeon/loot_healing.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/stray_dungeon_healing" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/stray_dungeon/loot_speed.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/dropper 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/stray_dungeon_speed" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/stray_tower/loot.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/stray_tower" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/stray_tower/loot_treasure.mcfunction: -------------------------------------------------------------------------------- 1 | function ttb:world/structure/loot_chest/default 2 | data modify block ~ ~ ~ LootTable set value "ttb:chests/stray_tower_treasure" 3 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/functions/world/structure/trap_check.mcfunction: -------------------------------------------------------------------------------- 1 | # called by entity/area_effect_cloud/tick 2 | 3 | execute if entity @s[tag=ttb_trap_15x15_terracotta_podium] unless block ~ ~-2 ~ tnt run function ttb:world/structure/large_wooden_snow_dungeon/room/15x15_terracotta_podium/trigger_trap 4 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/blocks/acronite_cage.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:loot_table", 8 | "name": "ttb:items/acronite_cage" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/blocks/breaker.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:loot_table", 8 | "name": "ttb:items/breaker" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/blocks/eckspei_locker.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:loot_table", 8 | "name": "ttb:items/eckspei_locker" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/blocks/growth_aura.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:loot_table", 8 | "name": "ttb:items/growth_aura" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/blocks/ratch_putty.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:loot_table", 8 | "name": "ttb:items/ratch_putty" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/loot_tables/items/template/base.json: -------------------------------------------------------------------------------- 1 | { 2 | "pools": [ 3 | { 4 | "rolls": 1, 5 | "entries": [ 6 | { 7 | "type": "minecraft:item", 8 | "name": "minecraft:clock" 9 | } 10 | ] 11 | } 12 | ] 13 | } 14 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/diamond_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:diamond_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/enchantment/silk_touch.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{tag:{Enchantments:[{id:\"minecraft:silk_touch\"}]}}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/golden_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:golden_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/iron_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:iron_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/netherite_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:netherite_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/none.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:inverted", 3 | "term": { 4 | "condition": "minecraft:entity_properties", 5 | "entity": "this", 6 | "predicate": { 7 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{}}}}}}" 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/stone_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:stone_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/check_spawner_item/tool/wooden_pickaxe.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "nbt": "{Item:{tag:{ttb:{spawner:{tool:{id:\"minecraft:wooden_pickaxe\"}}}}}}" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/block/tempite_stone/extract_energy_item/unstable_trigger.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.2 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/assassin/dodge_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.68 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/blight/attack/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.005 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/endermenace/teleport/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.75 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/holding/bright_relic.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "equipment": { 6 | "offhand": { 7 | "nbt": "{ttb:{item:'bright_relic'}}" 8 | } 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/holding/dark_relic.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:entity_properties", 3 | "entity": "this", 4 | "predicate": { 5 | "equipment": { 6 | "offhand": { 7 | "nbt": "{ttb:{item:'dark_relic'}}" 8 | } 9 | } 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/location_check/dimension/overworld.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:location_check", 3 | "predicate": { 4 | "dimension": "minecraft:overworld" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/sound_event/ambient/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.0075 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/spawning/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.2 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/function/spawning/random_chance_sub.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.6 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/mage/attack/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.2 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/entity/ogre/destroy_surroundings/random_chance.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:random_chance", 3 | "chance": 0.4 4 | } 5 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/world/biome/deep_cave.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:location_check", 3 | "predicate": { 4 | "position": { 5 | "y": { 6 | "max": 20 7 | } 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/world/dimension/overworld.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:location_check", 3 | "predicate": { 4 | "dimension": "minecraft:overworld" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/predicates/world/is_day.json: -------------------------------------------------------------------------------- 1 | { 2 | "condition": "minecraft:inverted", 3 | "term": { 4 | "condition": "minecraft:time_check", 5 | "value": { 6 | "min": 12530, 7 | "max": 23535 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/amethyst_ore.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/amethyst_ore.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/deadlock_tower.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/deadlock_tower.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_banners.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_banners.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_cafe.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_cafe.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_cauldrons.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_cauldrons.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_fell.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_fell.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_fountain.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_fountain.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_glass_cage.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_glass_cage.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_library.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_library.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_memoriam.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_memoriam.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_nostalgia.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_nostalgia.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_portioned.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_portioned.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_pristine.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_pristine.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_red.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_red.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_rock.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_rock.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_skulls.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_skulls.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_spider.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_spider.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_spin.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_spin.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_statue.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_statue.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_storage.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_storage.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_tempite.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/11x11_tempite.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x14_crystals.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x14_crystals.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_brewing.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_brewing.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_camp.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_camp.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_checkerboard.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_checkerboard.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_concrete.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_concrete.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_confusion.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_confusion.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_glass.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_glass.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_ice.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_ice.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_ice_arc.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_ice_arc.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_library.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_library.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_purple.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_purple.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_smeltery.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_smeltery.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_snow.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_snow.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_soldiers.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_soldiers.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_spawner.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_spawner.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_terracotta.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_terracotta.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_terracotta_podium.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_terracotta_podium.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_throne.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_throne.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_throne2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_throne2.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_utilities.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/15x15_utilities.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_arena.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_arena.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_conference.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_conference.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_couch.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_couch.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_crystals.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_crystals.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_dead_bush.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_dead_bush.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_dorm.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_dorm.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_explosives.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_explosives.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_flora.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_flora.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_flower.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_flower.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_fossil.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_fossil.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_lamp.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_lamp.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_library.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_library.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_memoriam.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_memoriam.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_podium.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_podium.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_smeltery.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_smeltery.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_stalactites.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_stalactites.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_stock.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_stock.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_storage.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_storage.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_trapped.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_trapped.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_wood.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/7x7_wood.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_brewing.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_brewing.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_broken_cage.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_broken_cage.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_cage.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_cage.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_conference.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_conference.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_crystal_trees.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_crystal_trees.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_flowers.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_flowers.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_henge.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_henge.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_hex.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_hex.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_kitchen.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_kitchen.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_kitchen2.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_kitchen2.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_lantern.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_lantern.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_music.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_music.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_rails.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_rails.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_redstone.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_redstone.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_saplings.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_saplings.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_smeltery.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_smeltery.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_spooky.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_spooky.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_squid.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_squid.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_stairs.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_stairs.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_water.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/9x9_water.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/basement_root.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/basement_root.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_fences.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_fences.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_initial.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_initial.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_leaves.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_leaves.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_snow.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_snow.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_water.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/corridor_water.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bed.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bed.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bench.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bench.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bookshelves.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_bookshelves.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_chest.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_chest.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_coal.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_coal.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_crystal.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_crystal.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_fences.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_fences.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_flower.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_flower.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_gold.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_gold.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_ice.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_ice.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_leaves.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_leaves.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_log_pillar.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_log_pillar.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_logs.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_logs.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_slabs.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_slabs.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_snow.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_snow.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_swords.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_swords.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_throne.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_throne.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_tnt.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_tnt.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_torch.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_torch.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_walls.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/decorator_walls.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/lookout.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/lookout.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/stairs_down_3x4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/stairs_down_3x4.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/stairs_up_3x4.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/stairs_up_3x4.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/template_wrap_7x7.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/template_wrap_7x7.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_blue.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_blue.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_red.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_red.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_yellow.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/large_wooden_snow_dungeon/terminator_flowers_yellow.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/prismarine_stray_spawner.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/prismarine_stray_spawner.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_blight.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_blight.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_columns.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_columns.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_fort.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_fort.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_glacier.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_glacier.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_house.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_house.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_igloo.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_igloo.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snow_spikes.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snow_spikes.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/snowy_glass_lab.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/snowy_glass_lab.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/stray_dungeon.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/stray_dungeon.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/stray_tower.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/stray_tower.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/structures/vulcaanium_ore.nbt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/data/ttb/structures/vulcaanium_ore.nbt -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/air.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:air", 5 | "minecraft:cave_air", 6 | "minecraft:void_air" 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/allows_sunlight.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:passthrough", 5 | "#ttb:glass", 6 | "#ttb:glass_pane", 7 | "minecraft:end_rod" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/block/breaker/cannot_remove.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:indestructible" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/block/gui/verify_integrity.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:hopper" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/block/tempite_wire.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:stained_glass" 5 | ] 6 | } 7 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/block/tempite_wire/can_power.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:block/tempite_wire", 5 | "minecraft:glass", 6 | "minecraft:command_block", 7 | "minecraft:barrel" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/broken_anvil.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:damaged_anvil", 5 | "minecraft:chipped_anvil" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/command_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:command_block", 5 | "minecraft:chain_command_block", 6 | "minecraft:repeating_command_block" 7 | ] 8 | } -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:stained_glass", 5 | "minecraft:glass" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/glass_pane.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:stained_glass_pane", 5 | "minecraft:glass_pane" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/piston.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:piston", 5 | "minecraft:sticky_piston" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/structure_artifact.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:command_block", 5 | "minecraft:redstone_block", 6 | "minecraft:structure_block" 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/blocks/torch.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:torch", 5 | "minecraft:wall_torch", 6 | "minecraft:soul_torch", 7 | "minecraft:soul_wall_torch", 8 | "minecraft:redstone_torch", 9 | "minecraft:redstone_wall_torch" 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/entity_types/block/gui/verify_integrity.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:player", 5 | "minecraft:hopper_minecart" 6 | ] 7 | } 8 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/entity_types/entity/mage/ability/menace.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:skeleton", 5 | "minecraft:zombie", 6 | "minecraft:husk", 7 | "minecraft:stray", 8 | "minecraft:spider", 9 | "minecraft:creeper" 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/entity_types/generic_mob_spawn.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:zombie", 5 | "minecraft:creeper", 6 | "minecraft:skeleton" 7 | ] 8 | } 9 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/entity_types/item/staff/refrigerant/no_target.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "#ttb:sprite", 5 | "minecraft:player", 6 | "minecraft:ender_dragon", 7 | "minecraft:wither" 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_data/data/ttb/tags/items/pickaxes.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "minecraft:wooden_pickaxe", 5 | "minecraft:stone_pickaxe", 6 | "minecraft:golden_pickaxe", 7 | "minecraft:iron_pickaxe", 8 | "minecraft:diamond_pickaxe", 9 | "minecraft:netherite_pickaxe" 10 | ] 11 | } 12 | -------------------------------------------------------------------------------- /ttb_data/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_data/pack.png -------------------------------------------------------------------------------- /ttb_resources/assets/minecraft/models/item/golden_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "minecraft:item/golden_sword" 5 | }, 6 | "overrides": [ 7 | { "predicate": { "custom_model_data": 6830001 }, "model": "ttb:item/optimism" } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/minecraft/models/item/spider_eye.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "minecraft:item/spider_eye" 5 | }, 6 | "overrides": [ 7 | { "predicate": { "custom_model_data": 6830001 }, "model": "ttb:item/ant_eye" } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/minecraft/models/item/stone_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "minecraft:item/stone_axe" 5 | }, 6 | "overrides": [ 7 | { "predicate": { "custom_model_data": 6830001 }, "model": "ttb:item/deadlock_axe" } 8 | ] 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/minecraft/textures/gui/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/minecraft/textures/gui/icons.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/amethyst_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_spawner_all", 3 | "textures": { 4 | "all": "ttb:block/amethyst_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_spawner_all", 3 | "textures": { 4 | "all": "ttb:block/amethyst_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/amethyst_sunpad.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all_side", 3 | "textures": { 4 | "side": "ttb:block/amethyst_sunpad_side", 5 | "up": "ttb:block/amethyst_sunpad_top", 6 | "down": "ttb:block/amethyst_sunpad_bottom" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/amethyst_sunpad_powered.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/amethyst_sunpad", 3 | "textures": { 4 | "side": "ttb:block/amethyst_sunpad_side_powered", 5 | "up": "ttb:block/amethyst_sunpad_top_powered" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/breaker.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_orientable", 3 | "textures": { 4 | "front": "ttb:block/breaker_front", 5 | "back": "ttb:block/breaker_back", 6 | "side": "ttb:block/breaker_side", 7 | "vertical": "ttb:block/breaker_vertical" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/cube_all_side.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube", 3 | "textures": { 4 | "north": "#side", 5 | "east": "#side", 6 | "south": "#side", 7 | "west": "#side" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/eckspei_locker_five.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker", 3 | "textures": { 4 | "front": "ttb:block/eckspei_locker_front_five" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/eckspei_locker_four.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker", 3 | "textures": { 4 | "front": "ttb:block/eckspei_locker_front_four" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/eckspei_locker_one.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker", 3 | "textures": { 4 | "front": "ttb:block/eckspei_locker_front_one" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/eckspei_locker_three.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker", 3 | "textures": { 4 | "front": "ttb:block/eckspei_locker_front_three" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/eckspei_locker_two.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker", 3 | "textures": { 4 | "front": "ttb:block/eckspei_locker_front_two" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/growth_aura.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_orientable", 3 | "textures": { 4 | "front": "ttb:block/growth_aura_front", 5 | "back": "ttb:block/growth_aura_back", 6 | "side": "ttb:block/growth_aura_side", 7 | "vertical": "ttb:block/growth_aura_vertical" 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempest_crafter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all_side", 3 | "textures": { 4 | "side": "ttb:block/tempest_crafter_side", 5 | "up": "ttb:block/tempest_crafter_top", 6 | "down": "minecraft:block/gold_block" 7 | } 8 | } 9 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempite_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/tempite_stone" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempite_stone_powered_ambient.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/tempite_stone_powered_ambient" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempite_stone_powered_full.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/tempite_stone_powered_full" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempite_wire.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/tempite_wire" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/tempite_wire_glass.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/tempite_wire_glass" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/thin_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/thin_block", 3 | "display": { 4 | "fixed": { 5 | "rotation": [-90, 0, 0], 6 | "translation": [0, 0, -16], 7 | "scale": [2, 2, 2] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/vulcaanium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_spawner_all", 3 | "textures": { 4 | "all": "ttb:block/vulcaanium_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/block/vulcaanium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/cube_spawner_all", 3 | "textures": { 4 | "all": "ttb:block/vulcaanium_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/empty.json: -------------------------------------------------------------------------------- 1 | {} 2 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/blight_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/blight", 3 | "textures": { 4 | "texture": "ttb:entity/blight_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/blight_moving_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/blight_moving", 3 | "textures": { 4 | "texture": "ttb:entity/blight_moving_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/bullant_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/bullant", 3 | "textures": { 4 | "texture": "ttb:entity/bullant_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/bullant_moving_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/bullant_moving", 3 | "textures": { 4 | "texture": "ttb:entity/bullant_moving_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/mage_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/mage", 3 | "textures": { 4 | "texture": "ttb:entity/mage_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ogre_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ogre", 3 | "textures": { 4 | "texture": "ttb:entity/ogre_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ogre_moving.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ogre" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ogre_moving_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ogre_hurt" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ore_dweller_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ore_dweller", 3 | "textures": { 4 | "texture": "ttb:entity/ore_dweller_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ore_dweller_moving_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ore_dweller_moving", 3 | "textures": { 4 | "texture": "ttb:entity/ore_dweller_moving_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/pillar_explosion_ignited.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/pillar_explosion", 3 | "textures": { 4 | "texture": "ttb:entity/pillar_explosion_ignited" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/ratch_hurt.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:entity/ratch", 3 | "textures": { 4 | "texture": "ttb:entity/ratch_hurt" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/entity/template.json: -------------------------------------------------------------------------------- 1 | { 2 | "gui_light": "front", 3 | "display": { 4 | "gui": { 5 | "rotation": [0, -160.5, 0], 6 | "translation": [0, -3.25, 0], 7 | "scale": [0.46, 0.46, 0.46] 8 | } 9 | } 10 | } 11 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/gui/machine.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:gui/upper_section", 3 | "textures": { 4 | "texture": "ttb:gui/machine" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/gui/tempest_crafter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:gui/upper_section", 3 | "textures": { 4 | "texture": "ttb:gui/tempest_crafter" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/acronite_cage.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/acronite_cage" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/alchemy_chamber.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/alchemy_chamber" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/amethyst.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/amethyst" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/amethyst_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/amethyst_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/amethyst_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/amethyst_crystal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/amethyst_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/amethyst_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/amethyst_sunpad.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/amethyst_sunpad" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/ant_eye.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/ant_eye" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/breaker.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/breaker" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/bright_relic.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/bright_relic" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/dark_relic.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/dark_relic" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_axe.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_axe" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_bow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_bow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_bow_pulling_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_0", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_bow_pulling_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_bow_pulling_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_1", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_bow_pulling_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_bow_pulling_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_2", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_bow_pulling_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_sniper_bow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_sniper_bow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_sniper_bow_pulling_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_0", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_sniper_bow_pulling_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_sniper_bow_pulling_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_1", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_sniper_bow_pulling_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_sniper_bow_pulling_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_2", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_sniper_bow_pulling_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/deadlock_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/deadlock_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/eckspei_locker.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/eckspei_locker" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/eckspei_rod.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/eckspei_rod" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/eckspei_rod_full.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/eckspei_rod_full" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/enchanted_ender_pearl.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/enchanted_ender_pearl" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/growth_aura.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/growth_aura" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/harvest_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/infallible_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mage_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_book/leave_now.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_book/leave_now" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_book/orders.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_book/orders" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_book/what_was_she_trying_to_build.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_book/what_was_she_trying_to_build" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_book/where_am_i.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_book/where_am_i" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_crystal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/mysterious_dust.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/mysterious_dust" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/optimism.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/optimism" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_boots.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "minecraft:item/leather_boots", 5 | "layer1": "ttb:item/quick_boots_overlay" 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_bow.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow", 3 | "textures": { 4 | "layer0": "ttb:item/quick_bow" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_bow_pulling_0.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_0", 3 | "textures": { 4 | "layer0": "ttb:item/quick_bow_pulling_0" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_bow_pulling_1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_1", 3 | "textures": { 4 | "layer0": "ttb:item/quick_bow_pulling_1" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_bow_pulling_2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/bow_pulling_2", 3 | "textures": { 4 | "layer0": "ttb:item/quick_bow_pulling_2" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/quick_sword.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/handheld", 3 | "textures": { 4 | "layer0": "ttb:item/quick_sword" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/ratch_gel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/ratch_gel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/ratch_putty.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/ratch_putty" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/refrigerant_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/restoration_tome.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/restoration_tome" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/saturation_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/shatter_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/skitter_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/spirit_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/tempest_crafter.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/tempest_crafter" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/tempite_gel.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/tempite_gel" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/tempite_insulator.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/tempite_insulator" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/tempite_sludge.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/tempite_sludge" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/tempite_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "ttb:block/tempite_stone" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/temporal_staff.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/carrot_on_a_stick" 3 | } 4 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/vulcaanium.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/vulcaanium" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/vulcaanium_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/vulcaanium_block" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/vulcaanium_crystal.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:item/generated", 3 | "textures": { 4 | "layer0": "ttb:item/vulcaanium_crystal" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/models/item/vulcaanium_ore.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/cube_all", 3 | "textures": { 4 | "all": "ttb:block/vulcaanium_ore" 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/acronite_cage_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/acronite_cage_back.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/acronite_cage_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/acronite_cage_front.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/acronite_cage_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/acronite_cage_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/acronite_cage_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/acronite_cage_vertical.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/alchemy_chamber_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/alchemy_chamber_back.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/alchemy_chamber_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/alchemy_chamber_front.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/alchemy_chamber_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/alchemy_chamber_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/alchemy_chamber_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/alchemy_chamber_vertical.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_block.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_ore.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_sunpad_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_sunpad_bottom.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_sunpad_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_sunpad_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_sunpad_side_powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_sunpad_side_powered.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_sunpad_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_sunpad_top.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/amethyst_sunpad_top_powered.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/amethyst_sunpad_top_powered.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/breaker_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/breaker_back.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/breaker_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/breaker_front.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/breaker_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/breaker_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/breaker_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/breaker_vertical.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_back.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_five.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front_five.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_five.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_four.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front_four.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_four.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_one.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front_one.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_one.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_three.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front_three.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_three.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_two.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_front_two.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_front_two.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/eckspei_locker_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/eckspei_locker_vertical.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/growth_aura_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/growth_aura_back.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/growth_aura_front.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/growth_aura_front.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/growth_aura_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/growth_aura_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/growth_aura_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/growth_aura_vertical.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/ratch_putty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/ratch_putty.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempest_crafter_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempest_crafter_side.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempest_crafter_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempest_crafter_top.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_stone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempite_stone.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_stone_powered_ambient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempite_stone_powered_ambient.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_stone_powered_ambient.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 8, 4 | "interpolate": true, 5 | "frames": [ 6 | 0, 7 | 1, 8 | 2 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_stone_powered_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempite_stone_powered_full.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_stone_powered_full.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 8, 4 | "interpolate": true, 5 | "frames": [ 6 | 0, 7 | 1, 8 | 2 9 | ] 10 | } 11 | } 12 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_wire.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempite_wire.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_wire.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_wire_glass.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/tempite_wire_glass.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/tempite_wire_glass.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 5 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/vulcaanium_block.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/vulcaanium_block.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/block/vulcaanium_ore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/block/vulcaanium_ore.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/blight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/blight.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/blight_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/blight_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/blight_moving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/blight_moving.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/bullant.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/bullant_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant_moving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/bullant_moving.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant_moving.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant_moving_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/bullant_moving_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/bullant_moving_hurt.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/mage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/mage.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/mage_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/mage_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ogre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ogre.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ogre_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ogre_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ore_dweller.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ore_dweller_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller_moving.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ore_dweller_moving.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller_moving.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frames": [ 4 | {"index": 0, "time": 1}, 5 | {"index": 1, "time": 4}, 6 | {"index": 0, "time": 1}, 7 | {"index": 2, "time": 4} 8 | ] 9 | } 10 | } -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller_moving_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ore_dweller_moving_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ore_dweller_moving_hurt.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frames": [ 4 | {"index": 0, "time": 1}, 5 | {"index": 1, "time": 4}, 6 | {"index": 0, "time": 1}, 7 | {"index": 2, "time": 4} 8 | ] 9 | } 10 | } -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/pillar_explosion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/pillar_explosion.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/pillar_explosion_ignited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/pillar_explosion_ignited.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/pillar_explosion_ignited.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 6, 5 | "frames": [ 6 | 0, 7 | 1, 8 | 2, 9 | 1, 10 | 0 11 | ] 12 | } 13 | } -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ratch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ratch.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ratch.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2, 5 | "frames": [ 6 | 0, 7 | 1, 8 | 2, 9 | 1 10 | ] 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ratch_hurt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/ratch_hurt.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/ratch_hurt.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 2, 5 | "frames": [ 6 | 0, 7 | 1, 8 | 2, 9 | 1 10 | ] 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/sandskull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/sandskull.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/entity/sandskull_cloak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/entity/sandskull_cloak.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/gui/machine.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/gui/machine.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/gui/tempest_crafter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/gui/tempest_crafter.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/amethyst.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/amethyst.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/amethyst_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/amethyst_crystal.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/ant_eye.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/ant_eye.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/blight_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/blight_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/bright_relic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/bright_relic.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/captive_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/captive_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/dark_relic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/dark_relic.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_axe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_axe.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_bow.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_0.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_1.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_bow_pulling_2.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/deadlock_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/deadlock_sword.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/eckspei_rod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/eckspei_rod.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/eckspei_rod_full.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/eckspei_rod_full.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/eckspei_rod_full.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 12 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/enchanted_ender_pearl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/enchanted_ender_pearl.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/ether_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/ether_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/extraction_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/extraction_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/extraction_staff_effect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/extraction_staff_effect.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/extraction_staff_effect.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 1 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/mysterious_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/mysterious_crystal.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/mysterious_dust.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/mysterious_dust.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/netherknight_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/netherknight_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/optimism.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/optimism.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_boots_overlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_boots_overlay.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_bow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_bow.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_bow_pulling_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_bow_pulling_0.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_bow_pulling_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_bow_pulling_1.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_bow_pulling_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_bow_pulling_2.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/quick_sword.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/quick_sword.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/ratch_gel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/ratch_gel.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/relativity_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/relativity_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/repulsion_staff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/repulsion_staff.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/repulsion_staff_repulse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/repulsion_staff_repulse.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/repulsion_staff_repulse.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "frametime": 2, 4 | "interpolate": false 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/restoration_tome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/restoration_tome.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/restoration_tome.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": false, 4 | "frametime": 5 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/tempite_gel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/tempite_gel.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/tempite_sludge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/tempite_sludge.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/vulcaanium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/vulcaanium.png -------------------------------------------------------------------------------- /ttb_resources/assets/ttb/textures/item/vulcaanium_crystal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/assets/ttb/textures/item/vulcaanium_crystal.png -------------------------------------------------------------------------------- /ttb_resources/pack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tempestsbox/ttb/76db362af615b5166b4768f3440f9685a953bcdb/ttb_resources/pack.png --------------------------------------------------------------------------------