yarn
yarn copied to clipboard
Floors and ceilings are not walls
Currently, the WallMountLocation enum and Properties.WALL_MOUNT_LOCATION field are used for the face property, which has three values: floor, wall, and ceiling.
It is quite clear that floors and ceilings are not walls, but the mappings seem to think this:
https://github.com/FabricMC/yarn/blob/e0df689e614bd476818c601bd04307194f310159/mappings/net/minecraft/state/property/Properties.mapping#L170-L171
Would it be better to simply rename both mappings to 'face'? Is another name more descriptive and thus better?
I would rename it to block. only connects to blocks or other walls. Even though face could also be good.