Welcome to the staging ground for new communities! Each proposal has a description in the "Descriptions" category and a body of questions and answers in "Incubator Q&A". You can ask questions (and get answers, we hope!) right away, and start new proposals.
Are you here to participate in a specific proposal? Click on the proposal tag (with the dark outline) to see only posts about that proposal and not all of the others that are in progress. Tags are at the bottom of each post.
Post History
kelp is the part that eventually grows into a kelp_plant, and replaces the water block above with kelp. So if you're in creative mode, you can use commands to set the topmost part of the kelp stack...
Answer
#2: Post edited
- `kelp` is the part that eventually grows into a `kelp_plant`, and replaces the water block above with `kelp`. So if you're in creative mode, you can use commands to set the topmost part of the kelp stack to `kelp_block`, effectively stopping its growth. Do note the textures are a slight bit different, though, so the end will look a little bit abrupt, but that may not be noticeable from a distance.
- ```
- /setblock ~ ~ ~ kelp_plant
- ```
It won't work in survival, though.
- `kelp` is the part that eventually grows into a `kelp_plant`, and replaces the water block above with `kelp`. So if you're in creative mode, you can use commands to set the topmost part of the kelp stack to `kelp_block`, effectively stopping its growth. Do note the textures are a slight bit different, though, so the end will look a little bit abrupt, but that may not be noticeable from a distance.
- ```
- /setblock ~ ~ ~ kelp_plant
- ```
- It won't work in survival, though, unless commands are enabled and you're fine with cheating.
#1: Initial revision
`kelp` is the part that eventually grows into a `kelp_plant`, and replaces the water block above with `kelp`. So if you're in creative mode, you can use commands to set the topmost part of the kelp stack to `kelp_block`, effectively stopping its growth. Do note the textures are a slight bit different, though, so the end will look a little bit abrupt, but that may not be noticeable from a distance. ``` /setblock ~ ~ ~ kelp_plant ``` It won't work in survival, though.