Uploaded October 2019 | Updated September 2026, 1 week ago
An intermediate guide on tweakaroo and other stuff. Once you have it installed, this should help pique your interest in setting up your hotkeys and optimally using features like fastBlockPlacement, placementRestriction+, flexibleBlockPlacement, elytraCamera, tweakPeriodicAttack, tweakFlySpeed. Tweakaroo's main features are disabled by default, so you will need to enable them in the configuration menu accessed by x + c.
I showed these things in situations where they came up, which meant going to a few places in my world: a sugarcane farm (for using placement restriction modes), a modernized mesa quarry (for angle locking), and a 1.14.4 raid farm by doublemoses (periodic attack and hold use button).
I'm using Fabric Client and using tweakaroo as well as all of Masa's other mods. I'm also running my server on carpet.
Doublemoses raid farm: youtube.com/watch?v=GFx2nc4Ehas
An intermediate guide on tweakaroo and other stuff. Once you have it installed, this should help pique your interest in setting up your hotkeys and optimally using features like fastBlockPlacement, placementRestriction+, flexibleBlockPlacement, elytraCamera, tweakPeriodicAttack, tweakFlySpeed. Tweakaroo's main features are disabled by default, so you will need to enable them in the configuration menu accessed by x + c.
I showed these things in situations where they came up, which meant going to a few places in my world: a sugarcane farm (for using placement restriction modes), a modernized mesa quarry (for angle locking), and a 1.14.4 raid farm by doublemoses (periodic attack and hold use button).
I'm using Fabric Client and using tweakaroo as well as all of Masa's other mods. I'm also running my server on carpet.
Doublemoses raid farm: youtube.com/watch?v=GFx2nc4Ehas



![Industrial Turtle Shell/Scute Farm
Best farm for making too many scutes.
Technical findings:
- Turtles will track 1-high water blocks but greatly prefer 2-high, with 16 block range. Wont track waterlogged blocks, *including* bubble columns. Only track regular water blocks of all types including falling & flowing water.
- 20% of eggs will hatch per night around /time set 21500. Assumed 2.5 eggs laid on average. In the world download version (48x14 sand area), the upper average should be ~336 baby turtles per night.
- Main MSPT limitation is the baby turtles needing to be entity processed to increment age. This could be mitigated by feeding the babies seagrass as shown at 9:28 . Otherwise they need to be entity processed 24000 times.
- Feeding seagrass to turtles is dependent on ping lag. Aiming slightly forward will improve chances to feed, as the server appears to check predicted client player position vs server side turtle position.
Since nobody had made an overpowered scute farm, I made one, and thoroughly investigated turtle mechanics. Tested in 1.13 but should work just fine in other versions.
Glowing effect for pregnant turtles (use repeating command block):
effect give @e[type=turtle,nbt={HasEgg:1b}] glowing 1
Simulated giving seagrass from minecart:
/execute at @e[type=minecart] run execute as @e[type=turtle,nbt={Age:0,InLove:0,HasEgg:0b},distance=..4] run data merge entity @s {InLove:600}
Some technical info was gotten from Rays Works video
https://www.youtube.com/watch?v=IcnPYOVhYyM
Tested in 1.13. Also tested 1.15 snapshot 19w36a and works fine.
World DL:
https://mega.nz/#!ohxxAa5T!Dy6ctpkkQ5TBtM9-hX4UfQWraaIARnUAiKVWfxOHryY Industrial Turtle Shell/Scute Farm](https://i.ytimg.com/vi/oK3d74_ncGo/mqdefault.jpg)






