DynamicResourceTrees

Quick rating

Community listing page, reviews here may not be monitored by the author.

DynamicResourceTrees

No reviews yet

An addon to DynamicTrees that allows for cutom resource trees to be generated

Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
dynamicresourcetrees-1.0.2.jar

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

This mod contains user created dynamic trees and items to be used in modpacks.

This mod was heavily inspired by SkyOrchards

This mod provides a KubeJS integration:

There is a startup event 'drt.resources.registry' which you can use to create resource types:

event.create("iron", FF0099)
event.create("cottonwood", fff5ff).drop(Item.of("minecraft:string", 1).withChance(0.25))

 
Also there is a global 'DRT' which can be used to obtain references to the items added:

DRT.resin("iron")

Or you can use config files to create resources types:

The resources in this format:
name,drop,color
where
     name : The name of the resource
     drop : The extra drop for leaves in this format:
         id#amount#metaData#dropChance
         where
             id : The namespaced id of the item
             amount : The amount to drop
             dropChance : The chance per broken leaves block to drop this item
                 (chance will be 1:<number>)
         or 'unused' / 'null' for no extra drop
     color : The hex value of the color for this resource


examples: ["dirt,unused,573b30", "diamond,unused,45d6d4", "cottonwood,minecraft:string#1#4,fff5ff"]

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works