Unofficial site, not affiliated with modrinth.com.What is this?
Моды/ResourcesTrees
ResourcesTrees

ResourcesTrees

Resources Trees provide you a new way to generate resources such as iron, gold, and diamond.

11.9K
13

resourcestrees-26.1.2.2+26.1.2-neoforge

beta2 мая 2026 г.

26.1.2.2

  • Added new custom recipe serializer resources_sapling
    • no longer need to add recipe JSON for each resources type
  • Removed all legacy resource sapling recipe JSON files

NeoForge

  • Added KubeJS plugin support for creating custom Resources Saplings and Leaves
    • Recipe JSONs are generated automatically for custom saplings

KubeJS Example:

StartupEvents.registry('block', event => {
    event.create('oak_sapling', 'resourcestrees:resources_sapling_block') // Custom resources sapling (identifier must not be changed)
        .treeGrower('oak') // Vanilla tree grower ID (modded growers may work, but trunk placers can be buggy)
        .leaves('kubejs:oak_leaves') // Leaves block used by this sapling
        .base('minecraft:oak_sapling') // Original sapling reference
        .copyPropertiesFrom(Blocks.OAK_SAPLING);

    event.create('oak_leaves', 'resourcestrees:resources_leaves_block') // Custom leaves (identifier must not be changed)
        .sapling("kubejs:oak_sapling") // Sapling dropped from these leaves
        .copyPropertiesFrom(Blocks.OAK_LEAVES);
});

resourcestrees-26.1.2.2+26.1.2-fabric

beta2 мая 2026 г.

26.1.2.2

  • Added new custom recipe serializer resources_sapling
    • no longer need to add recipe JSON for each resources type
  • Removed all legacy resource sapling recipe JSON files

NeoForge

  • Added KubeJS plugin support for creating custom Resources Saplings and Leaves
    • Recipe JSONs are generated automatically for custom saplings

KubeJS Example:

StartupEvents.registry('block', event => {
    event.create('oak_sapling', 'resourcestrees:resources_sapling_block') // Custom resources sapling (identifier must not be changed)
        .treeGrower('oak') // Vanilla tree grower ID (modded growers may work, but trunk placers can be buggy)
        .leaves('kubejs:oak_leaves') // Leaves block used by this sapling
        .base('minecraft:oak_sapling') // Original sapling reference
        .copyPropertiesFrom(Blocks.OAK_SAPLING);

    event.create('oak_leaves', 'resourcestrees:resources_leaves_block') // Custom leaves (identifier must not be changed)
        .sapling("kubejs:oak_sapling") // Sapling dropped from these leaves
        .copyPropertiesFrom(Blocks.OAK_LEAVES);
});

Resources Trees - Fabric 1.7.0+mc1.21.1-fabric

release21 апреля 2026 г.
  • Resources Saplings and Resources Leaves are now compostable
  • Resources Saplings and Resources Leaves are now furnace fuel

resourcestrees-1.7.0+mc1.21.1-neoforge

release21 апреля 2026 г.
  • Resources Saplings and Resources Leaves are now compostable
  • Resources Saplings and Resources Leaves are now furnace fuel

resourcestrees-26.1.2.1+26.1.2-neoforge

beta21 апреля 2026 г.
  • Resources Saplings and Resources Leaves are now compostable
  • Resources Saplings and Resources Leaves are now furnace fuel

Совместимость

Minecraft: Java Edition

26.1.x1.21.x1.20.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:7 месяцев назад
Обновлён:2 дня назад
Главная