Skip to content

Conversation

@crabbymaniac
Copy link

@crabbymaniac crabbymaniac commented May 25, 2025

  • This PR replaces all the occurrences of depreciated minetest namespace and instead replaces them with core. Closes Replace minetest with core in the codebase #1395
  • Command used to replace minetest -> core - find * -type f -exec grep -L 'http[s]*://[a-zA-Z0-9._-]*minetest\.' {} + | xargs sed -i 's/minetest\./core./g'

nexus-r21 and others added 2 commits May 25, 2025 15:48
@farooqkz
Copy link
Contributor

Checked apis and in ctf checked ctf_beds to ctf_rankings and LGTM. Didn't test the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace minetest with core in the codebase

2 participants