better script, new fish: cod and salmon
This commit is contained in:
parent
6d8778edea
commit
a9b4f9d6f5
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
Binary file not shown.
|
@ -1,10 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# depends on xdotool
|
||||
# depends on xdotool and 1600x900 screen
|
||||
|
||||
|
||||
# focus on blender which is full screen on left screen
|
||||
xdotool mousemove 100 100 click 2
|
||||
xdotool mousemove 246 119 click 2
|
||||
|
||||
# wait 1 secon
|
||||
sleep 1
|
||||
|
@ -77,3 +77,33 @@ sleep 1
|
|||
|
||||
# press enter
|
||||
xdotool key ctrl+j
|
||||
|
||||
# wait 1 second
|
||||
sleep 1
|
||||
|
||||
# press space
|
||||
xdotool key space
|
||||
|
||||
# wait 1 second
|
||||
sleep 1
|
||||
|
||||
# press b
|
||||
xdotool key b
|
||||
|
||||
# wait 1 second
|
||||
sleep 1
|
||||
|
||||
# press 3
|
||||
xdotool key 3
|
||||
|
||||
# wait 1 second
|
||||
sleep 1
|
||||
|
||||
# press enter
|
||||
xdotool key KP_Enter
|
||||
|
||||
# wait 1 second
|
||||
sleep 1
|
||||
|
||||
# press enter
|
||||
xdotool key KP_Enter
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
After Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
@ -14,6 +14,10 @@
|
|||
|
||||
/summon turtle ~ ~ ~ {NoAI:1}
|
||||
|
||||
/summon cod_mob ~ ~ ~ {NoAI:1}
|
||||
|
||||
/summon salmon_mob ~ ~ ~ {NoAI:1}
|
||||
|
||||
/summon bat ~ ~ ~ {NoAI:1}
|
||||
|
||||
/summon blaze ~ ~ ~ {Age:-5000, NoAI:1}
|
||||
|
|
Loading…
Reference in New Issue