MightyPirates / TIS-3D

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

Documentation Issues #151

Closed gogo1704 closed 2 years ago

gogo1704 commented 2 years ago

Minecraft 1.17.1 TIS-3D 1.6.6

First off, it's annoying that when i close the manual , it resets to main page instead returning to the page I was reading before.

image image image I can connect 16 casings before computer stops running.

image Its's not said what values those character have. (From my testing it appears the bell is 0x07 and rest is next in that order)

image It would be nice if there was an exact range in number of blocks or something, but it's not important if you go for that TIS manual feel .(Since "...omissions are generally due to the requirements of possible interpretation to satisfy vendor specific needs")

image Again ambiguity, but this time I think it's more confusing.

image What does this acronym mean? It would be easier to remember for some players if they knew full expansion.

Thx <3 Great mod

esotericist commented 2 years ago

the casings mention is an artifact of when the default was eight. the default is currently 16, docs don't reflect that. i wonder if it's possible for markdown manual to insert the value from the server config?

Its's not said what values those character have. (From my testing it appears the bell is 0x07 and rest is next in that order)

i think the intent is you just use the constant rather than the value? i mean, it might change. you never know.

i agree on the infrared/timer doc gaps. i have no idea what the range is, but it sure as hell seems more than 'short' to me, since i watched the particles sail into the distance far out of reach of anything i'd planned to do. i might test that later myself

BWTM: But Wait, There's More. cultural reference/idiom.

note that you're still limited to 40 lines of code for a single program by default.

gogo1704 commented 2 years ago

i think the intent is you just use the constant rather than the value? i mean, it might change. you never know.

im not sure i understand. What i mean is that those characters (\b \n etc.) dont exist in codepage 437 and manual doest say what their value is.

note that you're still limited to 40 lines of code for a single program by default.

how many lines does a single page have? Cuz iirc i had full 3 page programs