Commit Graph

156 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
b5f41930ab use mesh node for piano 2015-03-22 01:36:56 -04:00
jp
dca81b1648 Clean-up 2015-03-05 23:10:27 +01:00
jp
546f8b501c Opti. code 2015-02-28 10:14:46 +01:00
jp
d3199606ec Reorganize files 2015-02-25 10:35:29 +01:00
kilbith
280c4a732b Log the book content 2015-02-20 15:53:50 -05:00
jeanpatrick.guerrero@gmail.com
49eacb7726 Books: swap to mesh 2015-02-20 15:51:16 -05:00
jeanpatrick.guerrero@gmail.com
876e2645ea Add mesh picture frames 2015-02-20 15:48:32 -05:00
jp
7a15ceada5 Books: lines wrapping for reader 2015-02-10 22:49:08 +01:00
Vanessa Ezekowitz
f347c1ba3c use mesh node for trash can 2015-01-28 02:25:46 -05:00
Vanessa Ezekowitz
6be02dd68f use mesh node for beer mug 2015-01-28 00:57:41 -05:00
Vanessa Ezekowitz
ef493ef02a use mesh node for cutlery set 2015-01-27 22:07:19 -05:00
Tim
78045a752f move most other homedecor nodes to the new registration function, remove any unnecessary fields due to minetest or homedecor defaults 2015-01-24 00:34:02 +01:00
kilbith
be9d1e0b7e Delete useless params 2015-01-23 23:45:26 +01:00
jp
692a35679a New cardboard boxes 2015-01-23 17:41:55 -05:00
Tim
4516aa960b move kitchen related nodes into their associated files 2015-01-23 22:48:40 +01:00
jp
ff2163ae64 Update book wield images 2015-01-23 18:51:03 +01:00
Tim
b5188493cc abstract common nodebox forms, fixing some ignored ones in the process 2015-01-23 12:37:23 -05:00
Tim
3c357b4b49 fix formspecs and use the inventory sizes for cardboard box and medicine cabinet, that their formspecs allowed to use before 2015-01-23 12:37:23 -05:00
Tim
cc9a1a9c3c select a formspec automaticly from a table if none is supplied 2015-01-23 12:37:23 -05:00
Tim
d6ce145f9c use an expand def-field to automaticly expand and unexpand the three available types of expansion and let nearly all decor use this form
example of usage:
	expand = { top="homedecor:newnode", right="homedecor:rightnode", forward="homedecor:forwardnode" }
2015-01-23 12:37:23 -05:00
Tim
b4b281d9ea abstract most inventory handling code into a homedecor registration function
drawtype and param related defaults are being handled as well
for now we still leave the locked-node generation to locked.lua, due to its furnace-like node support

example:
homedecor.register("penbox", {
	<common defs>
	infotext=S("Penbox"),
	inventory = {
		size=8,
		formspec=…
		lockable=true -- will be supported later
	},
})
2015-01-23 12:37:23 -05:00
Diego Martinez
2cdf6667dc Set infotext to the book's title.
Also use `swap_node` to avoid losing metadata on (placed)
book open/close.
2015-01-23 14:25:01 -03:00
Diego Martinez
0c7dfa9ba6 Move register_on_player_receive_fields out of the loop.
Avoids registering one `on_receive_fields` per book color,
which is wasteful.

