Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Jan 12, 2022
1 parent 174e768 commit d437410
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--]]

-- Version 3.1
-- Version 3.2 (20220112)

-- Changelog:
-- 12.01.2022 * SwissalpS improved field mode: when replacing also check for same param2
-- improved crust mode: when placing also allow vacuum instead of only air
-- 02.12.2021 * SwissalpS added /replacer_mute command
-- 30.09.2021 * SwissalpS merged patch provided by S-S-X to prevent a rare but possible crash with
-- Unknown Items in hotbar
Expand Down Expand Up @@ -57,6 +59,8 @@ local path = minetest.get_modpath("replacer")

replacer = {}

replacer.version = 20220112

-- limit by node, use replacer.register_limit(sName, iMax)
replacer.limit_list = {}

Expand Down

0 comments on commit d437410

Please sign in to comment.