Skip to content

Source of suck/scan items/entities position should be center? #34

@GravityCY

Description

@GravityCY

This is up to you but I feel the source of the scan position should be the center of the block pos rather than the negx, negy, negz.
Currently a radius of 2 sucks items 2 blocks towards posz but 3 blocks towards negz, this feels a bit unintuitive... Maybe it'd be more intuitive to use the center of the BlockPos instead (x + 0.5, y + 0.5, z + 0.5) which would make the interaction radius symmetric around the turtle.

Also I noticed that suck doesn't .inflate(0.99) and scan does, so sucking items and scanning even with the same interaction radius behave differently

TurtleMatic:

Tweakium:
https://github.com/SirEdvin/Minecraft-Modding-Libs/blob/81f1add8293f180f7fe88eb501f4ab2bb238c21a/projects/tweakium-core/src/main/kotlin/site/siredvin/tweakium/modules/peripheral/boon/ScanningBoon.kt#L72

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions