Skip to content

Commit

Permalink
version bump 4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS committed Feb 14, 2022
1 parent 3c4ae2a commit 6c4863a
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 @@
20220215 * SwissalpS added compat for itemholder and powered_stand when override is used
to make them work nicely:
https://github.com/pandorabox-io/pandorabox_custom/blob/master/scifi_override.lua
20220214 * SwissalpS added compat for itemframe, pedestal, itemholder and powered_stand
(itemframes and scifi_nodes) showing info on what they are holding.
20220210 * SwissalpS added some more info to inspection tool when inspecting players.
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.5 (20220214)
-- Version 4.6 (20220215)

-- Changelog: see CHANGELOG file

replacer = {}
replacer.version = 20220214
replacer.version = 20220215

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

0 comments on commit 6c4863a

Please sign in to comment.