When I tried this with FTB Unleashed 1.1.3, I get this error. http://pastebin.com/uRenqMxD I'm using the 1.2 version of the patch. After removing the patch, the server loads up fine without crashing.
Cheers, pal.While hanging out on Twitch and talking to Straymav, Bacon_Donut and a couple others, Bacon mentioned that the DartCraft trees don't work in MineFactory Reloaded's Planter and Harvester. So, I went ahead and created this for them.
Changelog
DartPatch 1.2 - Saplings and Force Nuggets now drop from leaves with the same odds as leaf decay/breaking (1/20 chance of a sapling, 1/40 chance of a force nugget). Shear Leaves option now works on Force Leaves.
EDIT: INSTRUCTIONS
Just drop this into the mods/ folder, like any other mod.. >.>
This adds support for the Planter, Harvester and Fertilizer for DartCraft's trees. As a warning, I do not use DartCraft. I do not know how overpowered this makes things (though from my understanding DartCraft is already vastly overpowered). Because of DartCraft's tree growth, the fertilizer will instantly grow each tree with one piece of fertilizer. This felt too overpowered even for what I've heard about DartCraft, so I've included an option in the config file to disable the fertilizer support - it's up to you.
Also, this mod is only be required on the server, it doesn't need to be included on the client-side.
The only thing that "fixed" it was to just "hard-wire" DartPatch to Dartcraft instead of using reflection.
The most recent Dartpatch (1.2) is still crashing the server in the most recent FTB Unleashed (1.1.3).When I tried this with FTB Unleashed 1.1.3, I get this error. http://pastebin.com/uRenqMxD I'm using the 1.2 version of the patch. After removing the patch, the server loads up fine without crashing.
Caused by: java.lang.NoClassDefFoundError: Lnet/minecraft/item/EnumRarity;
...
at com.minalien.dartpatch.DartPatch.getDartItem(DartPatch.java:51)
at com.minalien.dartpatch.DartPatch.modsLoaded(DartPatch.java:82)
The most recent Dartpatch (1.2) is still crashing the server in the most recent FTB Unleashed (1.1.3).
http://pastebin.com/ThFwbKSG
It's definitely dartpatch:
Code:Caused by: java.lang.NoClassDefFoundError: Lnet/minecraft/item/EnumRarity; ... at com.minalien.dartpatch.DartPatch.getDartItem(DartPatch.java:51) at com.minalien.dartpatch.DartPatch.modsLoaded(DartPatch.java:82)