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

Mineclone signs support #330

Open
nonfreegithub opened this issue Aug 17, 2023 · 3 comments
Open

Mineclone signs support #330

nonfreegithub opened this issue Aug 17, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@nonfreegithub
Copy link

nonfreegithub commented Aug 17, 2023

mapserver works awesome with Mineclone, but mineclone signs (mcl_signs) are not supported

@BuckarooBanzay BuckarooBanzay added the enhancement New feature or request label Aug 17, 2023
@BuckarooBanzay
Copy link
Member

could you provide me with the nodenames and the expected fields (from metadata) you want displayed (and maybe what icon too)

@nonfreegithub
Copy link
Author

nonfreegithub commented Aug 17, 2023

Mineclone Signs:

Mod:

mcl_signs

Node names:

Run this lua code to get all sign node names:

local woods = {
   "",
   "_sprucewood",
   "_darkwood",
   "_junglewood",
   "_acaciawood",
   "_mangrove_wood",
   "_warped_hyphae_wood",
   "_crimson_hyphae_wood",
   "_bamboo",
   "_birchwood",
   "_cherrywood",
}

for _, i in pairs(woods) do
   print("mcl_signs:wall_sign"..i)
   print("mcl_signs:standing_sign"..i)
   print("mcl_signs:standing_sign22_5"..i)
   print("mcl_signs:standing_sign45"..i)
   print("mcl_signs:standing_sign67_5"..i)
end

Icon:

mcl_signs_default_sign.png

@nonfreegithub
Copy link
Author

nonfreegithub commented Sep 6, 2023

shops and banks was update, now works with mapserver

I'll edit my prev comment

@nonfreegithub nonfreegithub changed the title Mineclone signs, shops and banks support Mineclone signs support Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants