Commit Graph

39 Commits

Author SHA1 Message Date
Auke Kok
8d13e17879 Straw block. 2016-03-19 15:24:24 -07:00
Auke Kok
46e1b443cd Aspen leaves. 2016-03-19 15:21:20 -07:00
Auke Kok
58c0778360 fence gatest.
wood specific gates will come later, this isn't upstream yet.
2016-03-19 15:09:53 -07:00
Auke Kok
9f7c1adc97 Steel Trapdoors. Of course. 2016-03-19 14:55:30 -07:00
Auke Kok
3eb8e120d6 Sticky piston typo. ouch. 2016-02-27 12:01:40 -08:00
Auke Kok
2555a352f4 Switch to Aspen trees.
Now that these are available in Minetest_game, we can start
using these.
2016-01-30 15:46:23 -08:00
Auke Kok
ad95bc26b9 Fix tree conversion mishap 2016-01-01 12:39:49 -08:00
Auke Kok
5f23622992 Fix this sapling. 2016-01-01 12:30:11 -08:00
Auke Kok
ae483c70aa More ifdefs 2016-01-01 12:29:49 -08:00
Auke Kok
a37cf5e050 Typo :/ 2016-01-01 12:12:38 -08:00
Auke Kok
834c5238e0 Use #ifdef, and consistently adapt map_content.
"#if" always had me confused, and I was using both forms
mixed, so I'm opting to change it all to cpp's style of
"#ifdef".
2016-01-01 12:00:17 -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
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
27ff21a323 blend the bottom, if possible. 2015-11-22 23:19:36 -08:00
Auke Kok
23b51a835b Convert a few more blocks as cosmetics.
These are just missing, but we really don't want to leave
gaps in buildings (e.g. glass, fences) so we mostly just put
stuff that looks OK.
2015-11-22 22:37:41 -08:00
Auke Kok
14cc1b8f65 Activator rail -> normal rail as well. 2015-11-22 20:36:34 -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
47fdccec5b Better vines - approximation still but catch all angles. 2015-11-21 23:05:40 -08:00
Auke Kok
e9a0bed9c9 commandblock (still needs formspec) 2015-11-21 22:46:11 -08:00
Auke Kok
737e015410 These are entirely wrong. 2015-11-21 22:13:41 -08:00
Auke Kok
5242820311 Change lamp to lightstone, which is a full block. 2015-11-21 22:04:16 -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
7dfa0a9c55 Daylight sensor. Night time sensor is not possible. 2015-11-21 18:03:26 -08:00
Auke Kok
01469dbeec Pistons, Wall levers, and solar panels 2015-11-21 17:43:14 -08:00
Auke Kok
6b995de026 Repeaters->delayers 2015-11-21 14:26:15 -08:00
Auke Kok
bae536f1ae Torch and button rotation (wood, stone) 2015-11-20 23:46:06 -08:00
Auke Kok
4be78ae655 Beds!
all 4 orientations seem to work without issues.
2015-11-19 23:57:28 -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
27272bb7a4 Fix signs! Can't fix bookshelves :( 2015-11-18 21:00:35 -08:00
Auke Kok
d6e40c1517 use xpanes for bars, glass panes. 2015-11-18 00:20:14 -08:00
Auke Kok
a8e5d494c5 Trapdoors, ladders, lots of "ornamental" changes.
fixed many orientation issues. Added trapdoors, working my
way through mese stuff.
2015-11-18 00:10:53 -08:00
Auke Kok
cb593e742c Fix nyan cat rainbow block name 2015-11-17 00:55:56 -08:00
Auke Kok
4adc2fe5d4 Fix orientation of all the remaining stair blocks. 2015-11-17 00:15:00 -08:00
Auke Kok
b09881a003 Add a *TON* of block fixes.
Mostly common mods in here, fix rotations, stairs, slabs.

This is a lot of changes.
2015-11-16 23:53:00 -08:00
Novatux
bd46d3339b A few more blocks 2014-02-08 19:47:28 +01:00
Novatux
e4535916f6 Initial commit 2014-02-08 07:58:24 +01:00