Commit Graph

1095 Commits

Author SHA1 Message Date
Tim e2db273048 ignore eclipse project files 2015-08-16 16:05:00 +02:00
Vanessa Ezekowitz 804ee36102 fix deduction of spiral staircase 2015-08-15 05:18:04 -04:00
tenplus1 7266b230aa Drop item when dug, abm issue
A quick edit to drop items from an itemframe or pedestal when dug instead of removing them, also a fix for the abm to update pedestals properly...
2015-08-05 15:29:30 +01:00
Craig Davison ed3aa1e88a Replace LIGHT_MAX with default.LIGHT_MAX 2015-08-01 10:24:43 -04:00
Craig Davison ade26437ee Remove references to group:wood_slab 2015-07-30 08:30:46 +01:00
Vanessa Ezekowitz 23a0af58ee add yellow and red shrubbery, crafted from green shrub + dye 2015-07-28 08:19:40 -04:00
Vanessa Ezekowitz 6aea902159 move shrubbery from gloopblocks to homedecor 2015-07-28 07:37:57 -04:00
Vanessa Ezekowitz bc195552ed opt-depend on 3d_armor
should fix this issue:
https://forum.minetest.net/viewtopic.php?f=11&t=2041&start=625#p185494
2015-07-27 06:52:29 -04:00
Vanessa Ezekowitz 3e26b64d94 fix female skins in wardrobe when 3d armor is installed 2015-07-27 06:51:32 -04:00
Vanessa Ezekowitz e492780510 fix missing protection on sofas and coffee tables
add some informative messages
2015-07-21 05:08:40 -04:00
Vanessa Ezekowitz b20b3bb8e9 replaced two skins with something less likely to be confused for the modpack's author :-) 2015-07-20 22:12:21 -04:00
Vanessa Ezekowitz a949238a0d alternate recipe if neither technic nor moreores is installed
(default gold + steel + copper == 3 brass)
2015-07-17 17:55:55 -04:00
Diego Martinez 451d2e26ad signs-lib: Some changes.
- Rename extra font dirs to match sizes (were off by a few px)
- Distribute colors per font, and resize default color textures
  to match default font.
- Removed character size cache (was useless and just made things
  more complex).
- Get line height from background color texture height.
2015-07-06 01:49:23 -03:00
Vanessa Ezekowitz c19841064b respond to keyword_interact live keyword change 2015-06-26 06:11:22 -04:00
Vanessa Ezekowitz a79c752c40 keyword --> current_keyword 2015-06-26 05:25:02 -04:00
Vanessa Ezekowitz f0a846b200 make signs_able to display the interact_keyword setting
as used by CWz's mod of the same name

Write @KEYWORD (all caps, with the 'at') into the sign's text to display
the keyword.  Keyword displayed is automatically updated if the 15-second
update interval detects that it differs from the minetest.conf setting.

The keyword setting is only read at startup.
2015-06-26 04:22:24 -04:00
Vanessa Ezekowitz 492f13fd8f fix potted-flower model (re-derived it from the standard flowerpot)
delete an obsolete texture.
2015-06-25 02:57:07 -04:00
Vanessa Ezekowitz e67bdcafd3 made potted flowers directly reference minetest_game flower images where possible. 2015-06-21 21:03:09 -04:00
Vanessa Ezekowitz fd741795f4 fix misaligned UVs on round table model 2015-06-19 04:56:15 -04:00
Vanessa Ezekowitz 6bf41d0159 fix buckets getting lost if hotbar is full to the left of the bucket 2015-06-14 02:41:20 -04:00
Vanessa Ezekowitz 87c334a9e5 get rid of unused variable 2015-06-14 01:58:18 -04:00
cheapie 57826a1a15 Add orange, brown, and blue signs 2015-06-13 23:35:38 -05:00
Vanessa Ezekowitz 81f3c96680 better table and standing lamp inv images 2015-06-08 13:43:46 -04:00
Vanessa Ezekowitz e00742a93a make redefined buckets return their itemstacks properly 2015-05-29 21:54:25 -04:00
Vanessa Ezekowitz f0da8f3d6f minor tweak to gold coin desc 2015-05-28 20:38:29 -04:00
Vanessa Ezekowitz 6e8c321ab6 take "open" speaker out of creative inv 2015-05-27 18:05:06 -04:00
Vanessa Ezekowitz 9959270e77 improve windowblind inv images 2015-05-27 15:19:49 -04:00
Vanessa Ezekowitz adc8cd0303 new oil extract, drinking glass, glass bottle, oil lamp inv images
adjusted vessels shelf glass texture accordingly
2015-05-26 18:42:03 -04:00
Vanessa Ezekowitz a025f83bf9 same for standing lamp 2015-05-26 18:01:13 -04:00
Vanessa Ezekowitz bec0177800 trim edges of table lampshade 2015-05-26 17:55:30 -04:00
Vanessa Ezekowitz 5f0fe66eba new inv image for radiator 2015-05-26 17:05:06 -04:00
Vanessa Ezekowitz 79020e380e new inventory images for window shutter and large benches 2015-05-26 16:43:19 -04:00
kilbith 5ffce841a6 Minor tweaks 2015-05-23 15:17:14 +02:00
kilbith 493e74ab42 Fix crash for dummy bucket 2015-05-22 17:42:18 -04:00
Vanessa Ezekowitz e041ca9115 same for bathroom tiles 2015-05-18 17:36:48 -04:00
Vanessa Ezekowitz 898bdb1c82 fix missing paramtype = "light" on skylights 2015-05-18 17:31:05 -04:00
kilbith dc3521488b Fix faucet's particlespawner not stopped after destruct 2015-05-18 13:04:10 +02:00
Vanessa Ezekowitz 7bba7cec2e new steel bottle inv image 2015-05-17 17:41:51 -04:00
Vanessa Ezekowitz 09b09550bc better model for steel bottle, revised its texture, renamed related
models and textures to better-conform to naming conventions
2015-05-17 17:17:19 -04:00
kilbith b86dac8e02 Override vessels nodes by mesh 2015-05-17 21:19:43 +02:00
LeMagnesium 17e066b9b1 Fixed bucket overwrite inhibiting its role
- Buckets couldn't be used to take default:water_source nor default:lava_source
   because the overwrite made in homdecor/exterior.lua replaced that way of
   working. This patch makes both well and sources work.
2015-05-16 13:47:46 +02:00
Vanessa Ezekowitz 3b2dc854c9 delete changelog, it's badly outdated and beyond salvation :P 2015-05-15 19:27:05 -04:00
Vanessa Ezekowitz 70efd9186e fix flowerpot alias 2015-05-15 19:13:41 -04:00
Vanessa Ezekowitz 4b3976fd4b clarify the license info for the modpack and combine all such files into one 2015-05-15 19:12:01 -04:00
kilbith 45d1419478 Trash can drop fix and pot recipe tweak 2015-05-15 22:58:12 +02:00
kilbith 142fce09a7 Import plantlife's small flower pots 2015-05-15 21:11:30 +02:00
kilbith f1dca4e990 Fix screwdriver variables 2015-05-15 13:22:05 +02:00
Vanessa Ezekowitz f1db5635f5 use wallmounted-only rotation for default and locked signs.
includes code by nore to handle the actual rotation restriction
2015-05-14 13:35:38 -04:00
kilbith e374b83bc0 Disallow partially or entirely some items to rotate with the screwdriver 2015-05-14 12:41:11 +02:00
kilbith 246a38832a Allow water to be picked up from well 2015-05-14 10:07:21 +02:00