AlmostReliable / almostunified

A Minecraft mod to unify resources.
https://www.curseforge.com/minecraft/mc-mods/almost-unified
GNU Lesser General Public License v3.0
50 stars 9 forks source link

Recipes allow for the use of blocks of copper and cut copper interchangably #37

Closed Halex000 closed 1 year ago

Halex000 commented 1 year ago

Version

0.3.5

Describe the bug!

What I said in the title, the game treats cut copper and blocks of copper as the same thing. A stonecutter lets you cut one cut copper into 4 cut copper along with other oddities like crafting a cut copper using the recipe for a block of copper. Capture

Crash Report

No response

Log

No response

Additional Context

Yes

Modifications

No response

Did the issue happen in singleplayer or on a server?

Both

rlnt commented 1 year ago

Not a bug introduced by Almost Unified.

You likely have a mod that adds the copper storage block tag to the Cut Copper block. Forge did this in the past but it was quickly removed in the next version because it was not intentional. Some mods then decided to add it back for some reason.

Known mods that add the tag are old versions of Occultism and Chisels and Bits. This is also mentioned on our wiki here https://github.com/AlmostReliable/almostunified/wiki/Mod-Support#chisels-and-bits

Either you have to remove the tag from the Cut Copper block yourself or you remove the mod that adds it but this definitely isn't Almost Unified since we are not adding any tags ourselves. Some more info can be found on the Enigmatica repository where they ran into the same issue. You can find it here https://github.com/EnigmaticaModpacks/Enigmatica8/issues/283#issuecomment-1257269746

GitHub
Mod Support
A Minecraft mod to unify resources. Contribute to AlmostReliable/almostunified development by creating an account on GitHub.