replaceitem

Results 13 issues of replaceitem

Being able to remove/disable ports makes them not appear on the block model. This makes it more clear which way to orientate circuits with less than 4 ports

enhancement

Adds support for the new dialog system introduced in [25w20a](https://www.minecraft.net/en-us/article/minecraft-snapshot-25w20a) to scarpet. I plan to leave this pull request as a draft for feedback, until dialogs are no longer considered...

The documentation for `__on_player_command` says that this event can be cancelled. However, it cannot, as it has been implemented that way, as the return value is ignored here: https://github.com/gnembon/fabric-carpet/blob/70d2d0194f0e9cdd5185227df795f805d30a76fc/src/main/java/carpet/mixins/ServerGamePacketListenerImpl_scarpetEventsMixin.java#L286-L290 This...