How to create a custom flower pot?

Started by Islington on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Jun 2020
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
How to create a custom flower pot?

Hey guys, I need your help ! How do I make a custom flower pot ? I understand that I need two models, standard and with #plant. But what to do next ? How do vanilla flower pots work? It doesn't have a variation of models with all kinds of flowers, and that's what worries me the most.

Active 5 years ago
Joined Jun 2020
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Yes, but it's not what I…
Sat, 06/06/2020 - 21:24

Yes, but it's not what I wanted. It explains how to add a flower pot with a custom flower. In other words, I will have to create a separate block for each flower. But they don't work that way in vanilla, there are only two models for a flower pot in the files.

Active 1 year ago
Joined Jun 2015
Points:
1277

User statistics:

  • Modifications: 10
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 1
  • Comments: 543
You want to make flower pots…
Sat, 06/06/2020 - 23:40

You want to make flower pots or not? The tutorial I gave you explains how.
I don't think what you want to achieve is possible without coding in Java. Do you know how to code in Java? I don't think so.

Active 4 years ago
Joined Sep 2019
Points:
987

User statistics:

  • Modifications: 1
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 507
You want to make flower pots…
Sun, 06/07/2020 - 02:21

You want to make flower pots or not? The tutorial I gave you explains how.
I don't think what you want to achieve is possible without coding in Java. Do you know how to code in Java? I don't think so.

Dang....

Active 5 years ago
Joined Jun 2020
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Yes, it's still the same…
Sun, 06/07/2020 - 07:48

Yes, it's still the same guide, thank you :). But it implies that I need to create a separate model for each flower. But it doesn't work that way in vanilla

Active 8 months ago
Joined Jun 2019
Points:
2791

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3704
until 1.13. They changed it…
Sun, 06/07/2020 - 07:55

until 1.13.
They changed it completely in 1.13, and most blocks got separate IDs.

Active 5 years ago
Joined Jun 2020
Points:
630

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
So how do I do this :)? Or…
Sun, 06/07/2020 - 08:35

So how do I do this :)? Or is this not possible in MCreator yet ?