MysticTempest
86954249f4
Cleanfile (tabs/spaces etc).
2018-03-07 22:42:54 -08:00
Auke Kok
005d257a3e
Display estimated time without cutting off hours.
2018-03-07 22:39:46 -08:00
MysticTempest
91d698e3de
Documentation; plus fixes for doors, pistons, gates and a few other things. ( #16 )
2018-02-11 16:59:15 -08:00
Auke Kok
016ddf2570
Flowerpots: use flowerpot mod!
...
Gets rid of homedecor entirely, which is a huge gain.
2017-02-22 22:37:41 -08:00
Schmeldric
ac9f2b58b5
Getting north the same way than in Minecraft
...
Inversing Z axis instead of X axis in order to get North the same direction than in Minecraft.
2017-02-22 12:55:19 -08:00
Stefan Sauer
8e4bd6e5a2
Fix off by one in the door conversion.
...
Also log more detail when we can't convert and reuse some calculation.
2016-10-29 12:53:01 -07:00
Stefan Sauer
acd7eaa444
block.py: use logging to report issues
...
This way diagnostics are printed to stderr and can easilly be redirected to a
file. Additionally we can filter information and don#t need to comment print
statements.
2016-08-18 21:29:10 +02:00
Stefan Sauer
37f3f33bf2
block.py: add progress reporting based on num_chunks
...
We don't know the number of blocks on each chunk beforehand, but we know the
number of chunks which is precise enough for a status report. Also use a wall
clock to give an eta for the conversion.
See #6
2016-08-18 18:11:07 +02:00
Auke Kok
6ab33ce34f
Frame stuff is an entity, not tile entity.
2016-03-26 20:15:38 -07:00
Auke Kok
ac558236ce
Entirely omit converting any flowing water.
...
We can let the water flow algorithms do this, much easier and
better than creating tons of messy water or laval flow stuff.
2015-11-30 21:49:20 -08:00
Auke Kok
2c94f70d19
pull in "crops" - my own crop mod.
...
This adds:
- pumpkins
- melons
and potentially potatoes as well.
2015-11-23 22:28:24 -08:00
Auke Kok
651c651be0
Convert iron doors, other wood type doors.
...
All wood type doors are converted to "oak" doors.
2015-11-22 15:04:53 -08:00
Auke Kok
aad68da074
Flower pot conversion
...
We always plant a full size flower pot. If there are tile
entities, we translate those to blocks and attempt to plant
them on top of the flower pot.
2015-11-22 14:47:28 -08:00
Auke Kok
63afc25900
Proper doors.
...
Quite the complex workaround, but this results in doors not
needing fixing unless they (unlikely) are across a block
boundary.
2015-11-22 01:21:00 -08:00
Auke Kok
513ce330fc
Grass random height, lilypads rotate random.
...
A few other minor tweaks as well
- start of paintings
- always make mesecon wires work (but ugly)
2015-11-21 21:49:25 -08:00
Auke Kok
0bba40382c
Functional pressure plates.
...
These will work fine to open and close doors, and to power
mesecon wire.
2015-11-19 23:28:28 -08:00
Auke Kok
899bd53690
100 blocks is often enough for this message.
2015-11-16 23:51:12 -08:00
dgm3333
7569822776
Update block.py
2015-07-19 18:31:06 +02:00
dgm3333
d5ae91aa04
Added misc comments, and debugging print() Corrected mirrored import of x axis for Anvil format files Changed so unknown blocks are imported and will be displayed as unknown (otherwise blocks are ignored and imports can have significant holes in them)
2015-07-19 18:31:06 +02:00
Novatux
c607bf8ae5
Fix metadata
2014-03-04 19:07:25 +01:00
Novatux
a156312240
Forgot an import
2014-03-04 15:09:01 +01:00
Novatux
05bf81aaf1
Fix a typo
2014-03-04 14:37:27 +01:00
Novatux
1d81526834
Add metadata
2014-03-04 14:04:53 +01:00
Novatux
56b0932509
Fix typo
2014-03-04 11:44:41 +01:00
Novatux
9d1dd5b2d4
Fix name_id_mapping
2014-03-04 11:26:24 +01:00
Novatux
4fb7717471
Commit the changes every 50 blocks saved
2014-03-04 07:47:09 +01:00
Novatux
edc92b9691
Some cleanup
2014-03-04 07:21:56 +01:00
Novatux
afa4e2fd1b
Try to fix the out-of-memory error
2014-03-04 07:07:24 +01:00
Novatux
03867583a5
Use os.path.join
2014-03-03 07:19:30 +01:00
Novatux
ceaf1ac406
Fix a typo and string length
2014-03-02 18:20:25 +01:00
Novatux
0fddeea44c
Fix param2
2014-02-09 18:33:34 +01:00
Novatux
6101f6c9f6
Fix light being inversed day/night
2014-02-09 18:30:59 +01:00
Novatux
817196d2e4
Refactor a lot, export directly to map.sqlite
2014-02-09 17:37:11 +01:00