1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-06-28 12:56:01 +02:00
Commit Graph

1077 Commits

Author SHA1 Message Date
fd741795f4 fix misaligned UVs on round table model 2015-06-19 04:56:15 -04:00
6bf41d0159 fix buckets getting lost if hotbar is full to the left of the bucket 2015-06-14 02:41:20 -04:00
87c334a9e5 get rid of unused variable 2015-06-14 01:58:18 -04:00
57826a1a15 Add orange, brown, and blue signs 2015-06-13 23:35:38 -05:00
81f3c96680 better table and standing lamp inv images 2015-06-08 13:43:46 -04:00
e00742a93a make redefined buckets return their itemstacks properly 2015-05-29 21:54:25 -04:00
f0da8f3d6f minor tweak to gold coin desc 2015-05-28 20:38:29 -04:00
6e8c321ab6 take "open" speaker out of creative inv 2015-05-27 18:05:06 -04:00
9959270e77 improve windowblind inv images 2015-05-27 15:19:49 -04:00
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
a025f83bf9 same for standing lamp 2015-05-26 18:01:13 -04:00
bec0177800 trim edges of table lampshade 2015-05-26 17:55:30 -04:00
5f0fe66eba new inv image for radiator 2015-05-26 17:05:06 -04:00
79020e380e new inventory images for window shutter and large benches 2015-05-26 16:43:19 -04:00
5ffce841a6 Minor tweaks 2015-05-23 15:17:14 +02:00
493e74ab42 Fix crash for dummy bucket 2015-05-22 17:42:18 -04:00
e041ca9115 same for bathroom tiles 2015-05-18 17:36:48 -04:00
898bdb1c82 fix missing paramtype = "light" on skylights 2015-05-18 17:31:05 -04:00
dc3521488b Fix faucet's particlespawner not stopped after destruct 2015-05-18 13:04:10 +02:00
7bba7cec2e new steel bottle inv image 2015-05-17 17:41:51 -04:00
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
b86dac8e02 Override vessels nodes by mesh 2015-05-17 21:19:43 +02:00
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
3b2dc854c9 delete changelog, it's badly outdated and beyond salvation :P 2015-05-15 19:27:05 -04:00
70efd9186e fix flowerpot alias 2015-05-15 19:13:41 -04:00
4b3976fd4b clarify the license info for the modpack and combine all such files into one 2015-05-15 19:12:01 -04:00
45d1419478 Trash can drop fix and pot recipe tweak 2015-05-15 22:58:12 +02:00
142fce09a7 Import plantlife's small flower pots 2015-05-15 21:11:30 +02:00
f1dca4e990 Fix screwdriver variables 2015-05-15 13:22:05 +02:00
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
e374b83bc0 Disallow partially or entirely some items to rotate with the screwdriver 2015-05-14 12:41:11 +02:00
246a38832a Allow water to be picked up from well 2015-05-14 10:07:21 +02:00
e0fe854c5d Add stained glass 2015-05-13 00:05:24 +02:00
b93ec107d7 Add garden lattices 2015-05-12 17:09:33 +02:00
dad8ad1428 new inv image for beer taps
got rid of a couple obsolete images
2015-05-12 09:03:51 -04:00
704870b7d1 fix banister recipes to point to the "horizontal" ones 2015-05-11 20:30:00 -04:00
01b55f1a9a better prediction for placing diagonals at the top of the stack
better prediction for placing horizontals at the top and bottom of the
stack, particularly if they're placed within 1 node of the correct spot.
2015-05-11 20:14:02 -04:00
d5188661da do the same for the "L" bars 2015-05-11 18:35:10 -04:00
5210351139 rotate black metal texture on 3dforniture bars 2015-05-11 18:15:24 -04:00
be751e3267 new inv images for the banisters 2015-05-11 18:11:19 -04:00
10b859ba59 add a horizontal banister, rename the diagonals (+alias)
includes just enough code to try to auto-route them as they're placed.

the "root" node is now the horizontal one - if you have diagonals and
they don't place right, they should after you dig them and place again.
2015-05-11 18:03:21 -04:00
610f2e0bdc fix broken right-banister model, re-write left one to make sure the normals match 2015-05-11 15:05:50 -04:00
3f16e7dbc0 Move sit function 2015-05-11 20:21:27 +02:00
f59e0448c7 optimize all PNGs 2015-05-11 12:51:03 -04:00
dfcd8154eb add recipe for persian rug 2015-05-11 12:46:41 -04:00
8e1670e3b9 use mesh node for round-cornered ("small") rugs,
nodebox for square-cornered ("large", "persian") rugs.
2015-05-11 12:37:49 -04:00
a32e723ee2 add another rug type 2015-05-11 11:50:58 -04:00
8311c7d87d Add soda vending machine 2015-05-11 14:22:36 +02:00
3c891aa24e Add adequate sound for faucet/tap 2015-05-11 10:35:22 +02:00
bcf9269235 add proper air-checking and stacking of spiral staircases
also added a register_on_placenode hook to make sure other stuff can be placed on top of the staircase
2015-05-11 02:25:47 -04:00