From 9b8fcc6cca48ac28d8e072247b2798068dbf7e99 Mon Sep 17 00:00:00 2001 From: BrunoMine Date: Wed, 4 Dec 2019 12:50:02 -0300 Subject: [PATCH] Update API.md --- doc/API.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/API.md b/doc/API.md index c6e3d2f..1937660 100644 --- a/doc/API.md +++ b/doc/API.md @@ -63,7 +63,7 @@ hardtorch.fire_sources["fire:permanent_flame"] = true { light_source = 13, -- Torch illumination intensity (maximum is 14) - fuel = {"itemfuel1", "itemfuel_2"}, -- List of fuels + fuel = {"itemfuel1", "itemfuel_2"}, -- List of fuels works_in_water = false, -- Torch works in water (if `true` ignores `drop_in_water` param) @@ -72,14 +72,14 @@ hardtorch.fire_sources["fire:permanent_flame"] = true nodes = { -- Nodes for lit torch node = "default_node", -- Lit torch node node_ceiling = "node_ceiling", -- Node ceiling - node_wall = "node_wall", -- Node on wall + node_wall = "node_wall", -- Node on wall fire_source = true, -- Register nodes like a fire source (default is `true`) } - nodes_off = { -- Nodes for unlit torch - node = "unlit_torch_node", -- Unlit torch node + nodes_off = { -- Nodes for unlit torch + node = "unlit_torch_node", -- Unlit torch node node_ceiling = "node_ceiling", -- Node ceiling - node_wall = "node_wall", -- Node on wall + node_wall = "node_wall", -- Node on wall }, sounds = { -- Sounds