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

Modulo operator #192

Closed TimovVeen closed 9 months ago

TimovVeen commented 9 months ago

Simply adds a modulo (MOD) operation to the execution module. I think it fits alongside the MUL and DIV operations for technically being possible with some workaround, so this would give some convenience to the modulo enjoyers out there.

fnuecke commented 9 months ago

Sure, makes sense - and looks good to me! One ask though: would you mind also adding the documentation to at least the English in-game manual page of the execution module, so that people will know it exists? Thanks.

TimovVeen commented 9 months ago

Of course, forgot about the manual. I'll add it in a minute

TimovVeen commented 9 months ago

Added it :)

fnuecke commented 9 months ago

Thanks again!