Skip to content
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

MineClonia redstone update support #694

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

Conversation

nonfreegithub
Copy link
Contributor

Recently MineClonia has reworked the redstone mods

It adds support to

@@ -14,7 +14,7 @@ if minetest.get_modpath("default") then
dofile(minetest.get_modpath("mesecons_gamecompat").."/compat_mtg.lua")
end

if minetest.get_modpath("mcl_core") then
if minetest.get_modpath("mcl_core") and minetest.get_modpath("mcl_trees") then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why mcl_trees ? I don't see any such dependency.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its because MineClonia and Voxelibre have mcl_core mod, so I put mcl_trees a mod exclusive from MineClonia, so it work not in Voxelibre.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are the used API functions of Voxelibre and MineClonia incompatible? Why can't we support both?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also has either Voxelibre or MCL considered adding a way to detect the fork?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants