-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Feature Request] Add more interactive events on monitor and computer for players #12
[Feature Request] Add more interactive events on monitor and computer for players #12
Comments
monitor_touch
event
I doubt that I'll ever do soemthing like this. I would not add/change an existing event - that would be better if CC:T implements itself and adding a new monitor isn't something I want to do |
Well, but CC:T won't impl that cc-tweaked/CC-Tweaked#596 |
Yeah, but I don't get around adding this for 0.8 |
Nvm, if I have time I can try to implement it (probably not, I don't know much about forge api). |
I check the CC:T codes, if I want to impl that, I should use mixin, because the signature of the void monitorTouched(float xPos, float yPos, float zPos) |
Yeah. That's a reason why I do bot want to add features to existing blocks from CC |
I may working on this with #6 , so both transparentable and identifiable on same block |
Describe your idea
Make monitors and computers can identify player in actions
We should still queue
monitor_touch
event, but add player's name as the last valueDescribe alternatives you've considered if you've any
N/A
Additional context
probably mouse events and key presses can also have this param,
and if on computer, you may add new events called
player_open
orplayer_closed
to open or close computer,for
player_open
, the program may abort the actionLinked Issues
No response
The text was updated successfully, but these errors were encountered: