Skip to content

minetest -> core #1407

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

minetest -> core #1407

wants to merge 3 commits into from

Conversation

nrz-21
Copy link

@nrz-21 nrz-21 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