From 3c51ec8c4a347a6714472c423215243fc538f5f5 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Wed, 31 Jul 2013 00:02:37 -0400 Subject: //pyramid works along any axis and backwards. Working //clearobjects and //cylinder command, begin implementing super marker. Remove EnvRef usages and the block queue (the block queue does not work with VoxelManips). More block emergers. --- Chat Commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index d27ebfc..675532a 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -301,7 +301,7 @@ Executes as a Lua chunk in the global namespace. Executes as a Lua chunk in the global namespace with the variable pos available, for each node in the current WorldEdit region. //luatransform minetest.add_node(pos, {name="default:stone"}) - //luatransform if minetest.get_node(pos).name == "air" then minetest.env:add_node(pos, {name="default:water_source"}) + //luatransform if minetest.get_node(pos).name == "air" then minetest.add_node(pos, {name="default:water_source"}) ### //mtschemcreate -- cgit v1.2.3