Fix spike error.
This commit is contained in:
parent
558e778861
commit
16983356c8
3 changed files with 27 additions and 38 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue