DarkPacks / SevTech-Ages

SevTech: Ages is a massive Minecraft modpack packed with content and progression.
https://minecraft.curseforge.com/projects/sevtech-ages
GNU General Public License v3.0
228 stars 78 forks source link

One ore to another #96

Closed Charles12875 closed 7 years ago

Charles12875 commented 7 years ago

I found that if one takes copper or tin clusters and puts one type inside the flaming whopper then adds the other type, i.e. if you first put tin now you would add copper, the second type added is made into the first type. So one can take a single tin cluster put it in then add an entire stack of copper cluster and end up with a full stack of tin cluster.

minecraft 1 12 1 9_24_2017 10_00_01 am minecraft 1 12 1 9_24_2017 10_00_12 am minecraft 1 12 1 9_24_2017 10_00_20 am minecraft 1 12 1 9_24_2017 10_00_25 am

Instruction on how to do issues like your boy darkosto

Issue / bug

Darkosto commented 7 years ago

Good catch! We'll take a look at it :)

Darkosto commented 7 years ago

@vadis365 This happens when items with the same ID and different meta data is placed inside the hopper.

vadis365 commented 7 years ago

Could some one test if this happens on the Wopper Mk.2 as well please? - The Flame Grilled Wopper extends from the Wopper Mk.2 - I don't have time to test in a pack environment atm. If so, please report and I'll add it to the list of things to fix in the next version. Cheers, Me.

vadis365 commented 7 years ago

Also I'm a little unclear as to the steps, is it when you click on the hopper to add stuff eg. put some copper in and then click the same slot with a different meta stack and it adds to it? - If so I think I may have found the offending line of code and it's an easy fix - if not I can dig deeper O.o If it is what I asked above - it will be this line of conditions that is missing any sort of check for metadata - whoops :P https://github.com/vadis365/PrimalTech/blob/master/src/main/java/primal_tech/blocks/BlockWoodenHopper.java#L115 I will go through and check all the other blocks in the mod too as they may also have the same issue - most of the gui-less blocks use similar code.

ALongStringOfNumbers commented 7 years ago

https://clips.twitch.tv/GeniusDoubtfulStinkbugTwitchRPG for a demonstration

vadis365 commented 7 years ago

fixed