Start Id config file? #821
-
Is it possible to make a "Start Id from" Config file? The idea is to have Several temp worlds latter combine into 1 world. All with their own computers and computer ids. i would have no control over how many would be created. therefor for management i would like to change the starting Id to 1000, 2000, 3000, etc. The use of this is very rare and limited and not worth dedicating much thought to. Therefore i have a question, is it possible to shift or change the ids of all computers in the world, i.e. shifting by 1000, therefore no computers will bug out for having the same id? P.s. I may have posted this question before on the wrong version..... sorry. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I believe the easiest solution here is to create an Obviously worth noting that this isn't a good solution when one player creates 1000 computers - just worth bearing that in mind! |
Beta Was this translation helpful? Give feedback.
I believe the easiest solution here is to create an
ids.json
file in$world_folder/computercraft/
, which contains{"computer": 1000}
(alternatively, copy it from an existing world and edit it).Obviously worth noting that this isn't a good solution when one player creates 1000 computers - just worth bearing that in mind!