Commit Graph

17 Commits

Author SHA1 Message Date
Auke Kok
d553e819b0 New tile entity name for noteblock. 2017-02-22 22:47:39 -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
Stefan Sauer
d459fa45b7 tile_entities: convert /time command
Convert "/time set" to "/time" and apply shift for time values.
2016-09-05 20:27:47 +02: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
Auke Kok
6ab33ce34f Frame stuff is an entity, not tile entity. 2016-03-26 20:15:38 -07:00
Auke Kok
f3d40fac4e Start ItemFrame work 2016-03-23 16:07:43 -07:00
Auke Kok
3fb0e0b254 Enable parsing of mc v1.9 format sign text.
A very minor change.
2016-03-23 12:59:29 -07:00
Auke Kok
208afd9b11 command blocks.
these won't work unless you change 'no owner' to your username.
2015-11-22 22:04:31 -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
ff4c041198 Reduce note count. 2015-11-21 14:55:40 -08:00
Auke Kok
29883883c2 Noteblocks! Pitch is also converted. 2015-11-20 23:47:15 -08:00
Auke Kok
f425378b74 Now converting all signs properly using signs_lib.
This includes working formspec for multiliners.
2015-11-18 23:40:01 -08: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
1d81526834 Add metadata 2014-03-04 14:04:53 +01:00
Novatux
817196d2e4 Refactor a lot, export directly to map.sqlite 2014-02-09 17:37:11 +01:00
Novatux
bd46d3339b A few more blocks 2014-02-08 19:47:28 +01:00