DomiIRL / BoatContainer

Wanna put chests and enderchests into boats?
https://www.curseforge.com/minecraft/mc-mods/boat-container
Other
5 stars 8 forks source link

Texture for boat with chest #15

Closed Disketaa closed 2 years ago

Disketaa commented 2 years ago

Hi! I drew a new, smooth texture, if you like it / want, you can feel free to use in your mod.

image image

Textures: chest_boat ender_chest_boat

DomiIRL commented 2 years ago

Thank you for your work, I'll think about it!

Disketaa commented 2 years ago

Maybe I'll touch them one time for a little. Just to match the square-ish-shape, like minecart with chest

Disketaa commented 2 years ago

Hey! What do you think?

image

DomiIRL commented 2 years ago

Looks nice, could you maybe make one for a furnace? Needing one for a later update maybe ( O_O )

Disketaa commented 2 years ago

Oki-doki Hope furnace boat doesn't burn itself xd

Disketaa commented 2 years ago

image image

Which is better?

DomiIRL commented 2 years ago

bottom because the furnace is not lit by default

Disketaa commented 2 years ago

yeah, i know, but lit variant is lit =)

Disketaa commented 2 years ago

Take them :)

chest_boat ender_chest_boat furnace_boat

DomiIRL commented 2 years ago

tysm <3

Disketaa commented 2 years ago

By the way, I found vanilla boat textures in your assets files. Textures I did works perfectly without them, so If you will replace them textures, you can also remove boat textures from assets to ease customizing/resource-pack-making things tho.

image

Model Item for example:

{
  "parent": "minecraft:item/generated",
  "textures": {
    "layer0": "item/acacia_boat",
    "layer1": "boatcontainer:item/chest_boat"
  }
}