MCreator-Examples / Feedback

The Feedback Repository is a place where the community can suggest ideas for future videos. In some cases, I will pick things from this repository if I feel motivated or have an idea of how to add them.
https://github.com/MCreator-Examples
6 stars 0 forks source link

Pumpkins and Mellon Generation #109

Open northwesttreesgaming opened 1 year ago

northwesttreesgaming commented 1 year ago

Description

How to generate blocks like pumpkins and melons.

Features and uses

  1. Make custom block
  2. Make it generate via structure in groups.

Attachments

N/A

Feature Request tracker rule checks (please read carefully)

TheDerpySupport commented 1 year ago

This requires blockstates as you need to create an 8-stage crop(stem) and then you need to test for soil moisture level, light level, and the type of block next to the soil block. If I recall, Melons and Pumpkins can only grow on Ground/Dirt type blocks.

northwesttreesgaming commented 1 year ago

This requires blockstates as you need to create an 8-stage crop(stem) and then you need to test for soil moisture level, light level, and the type of block next to the soil block. If I recall, Melons and Pumpkins can only grow on Ground/Dirt type blocks.

Its more just through structures for this one custom pumpkin/melon crops would be different.