forked from mtcontrib/plantlife_modpack
Fixed waterlilies to use proper facedir range ("6d facedir" code fixes an
oversight in the engine that in turn revealed a bug in my code)
This commit is contained in:
@ -226,7 +226,7 @@ plantslib:spawn_on_surfaces({
|
||||
seed_diff = flowers_seed_diff,
|
||||
light_min = 9,
|
||||
depth_max = 2,
|
||||
random_facedir = {2,5}
|
||||
random_facedir = {0,3}
|
||||
})
|
||||
|
||||
plantslib:spawn_on_surfaces({
|
||||
|
Reference in New Issue
Block a user