blob: 6820809289cb92218a20d325e49c99b3674e1650 (
plain)
1
2
3
4
5
6
7
8
|
schedule original_skyblock/hard_coded_structures/fortress 60s
# for each hard coded structure type
# run a function that schedules itself
# locate structure (execute in dimension of structure)
# check against checked positions. if not found:
# add position to checked positions array
# remove all blocks associated with structure in appropriate radius
|