cc-tweaked / CC-Tweaked

Just another ComputerCraft fork
https://tweaked.cc
917 stars 212 forks source link

BetterWithMods mod interaction #288

Closed za3k closed 5 years ago

za3k commented 5 years ago

-Minecraft Version: 1.12.2 -Forge Version: 14.23.5.2838 -Better With Mods Version: 2.30.2-10-27 -ComputerCraft version: CCTweaked 1.81.3

Mining sand with a computercraft turtle using a shovel, it correctly gets one sand block. But while using an axe or pickaxe, a computercraft turtle gets both 1 sand block (incorrect), and pile of sand items. The correct behavior is to return 3 "pile of sand" items but no sand block.

Mining wood with an axe correctly gives 1 wood block. Mining wood with a pick correctly gives planks, sawdust, and bark. (A shovel fails, which is ok I guess). I hope that helps narrow things down a bit.

I'm not sure whether CC or BwM needs to make a change, but I suspect CC. I've crossposted to the Better With Mods bugtracker here: https://gitlab.com/BetterWithMods/1.12/BetterWithMods/issues/1336

SquidDev commented 5 years ago

Can you try on the latest CC:T version (1.84.0)? It includes a fix for a similar sounding issue (#273), so worth double checking before going any further :).

za3k commented 5 years ago

Will do. Had to double check that you're releasing for 1.12, I really appreciate that you are.

Psst also the github releases page and curseforge page don't have jars for any of those versions.

Edit: OK Curseforge did, my mistake

za3k commented 5 years ago

Reproduced in CC:T 1.12-1.84.0

SquidDev commented 5 years ago

Yeah, sorry - Curse's interface isn't the most intuitive. The panel on the right-hand-side of the main mod page is probably the best way to see the latest files - the actual "Files" page is ... confusing.

Thank you for double checking on 1.84.0 - fix should be released in the next few days.