[Question] Just few questions
JoeSGT opened this issue ยท 5 comments
Hello i just saw your fork and i have a few question with it if you don't mind answering them
-
i am using original version of computercraft if i switch over to your fork how will it effect my world from switching too ComputerCraft to CC-Tweaked?
-
Is this fork aim to fix ComputCraft bugs?
-
How is this better performance then the original computercraft?
Thanks
Not a problem at all, always happy to answer queries:
-
You should be able to switch between ComputerCraft and CC:Tweaked with no issue. Aside from adding one new block (and corresponding item), there aren't any changes to the save format.
-
The aim of this fork is to provide more regular releases of CC, with many of the latest PRs merged. I'm definitely committed to squashing CC bugs, but I generally fix the original mod and then copy changes across to here.
-
Just a couple of things off the top of my head:
- Reduce network traffic of computers by only sending changes when needed.
- Remove multiple block lookups in monitor code
- Minor improvements to the Lua VM to reduce instruction overhead.
I can't say this results in any tangible TPS/FPS gains, but it definitely doesn't do any harm.
Hope that helps!
Thanks you, going definitely going to switch over to this one Thanks you for taking the time out of you day to fix up this mod <3
Oh and something i forgot,
one more thing
how do you trust mining turtles ? using GriefPrevention(Spongepowered)
because on the original mod you cannot
Turtles should now act as whoever placed them, so they should "just work" in claims. However due to some Sponge/GP oddities it's not quite working as expected.