Zaoqi
3e3fe2ec97
fix shebang line
2019-12-09 20:10:11 -08:00
Auke Kok
fa5185084b
Still need to rename bedrock.
2019-04-04 23:05:40 -07:00
Auke Kok
36b9954964
Fix all mods with their current locations.
...
Also, convert this to a here-document for easier editing.
2019-04-04 21:53:18 -07:00
MysticTempest
3553351918
Fix bedrock mod not installing correctly.
2018-06-21 23:57:15 -07:00
Auke Kok
e0334cc130
Use bedrock, don't wash away above-sealevel water.
2018-03-07 22:39:46 -08:00
Auke Kok
9de6d0bd3a
Several fixes for the map content, lose moreblocks.
...
Some of these came hinted by from JP already, but others
were suggested on the forums.
2017-05-07 00:26:51 -07: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
67aae2df9a
map_content: add mapping for cauldron
...
Switch get_mods to use the xdecor module from minetest-mods, since the previous
link is a redirect now.
2016-09-05 20:27:44 +02:00
Stefan Sauer
86d045676d
Add support for lapis mod to cover two more blocks
...
See #8
2016-09-05 20:26:40 +02:00
Stefan Sauer
bcc6a7809c
mcimport.py: make get-mods.sh executable ( #9 )
...
Also use the python 'with' statements for file-io.
2016-08-22 10:47:36 -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
Auke Kok
9e9aa02b23
Updating mod URLs
2016-05-01 20:10:05 -07:00
Auke Kok
547521ffe7
Force chunksize = 1
2016-05-01 20:06:14 -07:00
Auke Kok
f08e8a6fc8
Automatic map light fixing.
...
This fix works because on_generated will get called even with
singlenode mapgen. It slows down map load a bit, but the
map looks so much better now.
2016-04-28 23:12:42 -07:00
Auke Kok
fccd3a4525
Zenity-fy this project.
...
Working with python and the args for this project is rather
clumsy, so I'm adding a zenity wrapper that will aid people
to find the right folders easily and start the conversion
process. This should make it a lot easier to do the conversion
for people.
2016-03-26 21:53:47 -07:00
Auke Kok
d77a3ee546
Switch to homedecor and carpet.
...
These are nice carpets, and I intend to use more of xdecor's
items later on, as well as phase out plantlife_modpack and
homedecor entirely.
2016-03-23 15:59:31 -07:00
Auke Kok
2d2508fdb6
Prune lots of unwanted mods and nodes.
2016-03-23 15:23:41 -07:00
Auke Kok
3d919dbfc4
Don't overwrite worlds.
...
This would usually result in an unreadable error crash, so this
is much nicer.
2016-03-23 12:58:16 -07:00
Auke Kok
c299bf86f2
Make mcimport.py executable.
2016-03-23 12:57:56 -07:00
Auke Kok
fece0a407a
Redo worldmod stuff.
...
Cut out some of the unneeded mods, redo script.
2016-03-19 22:40:37 -07:00
Auke Kok
d78ac5ad2b
Use hardenedclay mod by oOChainLynxOo
2016-03-19 15:52:34 -07:00
Auke Kok
a3f2c6ff9c
Various improvements.
...
- detect python3
- test MC path exists first (better error msg)
- write out all the riffraff files first
- after conversion, write a message
- add script to download all needed mods to worldmods
2016-01-24 22:29:50 -08:00
Auke Kok
a9ab377de2
Disable moretrees mod by default.
...
Also assure moretrees spawning is disabled.
2016-01-21 08:33:27 -08:00
Auke Kok
c7d1310c6b
Always enable singlenode.
2016-01-17 17:23:42 -08:00
Auke Kok
19dfbb00e4
Disable MORETREES by default.
...
I've come to loathe moretrees, as it's spruce trees are way
too large and the saplings destroy so much as they grow.
Make MORETREES disabled by default. Unfortunately, birch trees
are missing, so they get aliased to oak :(
2015-12-31 23:25:46 -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
02051dab8e
Make this a bit more usable.
...
Hints for the user as to what to do with these files.
2015-11-22 23:17:52 -08:00
Auke Kok
ca07299f37
More modules needed. Remove dead code.
2015-11-21 22:45:50 -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
Auke Kok
4e6b00c1a8
Make using these maps EASY
...
write out all the needed mods and bits so that this works
almost out of the box...
2015-11-16 23:52:19 -08: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
Novatux
f32d463c7c
Remove test code
2014-02-08 08:01:25 +01:00
Novatux
e4535916f6
Initial commit
2014-02-08 07:58:24 +01:00