DartPatch - MFR Planter/Harvester support for DartCraft

GuntherDW

New Member
Jul 29, 2019
12
0
0
It might be happening because of a dartcraft version change in 1.1.3 unleashed.
It went from "DartCraft Beta 0.1.18v3.jar" to "DartCraft Beta 0.1.18.jar"

EDIT: Doesn't look like it is, I'm testing it out to see what mod/change actually causes this.

Removed just about any coremod and/or mod that could've messed with the path.
The only thing that "fixed" it was to just "hard-wire" DartPatch to Dartcraft instead of using reflection.
 

dixsonchix

New Member
Jul 29, 2019
1
0
0
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.
Cheers, pal.
 

xdr

New Member
Jul 29, 2019
4
0
0
Unfortunately I seem to experience the same issue as many others.

Here is my crash log: http://pastebin.com/JLERxJ9A

I do have some extra mods installed, but the crash occurs even with a stock 1.1.3 install. I've also tried the Dartcraft file from 1.1.2 with no success.

Hope your move is going smoothly, thanks in advance if you get around to this.
 

einstein9073

New Member
Jul 29, 2019
1
0
0
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.
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)
 

Siro

New Member
Jul 29, 2019
638
0
0
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)

For reference, those are the two lines that try to reflect the force nuggets from dartcraft. And at this point I've learned more about java than I ever intended to in trying to figure out why it's throwing an exception on that; and still haven't figured it out.

(I'd be happy with just not getting nuggets out of an MFR setup if anyone had the previous version available)
 

DarkClown384

New Member
Jul 29, 2019
23
0
0
your using it on a sever right.
If thats the case that just use the link and download 1.1, it was posted just two post above, until minalien fixes the crash with servers and the 1.2 version, the only downside it´s that it doesn´t produce the force nuggets in the farm, but besides that it works just fine.