SwitchCraftCC / Plethora-Fabric

A peripheral provider for ComputerCraft, ported to Fabric
MIT License
16 stars 13 forks source link

Kinetic Augment can't shear sheep #21

Closed Allymonies closed 1 year ago

Allymonies commented 1 year ago

It seems that kinetic augments cannot shear sheep, this means that it is impossible to automate sheep shearing, as shears are not a valid turtle upgrade. jg6eh 1 l4dat 1

SquidDev commented 1 year ago

You should be able to call turtle.place with the shears. We even have a test for it!

That said, this probably still is a bug - I'd definitely expect it to work!

DukeAbigor commented 1 year ago

this might be another case where the raytrace in kinetic augments is failing

Lemmmy commented 1 year ago

I do recommend calling turtle.place with the shears in the future!