Fix spike error.

This commit is contained in:
Duane Robertson 2016-05-29 06:20:20 -05:00
parent 558e778861
commit 16983356c8
3 changed files with 27 additions and 38 deletions

View file

@ -283,6 +283,11 @@ for i in ipairs(spike_size) do
})
end
fun_caves.hot_spike = {}
for i = 1, #fun_caves.hot_spikes do
fun_caves.hot_spike[fun_caves.hot_spikes[i]] = i
end
-- stone with algae
newnode = fun_caves.clone_node("default:stone")
newnode.description = "Cave Stone With Algae"