We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mapserver works awesome with Mineclone, but mineclone signs (mcl_signs) are not supported
The text was updated successfully, but these errors were encountered:
could you provide me with the nodenames and the expected fields (from metadata) you want displayed (and maybe what icon too)
Sorry, something went wrong.
mcl_signs
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
mcl_signs_default_sign.png
shops and banks was update, now works with mapserver
I'll edit my prev comment
No branches or pull requests
mapserver works awesome with Mineclone, but mineclone signs (mcl_signs) are not supported
The text was updated successfully, but these errors were encountered: