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
DanDuncombe
e9f3acfd84
Improved Spikes
2013-11-14 19:09:48 +00:00
Vanessa Ezekowitz
fe3fefd40a
Merge branch 'master' of github.com:DanDuncombe/realtest
2013-11-14 13:53:27 -05:00
DanDuncombe
0cbea548b9
Spikes
2013-11-14 18:35:27 +00:00
Vanessa Ezekowitz
32cd696e33
fix incorrect plants_lib api call for anthills
...
The aboid node was not correctly set resulting in metric assloads of
anthills, which was clearly not intended :-)
This also alises the current ones to air and replaces them with a new
node name so as to clean up the overabundance. The alias and node name
can be inverted later after it's certain that all old nodes have been
cleaned out.
2013-11-13 18:54:06 -05:00
DanDuncombe
56fe3f5b61
Reverted range bit
2013-11-12 21:07:23 +00:00
DanDuncombe
bd672d3a09
Range changes
2013-11-12 19:56:44 +00:00
DanDuncombe
e9c375cbb8
Twekaed some other stuff
2013-11-12 19:18:32 +00:00
DanDuncombe
6a5c51b439
Range adjustments
2013-11-12 19:16:55 +00:00