Commit Graph

8 Commits

Author SHA1 Message Date
Mateusz Konieczny 9bdd5e4dda mentioned ClosedBox and BasedBox in each other descriptions 2021-03-20 21:26:54 +01:00
Mateusz Konieczny 23ee7b3eb2 copy closedbox description to basedbox description as applicable 2021-03-20 21:26:54 +01:00
Florian Festi 0d07f48b7f Remove .open() call from the .render() method
Having this call there was necessary in the past as the open() method would
need the canvas size as a parameter. This is now determined automatically
after rendering.

Still calling open() is deprecated but won't result in an error.
2019-02-08 17:43:15 +01:00
Florian Festi 861c8451e2 Remove call to .close() from .render() method
There is really no need for all the generator to care
Still calling it is deprecated but won't result in an error
2019-02-08 17:32:04 +01:00
Florian Festi 7c8ae621f7 CloseBox: Put bed blots at the right places
Keep them still disabled, though.
2018-07-25 16:34:58 +02:00
Florian Festi b623008ea3 ClosedBox: fix (commented out) BedBolt support 2017-09-13 11:39:03 +02:00
Florian Festi 5b9c8e4d71 Remove main function from generators
Generators are no longer executable on their own. Use scripts/boxes
instead.
2017-04-05 04:33:42 +02:00
Florian Festi 75b7724255 Rename Box -> ClosedBox 2017-03-06 22:24:05 +01:00