Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- load to computer
- spawnControl - http://pastebin.com/hP7fZSXC
- pastebin get hP7fZSXC spawnControl
- touchpoint - http://pastebin.com/6eBT6aYT
- pastebin get 6eBT6aYT touchpoint
- load to turtle
- spawnLoader - http://pastebin.com/tdCtKmn6
- pastebin get tdCtKmn6 spawnLoader
- On the computer you need one extra file called spawnList. The first line must contain the ID of the turtle facing the MFR auto-spawner. Then each line of the file needs to be the name of the mob in the safari net. Each line of the file refers to the slot in the turtle inventory, so if in slot 1 of the turtle you had a blaze and in slot 2 you had a cow, spawnList would look like.
- 1 -- or whatever the id of your turtle is
- Blaze
- Cow
- list up to 16 mobs
- The advanced monitors should be no smaller than 2(wide)x 3(tall), but can be as big as you want. It looks better on a taller, slimmer setup as it creates a single column of 8 buttons if you have more nets in the turtle than that it will create a second page of buttons. It's not the greatest, but it works. It can only handle up to 16 different mobs for now. Hope that helps.
- getting started:
- Turtle:
- place turtle facing MFR auto-spawner
- set the label of your turtle
- find the id# of your turtle
- load spawnLoader from pastebin
- edit spawnLoader
- change line 1 to indicate what side the wireless modem is on
- hit ctrl
- save
- hit ctrl
- exit
- edit startup
- shell.run("spawnLoader")
- ctrl save ctrl exit
- reboot (type reboot and hit enter)
- Computer:
- place your monitors where ever you like
- must be atleast 3tall and 2wide
- place the computer on any side
- shiftclick a modem onto the computer
- load spawnControl and touchpoint from pastebin
- edit spawnControl
- rednet.open("side")
- change to side wireless modem is on
- local mon = "side"
- change to side monitor is touching computer
- ctrl save ctrl exit
- edit startup
- shell.run("spawnControl")
- ctrl save ctrl exit
- edit spawnList
- first line is turtle id# you found earlier
- list up to 16 mobs 1 line each
- do not leave a blank line at the end
- ctrl save ctrl exit
- reboot
Advertisement
Add Comment
Please, Sign In to add comment