FoundationGames / EnhancedBlockEntities

A Minecraft Mod for Fabric which aims to make Block Entity rendering faster and more customizable with almost no compromises.
GNU Lesser General Public License v3.0
228 stars 52 forks source link

Ability to customize the chest in boats with chests #181

Open muzikbike opened 10 months ago

muzikbike commented 10 months ago

Most chest models in the game can be customized, but I don't think the one in the boat can. Would this be a possibility? 2023-08-29_15 38 28

Thanos1716 commented 7 months ago

The chest in boat uses an entity model, rather than the block entity one, and is not handled by EBE. In order to modify its model, you can use a mod like Entity Model Features