View Issue Details

IDProjectCategoryView StatusLast Update
0001726Industrial-Craft²machinespublic2015-09-21 19:51
ReporterMfernflower Assigned ToAroma1997  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Fixed in VersionBuilds for MC 1.7.10 
Summary0001726: Possible Bug with macerator? (Industrialcraft2 2.2.744-Experimental)
DescriptionInstead of refusing to take Netherrack or grind it up to provide sulfur powder the macerator behaves oddly (see image).. Is this intentional?
TagsRequest, wtf
Minecraft Version

Activities

Mfernflower

2015-09-17 06:11

reporter  

BugReport.png (215,341 bytes)   
BugReport.png (215,341 bytes)   

Chocohead

2015-09-17 15:43

developer   ~0004214

You don't make sulphur in the macerator, you use gunpowder and an extractor.

What other mods do you have? I don't have any recipes involving the macerator and netherrack.

Aroma1997

2015-09-17 19:03

developer   ~0004215

This is not a default macerator recipe. Someone must have added it to the macerator recipe config file. or an addon adds it.

Mfernflower

2015-09-17 20:34

reporter   ~0004216

A list of all mods used if anyone is still interested: http://pastebin.com/uEqTmLKr

Mfernflower

2015-09-21 07:52

reporter   ~0004218

Just found this in the source code of AdvancedMachines!!!!!

//Recipes.macerator.addRecipe(new IdentRecipe(new ItemStack(Blocks.netherrack)), new NBTTagCompound(), new ItemStack(Blocks.netherrack));
//Recipes.macerator.addRecipe(new IdentRecipe(new ItemStack(Blocks.quartz_ore)), new NBTTagCompound(), new ItemStack(Blocks.quartz_ore));

DrZed

2015-09-21 07:56

reporter   ~0004219

Last edited: 2015-09-21 08:33

Would you please yell at Stryker for such a stupid thing, FYI It's commented out because he added the source code and we're modifying it.

http://puu.sh/kiS1l.txt
I can't believe the amount of stupidity required to intentionally add a bug in your main class...

He crashed our game with it...

DrZed

2015-09-21 08:30

reporter   ~0004221

Last edited: 2015-09-21 08:47

Player, Aroma, or even Choco, do me a favor and automatically remove recipes that output the input...

Checking Metadata ofc...

I'm sorry for putting this on you, and not on him for this, but if I talked with him I'd probably get blocked/banned/etc.. in 10 seconds. I can't stand stupidity, mine included.

So please do the kindness of implementing if output.contains(input) remove
or something of the sort

https://github.com/AtomicStryker/atomicstrykers-minecraft-mods/issues/24
I probably could've been more friendly, but he deserves to be slapped by his parents for this one.

On a side note, Aroma make a config in your core to not register the Aroma hammer, so we can use the backup mod + core server only..

Aroma1997

2015-09-21 09:15

developer   ~0004222

I will add that output-input feature.
That thing with my Core is in the 1.8 version, but will never be in the 1.7.10 version because it will cause problems.

DrZed

2015-09-21 19:51

reporter   ~0004224

How would it cause problems might I ask? I don't register my items if they're not needed.

Issue History

Date Modified Username Field Change
2015-09-17 06:11 Mfernflower New Issue
2015-09-17 06:11 Mfernflower File Added: BugReport.png
2015-09-17 15:43 Chocohead Note Added: 0004214
2015-09-17 19:03 Aroma1997 Note Added: 0004215
2015-09-17 19:03 Aroma1997 Status new => closed
2015-09-17 19:03 Aroma1997 Assigned To => Aroma1997
2015-09-17 19:03 Aroma1997 Resolution open => no change required
2015-09-17 20:34 Mfernflower Note Added: 0004216
2015-09-17 20:34 Mfernflower Status closed => feedback
2015-09-17 20:34 Mfernflower Resolution no change required => reopened
2015-09-21 07:52 Mfernflower Note Added: 0004218
2015-09-21 07:52 Mfernflower Status feedback => assigned
2015-09-21 07:56 DrZed Note Added: 0004219
2015-09-21 08:30 DrZed Note Added: 0004221
2015-09-21 08:30 DrZed Note Edited: 0004221
2015-09-21 08:33 DrZed Note Edited: 0004221
2015-09-21 08:33 DrZed Note Edited: 0004219
2015-09-21 08:35 DrZed Tag Attached: wtf
2015-09-21 08:35 DrZed Tag Attached: Request
2015-09-21 08:45 DrZed Note Edited: 0004221
2015-09-21 08:47 DrZed Note Edited: 0004221
2015-09-21 09:15 Aroma1997 Note Added: 0004222
2015-09-21 10:18 Aroma1997 Status assigned => resolved
2015-09-21 10:18 Aroma1997 Fixed in Version => Builds for MC 1.7.10
2015-09-21 10:18 Aroma1997 Resolution reopened => fixed
2015-09-21 19:51 DrZed Note Added: 0004224