Replies: 3 comments 6 replies
-
Turtles are a block/block entity. I suspect it will not be possible to add chunk loaders to them via datapacks, as there's no way to track a turtle as it moves. |
Beta Was this translation helpful? Give feedback.
-
I'm not a fan of disabling ~90% of a large mod just to get a single one feature that could be implemented separately on an alternative addon mod for CC:T. For previous experience, doing similar things on large mods to get a few features always ended up in some conflict with other mods, aside of the extra unneeded size on the modpack (and it also requires dependencies...). I will try to see if someone on Fabric discord have interest in make another addon mod that just alter the turtle behavior to support it loading chunks on their own. |
Beta Was this translation helpful? Give feedback.
-
After a while (and with a new MC update coming), i decided to come back here to see if SquidDev's stance about computer/turtle chunk loading changed at all (maybe reflecting possible internal changes that, in my ignorance, i could not be aware of and could facilitate things). While trying to persuade SirEdvin about a standalone addon mod just for chunkloader he came up with a very interesting idea: adding custom gamerules that would allow whenever the turtles (and computers) should keep their chunk loaded (and, i think, load unloaded chunks they are heading in, in case of turtles) by default. In a first glance that could generate a huge performance drop in big servers, but i really think that should be only used in singleplayer or small friend servers, so being disabled by default (where the wins of being able to keep chunks loaded by CC:T stuff overtakes the performance loss). Unfortunately SirEdvin seems to be away for a while and this idea never materialized; i tried to see if someone at either MMD or Fabric's Discord would have interest, but seems that, since CC:T is a very niche mods, there are few people specialized on it to do such kind of addon mod. |
Beta Was this translation helpful? Give feedback.
-
Well, i know @SquidDev stance is to not add it directly on CC:T, and the only other option that adds chunk loading to turtles also add a ton of things that i'm not interested (i really only want the chunk loading part).
But i was thinking, after seeing this datapack: could a datapack be able to allow the turtle to load chunks on their own (without peripherals or equipped items)?
I would try to ask on Minecraft Commands server about it but before that i need to figure out what is, technically a turtle: a entity, a block, a Tile Entity... what? So i can pass the "context" to them to see if this is feasible.
Beta Was this translation helpful? Give feedback.
All reactions