-
Notifications
You must be signed in to change notification settings - Fork 33
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
Locked Iron Door #201
Locked Iron Door #201
Conversation
Conflicts: src/main/java/net/mcft/copy/betterstorage/client/renderer/TileEntityBackpackRenderer.java src/main/java/net/mcft/copy/betterstorage/proxy/ClientProxy.java
My plan was to have regular iron doors be lockable. That is, right clicking them with a lock would replace the door with an identical (or very similar) looking one that then acts as a locked door should. What's your opinion / thoughts on that? |
Hm, I could do that by changing the texture or maybe even have it just one box and therefore look exactly like the iron door. That would mean that you can click the lock anywhere on the iron door with no fancy box. Can it still have a swing animation? |
#103