MightyPirates / TIS-3D

TIS-100 inspired low-tech computing in Minecraft.
https://www.curseforge.com/minecraft/mc-mods/tis-3d
Other
104 stars 35 forks source link

39 instruction count limit reasoning/workarounds? #160

Closed Olliroxx closed 2 years ago

Olliroxx commented 2 years ago

Whenever I get to the line before the end of the second page, I get the error "Too many lines". This seems like a super arbitrary limitation, and really stops you from doing anything complicated. Is there a reason behind this? Is there a workaround I'm missing (other than implementing a middle language and reading that from a rom/ram module)?

Maxwell45 commented 2 years ago

I believe you can increase the maximum amount of lines in the configs of the mod

Olliroxx commented 2 years ago

Does this need a rebuild? If not, what command/file should I use?

Maxwell45 commented 2 years ago

Nope. Just go to your Minecraft installation folder, go to configs folder and look out for the TIS-3D configuration file in particular. Open it up with notepad and change it to whatever you like

Olliroxx commented 2 years ago

How would I do this on a server?

Maxwell45 commented 2 years ago

If you are a server owner there also should be a config folder where you can change some values. Not sure how to circumvent this otherwise though