fixed orange tree spawning

master
NathanSalapat 2020-07-20 07:43:40 -05:00
parent 35206fd654
commit 58c718a372
2 changed files with 1 additions and 5 deletions

View File

@ -9,11 +9,6 @@ epic_trees.orangetree = {
size = {x = 3, y = 6, z = 3},
yslice_prob = {
{ypos = 0, prob = 127},
{ypos = 3, prob = 127},
},
data = {
_,_,_,

View File

@ -1,6 +1,7 @@
local news = {
'7/20/20',
'Cleaned up the hangglider mod.',
'Fixed orange tree spawning.',
'',
'7/18/20',
'Printing press checks above node before placing.',