Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 689 Bytes

File metadata and controls

27 lines (16 loc) · 689 Bytes

John-Computer-Craft-Program-2022

Full rewrite of my programs from 2015 and 2016

100% Excavation Program 2017

100% 3x3 Tunnel Program 2017

100% Bridge Program 2017

100% Bridge With No Walls Program 2017

10% Strip Mining Program 2017

30% Multi Build Program 2017

0% Tree Farm Program 2022

To Download:

pastebin get GgTJ0v0L JohnDownloader

then run JohnDownloader this will auto start JohnPrograms and show a GUI to list the programs

Ideas To Compact code In Place using RSorLS maybe just use wideCount % 2 == 0 if is even run LS else run RS this will save one variable but i dont now if is better since wideCount can be very big number like 1000 then i think RSorLS is better.