Commit Graph

1634 Commits

Author SHA1 Message Date
41e518282f use group:stick instead of default:sticks in all recipes, all sub-mods. 2014-07-30 18:19:42 -04:00
f3cef98520 warn user if they're not allowed to set a fire 2014-07-30 10:18:30 -04:00
ec7a2e7c74 honor node protection when setting a fire 2014-07-30 10:05:16 -04:00
c9133337a2 use four randomly-chosen smoke textures derived from real smoke,
also widen the particle size range
makes for a much more varied smoke pattern
2014-07-28 19:30:08 -04:00
375a5701c9 Update abms.lua
Better parameters for smoke particles.
2014-07-28 21:31:30 +02:00
c667b4e168 higher quality inventory images for some 3dforniture objects 2014-07-27 16:48:33 -04:00
5f1d48c40d add wooden lattice lamps 2014-07-27 15:15:47 -04:00
8ecba4e7fc improved the flint and steel textures a bit 2014-07-27 13:22:56 -04:00
6f492914db Added jp's fork of LazyJ's fork of semmet9's fake fire mod
Used and re-licensed with permission of LazyJ and jp:

```
[07-27 10:02] <jp__> Hi Vanessa. I replaced the LazyJ's smokes nodes by few particules : https://forum.minetest.net/viewtopic.php?p=149534#p149534
[07-27 10:03] <jp__> Now I think this mod is mature for integrate Homedecor...

[07-27 10:17] <VanessaE> LazyJ: homedecor is LGPL.  your code is GPL.  by extension so is jp's fork.
[07-27 10:18] <VanessaE> I'd like to include his fork of your mod into homedecor modpack.
[07-27 10:18] <VanessaE> your permission is required :)
[07-27 10:18] <LazyJ> Ok.
[07-27 10:18] <LazyJ> What's the difference between LGPL and GPL? I just go with whatever the original author uses.
[07-27 10:19] <VanessaE> beats the hell out of me exactly except LGPL is supposed to make it easier to use code so-licensed in proprietary projects or something.
[07-27 10:19] <VanessaE> I only use it because minetest_game did and I got some code from there.
[07-27 10:20] <LazyJ> Ok with me to use it.
[07-27 10:21] <LazyJ> Credit to semmett9 too.
```
2014-07-27 12:03:52 -04:00
2e05b5d49c Add candles and oil lamp 2014-07-27 11:52:42 -04:00
f1f2db92c5 Added several more colors of bathroom tiles 2014-07-27 09:13:48 -04:00
8aeb2f1007 condense node defs for bathroom tiles
give slightly more meaningful filenames for their textures
2014-07-27 09:04:53 -04:00
c30fa31336 add recipes for black/white/grey bathroom tiles, give them better textures 2014-07-27 08:56:56 -04:00
4f1ba4fb74 Remove unused files from computer mod. 2014-07-21 13:20:17 -03:00
d408c04d5e Fix signs' text not rendering correctly after restart. 2014-07-21 13:19:46 -03:00
09962b3f54 removed the beds mod from homedecor.
experiment failed.
2014-07-20 23:18:54 -04:00
9a456f977d fix crash bug in beds mod 2014-07-20 21:11:54 -04:00
fbed3bfab2 use modern protection function in tabletop nodes 2014-07-20 10:29:12 -04:00
df34140a1a new projection screen inventory image 2014-07-19 20:12:01 -04:00
c4e0ef0aef new brass ingot 2014-07-19 19:41:30 -04:00
3295ed85c3 update oil extract bottle image 2014-07-19 18:49:32 -04:00
d76dbc1dd9 Improved quality of most inventory textures
Re-drew/re-rendered or just tweaked them to use alpha where appropriate,
since the inventory can use it reliably these days.

Other changes include better image for table legs, reduced the power
crystal image since it doesn't need to be so big now, and reduced the
height/diameter of the motor a little.
2014-07-19 15:56:59 -04:00
88fbee26a9 Fix outdated recipe for building_blocks terrycloth towel 2014-07-19 12:35:55 -04:00
a3ccb6176b Change crafting chain for plastic sheets
now leaves become oil extract, which is cooked into paraffin
this is then cooked into plastic sheets.

