Download DynamicResourceTrees — Minecraft Mods — MetaMods

DynamicResourceTrees

Active

Downloads

6

Last update

3 years ago
Client
Fabric
Quilt
Forge
Neoforge
Decor
Addons

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"]

 

 

Project members
ArcheCraft1

ArcheCraft1