Suggestion: Player argument for place_item()
James103 opened this issue ยท 4 comments
As of Carpet Mod 1.3.28 in Minecraft 1.15.2, there appears to be no way for Scarpet to place blocks and use items as if a real (online) player was doing the placement. This means that whenever Scarpet is used to fill in a large area with stone (for example), the placed blocks do not count towards your statistics. Additionally, certain blocks that only work when placed by a player (such as indestructible blocks and single-block power flowers) currently do not work properly when placed by Scarpet.
This would turn place_item(item, pos, facing?, sneak?)
into place_item(item, pos, facing?, sneak?, player?)
.
@Ghoulboy78-Alt What is the specific problem you're encountering when doing this?