Tech Reborn

Tech Reborn

30M Downloads

Harvestcraft bucket issue, incorrect grinder recipes

HarrisFauntleroy opened this issue · 9 comments

commented

Pam's Harvestcraft appears to register all water fluid buckets under the ore dict of listAllwater, this includes Fresh water buckets from harvestcraft, clay buckets from iguana tinker tweaks and vanilla buckets of water.

These 3 buckets can all be used in the industrial grinder as a result, returning an empty iron bucket which could be smelted back into iron.

captu2re

So you could potentially cook clay into iron which is still an exploit, or with a single bucket of water make an infinite amount of fresh water buckets and process them into iron buckets with the grinder.

commented

this is pams side not ares but will find away round it

commented

Just a question, is the grinder making from 1 ruby => 1 ruby dust + more ruby tiny dust + chrome tiny dust O.o

commented

yes thats what it looks like, and a bucket

commented

4 Ruby Dust + 24 Industrial TNT → 3 Rubies + 12 Dark Ashes by gregtech 4 standards. Though that is still meaning 2 ruby's through the grinder + 24 ITNT = 3 ruby's. Perhaps it should give 6 extra small tiny dust (the ones that need 9 rather than 4 to be made into a dust) rather than just small piles of dust that only need 4.

commented

Isn't that dupe ? Because following OD standard, 1 dust = 1 gem/ingot, so if a mod adds compression to dust, that's free rupee...

commented

You could be right, would need to check with someone who knows the recipes better than i do

commented

This is a bug.

The recipe should be 1 ruby ORE --> ruby dust, etc. Also, the first output of the ruby (and other gem) grinding recipes should be the gem itself, not a dust pile.

To be clear, there should be NO grinder recipes for anything other than ores and other blocks (i.e. the old GT granite, endstone, etc.) Furthermore, and more fundamentally, there are no grinder outputs that can be reprocessed through the grinder again, even with intermediate steps such as recompression - it takes raw blocks and processes them into useful products.

commented

Not sure what the verdict was on your end, but the free wooden water buckets can still be made into iron ones with the grinder.

2015-07-11_15 34 21

Here is a Minetweaker script I made to fix the issue in the interim

val water = ore:listAllwater;
water.remove(harvestcraft:freshwaterItem);

commented

Well I guess I will just not use the oredict in that slot for that recipe
On 11 Jul 2015 06:35, "The Quantum General" [email protected]
wrote:

Not sure what the verdict was on your end, but the free wooden water
buckets can still be made into iron ones with the grinder.

[image: 2015-07-11_15 34 21]
https://cloud.githubusercontent.com/assets/7843312/8632527/6b5f0c74-27e2-11e5-80c6-5ebba1985ee5.png


Reply to this email directly or view it on GitHub
#69 (comment)
.