needed for future recipes that will need some kind of wax.
2014-07-19 08:03:02 -04:00
4a943c19b0 update computer mod 2014-07-19 06:28:11 -04:00
a62926d974 imported Blockmen's beds mod 2014-07-19 05:59:01 -04:00
3918ff56fc add a roll of toilet paper 2014-07-19 05:39:18 -04:00
c406094b72 import bas080's inbox mod 2014-07-18 19:45:26 -04:00
51e9f20a6c import plasmascreen mod 2014-07-18 19:38:31 -04:00
4a5f4b4f05 import lrfurn mod 2014-07-18 19:37:08 -04:00
2af60763db import kaeza's computer mod 2014-07-18 19:33:01 -04:00
269db07a00 add space heater
rename fans.lua -> climate-control.lua and move air conditioner into it
along with the new heater.
2014-07-18 10:55:09 -04:00
9e6e26e1ed Use fan blades in air conditioner recipe 2014-07-18 10:01:42 -04:00
f73cfa1cf5 desk fans (YAHN)
uses new fan blades object for recipe
2014-07-18 09:54:22 -04:00
6518120958 Change formspec to use textarea element.
This also removes the pipe as line separator, and uses real
newlines instead.

To be compatible with older signs, those older signs are *NOT*
updated, and still use the old line handling code. In order to
take advantage of the new UI, old signs will have to be
replaced. This is an unfortunate drawback that cannot be
fixed.

Newly-placed signs will have the new features right away.
2014-07-16 14:08:37 -03:00
6f43085597 better recipe for 3dforniture bars
also lower the yield, they're way too cheap.
2014-07-14 18:09:23 -04:00
633beb8b88 defer to technic for brass ingots
if technic is not installed, just define its brass ingot and use the standard
moreores silver/default copper craft recipe to make it.

if technic is installed, define no recipe for it - let technic's zinc/copper
alloy furnace recipe handle it.
2014-07-14 15:38:36 -04:00
316f03b95a Add background image to signs_lib formspec 2014-07-14 14:45:43 -04:00
aa6dbf37f5 change speaker and speaker-based recipes
now, you must craft a speaker driver (the actual speaker itself) first, then
use it to craft the "small" and "large" speakers, alarm clock, etc.
2014-07-13 18:51:31 -04:00
5b705cf4ed Move the openframe bookshelf into the main homedecor mod
Moved the craft recipe too
this leaves just the default bookshelf and the moreblocks empty counterpart
in the 3d extras mod.
2014-07-13 08:37:42 -04:00
d299dd60dc additional dishwasher top surfaces
same method and limitations as kitchen.  Can make wood, steel, marble, granite
2014-07-13 04:14:46 -04:00
d9f3df202b new brass ingot image 2014-07-09 12:58:15 -04:00
2dd7a660a5 add spools of copper and steel wire
use them in some recipes in lieu of steel/copper ingots.
2014-07-08 15:35:21 -04:00
44b34cf3a3 add recipes for windowblinds via new craft item, plastic strips 2014-07-08 04:03:39 -04:00
7805035d21 added recipes for several items 2014-07-08 00:31:34 -04:00
96f3f8fc15 make windowpanes walkable/solid 2014-07-07 13:57:32 -04:00
0b50f0f588 document inclusion of building_blocks 2014-07-06 13:16:06 -04:00
bcdd04b7f4 fix crash in signs_lib 2014-07-06 06:56:31 -04:00
bd14eca7ad rewrite the paintings crafts
just use dyes in a pattern resembling the painting instead of using binary.
2014-07-04 10:36:06 -04:00
f28cedf837 change bit order of painting craft
now it is:

 --  bit4 bit3
bit2 bit1 bit0
 --  Canv  --
2014-07-04 08:17:25 -04:00