forked from mtcontrib/homedecor_modpack
pass outlet position to particle handler as a table rather than separate vars
This commit is contained in:
@ -119,9 +119,7 @@ homedecor.register("kitchen_faucet", {
|
||||
below.name == "homedecor:sink" or
|
||||
below.name == "homedecor:kitchen_cabinet_with_sink" then
|
||||
local particledef = {
|
||||
outlet_x = 0,
|
||||
outlet_y = -0.19,
|
||||
outlet_z = 0.13,
|
||||
outlet = { x = 0, y = -0.19, z = 0.13 },
|
||||
velocity_x = { min = -0.05, max = 0.05 },
|
||||
velocity_y = -0.3,
|
||||
velocity_z = { min = -0.1, max = 0 },
|
||||
|
Reference in New Issue
Block a user