├── .gitignore ├── build.gradle.kts ├── buildSrc └── build.gradle.kts ├── gradle.properties ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── logs ├── debug.log └── latest.log ├── settings.gradle.kts └── src ├── generated └── resources │ ├── .cache │ ├── 3c9dcc24e9fd9edabfff73ff72fde3492d16259d │ ├── 463879fae2dff9e89653f0bdbfe864f31bfe16bd │ ├── 6097b01f9701f56ec78e8bbb45476f721badf367 │ └── d145e7f295a76f10ce1fbbe3703a8c4fa45ef3c8 │ ├── assets │ └── dtbyg │ │ ├── blockstates │ │ ├── ancient_ebony_leaves.json │ │ ├── ancient_silver_maple_leaves.json │ │ ├── araucaria_leaves.json │ │ ├── araucaria_sapling.json │ │ ├── aspen_branch.json │ │ ├── aspen_leaves.json │ │ ├── aspen_sapling.json │ │ ├── aspen_twiglet_leaves.json │ │ ├── baobab_branch.json │ │ ├── baobab_leaves.json │ │ ├── baobab_sapling.json │ │ ├── blooming_witch_hazel_leaves.json │ │ ├── blue_enchanted_branch.json │ │ ├── blue_enchanted_leaves.json │ │ ├── blue_enchanted_sapling.json │ │ ├── blue_spruce_leaves.json │ │ ├── blue_spruce_sapling.json │ │ ├── boreal_spruce_leaves.json │ │ ├── brown_birch_leaves.json │ │ ├── brown_birch_sapling.json │ │ ├── brown_mushroom_branch.json │ │ ├── brown_oak_leaves.json │ │ ├── brown_oak_sapling.json │ │ ├── brown_tapered_oak_leaves.json │ │ ├── brown_zelkova_leaves.json │ │ ├── brown_zelkova_sapling.json │ │ ├── canopy_dark_oak_leaves.json │ │ ├── canopy_oak_leaves.json │ │ ├── cherry_branch.json │ │ ├── cika_branch.json │ │ ├── cika_leaves.json │ │ ├── cika_sapling.json │ │ ├── crimson_mushroom_branch.json │ │ ├── crimson_mushroom_wart.json │ │ ├── cypress_branch.json │ │ ├── cypress_leaves.json │ │ ├── cypress_root.json │ │ ├── cypress_sapling.json │ │ ├── dark_oak_twiglet_leaves.json │ │ ├── death_cap_cap.json │ │ ├── death_cap_sapling.json │ │ ├── ebony_branch.json │ │ ├── ebony_leaves.json │ │ ├── ebony_root.json │ │ ├── ebony_sapling.json │ │ ├── embur_branch.json │ │ ├── embur_gel.json │ │ ├── embur_sapling.json │ │ ├── ether_branch.json │ │ ├── ether_leaves.json │ │ ├── ether_sapling.json │ │ ├── ether_twiglet_leaves.json │ │ ├── fir_branch.json │ │ ├── fir_leaves.json │ │ ├── fir_sapling.json │ │ ├── firecracker_leaves.json │ │ ├── firecracker_twiglet_leaves.json │ │ ├── flowering_indigo_jacaranda_leaves.json │ │ ├── flowering_jacaranda_leaves.json │ │ ├── flowering_nightshade_leaves.json │ │ ├── flowering_orchard_leaves.json │ │ ├── flowering_palo_verde_leaves.json │ │ ├── flowering_skyris_leaves.json │ │ ├── fungal_imparius_branch.json │ │ ├── fungal_imparius_cap.json │ │ ├── fungal_imparius_root.json │ │ ├── fungal_imparius_sapling.json │ │ ├── green_apple_skyris_leaves.json │ │ ├── green_enchanted_branch.json │ │ ├── green_enchanted_leaves.json │ │ ├── green_enchanted_sapling.json │ │ ├── green_mushroom_cap.json │ │ ├── green_mushroom_sapling.json │ │ ├── holly_branch.json │ │ ├── holly_leaves.json │ │ ├── holly_sapling.json │ │ ├── imbued_blue_enchanted_branch.json │ │ ├── imbued_green_enchanted_branch.json │ │ ├── imbued_nightshade_branch.json │ │ ├── imparius_mushroom_branch.json │ │ ├── imparius_mushroom_cap.json │ │ ├── imparius_mushroom_root.json │ │ ├── imparius_mushroom_sapling.json │ │ ├── indigo_jacaranda_leaves.json │ │ ├── indigo_jacaranda_sapling.json │ │ ├── jacaranda_branch.json │ │ ├── jacaranda_leaves.json │ │ ├── jacaranda_root.json │ │ ├── jacaranda_sapling.json │ │ ├── joshua_leaves.json │ │ ├── joshua_sapling.json │ │ ├── lament_branch.json │ │ ├── lament_leaves.json │ │ ├── lament_sapling.json │ │ ├── mahogany_branch.json │ │ ├── mahogany_leaves.json │ │ ├── mahogany_root.json │ │ ├── mahogany_sapling.json │ │ ├── mahogany_twiglet_leaves.json │ │ ├── maple_branch.json │ │ ├── maple_leaves.json │ │ ├── maple_root.json │ │ ├── maple_sapling.json │ │ ├── mega_palm_leaves.json │ │ ├── nightshade_branch.json │ │ ├── nightshade_leaves.json │ │ ├── nightshade_sapling.json │ │ ├── northern_spruce_leaves.json │ │ ├── oak_twiglet_leaves.json │ │ ├── oddity_cactus_branch.json │ │ ├── oddity_cactus_sapling.json │ │ ├── orange_birch_leaves.json │ │ ├── orange_birch_sapling.json │ │ ├── orange_oak_leaves.json │ │ ├── orange_oak_sapling.json │ │ ├── orange_spruce_leaves.json │ │ ├── orange_spruce_sapling.json │ │ ├── orange_tapered_oak_leaves.json │ │ ├── orchard_leaves.json │ │ ├── orchard_sapling.json │ │ ├── palm_branch.json │ │ ├── palm_leaves.json │ │ ├── palm_sapling.json │ │ ├── palo_verde_branch.json │ │ ├── palo_verde_leaves.json │ │ ├── palo_verde_sapling.json │ │ ├── pine_branch.json │ │ ├── pine_leaves.json │ │ ├── pine_root.json │ │ ├── pine_sapling.json │ │ ├── pink_cherry_leaves.json │ │ ├── pink_cherry_sapling.json │ │ ├── poplar_leaves.json │ │ ├── poplar_sapling.json │ │ ├── prairie_oak_leaves.json │ │ ├── rainbow_eucalyptus_branch.json │ │ ├── rainbow_eucalyptus_leaves.json │ │ ├── rainbow_eucalyptus_root.json │ │ ├── rainbow_eucalyptus_sapling.json │ │ ├── red_birch_leaves.json │ │ ├── red_birch_sapling.json │ │ ├── red_maple_leaves.json │ │ ├── red_maple_sapling.json │ │ ├── red_oak_leaves.json │ │ ├── red_oak_sapling.json │ │ ├── red_oak_twiglet_leaves.json │ │ ├── red_spruce_leaves.json │ │ ├── red_spruce_sapling.json │ │ ├── red_tapered_oak_leaves.json │ │ ├── redwood_branch.json │ │ ├── redwood_leaves.json │ │ ├── redwood_root.json │ │ ├── redwood_sapling.json │ │ ├── ripe_joshua_leaves.json │ │ ├── ripe_orchard_leaves.json │ │ ├── rooty_black_sand.json │ │ ├── rooty_blue_netherrack.json │ │ ├── rooty_blue_sand.json │ │ ├── rooty_bulbis_phycelium.json │ │ ├── rooty_cracked_red_sand.json │ │ ├── rooty_embur_nylium.json │ │ ├── rooty_end_sand.json │ │ ├── rooty_ether_phylium.json │ │ ├── rooty_ether_soil.json │ │ ├── rooty_imparius_phylium.json │ │ ├── rooty_ivis_phylium.json │ │ ├── rooty_lava.json │ │ ├── rooty_lush_dirt.json │ │ ├── rooty_lush_grass_block.json │ │ ├── rooty_mycelium_netherrack.json │ │ ├── rooty_nightshade_phylium.json │ │ ├── rooty_overgrown_crimson_blackstone.json │ │ ├── rooty_overgrown_dacite.json │ │ ├── rooty_overgrown_netherrack.json │ │ ├── rooty_overgrown_stone.json │ │ ├── rooty_peat.json │ │ ├── rooty_pink_sand.json │ │ ├── rooty_podzol_dacite.json │ │ ├── rooty_purple_sand.json │ │ ├── rooty_quartzite_sand.json │ │ ├── rooty_rocky_stone.json │ │ ├── rooty_shulkren_phylium.json │ │ ├── rooty_sythian_nylium.json │ │ ├── rooty_vermilion_sculk.json │ │ ├── rooty_wailing_nylium.json │ │ ├── rooty_warped_soul_sand.json │ │ ├── rooty_warped_soul_soil.json │ │ ├── rooty_white_mangrove_aerial_roots.json │ │ ├── rooty_white_sand.json │ │ ├── rooty_windswept_sand.json │ │ ├── shulkren_sapling.json │ │ ├── shulkren_wart.json │ │ ├── silver_maple_leaves.json │ │ ├── silver_maple_sapling.json │ │ ├── skyris_branch.json │ │ ├── skyris_leaves.json │ │ ├── skyris_sapling.json │ │ ├── soul_shroom_branch.json │ │ ├── soul_shroom_cap.json │ │ ├── soul_shroom_sapling.json │ │ ├── sparse_willow_leaves.json │ │ ├── sparse_witch_hazel_leaves.json │ │ ├── sparse_withering_oak_leaves.json │ │ ├── stripped_aspen_branch.json │ │ ├── stripped_baobab_branch.json │ │ ├── stripped_blue_enchanted_branch.json │ │ ├── stripped_cherry_branch.json │ │ ├── stripped_cika_branch.json │ │ ├── stripped_crimson_mushroom_branch.json │ │ ├── stripped_cypress_branch.json │ │ ├── stripped_ebony_branch.json │ │ ├── stripped_embur_branch.json │ │ ├── stripped_ether_branch.json │ │ ├── stripped_fir_branch.json │ │ ├── stripped_fungal_imparius_branch.json │ │ ├── stripped_green_enchanted_branch.json │ │ ├── stripped_holly_branch.json │ │ ├── stripped_jacaranda_branch.json │ │ ├── stripped_lament_branch.json │ │ ├── stripped_mahogany_branch.json │ │ ├── stripped_maple_branch.json │ │ ├── stripped_nightshade_branch.json │ │ ├── stripped_palm_branch.json │ │ ├── stripped_palo_verde_branch.json │ │ ├── stripped_pine_branch.json │ │ ├── stripped_rainbow_eucalyptus_branch.json │ │ ├── stripped_redwood_branch.json │ │ ├── stripped_skyris_branch.json │ │ ├── stripped_sythian_branch.json │ │ ├── stripped_warped_mushroom_branch.json │ │ ├── stripped_white_mangrove_branch.json │ │ ├── stripped_willow_branch.json │ │ ├── stripped_witch_hazel_branch.json │ │ ├── stripped_zelkova_branch.json │ │ ├── sythian_branch.json │ │ ├── sythian_sapling.json │ │ ├── sythian_wart.json │ │ ├── tapered_oak_leaves.json │ │ ├── tapered_withering_oak_leaves.json │ │ ├── warped_cactus_branch.json │ │ ├── warped_cactus_sapling.json │ │ ├── warped_mushroom_branch.json │ │ ├── warped_mushroom_wart.json │ │ ├── weeping_lament_leaves.json │ │ ├── weeping_milkcap_cap.json │ │ ├── weeping_milkcap_sapling.json │ │ ├── white_cherry_leaves.json │ │ ├── white_cherry_sapling.json │ │ ├── white_mangrove_branch.json │ │ ├── white_mangrove_leaves.json │ │ ├── white_mangrove_roots.json │ │ ├── white_mangrove_sapling.json │ │ ├── white_mushroom_branch.json │ │ ├── willow_branch.json │ │ ├── willow_leaves.json │ │ ├── willow_root.json │ │ ├── willow_sapling.json │ │ ├── witch_hazel_branch.json │ │ ├── witch_hazel_leaves.json │ │ ├── witch_hazel_root.json │ │ ├── witch_hazel_sapling.json │ │ ├── withering_oak_branch.json │ │ ├── withering_oak_leaves.json │ │ ├── withering_oak_root.json │ │ ├── withering_oak_sapling.json │ │ ├── wood_blewit_cap.json │ │ ├── wood_blewit_sapling.json │ │ ├── yellow_birch_leaves.json │ │ ├── yellow_birch_sapling.json │ │ ├── yellow_poplar_leaves.json │ │ ├── yellow_poplar_sapling.json │ │ ├── yellow_spruce_leaves.json │ │ ├── yellow_spruce_sapling.json │ │ ├── zelkova_branch.json │ │ ├── zelkova_leaves.json │ │ └── zelkova_sapling.json │ │ └── models │ │ ├── block │ │ ├── aspen_branch.json │ │ ├── baobab_branch.json │ │ ├── blue_enchanted_branch.json │ │ ├── brown_mushroom_branch.json │ │ ├── cherry_branch.json │ │ ├── cika_branch.json │ │ ├── crimson_mushroom_branch.json │ │ ├── cypress_branch.json │ │ ├── cypress_root.json │ │ ├── ebony_branch.json │ │ ├── ebony_root.json │ │ ├── embur_branch.json │ │ ├── ether_branch.json │ │ ├── fir_branch.json │ │ ├── fungal_imparius_branch.json │ │ ├── fungal_imparius_root.json │ │ ├── green_enchanted_branch.json │ │ ├── holly_branch.json │ │ ├── imbued_blue_enchanted_branch.json │ │ ├── imbued_green_enchanted_branch.json │ │ ├── imbued_nightshade_branch.json │ │ ├── imparius_mushroom_branch.json │ │ ├── imparius_mushroom_root.json │ │ ├── jacaranda_branch.json │ │ ├── jacaranda_root.json │ │ ├── lament_branch.json │ │ ├── mahogany_branch.json │ │ ├── mahogany_root.json │ │ ├── maple_branch.json │ │ ├── maple_root.json │ │ ├── nightshade_branch.json │ │ ├── oddity_cactus_branch.json │ │ ├── palm_branch.json │ │ ├── palo_verde_branch.json │ │ ├── pine_branch.json │ │ ├── pine_root.json │ │ ├── rainbow_eucalyptus_branch.json │ │ ├── rainbow_eucalyptus_root.json │ │ ├── redwood_branch.json │ │ ├── redwood_root.json │ │ ├── rooty_white_mangrove_aerial_roots_radius1.json │ │ ├── rooty_white_mangrove_aerial_roots_radius2.json │ │ ├── rooty_white_mangrove_aerial_roots_radius3.json │ │ ├── rooty_white_mangrove_aerial_roots_radius4.json │ │ ├── rooty_white_mangrove_aerial_roots_radius5.json │ │ ├── rooty_white_mangrove_aerial_roots_radius6.json │ │ ├── rooty_white_mangrove_aerial_roots_radius7.json │ │ ├── rooty_white_mangrove_aerial_roots_radius8.json │ │ ├── saplings │ │ │ ├── araucaria.json │ │ │ ├── aspen.json │ │ │ ├── baobab.json │ │ │ ├── blue_enchanted.json │ │ │ ├── blue_spruce.json │ │ │ ├── brown_birch.json │ │ │ ├── brown_oak.json │ │ │ ├── brown_zelkova.json │ │ │ ├── cypress.json │ │ │ ├── death_cap.json │ │ │ ├── ebony.json │ │ │ ├── embur.json │ │ │ ├── ether.json │ │ │ ├── fir.json │ │ │ ├── fungal_imparius.json │ │ │ ├── green_enchanted.json │ │ │ ├── green_mushroom.json │ │ │ ├── holly.json │ │ │ ├── imparius_mushroom.json │ │ │ ├── indigo_jacaranda.json │ │ │ ├── jacaranda.json │ │ │ ├── joshua.json │ │ │ ├── lament.json │ │ │ ├── mahogany.json │ │ │ ├── maple.json │ │ │ ├── nightshade.json │ │ │ ├── oddity_cactus.json │ │ │ ├── orange_birch.json │ │ │ ├── orange_oak.json │ │ │ ├── orange_spruce.json │ │ │ ├── orchard.json │ │ │ ├── palm.json │ │ │ ├── palo_verde.json │ │ │ ├── pine.json │ │ │ ├── pink_cherry.json │ │ │ ├── poplar.json │ │ │ ├── rainbow_eucalyptus.json │ │ │ ├── red_birch.json │ │ │ ├── red_maple.json │ │ │ ├── red_oak.json │ │ │ ├── red_spruce.json │ │ │ ├── shulkren.json │ │ │ ├── silver_maple.json │ │ │ ├── skyris.json │ │ │ ├── small_cika.json │ │ │ ├── small_redwood.json │ │ │ ├── soul_shroom.json │ │ │ ├── sythian.json │ │ │ ├── warped_cactus.json │ │ │ ├── weeping_milkcap.json │ │ │ ├── white_cherry.json │ │ │ ├── white_mangrove.json │ │ │ ├── willow.json │ │ │ ├── witch_hazel.json │ │ │ ├── withering_oak.json │ │ │ ├── wood_blewit.json │ │ │ ├── yellow_birch.json │ │ │ ├── yellow_poplar.json │ │ │ ├── yellow_spruce.json │ │ │ └── zelkova.json │ │ ├── skyris_branch.json │ │ ├── soul_shroom_branch.json │ │ ├── stripped_aspen_branch.json │ │ ├── stripped_baobab_branch.json │ │ ├── stripped_blue_enchanted_branch.json │ │ ├── stripped_cherry_branch.json │ │ ├── stripped_cika_branch.json │ │ ├── stripped_crimson_mushroom_branch.json │ │ ├── stripped_cypress_branch.json │ │ ├── stripped_ebony_branch.json │ │ ├── stripped_embur_branch.json │ │ ├── stripped_ether_branch.json │ │ ├── stripped_fir_branch.json │ │ ├── stripped_fungal_imparius_branch.json │ │ ├── stripped_green_enchanted_branch.json │ │ ├── stripped_holly_branch.json │ │ ├── stripped_jacaranda_branch.json │ │ ├── stripped_lament_branch.json │ │ ├── stripped_mahogany_branch.json │ │ ├── stripped_maple_branch.json │ │ ├── stripped_nightshade_branch.json │ │ ├── stripped_palm_branch.json │ │ ├── stripped_palo_verde_branch.json │ │ ├── stripped_pine_branch.json │ │ ├── stripped_rainbow_eucalyptus_branch.json │ │ ├── stripped_redwood_branch.json │ │ ├── stripped_skyris_branch.json │ │ ├── stripped_sythian_branch.json │ │ ├── stripped_warped_mushroom_branch.json │ │ ├── stripped_white_mangrove_branch.json │ │ ├── stripped_willow_branch.json │ │ ├── stripped_witch_hazel_branch.json │ │ ├── stripped_zelkova_branch.json │ │ ├── sythian_branch.json │ │ ├── warped_cactus_branch.json │ │ ├── warped_mushroom_branch.json │ │ ├── white_mangrove_branch.json │ │ ├── white_mangrove_roots.json │ │ ├── white_mangrove_roots_filled.json │ │ ├── white_mushroom_branch.json │ │ ├── willow_branch.json │ │ ├── willow_root.json │ │ ├── witch_hazel_branch.json │ │ ├── witch_hazel_root.json │ │ ├── withering_oak_branch.json │ │ ├── withering_oak_root.json │ │ └── zelkova_branch.json │ │ └── item │ │ ├── araucaria_seed.json │ │ ├── aspen_branch.json │ │ ├── aspen_seed.json │ │ ├── baobab_branch.json │ │ ├── baobab_seed.json │ │ ├── blue_enchanted_branch.json │ │ ├── blue_enchanted_seed.json │ │ ├── blue_spruce_seed.json │ │ ├── brown_birch_seed.json │ │ ├── brown_mushroom_branch.json │ │ ├── brown_oak_seed.json │ │ ├── brown_zelkova_seed.json │ │ ├── cherry_branch.json │ │ ├── cika_branch.json │ │ ├── cika_seed.json │ │ ├── crimson_mushroom_branch.json │ │ ├── cypress_branch.json │ │ ├── cypress_seed.json │ │ ├── death_cap_seed.json │ │ ├── ebony_branch.json │ │ ├── ebony_seed.json │ │ ├── embur_branch.json │ │ ├── embur_seed.json │ │ ├── ether_branch.json │ │ ├── ether_seed.json │ │ ├── fir_branch.json │ │ ├── fir_seed.json │ │ ├── fungal_imparius_branch.json │ │ ├── fungal_imparius_seed.json │ │ ├── green_enchanted_branch.json │ │ ├── green_enchanted_seed.json │ │ ├── green_mushroom_seed.json │ │ ├── holly_branch.json │ │ ├── holly_seed.json │ │ ├── imparius_mushroom_branch.json │ │ ├── imparius_mushroom_seed.json │ │ ├── indigo_jacaranda_seed.json │ │ ├── jacaranda_branch.json │ │ ├── jacaranda_seed.json │ │ ├── joshua_seed.json │ │ ├── lament_branch.json │ │ ├── lament_seed.json │ │ ├── mahogany_branch.json │ │ ├── mahogany_seed.json │ │ ├── maple_branch.json │ │ ├── maple_seed.json │ │ ├── nightshade_branch.json │ │ ├── nightshade_seed.json │ │ ├── oddity_cactus_branch.json │ │ ├── oddity_cactus_seed.json │ │ ├── orange_birch_seed.json │ │ ├── orange_oak_seed.json │ │ ├── orange_spruce_seed.json │ │ ├── orchard_seed.json │ │ ├── palm_branch.json │ │ ├── palm_seed.json │ │ ├── palo_verde_branch.json │ │ ├── palo_verde_seed.json │ │ ├── pine_branch.json │ │ ├── pine_seed.json │ │ ├── pink_cherry_seed.json │ │ ├── poplar_seed.json │ │ ├── rainbow_eucalyptus_branch.json │ │ ├── rainbow_eucalyptus_seed.json │ │ ├── red_birch_seed.json │ │ ├── red_maple_seed.json │ │ ├── red_oak_seed.json │ │ ├── red_spruce_seed.json │ │ ├── redwood_branch.json │ │ ├── redwood_seed.json │ │ ├── shulkren_seed.json │ │ ├── silver_maple_seed.json │ │ ├── skyris_branch.json │ │ ├── skyris_seed.json │ │ ├── soul_shroom_branch.json │ │ ├── soul_shroom_seed.json │ │ ├── sythian_branch.json │ │ ├── sythian_seed.json │ │ ├── warped_cactus_branch.json │ │ ├── warped_cactus_seed.json │ │ ├── warped_mushroom_branch.json │ │ ├── weeping_milkcap_seed.json │ │ ├── white_cherry_seed.json │ │ ├── white_mangrove_branch.json │ │ ├── white_mangrove_roots.json │ │ ├── white_mangrove_seed.json │ │ ├── white_mushroom_branch.json │ │ ├── willow_branch.json │ │ ├── willow_seed.json │ │ ├── witch_hazel_branch.json │ │ ├── witch_hazel_seed.json │ │ ├── withering_oak_branch.json │ │ ├── withering_oak_seed.json │ │ ├── wood_blewit_seed.json │ │ ├── yellow_birch_seed.json │ │ ├── yellow_poplar_seed.json │ │ ├── yellow_spruce_seed.json │ │ ├── zelkova_branch.json │ │ └── zelkova_seed.json │ └── data │ ├── dtbyg │ └── loot_tables │ │ ├── blocks │ │ ├── ancient_ebony_leaves.json │ │ ├── ancient_silver_maple_leaves.json │ │ ├── araucaria_leaves.json │ │ ├── aspen_leaves.json │ │ ├── aspen_twiglet_leaves.json │ │ ├── baobab_fruit.json │ │ ├── baobab_leaves.json │ │ ├── blooming_witch_hazel_leaves.json │ │ ├── blue_enchanted_leaves.json │ │ ├── blue_spruce_leaves.json │ │ ├── boreal_spruce_leaves.json │ │ ├── brown_birch_leaves.json │ │ ├── brown_oak_leaves.json │ │ ├── brown_tapered_oak_leaves.json │ │ ├── brown_zelkova_leaves.json │ │ ├── canopy_dark_oak_leaves.json │ │ ├── canopy_oak_leaves.json │ │ ├── cika_leaves.json │ │ ├── cypress_leaves.json │ │ ├── dark_oak_twiglet_leaves.json │ │ ├── ebony_leaves.json │ │ ├── ether_bulbs.json │ │ ├── ether_leaves.json │ │ ├── ether_twiglet_leaves.json │ │ ├── fir_leaves.json │ │ ├── firecracker_leaves.json │ │ ├── firecracker_twiglet_leaves.json │ │ ├── flowering_indigo_jacaranda_leaves.json │ │ ├── flowering_jacaranda_leaves.json │ │ ├── flowering_nightshade_leaves.json │ │ ├── flowering_orchard_leaves.json │ │ ├── flowering_palo_verde_leaves.json │ │ ├── flowering_skyris_leaves.json │ │ ├── green_apple.json │ │ ├── green_apple_skyris_leaves.json │ │ ├── green_enchanted_leaves.json │ │ ├── holly_leaves.json │ │ ├── indigo_jacaranda_leaves.json │ │ ├── jacaranda_leaves.json │ │ ├── joshua_fruit.json │ │ ├── joshua_leaves.json │ │ ├── lament_leaves.json │ │ ├── mahogany_leaves.json │ │ ├── mahogany_twiglet_leaves.json │ │ ├── maple_leaves.json │ │ ├── mega_palm_leaves.json │ │ ├── nightshade_leaves.json │ │ ├── northern_spruce_leaves.json │ │ ├── oak_twiglet_leaves.json │ │ ├── orange_birch_leaves.json │ │ ├── orange_oak_leaves.json │ │ ├── orange_spruce_leaves.json │ │ ├── orange_tapered_oak_leaves.json │ │ ├── orchard_leaves.json │ │ ├── palm_leaves.json │ │ ├── palo_verde_leaves.json │ │ ├── pine_leaves.json │ │ ├── pink_cherry_leaves.json │ │ ├── poplar_leaves.json │ │ ├── prairie_oak_leaves.json │ │ ├── rainbow_eucalyptus_leaves.json │ │ ├── red_birch_leaves.json │ │ ├── red_maple_leaves.json │ │ ├── red_oak_leaves.json │ │ ├── red_oak_twiglet_leaves.json │ │ ├── red_spruce_leaves.json │ │ ├── red_tapered_oak_leaves.json │ │ ├── redwood_leaves.json │ │ ├── ripe_joshua_leaves.json │ │ ├── ripe_orchard_leaves.json │ │ ├── silver_maple_leaves.json │ │ ├── skyris_leaves.json │ │ ├── sparse_willow_leaves.json │ │ ├── sparse_witch_hazel_leaves.json │ │ ├── sparse_withering_oak_leaves.json │ │ ├── sythian_wart.json │ │ ├── tapered_oak_leaves.json │ │ ├── tapered_withering_oak_leaves.json │ │ ├── weeping_lament_leaves.json │ │ ├── white_cherry_leaves.json │ │ ├── white_mangrove_leaves.json │ │ ├── willow_leaves.json │ │ ├── witch_hazel_leaves.json │ │ ├── withering_oak_leaves.json │ │ ├── yellow_birch_leaves.json │ │ ├── yellow_poplar_leaves.json │ │ ├── yellow_spruce_leaves.json │ │ └── zelkova_leaves.json │ │ └── trees │ │ ├── branches │ │ ├── aspen.json │ │ ├── baobab.json │ │ ├── blue_enchanted.json │ │ ├── cherry.json │ │ ├── cika.json │ │ ├── crimson_mushroom.json │ │ ├── cypress.json │ │ ├── ebony.json │ │ ├── embur.json │ │ ├── ether.json │ │ ├── fir.json │ │ ├── fungal_imparius.json │ │ ├── green_enchanted.json │ │ ├── holly.json │ │ ├── imbued_blue_enchanted.json │ │ ├── imbued_green_enchanted.json │ │ ├── imbued_nightshade.json │ │ ├── imparius_mushroom.json │ │ ├── jacaranda.json │ │ ├── lament.json │ │ ├── mahogany.json │ │ ├── maple.json │ │ ├── nightshade.json │ │ ├── oddity_cactus.json │ │ ├── palm.json │ │ ├── palo_verde.json │ │ ├── pine.json │ │ ├── rainbow_eucalyptus.json │ │ ├── redwood.json │ │ ├── skyris.json │ │ ├── stripped_aspen.json │ │ ├── stripped_baobab.json │ │ ├── stripped_blue_enchanted.json │ │ ├── stripped_cherry.json │ │ ├── stripped_cika.json │ │ ├── stripped_crimson_mushroom.json │ │ ├── stripped_cypress.json │ │ ├── stripped_ebony.json │ │ ├── stripped_embur.json │ │ ├── stripped_ether.json │ │ ├── stripped_fir.json │ │ ├── stripped_fungal_imparius.json │ │ ├── stripped_green_enchanted.json │ │ ├── stripped_holly.json │ │ ├── stripped_jacaranda.json │ │ ├── stripped_lament.json │ │ ├── stripped_mahogany.json │ │ ├── stripped_maple.json │ │ ├── stripped_nightshade.json │ │ ├── stripped_palm.json │ │ ├── stripped_palo_verde.json │ │ ├── stripped_pine.json │ │ ├── stripped_rainbow_eucalyptus.json │ │ ├── stripped_redwood.json │ │ ├── stripped_skyris.json │ │ ├── stripped_sythian.json │ │ ├── stripped_warped_mushroom.json │ │ ├── stripped_white_mangrove.json │ │ ├── stripped_willow.json │ │ ├── stripped_witch_hazel.json │ │ ├── stripped_zelkova.json │ │ ├── sythian.json │ │ ├── warped_cactus.json │ │ ├── warped_mushroom.json │ │ ├── white_mangrove.json │ │ ├── willow.json │ │ ├── witch_hazel.json │ │ ├── withering_oak.json │ │ └── zelkova.json │ │ ├── leaves │ │ ├── ancient_ebony.json │ │ ├── ancient_silver_maple.json │ │ ├── araucaria.json │ │ ├── aspen.json │ │ ├── aspen_twiglet.json │ │ ├── baobab.json │ │ ├── blooming_witch_hazel.json │ │ ├── blue_enchanted.json │ │ ├── blue_spruce.json │ │ ├── boreal_spruce.json │ │ ├── brown_birch.json │ │ ├── brown_oak.json │ │ ├── brown_tapered_oak.json │ │ ├── brown_zelkova.json │ │ ├── canopy_dark_oak.json │ │ ├── canopy_oak.json │ │ ├── cika.json │ │ ├── cypress.json │ │ ├── dark_oak_twiglet.json │ │ ├── ebony.json │ │ ├── ether.json │ │ ├── ether_twiglet.json │ │ ├── fir.json │ │ ├── firecracker.json │ │ ├── firecracker_twiglet.json │ │ ├── flowering_indigo_jacaranda.json │ │ ├── flowering_jacaranda.json │ │ ├── flowering_nightshade.json │ │ ├── flowering_orchard.json │ │ ├── flowering_palo_verde.json │ │ ├── flowering_skyris.json │ │ ├── green_apple_skyris.json │ │ ├── green_enchanted.json │ │ ├── holly.json │ │ ├── indigo_jacaranda.json │ │ ├── jacaranda.json │ │ ├── joshua.json │ │ ├── lament.json │ │ ├── mahogany.json │ │ ├── mahogany_twiglet.json │ │ ├── maple.json │ │ ├── mega_palm.json │ │ ├── nightshade.json │ │ ├── northern_spruce.json │ │ ├── oak_twiglet.json │ │ ├── orange_birch.json │ │ ├── orange_oak.json │ │ ├── orange_spruce.json │ │ ├── orange_tapered_oak.json │ │ ├── orchard.json │ │ ├── palm.json │ │ ├── palo_verde.json │ │ ├── pine.json │ │ ├── pink_cherry.json │ │ ├── poplar.json │ │ ├── prairie_oak.json │ │ ├── rainbow_eucalyptus.json │ │ ├── red_birch.json │ │ ├── red_maple.json │ │ ├── red_oak.json │ │ ├── red_oak_twiglet.json │ │ ├── red_spruce.json │ │ ├── red_tapered_oak.json │ │ ├── redwood.json │ │ ├── ripe_joshua.json │ │ ├── ripe_orchard.json │ │ ├── silver_maple.json │ │ ├── skyris.json │ │ ├── sparse_willow.json │ │ ├── sparse_witch_hazel.json │ │ ├── sparse_withering_oak.json │ │ ├── sythian.json │ │ ├── tapered_oak.json │ │ ├── tapered_withering_oak.json │ │ ├── weeping_lament.json │ │ ├── white_cherry.json │ │ ├── white_mangrove.json │ │ ├── willow.json │ │ ├── witch_hazel.json │ │ ├── withering_oak.json │ │ ├── yellow_birch.json │ │ ├── yellow_poplar.json │ │ ├── yellow_spruce.json │ │ └── zelkova.json │ │ ├── roots │ │ └── white_mangrove.json │ │ └── voluntary │ │ ├── araucaria.json │ │ ├── aspen.json │ │ ├── baobab.json │ │ ├── blue_enchanted.json │ │ ├── blue_spruce.json │ │ ├── brown_birch.json │ │ ├── brown_oak.json │ │ ├── brown_zelkova.json │ │ ├── cypress.json │ │ ├── death_cap.json │ │ ├── ebony.json │ │ ├── embur.json │ │ ├── ether.json │ │ ├── fir.json │ │ ├── fungal_imparius.json │ │ ├── green_enchanted.json │ │ ├── green_mushroom.json │ │ ├── holly.json │ │ ├── imparius_mushroom.json │ │ ├── indigo_jacaranda.json │ │ ├── jacaranda.json │ │ ├── joshua.json │ │ ├── lament.json │ │ ├── mahogany.json │ │ ├── maple.json │ │ ├── nightshade.json │ │ ├── orange_birch.json │ │ ├── orange_oak.json │ │ ├── orange_spruce.json │ │ ├── orchard.json │ │ ├── palm.json │ │ ├── palo_verde.json │ │ ├── pine.json │ │ ├── pink_cherry.json │ │ ├── poplar.json │ │ ├── rainbow_eucalyptus.json │ │ ├── red_birch.json │ │ ├── red_maple.json │ │ ├── red_oak.json │ │ ├── red_spruce.json │ │ ├── shulkren.json │ │ ├── silver_maple.json │ │ ├── skyris.json │ │ ├── small_cika.json │ │ ├── small_redwood.json │ │ ├── soul_shroom.json │ │ ├── sythian.json │ │ ├── weeping_milkcap.json │ │ ├── white_cherry.json │ │ ├── white_mangrove.json │ │ ├── willow.json │ │ ├── witch_hazel.json │ │ ├── withering_oak.json │ │ ├── wood_blewit.json │ │ ├── yellow_birch.json │ │ ├── yellow_poplar.json │ │ ├── yellow_spruce.json │ │ └── zelkova.json │ └── dynamictrees │ └── tags │ ├── blocks │ ├── aerial_roots_rooty_soil.json │ ├── branches.json │ ├── branches_that_burn.json │ ├── fungus_branches.json │ ├── fungus_caps.json │ ├── leaves.json │ ├── roots.json │ ├── rooty_soil.json │ ├── saplings.json │ ├── stripped_branches.json │ ├── stripped_branches_that_burn.json │ ├── stripped_fungus_branches.json │ └── wart_blocks.json │ └── items │ ├── branches.json │ ├── branches_that_burn.json │ ├── fungus_branches.json │ ├── fungus_caps.json │ └── seeds.json └── main ├── java └── maxhyper │ └── dtbyg │ ├── DynamicTreesBYG.java │ ├── blocks │ ├── BYGTintedSoilProperties.java │ ├── DynamicArisianBloomBranch.java │ ├── EmburGelCapProperties.java │ ├── EtherBulbsFruit.java │ ├── FungalImpariusCapProperties.java │ ├── ImpariusMushroomCapProperties.java │ ├── LavaSoilProperties.java │ ├── SimpleLavaloggedBlock.java │ ├── WartyCapProperties.java │ └── WeepingMilkcapCapProperties.java │ ├── cancellers │ ├── BYGTreeFeatureCanceller.java │ ├── CactusFeatureCanceller.java │ └── VegetationReplacement.java │ ├── cells │ ├── DTBYGCellKits.java │ ├── DTBYGLeafClusters.java │ └── cell │ │ ├── BushyBranchCell.java │ │ ├── BushyLeafCell.java │ │ ├── ConiferLeafCell2.java │ │ ├── DeciduousOakCell.java │ │ ├── LamentLeafCell.java │ │ ├── PoplarBranchCell.java │ │ ├── PoplarLeafCell.java │ │ ├── PoplarTopBranchCell.java │ │ ├── SparseBranchCell.java │ │ ├── SythianWartCell.java │ │ ├── WillowBranchCell.java │ │ └── WillowLeafCell.java │ ├── genfeatures │ ├── AlternativeBranchGenFeature.java │ ├── BigBottomFlareGenFeature.java │ ├── BranchSproutsGenFeature.java │ ├── DTBYGGenFeatures.java │ ├── ExtraBottomFlareGenFeature.java │ ├── MushroomVinesGenFeature.java │ └── SythianTopperGenFeature.java │ ├── growthlogic │ ├── AncientLogic.java │ ├── AraucariaLogic.java │ ├── AspenLogic.java │ ├── BaobabLogic.java │ ├── CypressLogic.java │ ├── DTBYGGrowthLogicKits.java │ ├── DiagonalPalmLogic.java │ ├── EbonyLogic.java │ ├── EnchantedTreeLogic.java │ ├── EtherTreeLogic.java │ ├── MangroveLogic.java │ ├── MapleLogic.java │ ├── MegaPineLogic.java │ ├── MegaRainbowEucalyptusLogic.java │ ├── PineLogic.java │ ├── PoplarLogic.java │ ├── RedwoodLogic.java │ ├── SmallRedwoodLogic.java │ ├── SythianLogic.java │ ├── TaperedOakLogic.java │ ├── TaperedWitheredOakLogic.java │ ├── TwistingTreeLogic.java │ ├── VariateHeightLogic.java │ ├── WillowLogic.java │ └── ZelkovaLogic.java │ ├── init │ ├── DTBYGClient.java │ ├── DTBYGRegistries.java │ └── SideBranchPlaceEventHandler.java │ ├── models │ ├── ModelBakeEventHandler.java │ ├── PalmLeavesBakedModel.java │ ├── PalmLeavesModelGeometry.java │ └── PalmLeavesModelLoader.java │ ├── mushroomshape │ ├── BYGMushroomShapeKits.java │ └── LinearShape.java │ ├── resources │ └── RegisterJSONAppliers.java │ └── trees │ ├── DiagonalPalmFamily.java │ ├── GenOnExtraSoilSpecies.java │ ├── GenUnderwaterSpecies.java │ ├── ImbuedLogFamily.java │ ├── LamentSpecies.java │ ├── MangroveSpecies.java │ ├── PoplarSpecies.java │ ├── SythianFungusFamily.java │ ├── TwigletSpecies.java │ ├── WartyMushroomFamily.java │ └── WoodyHugeMushroomSpecies.java └── resources ├── META-INF ├── accesstransformer.cfg └── mods.toml ├── assets ├── byg │ └── textures │ │ └── block │ │ ├── aspen │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── baobab │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── blue_enchanted │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── bulbis │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── cherry │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── cika │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── cypress │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── ebony │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── embur │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── ether │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── fir │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── fungal_imparius_stem_top_thick.png │ │ ├── glacial_oak_log_top_thick.png │ │ ├── green_enchanted │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── holly │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── imparius │ │ └── log_top_thick.png │ │ ├── ironwood_log_top_thick.png │ │ ├── jacaranda │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── lament │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── mahogany │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── maple │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── nightshade │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── palm │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── palo_verde_log_top_thick.png │ │ ├── pine │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── rainbow_eucalyptus │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── redwood │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── skyris │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── stripped_ironwood_log_top_thick.png │ │ ├── stripped_palo_verde_top_thick.png │ │ ├── stripped_ping_log_top_thick.png │ │ ├── sythian │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── tainted_acacia_log_top_thick.png │ │ ├── white_mangrove │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── willow │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── witch_hazel │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png │ │ ├── withering_oak_log_top_thick.png │ │ └── zelkova │ │ ├── log_top_thick.png │ │ └── stripped_log_top_thick.png ├── dtbyg │ ├── blockstates │ │ ├── arisian_bloom_branch.json │ │ ├── baobab_fruit.json │ │ ├── crimson_mushroom_wart_center.json │ │ ├── death_cap_cap_center.json │ │ ├── embur_gel_branch.json │ │ ├── embur_gel_center.json │ │ ├── ether_bulbs.json │ │ ├── fungal_imparius_cap_alt.json │ │ ├── fungal_imparius_cap_center.json │ │ ├── fungal_imparius_cap_center_alt.json │ │ ├── fungal_imparius_filament.json │ │ ├── green_apple.json │ │ ├── green_mushroom_cap_center.json │ │ ├── holly_berries.json │ │ ├── imparius_mushroom_cap_center.json │ │ ├── imparius_mushroom_side_branch.json │ │ ├── joshua_fruit.json │ │ ├── shulkren_wart_center.json │ │ ├── soul_shroom_cap_center.json │ │ ├── warped_mushroom_wart_center.json │ │ ├── weeping_milkcap_cap_center.json │ │ ├── witch_hazel_side_branch.json │ │ └── wood_blewit_cap_center.json │ ├── lang │ │ └── en_us.json │ ├── models │ │ └── block │ │ │ ├── fruit │ │ │ ├── baobab_fruit_age0.json │ │ │ ├── baobab_fruit_age1.json │ │ │ ├── baobab_fruit_age2.json │ │ │ ├── baobab_fruit_age3.json │ │ │ ├── ether_bulbs_age0.json │ │ │ ├── ether_bulbs_age1.json │ │ │ ├── ether_bulbs_age2.json │ │ │ ├── ether_bulbs_age3.json │ │ │ ├── generic │ │ │ │ ├── berry_age1.json │ │ │ │ ├── berry_age2.json │ │ │ │ ├── berry_age3.json │ │ │ │ └── flower_age0.json │ │ │ ├── green_apple_age0.json │ │ │ ├── green_apple_age1.json │ │ │ ├── green_apple_age2.json │ │ │ ├── green_apple_age3.json │ │ │ ├── holly_berries_age0.json │ │ │ ├── holly_berries_age1.json │ │ │ ├── holly_berries_age2.json │ │ │ ├── holly_berries_age3.json │ │ │ ├── joshua_fruit_age0.json │ │ │ ├── joshua_fruit_age1.json │ │ │ ├── joshua_fruit_age2.json │ │ │ └── joshua_fruit_age3.json │ │ │ ├── fungal_imparius_face.json │ │ │ ├── fungal_imparius_face2.json │ │ │ ├── fungal_imparius_face3.json │ │ │ ├── fungal_imparius_filament_face.json │ │ │ ├── palm_core_bottom.json │ │ │ ├── palm_core_top.json │ │ │ ├── palm_frond.json │ │ │ ├── palm_frond_mega.json │ │ │ ├── saplings │ │ │ ├── mushroom_cone.json │ │ │ ├── mushroom_embur.json │ │ │ ├── mushroom_flat_small.json │ │ │ ├── mushroom_flat_tall.json │ │ │ ├── mushroom_long.json │ │ │ ├── mushroom_round.json │ │ │ ├── mushroom_round_short.json │ │ │ └── mushroom_triple.json │ │ │ └── soul_shroom_cap_center_age0.json │ └── textures │ │ ├── block │ │ ├── baobab_fruit.png │ │ ├── death_cap_cap.png │ │ ├── embur_cap.png │ │ ├── embur_cap.psd │ │ ├── ether_bulbs.png │ │ ├── fungal_imparius_cap.png │ │ ├── green_apple.png │ │ ├── green_mushroom_cap.png │ │ ├── holly_berries.png │ │ ├── imparius_mushroom_cap.png │ │ ├── joshua_fruit.png │ │ ├── lava_roots.png │ │ ├── mossy_white_mangrove_roots_side.png │ │ ├── mossy_white_mangrove_roots_top.png │ │ ├── muddy_white_mangrove_roots_side.png │ │ ├── muddy_white_mangrove_roots_top.png │ │ ├── palm_base.png │ │ ├── palm_frond.png │ │ ├── palm_frond_mega.png │ │ ├── shulkren_cap.png │ │ ├── soul_shroom_cap.png │ │ ├── sythian_cap.png │ │ ├── weeping_milkcap_cap.png │ │ ├── white_mangrove_roots_side.png │ │ ├── white_mangrove_roots_top.png │ │ └── wood_blewit_cap.png │ │ └── item │ │ ├── araucaria_seed.png │ │ ├── aspen_seed.png │ │ ├── baobab_seed.png │ │ ├── blue_enchanted_poplar_seed.png │ │ ├── blue_enchanted_seed.png │ │ ├── blue_spruce_seed.png │ │ ├── brown_birch_seed.png │ │ ├── brown_oak_seed.png │ │ ├── brown_zelkova_seed.png │ │ ├── cika_seed.png │ │ ├── cypress_seed.png │ │ ├── death_cap_seed.png │ │ ├── ebony_seed.png │ │ ├── embur_seed.png │ │ ├── ether_seed.png │ │ ├── fir_seed.png │ │ ├── fungal_imparius_seed.png │ │ ├── green_enchanted_poplar_seed.png │ │ ├── green_enchanted_seed.png │ │ ├── green_mushroom_seed.png │ │ ├── holly_seed.png │ │ ├── imparius_mushroom_seed.png │ │ ├── indigo_jacaranda_seed.png │ │ ├── jacaranda_seed.png │ │ ├── joshua_seed.png │ │ ├── lament_seed.png │ │ ├── mahogany_seed.png │ │ ├── maple_seed.png │ │ ├── nightshade_seed.png │ │ ├── oddity_cactus_seed.png │ │ ├── orange_birch_seed.png │ │ ├── orange_oak_seed.png │ │ ├── orange_spruce_seed.png │ │ ├── orchard_seed.png │ │ ├── palm_seed.png │ │ ├── palo_verde_seed.png │ │ ├── pine_seed.png │ │ ├── pink_cherry_seed.png │ │ ├── poplar_seed.png │ │ ├── rainbow_eucalyptus_seed.png │ │ ├── red_birch_seed.png │ │ ├── red_maple_seed.png │ │ ├── red_oak_seed.png │ │ ├── red_spruce_seed.png │ │ ├── redwood_seed.png │ │ ├── shulkren_seed.png │ │ ├── silver_maple_seed.png │ │ ├── skyris_seed.png │ │ ├── soul_shroom_seed.png │ │ ├── sythian_seed.png │ │ ├── warped_cactus_seed.png │ │ ├── weeping_milkcap_seed.png │ │ ├── white_cherry_seed.png │ │ ├── white_mangrove_seed.png │ │ ├── willow_seed.png │ │ ├── witch_hazel_seed.png │ │ ├── withering_oak_seed.png │ │ ├── withering_oak_seed.png.mcmeta │ │ ├── wood_blewit_seed.png │ │ ├── yellow_birch_seed.png │ │ ├── yellow_poplar_seed.png │ │ ├── yellow_spruce_seed.png │ │ └── zelkova_seed.png └── dynamictrees │ ├── blockstates │ ├── oak_root.json │ └── spruce_root.json │ └── models │ └── block │ ├── oak_root.json │ └── spruce_root.json ├── data ├── byg │ └── tags │ │ └── worldgen │ │ └── biome │ │ └── has_feature │ │ └── palm_trees.json ├── dtbyg │ └── loot_tables │ │ ├── blocks │ │ ├── arisian_bloom_branch.json │ │ ├── crimson_mushroom_wart.json │ │ ├── death_cap_cap.json │ │ ├── embur_gel.json │ │ ├── embur_gel_branch.json │ │ ├── fungal_imparius_cap.json │ │ ├── fungal_imparius_filament.json │ │ ├── green_mushroom_cap.json │ │ ├── imparius_mushroom.json │ │ ├── imparius_mushroom_side_branch.json │ │ ├── shulkren_wart.json │ │ ├── soul_shroom_cap.json │ │ ├── warped_mushroom_wart.json │ │ ├── weeping_milkcap.json │ │ ├── witch_hazel_side_branch.json │ │ └── wood_blewit_cap.json │ │ └── trees │ │ ├── branches │ │ ├── brown_mushroom.json │ │ ├── soul_shroom.json │ │ └── white_mushroom.json │ │ └── mushroom_caps │ │ ├── crimson_mushroom.json │ │ ├── death_cap.json │ │ ├── embur.json │ │ ├── fungal_imparius.json │ │ ├── green_mushroom.json │ │ ├── imparius_mushroom.json │ │ ├── shulkren.json │ │ ├── soul_shroom.json │ │ ├── warped_mushroom.json │ │ ├── weeping_milkcap.json │ │ └── wood_blewit.json └── dynamictrees │ └── tags │ └── blocks │ ├── foliage.json │ └── mineable │ └── shovel.json ├── pack.mcmeta └── trees ├── dtbyg ├── cap_properties │ ├── crimson_mushroom.json │ ├── death_cap.json │ ├── embur.json │ ├── fungal_imparius.json │ ├── green_mushroom.json │ ├── imparius_mushroom.json │ ├── shulkren.json │ ├── soul_shroom.json │ ├── warped_mushroom.json │ ├── weeping_milkcap.json │ └── wood_blewit.json ├── families │ ├── aspen.json │ ├── baobab.json │ ├── blue_enchanted.json │ ├── brown_mushroom.json │ ├── cherry.json │ ├── cika.json │ ├── crimson_mushroom.json │ ├── cypress.json │ ├── ebony.json │ ├── embur.json │ ├── ether.json │ ├── fir.json │ ├── fungal_imparius.json │ ├── green_enchanted.json │ ├── holly.json │ ├── imparius_mushroom.json │ ├── jacaranda.json │ ├── lament.json │ ├── mahogany.json │ ├── maple.json │ ├── nightshade.json │ ├── oddity_cactus.json │ ├── palm.json │ ├── palo_verde.json │ ├── pine.json │ ├── rainbow_eucalyptus.json │ ├── redwood.json │ ├── skyris.json │ ├── soul_shroom.json │ ├── sythian.json │ ├── warped_cactus.json │ ├── warped_mushroom.json │ ├── white_mangrove.json │ ├── white_mushroom.json │ ├── willow.json │ ├── witch_hazel.json │ ├── withering_oak.json │ └── zelkova.json ├── fruits │ ├── baobab_fruit.json │ ├── ether_bulbs.json │ ├── green_apple.json │ ├── holly_berries.json │ └── joshua_fruit.json ├── jo_codes │ ├── ancient_dark_oak.txt │ ├── ancient_ebony.txt │ ├── ancient_silver_maple.txt │ ├── araucaria.txt │ ├── aspen.txt │ ├── aspen_twiglet.txt │ ├── baobab.txt │ ├── bare_ether.txt │ ├── blue_enchanted.txt │ ├── blue_enchanted_poplar.txt │ ├── blue_spruce.txt │ ├── boreal_spruce.txt │ ├── brown_birch.txt │ ├── brown_oak.txt │ ├── brown_tapered_oak.txt │ ├── brown_zelkova.txt │ ├── canopy_aspen.txt │ ├── canopy_dark_oak.txt │ ├── canopy_oak.txt │ ├── cika.txt │ ├── crimson_mushroom.txt │ ├── cypress.txt │ ├── dark_oak_twiglet.txt │ ├── death_cap.txt │ ├── ebony.txt │ ├── ebony_oak.txt │ ├── embur.txt │ ├── ether.txt │ ├── ether_twiglet.txt │ ├── fir.txt │ ├── firecracker.txt │ ├── firecracker_twiglet.txt │ ├── fungal_imparius.txt │ ├── giga_blue_spruce.txt │ ├── giga_orange_spruce.txt │ ├── giga_red_spruce.txt │ ├── giga_spruce.txt │ ├── giga_yellow_spruce.txt │ ├── green_enchanted.txt │ ├── green_enchanted_poplar.txt │ ├── green_mushroom.txt │ ├── holly.txt │ ├── imparius_mushroom.txt │ ├── indigo_jacaranda.txt │ ├── jacaranda.txt │ ├── joshua.txt │ ├── lament.txt │ ├── mahogany.txt │ ├── mahogany_twiglet.txt │ ├── maple.txt │ ├── mega_blue_spruce.txt │ ├── mega_brown_oak.txt │ ├── mega_cypress.txt │ ├── mega_fir.txt │ ├── mega_holly.txt │ ├── mega_indigo_jacaranda.txt │ ├── mega_jacaranda.txt │ ├── mega_mahogany.txt │ ├── mega_orange_oak.txt │ ├── mega_orange_spruce.txt │ ├── mega_orchard.txt │ ├── mega_palm.txt │ ├── mega_pine.txt │ ├── mega_pink_cherry.txt │ ├── mega_prairie_oak.txt │ ├── mega_rainbow_eucalyptus.txt │ ├── mega_red_oak.txt │ ├── mega_red_spruce.txt │ ├── mega_white_cherry.txt │ ├── mega_willow.txt │ ├── mega_yellow_spruce.txt │ ├── mini_brown_mushroom.txt │ ├── mini_green_mushroom.txt │ ├── mini_red_mushroom.txt │ ├── mini_weeping_milkcap.txt │ ├── mini_wood_blewit.txt │ ├── nightshade.txt │ ├── northern_spruce.txt │ ├── oak_twiglet.txt │ ├── oddity_cactus.txt │ ├── orange_birch.txt │ ├── orange_oak.txt │ ├── orange_spruce.txt │ ├── orange_tapered_oak.txt │ ├── orchard.txt │ ├── palm.txt │ ├── palo_verde.txt │ ├── pine.txt │ ├── pink_cherry.txt │ ├── poplar.txt │ ├── prairie_oak.txt │ ├── rainbow_eucalyptus.txt │ ├── red_birch.txt │ ├── red_maple.txt │ ├── red_oak.txt │ ├── red_oak_twiglet.txt │ ├── red_spruce.txt │ ├── red_tapered_oak.txt │ ├── redwood.txt │ ├── shulkren.txt │ ├── silver_maple.txt │ ├── skyris.txt │ ├── small_cika.txt │ ├── small_ether.txt │ ├── small_fungal_imparius.txt │ ├── small_imparius_mushroom.txt │ ├── small_nightshade.txt │ ├── small_redwood.txt │ ├── soul_shroom.txt │ ├── sparse_tapered_withering_oak.txt │ ├── sparse_willow.txt │ ├── sparse_witch_hazel.txt │ ├── sparse_withering_oak.txt │ ├── sythian.txt │ ├── tall_blue_spruce.txt │ ├── tall_brown_birch.txt │ ├── tall_fir.txt │ ├── tall_mahogany.txt │ ├── tall_orange_birch.txt │ ├── tall_orange_spruce.txt │ ├── tall_orchard.txt │ ├── tall_red_birch.txt │ ├── tall_red_spruce.txt │ ├── tall_spruce.txt │ ├── tall_yellow_birch.txt │ ├── tall_yellow_spruce.txt │ ├── tapered_oak.txt │ ├── tapered_withering_oak.txt │ ├── warped_cactus.txt │ ├── warped_mushroom.txt │ ├── weeping_lament.txt │ ├── weeping_milkcap.txt │ ├── white_cherry.txt │ ├── white_mangrove.txt │ ├── willow.txt │ ├── witch_hazel.txt │ ├── withering_oak.txt │ ├── wood_blewit.txt │ ├── yellow_birch.txt │ ├── yellow_poplar.txt │ ├── yellow_spruce.txt │ └── zelkova.txt ├── leaves_properties │ ├── ancient_ebony.json │ ├── ancient_silver_maple.json │ ├── araucaria.json │ ├── aspen.json │ ├── aspen_twiglet.json │ ├── baobab.json │ ├── bare_ether.json │ ├── blooming_witch_hazel.json │ ├── blue_enchanted.json │ ├── blue_spruce.json │ ├── boreal_spruce.json │ ├── brown_birch.json │ ├── brown_oak.json │ ├── brown_tapered_oak.json │ ├── brown_zelkova.json │ ├── canopy_dark_oak.json │ ├── canopy_oak.json │ ├── cika.json │ ├── cypress.json │ ├── dark_oak_twiglet.json │ ├── ebony.json │ ├── ether.json │ ├── ether_twiglet.json │ ├── fir.json │ ├── firecracker.json │ ├── firecracker_twiglet.json │ ├── flowering_indigo_jacaranda.json │ ├── flowering_jacaranda.json │ ├── flowering_nightshade.json │ ├── flowering_orchard.json │ ├── flowering_palo_verde.json │ ├── flowering_skyris.json │ ├── green_apple_skyris.json │ ├── green_enchanted.json │ ├── holly.json │ ├── indigo_jacaranda.json │ ├── jacaranda.json │ ├── joshua.json │ ├── lament.json │ ├── mahogany.json │ ├── mahogany_twiglet.json │ ├── maple.json │ ├── mega_palm.json │ ├── nightshade.json │ ├── northern_spruce.json │ ├── oak_twiglet.json │ ├── orange_birch.json │ ├── orange_oak.json │ ├── orange_spruce.json │ ├── orange_tapered_oak.json │ ├── orchard.json │ ├── palm.json │ ├── palo_verde.json │ ├── pine.json │ ├── pink_cherry.json │ ├── poplar.json │ ├── prairie_oak.json │ ├── rainbow_eucalyptus.json │ ├── red_birch.json │ ├── red_maple.json │ ├── red_oak.json │ ├── red_oak_twiglet.json │ ├── red_spruce.json │ ├── red_tapered_oak.json │ ├── redwood.json │ ├── ripe_joshua.json │ ├── ripe_orchard.json │ ├── silver_maple.json │ ├── skyris.json │ ├── sparse_willow.json │ ├── sparse_witch_hazel.json │ ├── sparse_withering_oak.json │ ├── sythian.json │ ├── tapered_oak.json │ ├── tapered_withering_oak.json │ ├── weeping_lament.json │ ├── white_cherry.json │ ├── white_mangrove.json │ ├── willow.json │ ├── witch_hazel.json │ ├── withering_oak.json │ ├── yellow_birch.json │ ├── yellow_poplar.json │ ├── yellow_spruce.json │ └── zelkova.json ├── soil_properties │ ├── black_sand.json │ ├── blue_netherrack.json │ ├── blue_sand.json │ ├── bulbis_phycelium.json │ ├── clay.json │ ├── cracked_red_sand.json │ ├── embur_nylium.json │ ├── end_sand.json │ ├── ether_phylium.json │ ├── ether_soil.json │ ├── imparius_phylium.json │ ├── ivis_phylium.json │ ├── lava.json │ ├── lush_dirt.json │ ├── lush_farmland.json │ ├── lush_grass_block.json │ ├── mud_block.json │ ├── mycelium_netherrack.json │ ├── nightshade_phylium.json │ ├── overgrown_crimson_blackstone.json │ ├── overgrown_dacite.json │ ├── overgrown_netherrack.json │ ├── overgrown_stone.json │ ├── peat.json │ ├── pink_sand.json │ ├── podzol_dacite.json │ ├── purple_sand.json │ ├── quartzite_sand.json │ ├── rocky_stone.json │ ├── shulkren_phylium.json │ ├── sythian_nylium.json │ ├── vermilion_sculk.json │ ├── wailing_nylium.json │ ├── warped_soul_sand.json │ ├── warped_soul_soil.json │ ├── white_mangrove_aerial_roots.json │ ├── white_sand.json │ └── windswept_sand.json ├── species │ ├── ancient_dark_oak.json │ ├── ancient_ebony.json │ ├── ancient_silver_maple.json │ ├── araucaria.json │ ├── aspen.json │ ├── aspen_twiglet.json │ ├── baobab.json │ ├── bare_ether.json │ ├── blue_enchanted.json │ ├── blue_enchanted_poplar.json │ ├── blue_spruce.json │ ├── boreal_spruce.json │ ├── brown_birch.json │ ├── brown_oak.json │ ├── brown_tapered_oak.json │ ├── brown_zelkova.json │ ├── canopy_aspen.json │ ├── canopy_dark_oak.json │ ├── canopy_oak.json │ ├── cika.json │ ├── crimson_mushroom.json │ ├── cypress.json │ ├── dark_oak_twiglet.json │ ├── death_cap.json │ ├── ebony.json │ ├── ebony_oak.json │ ├── embur.json │ ├── ether.json │ ├── ether_twiglet.json │ ├── fir.json │ ├── firecracker.json │ ├── firecracker_twiglet.json │ ├── fungal_imparius.json │ ├── giga_blue_spruce.json │ ├── giga_orange_spruce.json │ ├── giga_red_spruce.json │ ├── giga_spruce.json │ ├── giga_yellow_spruce.json │ ├── green_enchanted.json │ ├── green_enchanted_poplar.json │ ├── green_mushroom.json │ ├── holly.json │ ├── imparius_mushroom.json │ ├── indigo_jacaranda.json │ ├── jacaranda.json │ ├── joshua.json │ ├── lament.json │ ├── mahogany.json │ ├── mahogany_twiglet.json │ ├── maple.json │ ├── mega_blue_spruce.json │ ├── mega_brown_oak.json │ ├── mega_cypress.json │ ├── mega_fir.json │ ├── mega_holly.json │ ├── mega_indigo_jacaranda.json │ ├── mega_jacaranda.json │ ├── mega_mahogany.json │ ├── mega_orange_oak.json │ ├── mega_orange_spruce.json │ ├── mega_orchard.json │ ├── mega_palm.json │ ├── mega_pine.json │ ├── mega_pink_cherry.json │ ├── mega_prairie_oak.json │ ├── mega_rainbow_eucalyptus.json │ ├── mega_red_oak.json │ ├── mega_red_spruce.json │ ├── mega_white_cherry.json │ ├── mega_willow.json │ ├── mega_yellow_spruce.json │ ├── mini_brown_mushroom.json │ ├── mini_green_mushroom.json │ ├── mini_red_mushroom.json │ ├── mini_weeping_milkcap.json │ ├── mini_wood_blewit.json │ ├── nightshade.json │ ├── northern_spruce.json │ ├── oak_twiglet.json │ ├── oddity_cactus.json │ ├── orange_birch.json │ ├── orange_oak.json │ ├── orange_spruce.json │ ├── orange_tapered_oak.json │ ├── orchard.json │ ├── palm.json │ ├── palo_verde.json │ ├── pine.json │ ├── pink_cherry.json │ ├── poplar.json │ ├── prairie_oak.json │ ├── rainbow_eucalyptus.json │ ├── red_birch.json │ ├── red_maple.json │ ├── red_oak.json │ ├── red_oak_twiglet.json │ ├── red_spruce.json │ ├── red_tapered_oak.json │ ├── redwood.json │ ├── shulkren.json │ ├── silver_maple.json │ ├── skyris.json │ ├── small_cika.json │ ├── small_ether.json │ ├── small_fungal_imparius.json │ ├── small_imparius_mushroom.json │ ├── small_nightshade.json │ ├── small_redwood.json │ ├── soul_shroom.json │ ├── sparse_tapered_withering_oak.json │ ├── sparse_willow.json │ ├── sparse_witch_hazel.json │ ├── sparse_withering_oak.json │ ├── sythian.json │ ├── tall_blue_spruce.json │ ├── tall_brown_birch.json │ ├── tall_fir.json │ ├── tall_mahogany.json │ ├── tall_orange_birch.json │ ├── tall_orange_spruce.json │ ├── tall_orchard.json │ ├── tall_red_birch.json │ ├── tall_red_spruce.json │ ├── tall_spruce.json │ ├── tall_yellow_birch.json │ ├── tall_yellow_spruce.json │ ├── tapered_oak.json │ ├── tapered_withering_oak.json │ ├── warped_cactus.json │ ├── warped_mushroom.json │ ├── weeping_lament.json │ ├── weeping_milkcap.json │ ├── white_cherry.json │ ├── white_mangrove.json │ ├── willow.json │ ├── witch_hazel.json │ ├── withering_oak.json │ ├── wood_blewit.json │ ├── yellow_birch.json │ ├── yellow_poplar.json │ ├── yellow_spruce.json │ └── zelkova.json └── world_gen │ ├── default.json │ ├── end.json │ ├── feature_cancellers.json │ └── nether.json └── dynamictrees ├── families ├── oak.json └── spruce.json └── species ├── crimson.json └── mega_spruce.json /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /logs/debug.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/logs/debug.log -------------------------------------------------------------------------------- /logs/latest.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/logs/latest.log -------------------------------------------------------------------------------- /settings.gradle.kts: -------------------------------------------------------------------------------- 1 | rootProject.name = "DT BYG" -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ancient_ebony_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ebony/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ancient_silver_maple_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/silver_maple_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/araucaria_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/araucaria_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/araucaria_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/araucaria" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/aspen_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/aspen_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/aspen_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/aspen/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/aspen_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/aspen" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/aspen_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/aspen/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/baobab_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/baobab_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/baobab_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/baobab/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/baobab_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/baobab" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blooming_witch_hazel_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/blooming_witch_hazel_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blue_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/blue_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blue_enchanted_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/blue_enchanted/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blue_enchanted_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/blue_enchanted" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blue_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/blue_spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/blue_spruce_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/blue_spruce" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/boreal_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_birch_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/brown_birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_birch_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/brown_birch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/brown_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/brown_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_oak_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/brown_oak" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_tapered_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/brown_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_zelkova_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/brown_zelkova_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/brown_zelkova_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/brown_zelkova" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/canopy_dark_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/dark_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/canopy_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cherry_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/cherry_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cika_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/cika_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cika_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/cika/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cika_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/small_cika" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/crimson_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/crimson_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/crimson_mushroom_wart.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/nether_wart_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cypress_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/cypress_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cypress_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/cypress/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cypress_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/cypress_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/cypress_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/cypress" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/dark_oak_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/dark_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/death_cap_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/death_cap" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ebony_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/ebony_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ebony_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ebony/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ebony_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/ebony_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ebony_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/ebony" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/embur_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/embur_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/embur_gel.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/embur_gel_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/embur_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/embur" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ether_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/ether_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ether_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ether/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ether_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/ether" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ether_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ether/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fir_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/fir_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fir_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/fir/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fir_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/fir" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/firecracker_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/firecracker_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/firecracker_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/firecracker_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_indigo_jacaranda_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_indigo_jacaranda_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_jacaranda_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_jacaranda_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_nightshade_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_nightshade_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_orchard_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_orchard_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_palo_verde_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_palo_verde_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/flowering_skyris_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/flowering_skyris_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fungal_imparius_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/fungal_imparius_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fungal_imparius_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/fungal_imparius_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/fungal_imparius_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/fungal_imparius" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/green_apple_skyris_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/green_apple_skyris_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/green_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/green_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/green_enchanted_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/green_enchanted/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/green_enchanted_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/green_enchanted" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/green_mushroom_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/green_mushroom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/holly_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/holly_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/holly_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/holly/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/holly_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/holly" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imbued_blue_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/imbued_blue_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imbued_green_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/imbued_green_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imbued_nightshade_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/imbued_nightshade_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imparius_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/imparius_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imparius_mushroom_cap.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/imparius_mushroom_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imparius_mushroom_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/imparius_mushroom_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/imparius_mushroom_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/imparius_mushroom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/indigo_jacaranda_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/indigo_jacaranda_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/indigo_jacaranda_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/indigo_jacaranda" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/jacaranda_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/jacaranda_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/jacaranda_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/jacaranda/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/jacaranda_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/jacaranda_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/jacaranda_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/jacaranda" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/joshua_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/joshua_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/joshua_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/joshua" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/lament_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/lament_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/lament_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/lament/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/lament_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/lament" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mahogany_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/mahogany_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mahogany_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/mahogany/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mahogany_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/mahogany_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mahogany_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/mahogany" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mahogany_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/mahogany/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/maple_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/maple_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/maple_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/maple/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/maple_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/maple_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/maple_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/maple" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/mega_palm_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/palm/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/nightshade_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/nightshade_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/nightshade_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/nightshade/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/nightshade_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/nightshade" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/northern_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/oak_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/oddity_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/oddity_cactus_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/oddity_cactus_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/oddity_cactus" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_birch_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/orange_birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_birch_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/orange_birch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/orange_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_oak_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/orange_oak" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/orange_spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_spruce_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/orange_spruce" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orange_tapered_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/orange_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orchard_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/orchard_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/orchard_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/orchard" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/palm_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/palm_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/palm_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/palm" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/palo_verde_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/palo_verde_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/palo_verde_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/palo_verde_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/palo_verde_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/palo_verde" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pine_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/pine_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pine_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/pine/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pine_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/pine_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pine_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/pine" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pink_cherry_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/pink_cherry_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/pink_cherry_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/pink_cherry" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/poplar_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/poplar_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/poplar" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/prairie_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/rainbow_eucalyptus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/rainbow_eucalyptus_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/rainbow_eucalyptus_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/rainbow_eucalyptus/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/rainbow_eucalyptus_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/rainbow_eucalyptus_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/rainbow_eucalyptus_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/rainbow_eucalyptus" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_birch_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_birch_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/red_birch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_maple_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_maple_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_maple_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/red_maple" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_oak_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/red_oak" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_oak_twiglet_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_spruce_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/red_spruce" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/red_tapered_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/red_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/redwood_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/redwood_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/redwood_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/redwood/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/redwood_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/redwood_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/redwood_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/small_redwood" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ripe_joshua_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ripe_joshua_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/ripe_orchard_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/ripe_orchard_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/rooty_lava.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dynamictrees:block/roots_water" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/shulkren_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/shulkren" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/shulkren_wart.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": [ 4 | { "model": "byg:block/shulkren_wart_block" }, 5 | { "model": "byg:block/shulkren_wart_block_nodots" } 6 | ] 7 | } 8 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/silver_maple_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/silver_maple_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/silver_maple_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/silver_maple" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/skyris_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/skyris_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/skyris_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/skyris/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/skyris_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/skyris" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/soul_shroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/soul_shroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/soul_shroom_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/soul_shroom" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sparse_willow_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/willow/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sparse_witch_hazel_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/witch_hazel/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sparse_withering_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/withering_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_aspen_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_aspen_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_baobab_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_baobab_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_blue_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_blue_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_cherry_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_cherry_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_cika_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_cika_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_crimson_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_crimson_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_cypress_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_cypress_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_ebony_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_ebony_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_embur_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_embur_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_ether_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_ether_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_fir_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_fir_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_fungal_imparius_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_fungal_imparius_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_green_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_green_enchanted_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_holly_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_holly_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_jacaranda_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_jacaranda_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_lament_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_lament_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_mahogany_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_mahogany_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_maple_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_maple_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_nightshade_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_nightshade_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_palm_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_palm_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_palo_verde_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_palo_verde_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_pine_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_pine_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_rainbow_eucalyptus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_rainbow_eucalyptus_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_redwood_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_redwood_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_skyris_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_skyris_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_sythian_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_sythian_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_warped_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_warped_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_white_mangrove_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_white_mangrove_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_willow_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_willow_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_witch_hazel_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_witch_hazel_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/stripped_zelkova_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/stripped_zelkova_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sythian_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/sythian_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sythian_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/sythian" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/sythian_wart.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/sythian/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/tapered_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/tapered_withering_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/withering_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/warped_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/warped_cactus_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/warped_cactus_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/warped_cactus" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/warped_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/warped_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/warped_mushroom_wart.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "minecraft:block/warped_wart_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/weeping_lament_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/lament/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/weeping_milkcap_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/weeping_milkcap" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_cherry_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/white_cherry_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_cherry_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/white_cherry" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_mangrove_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/white_mangrove_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_mangrove_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/white_mangrove/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_mangrove_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/white_mangrove" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/white_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/white_mushroom_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/willow_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/willow_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/willow_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/willow/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/willow_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/willow_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/willow_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/willow" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/witch_hazel_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/witch_hazel_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/witch_hazel_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/witch_hazel/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/witch_hazel_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/witch_hazel_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/witch_hazel_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/witch_hazel" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/withering_oak_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/withering_oak_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/withering_oak_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/withering_oak_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/withering_oak_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/withering_oak_root" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/withering_oak_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/withering_oak" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/wood_blewit_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/wood_blewit" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_birch_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/yellow_birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_birch_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/yellow_birch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_poplar_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/yellow_birch_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_poplar_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/yellow_poplar" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_spruce_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/yellow_spruce_leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/yellow_spruce_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/yellow_spruce" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/zelkova_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/zelkova_branch" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/zelkova_leaves.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/zelkova/leaves" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/blockstates/zelkova_sapling.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "dtbyg:block/saplings/zelkova" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/aspen_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/aspen/log", 5 | "rings": "byg:block/aspen/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/baobab_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/baobab/log", 5 | "rings": "byg:block/baobab/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/blue_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/blue_enchanted/log", 5 | "rings": "byg:block/blue_enchanted/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/brown_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/brown_mushroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/cherry_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cherry/log", 5 | "rings": "byg:block/cherry/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/cika_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cika/log", 5 | "rings": "byg:block/cika/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/crimson_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "minecraft:block/crimson_stem", 5 | "rings": "minecraft:block/crimson_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/cypress_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cypress/log", 5 | "rings": "byg:block/cypress/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/cypress_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/cypress/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/ebony_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/ebony/log", 5 | "rings": "byg:block/ebony/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/ebony_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/ebony/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/embur_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/embur/log", 5 | "rings": "byg:block/embur/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/ether_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/ether/log", 5 | "rings": "byg:block/ether/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/fir_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/fir/log", 5 | "rings": "byg:block/fir/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/fungal_imparius_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/fungal_imparius_stem", 5 | "rings": "byg:block/fungal_imparius_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/fungal_imparius_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/fungal_imparius_stem" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/green_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/green_enchanted/log", 5 | "rings": "byg:block/green_enchanted/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/holly_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/holly/log", 5 | "rings": "byg:block/holly/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/imparius_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/imparius/log", 5 | "rings": "byg:block/imparius/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/imparius_mushroom_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/imparius/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/jacaranda_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/jacaranda/log", 5 | "rings": "byg:block/jacaranda/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/jacaranda_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/jacaranda/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/lament_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/lament/log", 5 | "rings": "byg:block/lament/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/mahogany_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/mahogany/log", 5 | "rings": "byg:block/mahogany/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/mahogany_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/mahogany/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/maple_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/maple/log", 5 | "rings": "byg:block/maple/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/maple_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/maple/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/nightshade_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/nightshade/log", 5 | "rings": "byg:block/nightshade/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/oddity_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictreesplus:cactus", 3 | "textures": { 4 | "bark": "byg:block/oddity_cactus_side", 5 | "rings": "byg:block/oddity_cactus_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/palm_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/palm/log", 5 | "rings": "byg:block/palm/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/palo_verde_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/palo_verde_log", 5 | "rings": "byg:block/palo_verde_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/pine_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/pine/log", 5 | "rings": "byg:block/pine/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/pine_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/pine/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/rainbow_eucalyptus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/rainbow_eucalyptus/log", 5 | "rings": "byg:block/rainbow_eucalyptus/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/rainbow_eucalyptus_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/rainbow_eucalyptus/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/redwood_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/redwood/log", 5 | "rings": "byg:block/redwood/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/redwood_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/redwood/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/skyris_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/skyris/log", 5 | "rings": "byg:block/skyris/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/soul_shroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/soul_shroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_aspen_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/aspen/stripped_log", 5 | "rings": "byg:block/aspen/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_baobab_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/baobab/stripped_log", 5 | "rings": "byg:block/baobab/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_cherry_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cherry/stripped_log", 5 | "rings": "byg:block/cherry/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_cika_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cika/stripped_log", 5 | "rings": "byg:block/cika/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_cypress_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/cypress/stripped_log", 5 | "rings": "byg:block/cypress/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_ebony_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/ebony/stripped_log", 5 | "rings": "byg:block/ebony/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_embur_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/embur/stripped_log", 5 | "rings": "byg:block/embur/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_ether_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/ether/stripped_log", 5 | "rings": "byg:block/ether/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_fir_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/fir/stripped_log", 5 | "rings": "byg:block/fir/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_fungal_imparius_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/imparius/log", 5 | "rings": "byg:block/imparius/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_holly_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/holly/stripped_log", 5 | "rings": "byg:block/holly/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_jacaranda_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/jacaranda/stripped_log", 5 | "rings": "byg:block/jacaranda/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_lament_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/lament/stripped_log", 5 | "rings": "byg:block/lament/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_mahogany_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/mahogany/stripped_log", 5 | "rings": "byg:block/mahogany/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_maple_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/maple/stripped_log", 5 | "rings": "byg:block/maple/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_palm_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/palm/stripped_log", 5 | "rings": "byg:block/palm/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_palo_verde_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/stripped_palo_verde_log", 5 | "rings": "byg:block/stripped_palo_verde_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_pine_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/pine/stripped_log", 5 | "rings": "byg:block/pine/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_redwood_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/redwood/stripped_log", 5 | "rings": "byg:block/redwood/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_skyris_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/skyris/stripped_log", 5 | "rings": "byg:block/skyris/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_sythian_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/sythian/stripped_log", 5 | "rings": "byg:block/sythian/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_willow_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/willow/stripped_log", 5 | "rings": "byg:block/willow/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/stripped_zelkova_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/zelkova/stripped_log", 5 | "rings": "byg:block/zelkova/stripped_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/sythian_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/sythian/log", 5 | "rings": "byg:block/sythian/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/warped_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictreesplus:cactus", 3 | "textures": { 4 | "bark": "byg:block/warped_cactus_side", 5 | "rings": "byg:block/warped_cactus_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/warped_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "minecraft:block/warped_stem", 5 | "rings": "minecraft:block/warped_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/white_mangrove_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/white_mangrove/log", 5 | "rings": "byg:block/white_mangrove/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/white_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/white_mushroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/willow_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/willow/log", 5 | "rings": "byg:block/willow/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/willow_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/willow/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/witch_hazel_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/witch_hazel/log", 5 | "rings": "byg:block/witch_hazel/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/witch_hazel_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/witch_hazel/log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/withering_oak_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/withering_oak_log", 5 | "rings": "byg:block/withering_oak_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/withering_oak_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "byg:block/withering_oak_log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/block/zelkova_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:branch", 3 | "textures": { 4 | "bark": "byg:block/zelkova/log", 5 | "rings": "byg:block/zelkova/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/araucaria_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/araucaria_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/aspen_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/aspen/log", 5 | "rings": "byg:block/aspen/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/aspen_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/aspen_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/baobab_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/baobab/log", 5 | "rings": "byg:block/baobab/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/baobab_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/baobab_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/blue_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/blue_enchanted/log", 5 | "rings": "byg:block/blue_enchanted/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/blue_enchanted_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/blue_enchanted_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/blue_spruce_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/blue_spruce_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/brown_birch_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/brown_birch_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/brown_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/brown_mushroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/brown_oak_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/brown_oak_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/brown_zelkova_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/brown_zelkova_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/cherry_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/cherry/log", 5 | "rings": "byg:block/cherry/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/cika_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/cika/log", 5 | "rings": "byg:block/cika/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/cika_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/cika_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/crimson_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "minecraft:block/crimson_stem", 5 | "rings": "minecraft:block/crimson_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/cypress_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/cypress/log", 5 | "rings": "byg:block/cypress/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/cypress_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/cypress_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/death_cap_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/death_cap_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/ebony_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/ebony/log", 5 | "rings": "byg:block/ebony/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/ebony_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/ebony_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/embur_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/embur/log", 5 | "rings": "byg:block/embur/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/embur_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/embur_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/ether_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/ether/log", 5 | "rings": "byg:block/ether/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/ether_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/ether_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/fir_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/fir/log", 5 | "rings": "byg:block/fir/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/fir_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/fir_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/fungal_imparius_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/fungal_imparius_stem", 5 | "rings": "byg:block/fungal_imparius_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/fungal_imparius_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/fungal_imparius_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/green_enchanted_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/green_enchanted/log", 5 | "rings": "byg:block/green_enchanted/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/green_enchanted_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/green_enchanted_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/green_mushroom_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/green_mushroom_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/holly_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/holly/log", 5 | "rings": "byg:block/holly/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/holly_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/holly_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/imparius_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/imparius/log", 5 | "rings": "byg:block/imparius/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/imparius_mushroom_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/imparius_mushroom_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/indigo_jacaranda_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/indigo_jacaranda_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/jacaranda_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/jacaranda/log", 5 | "rings": "byg:block/jacaranda/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/jacaranda_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/jacaranda_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/joshua_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/joshua_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/lament_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/lament/log", 5 | "rings": "byg:block/lament/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/lament_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/lament_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/mahogany_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/mahogany/log", 5 | "rings": "byg:block/mahogany/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/mahogany_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/mahogany_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/maple_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/maple/log", 5 | "rings": "byg:block/maple/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/maple_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/maple_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/nightshade_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/nightshade/log", 5 | "rings": "byg:block/nightshade/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/nightshade_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/nightshade_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/oddity_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/oddity_cactus_side", 5 | "rings": "byg:block/oddity_cactus_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/oddity_cactus_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/oddity_cactus_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/orange_birch_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/orange_birch_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/orange_oak_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/orange_oak_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/orange_spruce_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/orange_spruce_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/orchard_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/orchard_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/palm_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/palm/log", 5 | "rings": "byg:block/palm/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/palm_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/palm_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/palo_verde_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/palo_verde_log", 5 | "rings": "byg:block/palo_verde_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/palo_verde_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/palo_verde_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/pine_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/pine/log", 5 | "rings": "byg:block/pine/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/pine_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/pine_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/pink_cherry_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/pink_cherry_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/poplar_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/poplar_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/rainbow_eucalyptus_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/rainbow_eucalyptus_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/red_birch_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/red_birch_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/red_maple_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/red_maple_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/red_oak_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/red_oak_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/red_spruce_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/red_spruce_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/redwood_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/redwood/log", 5 | "rings": "byg:block/redwood/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/redwood_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/redwood_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/shulkren_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/shulkren_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/silver_maple_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/silver_maple_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/skyris_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/skyris/log", 5 | "rings": "byg:block/skyris/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/skyris_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/skyris_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/soul_shroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/soul_shroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/soul_shroom_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/soul_shroom_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/sythian_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/sythian/log", 5 | "rings": "byg:block/sythian/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/sythian_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/sythian_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/warped_cactus_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/warped_cactus_side", 5 | "rings": "byg:block/warped_cactus_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/warped_cactus_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/warped_cactus_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/warped_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "minecraft:block/warped_stem", 5 | "rings": "minecraft:block/warped_stem_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/weeping_milkcap_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/weeping_milkcap_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/white_cherry_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/white_cherry_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/white_mangrove_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/white_mangrove/log", 5 | "rings": "byg:block/white_mangrove/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/white_mangrove_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/white_mangrove_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/white_mushroom_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/white_mushroom_stem", 5 | "rings": "minecraft:block/mushroom_block_inside" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/willow_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/willow/log", 5 | "rings": "byg:block/willow/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/willow_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/willow_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/witch_hazel_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/witch_hazel/log", 5 | "rings": "byg:block/witch_hazel/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/witch_hazel_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/witch_hazel_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/withering_oak_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/withering_oak_log", 5 | "rings": "byg:block/withering_oak_log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/withering_oak_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/withering_oak_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/wood_blewit_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/wood_blewit_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/yellow_birch_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/yellow_birch_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/yellow_poplar_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/yellow_poplar_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/yellow_spruce_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/yellow_spruce_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/zelkova_branch.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/branch", 3 | "textures": { 4 | "bark": "byg:block/zelkova/log", 5 | "rings": "byg:block/zelkova/log_top" 6 | } 7 | } -------------------------------------------------------------------------------- /src/generated/resources/assets/dtbyg/models/item/zelkova_seed.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dynamictrees:item/standard_seed", 3 | "textures": { 4 | "layer0": "dtbyg:item/zelkova_seed" 5 | } 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/blocks/aerial_roots_rooty_soil.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:rooty_white_mangrove_aerial_roots" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/blocks/branches.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:lament_branch", 4 | "dtbyg:withering_oak_branch" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/blocks/roots.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:white_mangrove_roots" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/blocks/stripped_branches.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:stripped_lament_branch" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/blocks/wart_blocks.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:sythian_wart" 4 | ] 5 | } -------------------------------------------------------------------------------- /src/generated/resources/data/dynamictrees/tags/items/branches.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "dtbyg:lament_branch", 4 | "dtbyg:withering_oak_branch" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/META-INF/accesstransformer.cfg: -------------------------------------------------------------------------------- 1 | public-f net.minecraft.world.level.levelgen.feature.stateproviders.SimpleStateProvider f_68798_ # state -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/aspen/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/aspen/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/aspen/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/aspen/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/baobab/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/baobab/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/baobab/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/baobab/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/blue_enchanted/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/blue_enchanted/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/bulbis/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/bulbis/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/bulbis/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/bulbis/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cherry/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cherry/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cherry/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cherry/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cika/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cika/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cika/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cika/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cypress/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cypress/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/cypress/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/cypress/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/ebony/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/ebony/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/embur/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/embur/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/ether/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/ether/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/fir/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/fir/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/fir/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/fir/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/glacial_oak_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/glacial_oak_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/holly/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/holly/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/imparius/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/imparius/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/ironwood_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/ironwood_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/jacaranda/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/jacaranda/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/lament/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/lament/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/mahogany/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/mahogany/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/maple/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/maple/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/nightshade/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/nightshade/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/palm/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/palm/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/palm/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/palm/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/palo_verde_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/palo_verde_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/pine/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/pine/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/pine/stripped_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/pine/stripped_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/redwood/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/redwood/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/skyris/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/skyris/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/stripped_ping_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/stripped_ping_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/sythian/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/sythian/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/willow/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/willow/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/witch_hazel/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/witch_hazel/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/withering_oak_log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/withering_oak_log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/byg/textures/block/zelkova/log_top_thick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/byg/textures/block/zelkova/log_top_thick.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/crimson_mushroom_wart_center.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "block/nether_wart_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/embur_gel_center.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/embur_gel_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/fungal_imparius_filament.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/fungal_imparius_filament" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/imparius_mushroom_cap_center.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "byg:block/imparius_mushroom_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/shulkren_wart_center.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": [ 4 | { "model": "byg:block/shulkren_wart_block" }, 5 | { "model": "byg:block/shulkren_wart_block_nodots" } 6 | ] 7 | } 8 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/blockstates/warped_mushroom_wart_center.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { 4 | "model": "block/warped_wart_block" 5 | } 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/ether_bulbs_age1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age1", 3 | "textures": { 4 | "particle": "dtbyg:block/ether_bulbs", 5 | "apple": "dtbyg:block/ether_bulbs" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/ether_bulbs_age2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age2", 3 | "textures": { 4 | "particle": "dtbyg:block/ether_bulbs", 5 | "apple": "dtbyg:block/ether_bulbs" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/ether_bulbs_age3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age3", 3 | "textures": { 4 | "particle": "dtbyg:block/ether_bulbs", 5 | "apple": "dtbyg:block/ether_bulbs" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/holly_berries_age1.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age1", 3 | "textures": { 4 | "particle": "dtbyg:block/holly_berries", 5 | "apple": "dtbyg:block/holly_berries" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/holly_berries_age2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age2", 3 | "textures": { 4 | "particle": "dtbyg:block/holly_berries", 5 | "apple": "dtbyg:block/holly_berries" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fruit/holly_berries_age3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "dtbyg:block/fruit/generic/berry_age3", 3 | "textures": { 4 | "particle": "dtbyg:block/holly_berries", 5 | "apple": "dtbyg:block/holly_berries" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fungal_imparius_face.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_single_face", 3 | "textures": { 4 | "texture": "byg:block/fungal_imparius_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fungal_imparius_face2.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_single_face", 3 | "textures": { 4 | "texture": "byg:block/fungal_imparius_block2" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fungal_imparius_face3.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_single_face", 3 | "textures": { 4 | "texture": "byg:block/fungal_imparius_block3" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/fungal_imparius_filament_face.json: -------------------------------------------------------------------------------- 1 | { 2 | "parent": "minecraft:block/template_single_face", 3 | "textures": { 4 | "texture": "byg:block/fungal_imparius_filament_block" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/palm_frond.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dtbyg:palm_fronds", 3 | "textures": { 4 | "frond": "dtbyg:block/palm_frond" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/models/block/palm_frond_mega.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dtbyg:palm_fronds", 3 | "textures": { 4 | "frond": "dtbyg:block/palm_frond_mega" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/baobab_fruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/baobab_fruit.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/death_cap_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/death_cap_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/embur_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/embur_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/embur_cap.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/embur_cap.psd -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/ether_bulbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/ether_bulbs.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/fungal_imparius_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/fungal_imparius_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/green_apple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/green_apple.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/green_mushroom_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/green_mushroom_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/holly_berries.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/holly_berries.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/imparius_mushroom_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/imparius_mushroom_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/joshua_fruit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/joshua_fruit.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/lava_roots.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/lava_roots.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/palm_base.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/palm_base.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/palm_frond.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/palm_frond.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/palm_frond_mega.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/palm_frond_mega.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/shulkren_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/shulkren_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/soul_shroom_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/soul_shroom_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/sythian_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/sythian_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/weeping_milkcap_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/weeping_milkcap_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/white_mangrove_roots_side.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/white_mangrove_roots_side.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/white_mangrove_roots_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/white_mangrove_roots_top.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/block/wood_blewit_cap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/block/wood_blewit_cap.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/araucaria_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/araucaria_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/aspen_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/aspen_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/baobab_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/baobab_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/blue_enchanted_poplar_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/blue_enchanted_poplar_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/blue_enchanted_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/blue_enchanted_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/blue_spruce_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/blue_spruce_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/brown_birch_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/brown_birch_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/brown_oak_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/brown_oak_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/brown_zelkova_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/brown_zelkova_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/cika_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/cika_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/cypress_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/cypress_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/death_cap_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/death_cap_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/ebony_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/ebony_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/embur_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/embur_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/ether_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/ether_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/fir_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/fir_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/fungal_imparius_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/fungal_imparius_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/green_enchanted_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/green_enchanted_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/green_mushroom_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/green_mushroom_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/holly_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/holly_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/imparius_mushroom_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/imparius_mushroom_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/indigo_jacaranda_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/indigo_jacaranda_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/jacaranda_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/jacaranda_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/joshua_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/joshua_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/lament_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/lament_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/mahogany_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/mahogany_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/maple_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/maple_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/nightshade_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/nightshade_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/oddity_cactus_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/oddity_cactus_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/orange_birch_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/orange_birch_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/orange_oak_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/orange_oak_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/orange_spruce_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/orange_spruce_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/orchard_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/orchard_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/palm_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/palm_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/palo_verde_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/palo_verde_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/pine_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/pine_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/pink_cherry_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/pink_cherry_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/poplar_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/poplar_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/rainbow_eucalyptus_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/rainbow_eucalyptus_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/red_birch_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/red_birch_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/red_maple_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/red_maple_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/red_oak_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/red_oak_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/red_spruce_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/red_spruce_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/redwood_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/redwood_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/shulkren_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/shulkren_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/silver_maple_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/silver_maple_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/skyris_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/skyris_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/soul_shroom_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/soul_shroom_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/sythian_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/sythian_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/warped_cactus_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/warped_cactus_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/weeping_milkcap_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/weeping_milkcap_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/white_cherry_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/white_cherry_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/white_mangrove_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/white_mangrove_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/willow_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/willow_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/witch_hazel_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/witch_hazel_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/withering_oak_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/withering_oak_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/withering_oak_seed.png.mcmeta: -------------------------------------------------------------------------------- 1 | { 2 | "animation": { 3 | "interpolate": true, 4 | "frametime": 10 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/wood_blewit_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/wood_blewit_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/yellow_birch_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/yellow_birch_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/yellow_poplar_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/yellow_poplar_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/yellow_spruce_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/yellow_spruce_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dtbyg/textures/item/zelkova_seed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DynamicTreesTeam/DynamicTrees-BYG/915c4adaf9589a88625b556e911358c70094d95e/src/main/resources/assets/dtbyg/textures/item/zelkova_seed.png -------------------------------------------------------------------------------- /src/main/resources/assets/dynamictrees/blockstates/oak_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "dynamictrees:block/oak_root" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dynamictrees/blockstates/spruce_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "variants": { 3 | "": { "model": "dynamictrees:block/spruce_root" } 4 | } 5 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dynamictrees/models/block/oak_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "block/oak_log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/assets/dynamictrees/models/block/spruce_root.json: -------------------------------------------------------------------------------- 1 | { 2 | "loader": "dynamictrees:surface_root", 3 | "textures": { 4 | "bark": "block/spruce_log" 5 | } 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/byg/tags/worldgen/biome/has_feature/palm_trees.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": true, 3 | "values": [ 4 | 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/data/dynamictrees/tags/blocks/mineable/shovel.json: -------------------------------------------------------------------------------- 1 | { 2 | "replace": false, 3 | "values": [ 4 | "dtbyg:fungal_imparius_filament" 5 | ] 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/death_cap.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_cap": "byg:death_cap_mushroom_block", 3 | "material_color": "DIRT" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/embur.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:embur_gel_cap", 3 | "primitive_cap": "byg:embur_gel_block", 4 | "material_color": "COLOR_ORANGE", 5 | "fire_spread": 0, 6 | "flammability": 0 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/fungal_imparius.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:fungal_imparius_cap", 3 | "primitive_cap": "byg:fungal_imparius_block", 4 | "material_color": "WARPED_WART_BLOCK" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/green_mushroom.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_cap": "byg:green_mushroom_block", 3 | "material_color": "COLOR_GREEN" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/imparius_mushroom.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:imparius_mushroom_cap", 3 | "primitive_cap": "byg:imparius_mushroom_block", 4 | "material_color": "COLOR_CYAN" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/shulkren.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:warty_cap", 3 | "primitive_cap": "byg:shulkren_wart_block", 4 | "material_color": "COLOR_PURPLE", 5 | 6 | "shroomlight_block": "byg:purple_shroomlight" 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/soul_shroom.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_cap": "byg:soul_shroom_block", 3 | "material_color": "DIAMOND" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/weeping_milkcap.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:weeping_milkcap_cap", 3 | "primitive_cap": "byg:weeping_milkcap_mushroom_block", 4 | "material_color": "DIRT" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/cap_properties/wood_blewit.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_cap": "byg:wood_blewit_mushroom_block", 3 | "material_color": "DIRT" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/aspen_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/dark_oak_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/firecracker.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/firecracker_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mahogany_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mini_brown_mushroom.txt: -------------------------------------------------------------------------------- 1 | 8:JJ 2 | 8:JP 3 | 7:JJ 4 | 7:JP 5 | 6:JJ 6 | 6:JP 7 | 5:JJ 8 | 5:JP 9 | 4:JJ 10 | 4:JP 11 | 3:JJ 12 | 3:JP 13 | 2:JJ 14 | 2:JP -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mini_green_mushroom.txt: -------------------------------------------------------------------------------- 1 | 8:JJ 2 | 8:JP 3 | 7:JJ 4 | 7:JP 5 | 6:JJ 6 | 6:JP 7 | 5:JJ 8 | 5:JP 9 | 4:JJ 10 | 4:JP 11 | 3:JJ 12 | 3:JP 13 | 2:JJ 14 | 2:JP -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mini_red_mushroom.txt: -------------------------------------------------------------------------------- 1 | 8:JJ 2 | 8:JP 3 | 7:JJ 4 | 7:JP 5 | 6:JJ 6 | 6:JP 7 | 5:JJ 8 | 5:JP 9 | 4:JJ 10 | 4:JP 11 | 3:JJ 12 | 3:JP 13 | 2:JJ 14 | 2:JP -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mini_weeping_milkcap.txt: -------------------------------------------------------------------------------- 1 | 8:JJ 2 | 8:JP 3 | 7:JJ 4 | 7:JP 5 | 6:JJ 6 | 6:JP 7 | 5:JJ 8 | 5:JP 9 | 4:JJ 10 | 4:JP 11 | 3:JJ 12 | 3:JP 13 | 2:JJ 14 | 2:JP -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/mini_wood_blewit.txt: -------------------------------------------------------------------------------- 1 | 8:JJ 2 | 8:JP 3 | 7:JJ 4 | 7:JP 5 | 6:JJ 6 | 6:JP 7 | 5:JJ 8 | 5:JP 9 | 4:JJ 10 | 4:JP 11 | 3:JJ 12 | 3:JP 13 | 2:JJ 14 | 2:JP -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/oak_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/jo_codes/red_oak_twiglet.txt: -------------------------------------------------------------------------------- 1 | 2:P 2 | 2:J 3 | 3:P 4 | 3:J 5 | 4:P 6 | 4:J 7 | 5:P 8 | 5:J 9 | 6:P 10 | 6:J 11 | 7:P 12 | 7:J 13 | 8:P 14 | 8:J -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/araucaria.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:araucaria_leaves", 3 | "cell_kit": "acacia" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/bare_ether.json: -------------------------------------------------------------------------------- 1 | { 2 | "generate_block": false, 3 | "cell_kit": "bare" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/blue_spruce.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:blue_spruce_leaves", 3 | "smother": 3, 4 | "cell_kit": "conifer" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/boreal_spruce.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "spruce_leaves", 3 | "cell_kit": "dynamictrees:conifer", 4 | "smother": 8 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/brown_birch.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:brown_birch_leaves" 3 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/brown_zelkova.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:brown_zelkova_leaves", 3 | "cell_kit": "dynamictrees:conifer", 4 | "smother": 20, 5 | "light_requirement": 11 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/canopy_dark_oak.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "dark_oak_leaves", 4 | 5 | "scruffy_leaf_chance": 0.66, 6 | "scruffy_max_hydro": 1 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/canopy_oak.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "oak_leaves", 4 | 5 | "scruffy_leaf_chance": 0.66, 6 | "scruffy_max_hydro": 1 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/dark_oak_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "dark_oak_leaves", 3 | "cell_kit": "dtbyg:sparse", 4 | "can_grow_on_ground": true 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/firecracker.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "byg:firecracker_leaves", 4 | "cell_kit": "dynamictrees:acacia", 5 | "light_requirement": 4, 6 | "can_grow_on_ground": true 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/firecracker_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:firecracker_leaves", 3 | "cell_kit": "dtbyg:sparse", 4 | "can_grow_on_ground": true 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/flowering_nightshade.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:flowering_nightshade_leaves", 3 | "cell_kit": "acacia", 4 | "light_requirement": 0, 5 | "light": 15 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/flowering_orchard.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:flowering_orchard_leaves", 3 | "smother": 8 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/flowering_palo_verde.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:flowering_palo_verde_leaves", 3 | "cell_kit": "acacia" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/flowering_skyris.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:flowering_skyris_leaves", 3 | "cell_kit": "dtbyg:skyris" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/green_apple_skyris.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:green_apple_skyris_leaves", 3 | "cell_kit": "dtbyg:skyris" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/joshua.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:joshua_leaves", 3 | "cell_kit": "dtbyg:sparse" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/northern_spruce.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "spruce_leaves", 3 | "cell_kit": "dynamictrees:conifer", 4 | "smother": 20, 5 | "light_requirement": 11 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/oak_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "oak_leaves", 3 | "cell_kit": "dtbyg:sparse", 4 | "can_grow_on_ground": true 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/orange_birch.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:orange_birch_leaves" 3 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/orchard.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:orchard_leaves", 3 | "smother": 8 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/palo_verde.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:palo_verde_leaves", 3 | "cell_kit": "acacia" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/pink_cherry.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "scruffy_leaf_chance": 0.66, 4 | "scruffy_max_hydro": 1, 5 | "primitive_leaves": "byg:pink_cherry_leaves" 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/poplar.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "minecraft:birch_leaves", 3 | "cell_kit": "dtbyg:poplar", 4 | "color": "@birch", 5 | "smother": 9, 6 | "light_requirement": 13 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/prairie_oak.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "scruffy_leaf_chance": 0.66, 4 | "scruffy_max_hydro": 1, 5 | "primitive_leaves": "oak_leaves" 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/red_birch.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:red_birch_leaves" 3 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/red_maple.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "byg:red_maple_leaves", 4 | "texture_overrides": { 5 | "leaves": "byg:block/maple_leaves_red" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/red_oak.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "byg:red_oak_leaves", 4 | "texture_overrides": { 5 | "leaves": "byg:block/oak_leaves_red" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/ripe_joshua.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:ripe_joshua_leaves", 3 | "cell_kit": "dtbyg:sparse" 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/ripe_orchard.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:ripe_orchard_leaves", 3 | "smother": 8 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/silver_maple.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "primitive_leaves": "byg:silver_maple_leaves", 4 | "texture_overrides": { 5 | "leaves": "byg:block/maple_leaves_silver" 6 | } 7 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/white_cherry.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "scruffy", 3 | "scruffy_leaf_chance": 0.66, 4 | "scruffy_max_hydro": 1, 5 | "primitive_leaves": "byg:white_cherry_leaves" 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/yellow_birch.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:yellow_birch_leaves" 3 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/leaves_properties/yellow_poplar.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_leaves": "byg:yellow_birch_leaves", 3 | "cell_kit": "dtbyg:poplar", 4 | "smother": 9, 5 | "light_requirement": 13 6 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/black_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:black_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/blue_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:blue_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/bulbis_phycelium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:bulbis_phycelium", 3 | "acceptable_soils": [ "fungus_like", "end_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/clay.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "clay", 3 | "acceptable_soils": [ "clay_like" ], 4 | "substitute_soil": "mud" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/cracked_red_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:cracked_red_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/embur_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:embur_nylium", 3 | "acceptable_soils": [ "fungus_like", "nether_like", "nether_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/end_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:end_sand", 3 | "acceptable_soils": [ "sand_like", "end_sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/ether_phylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:ether_phylium", 3 | "acceptable_soils": [ "dirt_like", "fungus_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/ether_soil.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:ether_soil", 3 | "acceptable_soils": [ "dirt_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/imparius_phylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:imparius_phylium", 3 | "acceptable_soils": [ "fungus_like", "end_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/ivis_phylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:ivis_phylium", 3 | "acceptable_soils": [ "fungus_like", "end_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/lava.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:lava", 3 | "primitive_soil": "lava", 4 | "acceptable_soils": [ "lava_like" ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/lush_farmland.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:lush_farmland", 3 | "acceptable_soils": [ "dirt_like" ], 4 | "substitute_soil" : "dtbyg:lush_dirt" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/lush_grass_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:lush_grass_block", 3 | "acceptable_soils": [ "dirt_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/mud_block.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:mud_block", 3 | "acceptable_soils": [ "mud_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/mycelium_netherrack.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:mycelium_netherrack", 3 | "acceptable_soils": [ "fungus_like", "nether_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/nightshade_phylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:nightshade_phylium", 3 | "acceptable_soils": [ "fungus_like", "end_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/overgrown_crimson_blackstone.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:overgrown_crimson_blackstone", 3 | "acceptable_soils": [ "fungus_like", "nether_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/overgrown_dacite.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:overgrown_dacite", 3 | "acceptable_soils": [ "dirt_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/overgrown_netherrack.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:overgrown_netherrack", 3 | "acceptable_soils": [ "dirt_like", "nether_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/overgrown_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:overgrown_stone", 3 | "acceptable_soils": [ "dirt_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/peat.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:peat", 3 | "acceptable_soils": [ "dirt_like", "mud_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/pink_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:pink_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/podzol_dacite.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:podzol_dacite", 3 | "acceptable_soils": [ "dirt_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/purple_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:purple_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/quartzite_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:quartzite_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/rocky_stone.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:rocky_stone", 3 | "acceptable_soils": [ "stone_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/shulkren_phylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:shulkren_phylium", 3 | "acceptable_soils": [ "fungus_like", "end_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/sythian_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:sythian_nylium", 3 | "acceptable_soils": [ "fungus_like", "nether_like", "nether_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/vermilion_sculk.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:vermilion_sculk", 3 | "acceptable_soils": [ "sculk_like", "end_soil_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/wailing_nylium.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:wailing_nylium", 3 | "acceptable_soils": [ "nether_soil_like", "nether_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/warped_soul_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:warped_soul_sand", 3 | "acceptable_soils": [ "warped_soul_like", "nether_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/warped_soul_soil.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:warped_soul_soil", 3 | "acceptable_soils": [ "warped_soul_like", "nether_soil_like", "nether_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/white_mangrove_aerial_roots.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "aerial_roots", 3 | "primitive_soil": "byg:white_mangrove_log", 4 | "acceptable_soils": [ ] 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/white_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:white_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/soil_properties/windswept_sand.json: -------------------------------------------------------------------------------- 1 | { 2 | "primitive_soil": "byg:windswept_sand", 3 | "acceptable_soils": [ "sand_like" ] 4 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/aspen_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "dtbyg:aspen", 4 | "leaves_properties": "dtbyg:aspen_twiglet" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/dark_oak_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "dark_oak", 4 | "leaves_properties": "dtbyg:dark_oak_twiglet" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/firecracker_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "oak", 4 | "leaves_properties": "dtbyg:firecracker_twiglet" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/mahogany_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "dtbyg:mahogany", 4 | "leaves_properties": "dtbyg:mahogany_twiglet" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/oak_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "oak", 4 | "leaves_properties": "dtbyg:oak_twiglet" 5 | } -------------------------------------------------------------------------------- /src/main/resources/trees/dtbyg/species/red_oak_twiglet.json: -------------------------------------------------------------------------------- 1 | { 2 | "type": "dtbyg:twiglet", 3 | "family": "oak", 4 | "leaves_properties": "dtbyg:red_oak_twiglet", 5 | "use_seed_of_other_species": "dtbyg:red_oak" 6 | } --------------------------------------------------------------------------------