Skip to content

Commit

Permalink
version bump 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Feb 3, 2022
1 parent cdda316 commit fd707cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
20220203 * SwissalpS fixed some issues: forced aliases, items that have no drops defined
Added compat for buckets, canisters and beertap/mugs
Fixed formspec for MT 5.5.0 (that now actually uses padding)
Added server setting to disable minor modes.
Updated documentation and locales.
20220127 * SwissalpS cleaned up var names in inspect.lua
* Added .luacheckrc and print_dump()
* Bumped version to 4.0
Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ homedecor:table_lamp_12
homedecor:speaker_open -> homedecor:speaker (cable plate overrides) -- not fixing as user can have both in inventory

---------- known incompat inspect -----------
-- no recipe for silicon lump

---- missing icons ----
cottages:wool;cottages:wool (used by homedecor:curtain_open) -- meh, there is working recipe
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.0 (20220127)
-- Version 4.1 (20220203)

-- Changelog: see CHANGELOG file

replacer = {}
replacer.version = 20220127
replacer.version = 20220203

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

0 comments on commit fd707cb

Please sign in to comment.