#custom paintings

1 messages · Page 1 of 1 (latest)

covert ocean
#

How easy is it to create custom paintings. Not replacements of old ones but brand new items. Haven’t ever coded in Minecraft but figured I could learn

round forge
#

I've wondered this myself. I think it's doable. I'd go about it this way:

#
  • for the block: create a flat pane with no collision box. Perhaps use a few model bones (different sized paintings).
#
  • add a custom component in JavaScript to cycle through the different panes and/or textures (different paintings) with each click, if the user is holding the painting item.
#

So... I guess you'd need to be able to code, though. Check out the resources, it's pretty decent. I've also found a lot of help right here on Discord.

#

Good luck!