Mainly for my modpack, but feel free to use.
The mod not includes recipes you need to add them with datapacks, KubeJS or your preferred method.
v1.0.0 - first initial release hard dependencies do not use!
v1.0.1 - no hard dependencies, the Loot Tables overpowered for skyblock
v1.0.2 - removed all extra loot from Leaves blocks no hard dependencies
v1.0.3 - added: Deepslate, Granite, Diorite, Andesite, Prismarine, Blackstone and Amethyst
v1.1.0 - added config file for tree materials, with drop chances and extra drop from leaves blocks also updated textures
Only needed before v1.1.0.
You can add loot to the blocks with KubeJS + LootJS here is an example:
LootJS.modifiers((event) => {
event.addBlockLootModifier("skytrees:gavel_leaves")
.randomChance(0.25)
.addLoot("minecraft:flint")
})
Every tree contains the following items/blocks:
- Sapling
- Acorn
- Roasted Acorn
- Resin
- Leaves
- Log
- Amber
Preconfigured Tree types:
- Dirt
- Petrified
- Sand
- Clay
- Cottonwood
- Gravel
- Coal
- Iron
- Gold
- Lapis
- Redstone
- Diamond
- Bone
- Cookie
- Bacon
- Donut
- Copper
- Lead
- Tin
- Silver
- Nickel
- Emerald
- Quartz
- Netherrack
- Glowstone
- Cobalt
- Ardite
- Osmium
- Prosperity
- Zinc
- Uranium
- Deepslate
- Granite
- Diorite
- Andesite
- Prismarine
- Blackstone
- Amethyst

