Skip to content

Commit

Permalink
version bump 4.93
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Aug 3, 2024
1 parent 7c9c431 commit 5d5dfc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
20240803 * SwissalpS made replacer game agnostic (using [xcompat]).
20240225 * SwissalpS patched a crash situation with multinode-nodes. Thanks frogTheSecond and Huhhila for detecting and reporting.
20221107 * fluxionary fixed typo unkown -> unknown
20220830 * SwissalpS fixed de translation typo. Thanks Niklp09 for reporting.
Expand Down
6 changes: 3 additions & 3 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Copyright (C) 2013 Sokomine
Copyright (C) 2019 coil0
Copyright (C) 2019 HybridDog
Copyright (C) 2019-2022 SwissalpS
Copyright (C) 2019-2024 SwissalpS
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand All @@ -19,12 +19,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--]]

-- Version 4.91 (20220830)
-- Version 4.93 (20240803)

-- Changelog: see CHANGELOG file

replacer = {}
replacer.version = 20240225
replacer.version = 20240803

replacer.has_bakedclay = minetest.get_modpath('bakedclay')
replacer.has_basic_dyes = minetest.get_modpath('dye')
Expand Down

0 comments on commit 5d5dfc0

Please sign in to comment.