SquidDev-CC / plethora

A peripheral provider for ComputerCraft
https://plethora.madefor.cc/
MIT License
56 stars 23 forks source link

[Suggestion] Add a function to enable endermen to pickup/place blocks #275

Open Swagsson opened 3 years ago

Swagsson commented 3 years ago

It's pretty self explanatory based on the title. They could only place/pickup the block directly in front of them. eg.

enderman = peripheral.wrap("neuralInterface")
enderman.pickup()
enderman.place()

it obviously doesn't necessarily have to be this implementation. I think it would be a very cool feature.