diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-08-29 14:09:45 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-08-29 14:09:45 +0300 |
commit | 9a81477bde153422d40a9f576ab5e628568b16ab (patch) | |
tree | 7856d4a959981e48198717d688588c9873b00dd0 /nodes_doorlike.lua | |
parent | 5da141f625ec9143a6349dc259d7126da205824d (diff) |
more microblocks compatibility
Diffstat (limited to 'nodes_doorlike.lua')
-rw-r--r-- | nodes_doorlike.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_doorlike.lua b/nodes_doorlike.lua index 007b051..b4ff1a7 100644 --- a/nodes_doorlike.lua +++ b/nodes_doorlike.lua @@ -222,7 +222,7 @@ minetest.register_node("cottages:half_door_inverted", { ------------------------------------------------------------------------------------------------------------------------------ --- this gate for fences solves the "where to store the opened gate" problem by dropping it to the floor in optened state +-- this gate for fences solves the "where to store the opened gate" problem by dropping it to the floor in opened state ------------------------------------------------------------------------------------------------------------------------------ minetest.register_node("cottages:gate_closed", { description = S("Closed fence gate"), |