SquidDev-CC / CCTweaks

Random additions to ComputerCraft (somewhat deprecated, use CC-Tweaked if you're on Minecraft 1.12).
MIT License
12 stars 2 forks source link

MCMultipart Support for 1.8.9 #75

Closed SquidDev closed 8 years ago

SquidDev commented 8 years ago

See: https://github.com/amadornes/MCMultiPart

Sadly this is only for 1.8.9 - we will have to wait til CC gets updated for that.

CC 1.77pr0 has been released.

ElvishJerricco commented 8 years ago

Interesting! I might jump back in for this. I'll have to check out the API. I'd love to contribute to that as well

SquidDev commented 8 years ago

You'll have to wait a bit - its only for 1.8.8 which CC hasn't updated to yet. :frowning: I'd love your help when the time comes though!

ElvishJerricco commented 8 years ago

Yea I know. I can look at the API and maybe do some work on that though.

SquidDev commented 8 years ago

CC has been updated to 1.8.9: Hoping to get most of the code working later today. Some things to note though with the new API:

This should also close #36.

ElvishJerricco commented 8 years ago

Looks like MCMultiPart could have more potential than FMP. Exciting.

SquidDev commented 8 years ago

I think LexManos is considering integrating it with Forge, so it is an official API which is even better: there is pretty much guaranteed continuity for 1.8.9+. This API and blockstates should make the code much nicer & smaller. :smile:

ElvishJerricco commented 8 years ago

Fantastic. The FMP code was... Annoying, to say the least.

SquidDev commented 8 years ago

Closed in #80