diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-15 02:24:40 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-15 02:24:40 +0300 |
commit | db05f23b54d775d7f0de1618c80aeb9938896d91 (patch) | |
tree | bd302ceeeff777001437ea43e9324d41de08043c /nodes_barrel.lua | |
parent | 0539c2123cdb75610d8d6c4d8ac35491b1dd480e (diff) |
formspec fixes and cleanup
Diffstat (limited to 'nodes_barrel.lua')
-rw-r--r-- | nodes_barrel.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nodes_barrel.lua b/nodes_barrel.lua index e591bcf..a824221 100644 --- a/nodes_barrel.lua +++ b/nodes_barrel.lua @@ -12,6 +12,7 @@ -- 24.03.13 Can no longer be opended/closed on rightclick because that is now used for a formspec; -- instead, it can be filled with liquids. -- Filled barrels will always be closed, while empty barrels will always be open. +-- 15.07.2018 The barrels finally work, and hold 50 buckets of any liquid -- pipes: table with the following entries for each pipe-part: -- f: radius factor; if 1, it will have a radius of half a nodebox and fill the entire nodebox |