63 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
9018fc8440 OPTIMIZE _ALL_ THE TEXTURES! \:D/ 2015-01-23 14:08:51 -05:00
Vanessa Ezekowitz
12c4987cee use current intllib APIO 2014-12-27 00:58:32 -05:00
Vanessa Ezekowitz
f8f833b29f make lavacooling functions and related nodes optional
cooling code defaults to enabled, set:

gloopblocks_lavacooling = false

...in your minetest.conf to disable the cooling code.
2014-11-22 16:20:43 -05:00
CraigyDavi
35c7ee639b Fix an extra colon and incorrect oerkki description 2014-09-03 17:03:40 +01:00
CraigyDavi
b59e2c82e8 Use new stairsplus:register_all API 2014-09-03 13:00:25 +01:00
Vanessa Ezekowitz
7040e76e97 give oerkki block a proper nodebox-based 3d model 2014-05-29 19:53:34 -04:00
Xanthin
20274f942c Update de.txt 2014-03-20 02:43:29 +01:00
Xanthin
0240339347 Update template.txt 2014-03-20 02:42:33 +01:00
Xanthin
c4eeb346a3 add support for intllib translation mod 2014-03-20 02:41:05 +01:00
Xanthin
261e22ef43 german translation 2014-03-20 02:17:48 +01:00
Xanthin
1b5d61308b Create template.txt 2014-03-20 02:17:16 +01:00
Vanessa Ezekowitz
59ca731af5 Added pavement and cement stairs/slabs via default stairs mod 2014-02-15 04:20:41 -05:00
Vanessa Ezekowitz
46075005f0 Added support for default stairs mod for the mossy conversion
stuff.  Re-arranged the code a bit to compact it.  Also, added
cobble roadbed stairs/slabs via that mod, to go along with the
default stone/stonebrick/cobble ones.
2014-02-15 01:00:48 -05:00
Vanessa Ezekowitz
67b8066087 Added shrubbery. Call the Knights who say "ni". 2014-01-22 07:32:33 -05:00
Vanessa Ezekowitz
2487ca7270 If somehow the _cooled blocks get into someone's inventory, make them always
be placed as their normal counterparts.
2014-01-21 10:17:42 -05:00
Vanessa Ezekowitz
ed93f945c4 Make lavacooling code always produce unique nodes.
This adds three new nodes which drop their normal counterparts, for
lavacooling use.
2014-01-20 18:51:54 -05:00
Vanessa Ezekowitz
ab46e7fa5d move a function up to make sure it is defined before it is used :) 2013-12-15 15:05:25 -05:00
Vanessa Ezekowitz
40ee41e644 phase out the old gloopblocks_alias function 2013-12-15 13:55:38 -05:00
Vanessa Ezekowitz
3f0727acda local-ize a few things 2013-12-15 13:49:22 -05:00
Vanessa Ezekowitz
743afa39a7 fix slab drops 2013-10-27 14:30:28 -04:00
Vanessa Ezekowitz
5519bba680 Add alternate craft to turn sticks back into wood planks if building_blocks
mod is present (and force it to load first if so).  If present, craft four
faggots (bundles of sticks) in a square to get four wood planks.  Else, craft
four sticks in a square to get one wood.
2013-10-13 14:18:56 -04:00
Vanessa Ezekowitz
a2948925e8 Fix incorrect yield on mossy stone brick 2013-10-02 16:10:21 -04:00
Vanessa Ezekowitz
acc0a93919 make nyancat rainbows WAY more expensive to craft 2013-09-22 20:07:30 -04:00
Vanessa Ezekowitz
f5fb714f47 fix nil reference crash 2013-08-31 22:03:23 -04:00
GloopMaster
06cfd93647 Evil tools unnerffed. (Now don't complain that they're OP, eh?) 2013-08-26 22:34:45 -04:00
GloopMaster
c6ba6f6b7c Evil Sticks are harder to get 2013-08-26 22:33:16 -04:00
GloopMaster
1ea820c690 Lower the evil tools' durability and maxlevel settings. 2013-08-25 17:23:26 -04:00
GloopMaster
f65427c48b Add scaffolding 2013-08-24 21:31:20 -04:00
Vanessa Ezekowitz
170f7b29f5 fix evil stick recipe to account for glooptest vs. gloopores 2013-08-24 12:57:08 -04:00
Vanessa Ezekowitz
2b90ff9185 fixed a bug in check for glooptest/ores 2013-08-23 22:23:15 -04:00
Vanessa Ezekowitz
907f268493 duplicate recipes 2013-08-23 20:46:12 -04:00
Vanessa Ezekowitz
b44cdcff77 delete Thumbs.db 2013-08-22 20:54:22 -04:00
Vanessa Ezekowitz
25a69e2f60 Added wool stairs/slabs/etc in all colors if moreblocks is present
made moreblocks dependency optional
minor cleanups in using moreblocks api
2013-07-28 00:00:32 -04:00
Vanessa Ezekowitz
cc87f5f4cf add license file, rename readme 2013-07-18 12:39:05 -04:00
Vanessa Ezekowitz
c3ee5a15c5 Phased out all deprecated minetest.env:* uses in favor of minetest.* 2013-06-30 23:55:07 -04:00
GloopMaster
d230811872 Make tools work right in 0.4.7, add alternate craft recipe for evil sticks 2013-06-30 13:32:27 -04:00
Vanessa Ezekowitz
760cd9a659 made mossy stone drop mossy cobble on dig, added craft recipes to get mossy
stone from regular stone.
2013-06-09 20:03:01 -04:00
Vanessa Ezekowitz
4f3786fcb6 Made mossy abm require both water *and* air
also fixed forgotten use of abm's own node param (versus using get_node())
2013-06-09 14:22:35 -04:00
Vanessa Ezekowitz
7cde21907c Add mossy stone block/stairs/slabs/etc.
Made all stone blocks/stairs/etc turn mossy like the other objects do
2013-06-08 17:25:07 -04:00
Vanessa Ezekowitz
277f6cbf1b made all cobble, alternate cobble, and stone brick objects turn mossy
(e.g. stairs, slabs, etc etc as provided through moreblocks circular saw)
Slowed the related abms down to about a tenth of their original rate.
2013-06-07 17:51:43 -04:00
Vanessa Ezekowitz
165d7da10f Added alt. cobble/mossy cobble stairs et.al via moreblocks circular saw 2013-06-07 16:12:54 -04:00
Vanessa Ezekowitz
3cdf20ecc6 add alternative cobble and mossy cobble blocks
make alternative cobble turn mossy in the presence of water.
2013-06-06 23:22:35 -04:00
Vanessa Ezekowitz
5495688c90 Ran all textures through pngquant. 2013-05-30 17:29:39 -04:00
Vanessa Ezekowitz
987e945ea9 Ran all textures through pngcrush. 2013-05-30 15:47:32 -04:00
Vanessa Ezekowitz
d4c93164f9 Minor tweak to work with latest stairsplus/moreblocks 2013-04-24 10:58:04 -04:00
Vanessa Ezekowitz
17b9e79763 removed gloopores dependency 2013-04-08 21:01:17 -04:00
Vanessa Ezekowitz
32e814f684 Moved crafting recipes into a separate file.
Added crafts for mossy stone brick.  Added an abm to transform stone brick into
mossy stone brick in the presence of water.
2013-04-08 20:31:58 -04:00
Vanessa Ezekowitz
6afe0d841f Added mossy stone brick to fit well alongside default stone brick. 2013-04-08 19:59:31 -04:00
Vanessa Ezekowitz
f9ac7eb9c6 fixed a bug in drops for stairsplus nodes 2013-04-07 22:39:50 -04:00
Vanessa Ezekowitz
241a06d2e6 minor tweak to avoid a potential future bug (should use '0' explicitly
in oerkki block "light" parameter for circular saw/stairs plus call)
2013-04-07 22:12:33 -04:00