Also, minor fixes mainly for conciseness' sake.
2015-01-23 14:16:40 -03:00
Diego Martinez
5bae438647 Keep metadata on book place/dig. 2015-01-23 14:05:53 -03:00
jp
365dc1c639 Improved Books 2015-01-22 13:01:04 -05:00
Tim
2cd99d6462 add the flower pots to the potting_group to make bushes_classic bushes regrow berries on them 2015-01-21 04:40:38 +01:00
Tim
be4ed12b6c whitespace cleanup:
* remove all trailing whitespaces
* make inbox and computer use the prevalent indentation rules
* CRLF->LF where found
2015-01-21 00:44:23 +01:00
Vanessa Ezekowitz
8b14e599a1 fix sel/coll boxes on 4-bottle packs 2015-01-02 05:40:02 -05:00
Vanessa Ezekowitz
f8f595b3b9 add 4-packs of green and brown bottles, and a 4-pack with both colors
add recipe for wine rack using multiple 4-packs of brown bottles + wood
2015-01-02 05:29:42 -05:00
Vanessa Ezekowitz
b3cd8e45fb shorten globe coll/sel box code a bit 2015-01-02 04:41:01 -05:00
Vanessa Ezekowitz
8cf3db8aae better wine rack model
basically stacked the existing model 4x, scaled it down, and added more
bottles to fill the empty spaces.
2015-01-02 04:39:17 -05:00
Vanessa Ezekowitz
ad79c1b7e4 use mesh node for brown and green bottles 2015-01-02 01:24:07 -05:00
Vanessa Ezekowitz
20ba8beaac fix groups on globe and wine rack 2015-01-02 00:47:08 -05:00
Vanessa Ezekowitz
ca4fa4061d Add wine rack 2015-01-02 00:44:38 -05:00
Vanessa Ezekowitz
d41c35a067 Add desk globe, model by jp 2015-01-01 15:28:49 -05:00
Diego Martinez
4be89a076b Remove reference to unused nodebox. 2014-12-24 00:17:38 -03:00
Vanessa Ezekowitz
b99abb8bc0 use mesh node for paper towels 2014-12-14 18:40:34 -05:00
Vanessa Ezekowitz
64a86c1524 Better inventory images for brass and wrought iron poles 2014-12-14 15:42:59 -05:00
Vanessa Ezekowitz
f23062f28f Use mesh node for flowerpots 2014-12-14 15:12:44 -05:00
Vanessa Ezekowitz
e7367558ab Use mesh node for dartboard
also delete a couple of excess files
2014-12-13 20:55:19 -05:00
Vanessa Ezekowitz
0d6d75a425 use mesh node for round pole 2014-12-13 17:32:31 -05:00
jp
3bb41cbb4f Textures optimizing 2014-11-03 12:46:45 +01:00
Vanessa Ezekowitz
71fb6f9e91 fix facedir detection on coffee steam, increase ABM interval, fix indentation 2014-10-29 18:06:01 -04:00
kilbith
689f9a8b43 Add Coffee Steam 2014-10-29 10:29:13 -04:00
Vanessa Ezekowitz
63e697cbb6 give coat tree an inv image 2014-09-30 13:17:43 -04:00
Vanessa Ezekowitz
97d1561261 add inventory images for books, by jp 2014-09-30 11:00:35 -04:00
kilbith
b848b0c286 Add calendar
Add calendar : https://cdn.mediacru.sh/ncpwQE94MO7N.png
Texture : http://mamadou3.free.fr/homedecor_calendar.png
2014-09-21 18:24:53 -03:00
kilbith
caf4fcf57b Add openable books
Add openable books (on punch) : https://cdn.mediacru.sh/RBCZcQT1VJjW.png
Textures : http://mamadou3.free.fr/books_textures.zip
2014-09-20 18:25:53 -03:00
kilbith
d7d5f5bf5e Kitchen faucet : simplified/improved nodeboxes
Kitchen faucet : simplified/improved nodeboxes
2014-09-20 17:53:31 -03:00
Vanessa Ezekowitz
763d8fa200 Add a tree swing
model and textures by jp

To place, point at the underside of a node, e.g. a ceiling or the bottom
side of tree leaves or something.  It will automatically stretch
downward trying to find the ground (well, anything that isn't
buildable_to anyway), down to a maximum of 4 meters' worth of rope.

