548 Commits

Author SHA1 Message Date
Vanessa Ezekowitz
27651b8fde use mesh node for rount tree trunks 2015-07-26 04:16:09 -04:00
Vanessa Ezekowitz
43f5bff448 update plantlife's mods 2015-07-25 08:36:48 -04:00
Penguinum
b572001ffa Made 2 sounds not so harsh. 2015-07-25 08:33:00 -04:00
Vanessa Ezekowitz
fc87121da0 fix circular dependency 2014-11-13 21:41:49 -05:00
Diego Martínez
416da4c7a1 fix broken signs' formspec immediately on right-click
(just immediately press ESC)
2014-11-13 20:32:46 -05:00
Vanessa Ezekowitz
da8233297d update the sign formspec (backported from minetest_game) 2014-11-12 21:04:13 -05:00
Vanessa Ezekowitz
0c55fc22c0 update plants_lib and the various plantlife mods
(except for junglegrass)
2014-11-12 20:59:20 -05:00
Vanessa Ezekowitz
0b9a8004c5 don't use the old place code, it breaks protection mods and it's obsolete 2014-10-08 23:43:52 -04:00
Vanessa Ezekowitz
09c67c0813 yet another nil crash 2013-12-02 00:02:01 -05:00
Vanessa Ezekowitz
34b2580ed1 fix another nil crash 2013-12-01 23:58:49 -05:00
Vanessa Ezekowitz
36f7fa59a1 fix another nil crash in the smelter 2013-12-01 23:55:47 -05:00
Vanessa Ezekowitz
847afd2e5b fix nil fuel crash 2013-12-01 23:53:28 -05:00
kwolekr
90f88dc108 Fix node replacement in not-quite-loaded chunks
When first entering an area, sometimes placing nodes replaces other
nodes that are not buildable_to. This seems to be caused by the fact
that nodes in unloaded map blocks are treated as ignore, a node that is
buildable_to. This fixes that, by using get_node_or_nil() instead of the
previously-used get_node(), then checking to see if the nodes were
actually loaded before replacing.
2013-11-30 17:42:56 -05:00
Vanessa Ezekowitz
36eeacf4fc Fix incorrect formspec name which caused exchanges not to work 2013-11-30 11:46:32 -05:00
DanDuncombe
71ce813207 SMELTER is now used for alloy recipes 2013-11-24 18:28:55 +00:00
DanDuncombe
dd03968429 Added Metal Doors 2013-11-24 17:46:37 +00:00
DanDuncombe
6f835212c4 Fixed the message error with shops 2013-11-24 13:59:10 +00:00
DanDuncombe
655c7d2831 Added builtin_item 2013-11-23 21:56:39 +00:00
DanDuncombe
8c80db5a6b Added modified prestibags 2013-11-23 21:39:09 +00:00
DanDuncombe
56d9909976 Farming fix 2013-11-23 19:50:17 +00:00
DanDuncombe
df670f5134 Tweaked cake recipe 2013-11-23 19:00:55 +00:00
DanDuncombe
973d30a967 Tweaked shop crafting 2013-11-22 21:57:27 +00:00
DanDuncombe
7af66f7e5b Made owner's side of shop have a better formspec 2013-11-22 21:55:42 +00:00
DanDuncombe
4b0a34762d Shops 2013-11-22 20:55:58 +00:00
DanDuncombe
f3bc166f1b Added coin 2013-11-22 20:06:56 +00:00
DanDuncombe
911568a346 Restored hand range due to complaints 2013-11-21 21:55:29 +00:00
DanDuncombe
1939ee28ca Fixed boat texture 2013-11-18 21:33:21 +00:00
DanDuncombe
ce64c8450d Added boats mod 2013-11-18 16:51:22 +00:00
DanDuncombe
f379d8db6b Fix 2013-11-17 22:23:26 +00:00
DanDuncombe
d387e3d679 New skin 2013-11-17 22:20:30 +00:00
DanDuncombe
ae60076891 Added damage to active furnace 2013-11-17 22:08:30 +00:00
DanDuncombe
875bbe4cef Re-added WM, tweaked crosshair 2013-11-17 22:04:24 +00:00
DanDuncombe
830c696a09 Removed Windmills 2013-11-17 20:51:19 +00:00
DanDuncombe
00b8645757 Windmills 2013-11-17 19:18:47 +00:00
DanDuncombe
a47b5ab426 Tweaked farming a bit 2013-11-17 17:01:46 +00:00
DanDuncombe
4b25c1418c Removed Server Announce 2013-11-16 19:46:12 +00:00
DanDuncombe
90d4af0106 Adde server announce command 2013-11-16 18:48:38 +00:00
DanDuncombe
b9efdfb266 Removed hunger, kept fancy hud, tweaked papyrus growth 2013-11-16 18:23:37 +00:00
DanDuncombe
ca40d2536b Tweaked Crosshair 2013-11-16 15:04:50 +00:00
DanDuncombe
eecd5fe704 Slight change to awards 2013-11-16 13:22:22 +00:00
DanDuncombe
078495a229 AAdded Hunger mod 2013-11-16 12:49:20 +00:00
DanDuncombe
4c5338762c Merge branch 'master' of https://github.com/DanDuncombe/realtest 2013-11-16 12:08:43 +00:00
DanDuncombe
71a6acdfba fixed concrete craft 2013-11-16 12:08:17 +00:00
Vanessa Ezekowitz
1076e18356 fix flickering bug in new plantlike method of drawing leaves 2013-11-16 00:47:27 -05:00
DanDuncombe
54c39d9363 Tweaked leaves 2013-11-15 17:03:00 +00:00
DanDuncombe
48f5109ff1 Basic Concrete 2013-11-15 16:38:24 +00:00
DanDuncombe
c90970c2b3 Re-added awards 2013-11-14 21:22:51 +00:00
DanDuncombe
47b679fa70 Temp remove awards 2013-11-14 21:22:17 +00:00
Vanessa Ezekowitz
84767fa6a7 fix crash in spikes 2013-11-14 16:08:38 -05:00
DanDuncombe
527908a394 Achievements 2013-11-14 20:03:53 +00:00