Changes to support the latest schematic probability specification.

This commit is contained in:
Uberi
2013-08-16 16:57:35 -04:00
parent 9ab52df56a
commit 272541c9da
3 changed files with 8 additions and 5 deletions

View File

@ -224,7 +224,7 @@ worldedit.hollow_cylinder = function(pos, axis, length, radius, nodename) --wip:
manip:read_from_map(pos1, pos2)
--create schematic for single node column along the axis
local node = {name=nodename, param1=0, param2=0}
local node = {name=nodename, param1=255, param2=0}
local nodes = {}
for i = 1, length do
nodes[i] = node