To remove, dig the swing itself and it'll take the rope with it.
2014-09-18 16:30:25 -04:00
kilbith
1196c17b31 Add tree's swing (2 nodes)
Add tree's swing (2 nodes) : https://cdn.mediacru.sh/k3rWXDs4HFsh.png
Textures : http://mamadou3.free.fr/swing_textures.zip
2014-09-18 15:08:40 -04:00
kilbith
d8c20f333b BBQ: texture bug fixed
BBQ: texture bug fixed
2014-09-18 11:06:05 -04:00
kilbith
730f1c843b Add a metal tool chest/work table 2014-09-18 01:42:44 -04:00
Vanessa Ezekowitz
c3254a879a Add beer mug 2014-09-18 01:27:36 -04:00
kilbith
0ae222c9c8 Add Beer Tap 2014-09-18 00:30:07 -04:00
kilbith
83b62da350 Add a BBQ 2014-09-18 00:19:21 -04:00
kilbith
066430d956 Add garden stone path 2014-09-17 23:59:03 -04:00
Vanessa Ezekowitz
6930b0ab99 add paper towel roll, improve toilet paper model and textures 2014-09-11 12:30:18 -04:00
kilbith
4093ca5021 Add copper pans 2014-09-11 10:30:19 -04:00
Vanessa Ezekowitz
8c3169e233 inventory image for trophy 2014-09-10 14:01:37 -04:00
kilbith
dc0aec6f0d add skateboard 2014-09-10 13:59:04 -04:00
kilbith
e606ee176c Add sportbench 2014-09-10 12:39:14 -04:00
kilbith
f2440f3ca4 Added a trophy 2014-09-10 12:04:14 -04:00
Vanessa Ezekowitz
484fde70f2 Z-inverted the model for the back half of the pool table
so that it doesn't have to be facedir-flipped in software
use the aforementioned function to handle placing it
added an abm to convert the old node.
2014-09-07 15:14:48 -04:00
Vanessa Ezekowitz
068bff4594 functionalize most of the two-node objects' placement code 2014-09-07 15:01:51 -04:00
Vanessa Ezekowitz
60d34095a5 make cobwebs sit in corners when so-placed.
Algorithm tries to find an X-/Z+ or X+/Z- corner first (places the
cobweb using the torchlike "on-floor" mode) then an X-/Z- or X+/Z+
corner ("on-ceiling), then opposing X-/X+ walls (nodebox, not rotated),
then opposing Z-/Z+ walls (nodebox, rotated 90 degrees), then falls back
to plantlike (which also happens to fit places where e.g. three walls
come together only 1m apart)

ABM added to convert old ones.

Node name has changed so if you have cobwebs in your inventory, sorry
about that.
2014-09-04 16:27:05 -04:00
Vanessa Ezekowitz
ab393d7960 same for bottles and coffee maker 2014-09-01 13:55:28 -04:00
Vanessa Ezekowitz
c192ecff90 don't shadow the surface the toaster sits on
(it's too small to matter)
2014-09-01 13:53:18 -04:00
Vanessa Ezekowitz
1f1fa99c9d make "popped" toaster drop regular one. 2014-09-01 13:50:17 -04:00
kilbith
7da4ec0e63 Added a toaster
On right-click, the toast pops out & plays a sound.  Right click again to
reset the toast.
2014-09-01 13:31:28 -04:00
Vanessa Ezekowitz
7139428181 right half of piano = not in creative inv 2014-08-26 13:33:37 -04:00
Vanessa Ezekowitz
f946ea2936 description for piano 2014-08-26 13:32:40 -04:00
Vanessa Ezekowitz
401c85dab8 added a piano 2014-08-26 13:28:47 -04:00
kilbith
09b69280bd Added a dartboard
For a clean & simple circle, I prefered make it as 2D 'signlike'.
2014-08-26 08:33:29 -04:00
kilbith
ea6de9ba1f Selection box for the coffee maker 2014-08-26 08:15:49 -04:00
kilbith
2aec716aac Added a coffee maker 2014-08-25 20:24:13 -04:00
Vanessa Ezekowitz
5405b71a05 fix positioning of homedecor doorbell sound 2014-08-23 16:22:07 -04:00
kilbith
a3c6acc52b Added simple green and brown glass bottles
(e.g. beer and cola but could be anything)
2014-08-22 16:32:03 -04:00
Vanessa Ezekowitz
998f08abfb simplify trash can 2014-08-19 11:02:56 -04:00
kilbith
63eee13d4f Made cup "diamater" smaller
Made plate's raised edges X/Z coords aligned to texture pixels
Gave plate raised edge a gold trim
New inventory image to match
2014-08-18 12:04:07 -04:00
kilbith
c9556c51ba Improved the knife on the cutlery set
Improved the knife on the cutlery set
2014-08-18 08:22:06 +02:00
Vanessa Ezekowitz
ce6aef53ed multiple changes
added cutlery set
added steel strip recipe (now two ingots, one below-left of the other)
changed recipe for copper strips to match steel strip recipe
2014-08-17 23:40:56 -04:00
Vanessa Ezekowitz
fd84c568af add "gooseneck" style kitchen faucet 2014-08-17 22:20:49 -04:00
Vanessa Ezekowitz
43db10c8b3 doorbell max hear distance = 15 2014-08-15 08:04:03 -04:00
Vanessa Ezekowitz
365247b7c3 prevent crash if screwdriver was able to rotate a part of bed, pool table,
or desk.  (really anything that is a side-by-side object).
2014-08-14 15:34:35 -04:00
Vanessa Ezekowitz
e5ec7c88e8 Merge branch 'patch-6' of https://github.com/kilbith/homedecor_modpack 2014-08-14 14:51:57 -04:00
kilbith
645fdf684d Very little tweaks on the pool table
No incidences on the textures...
2014-08-14 20:46:46 +02:00
Vanessa Ezekowitz
defa628c4f change dig property of doorbell 2014-08-14 14:26:13 -04:00
Vanessa Ezekowitz
e8dd191cfd multiple changes
fridge has new models by jp, and now uses two nodes instead of one.

an abm has been added to convert the old one-node version into this new
two-node version. inventories are kept in the process, but I can't do
anything about fridges that are themselves in someone's inventory or
chests.  If you want to keep them, place them in the world before you
update.

added coat rack on wall, and freestanding coat tree, models by jp

added doorbell, model and texture by jp with changes by me
2014-08-14 14:05:41 -04:00
kilbith
588ef63da5 Improved bucket in the pit.
Improved bucket  in the pit.
2014-08-13 20:03:24 +02:00
kilbith
380ac59b68 Added a bucket at the water well. 2014-08-13 17:59:31 +02:00
Vanessa Ezekowitz
d494b85b83 add water to the interior of the well base 2014-08-13 11:31:37 -04:00
Vanessa Ezekowitz
2981890e6d add well 2014-08-13 11:15:57 -04:00
Vanessa Ezekowitz
380ca4c98a give brass and wrought iron poles facedir
so they can be rotated to horizontal with screwdriver.
2014-08-12 12:26:14 -04:00
Vanessa Ezekowitz
9fab61ec90 make cobwebs walkable-through, also sunlight propagates. 2014-08-12 12:23:32 -04:00
Vanessa Ezekowitz
0202d3ed5e add cobwebs 2014-08-12 12:14:21 -04:00
Vanessa Ezekowitz
256029f259 add curtain rods and "opened" curtains
rods in brass, wrought iron, wood
opened curtains in same colors as regular
made all curtains use texture alpha, gave their textures ~90% opacity
moved curtains defs into window_treatments.lua
2014-08-10 17:37:58 -04:00
Vanessa Ezekowitz
6626032f28 add radiator, telephone and trash can (decorative) 2014-08-08 15:13:47 -04:00
Vanessa Ezekowitz
075a6195dc add bed, wardrobe and pool table 2014-08-07 14:49:26 -04:00
Vanessa Ezekowitz
ac46db1c72 lighted fishtank shouldn't be in creative inventory 2014-08-04 13:04:17 -04:00