Skip to content

Commit

Permalink
version bump 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Feb 6, 2022
1 parent 224cf51 commit c16e883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
20220205 * SwissalpS tweaked formspec of replacer to adjust when minor modes are disabled.
* Enabled changing modes with place without pointing at a node.
* Added more info on mobs.
20220204 * SwissalpS added tooltip to protection info as that often clipped.
* fixed the alias resolving to not change node_name.
* fixed group:food_pumpkin.
Expand Down
4 changes: 2 additions & 2 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
--]]

-- Version 4.2 (20220204)
-- Version 4.3 (20220205)

-- Changelog: see CHANGELOG file

replacer = {}
replacer.version = 20220204
replacer.version = 20220205

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

0 comments on commit c16e883

Please sign in to comment.