Gringotts

Gringotts

53.6k Downloads

can't use custom blocks from MoreMaterials/SpoutPlugin as currency

quarkbuddha opened this issue · 4 comments

commented

I tried to use a custom block defined with MoreMaterials as a currency, and strange things happened. Substance D (that's what the block is called) created by MoreMaterials wouldn't stack with Substance D added to my accout balance by Gringotts.

After a few seconds of looking at the MoreMaterials code, I strongly suspect that this is because if SpoutPlugin is present and being used the inventory add() method should be calling new SpoutItemStack() instead of new ItemStack().

I'm going to go ahead and implement this, because I really want it... would you be interested in the patch?

commented

Yes, that would be great! Just make sure that all non-Bukkit-dependent calls are optional and encapsulated in a DependencyHandler. Thanks alot!

commented

Did you get around to implementing it, or is it not an issue anymore?

commented

No. Life interfered.

Mark Buda [email protected]
I get my monkeys for nothing and my chimps for free.

On Apr 22, 2015, at 5:59 PM, Justin Kaeser [email protected] wrote:

Did you get around to implementing it, or is it not an issue anymore?


Reply to this email directly or view it on GitHub.

commented

Np, just updating my tickets :)