Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyklon73 committed Dec 25, 2024
2 parents 6ea5206 + d2deb25 commit 0710af0
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 cyklon73

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# RealisticGrowth
Realistic Growth brings a natural touch to your Minecraft world by allowing saplings, seeds, and plants to replant themselves when they despawn, just like in the real world. This plugin mimics the process where seeds or saplings fall to the ground and grow into plants or trees, provided they are placed on the correct type of soil or ground. When these items despawn, they will replant themselves if the ground beneath them is suitable for growth, just like how seeds naturally germinate in real life.

# Features:
Self-Replanting Saplings: When saplings such as Oak, Birch, Spruce, Jungle, Acacia, Dark Oak, and Mangrove despawn, they will replant themselves on the correct ground, simulating real-world tree growth.
Configurable Planting Chance: The plugin offers full configurability, allowing you to adjust the chance (in percentage) that saplings and plants will replant themselves when they despawn. This adds a layer of realism, as not all seeds or saplings grow in the real world—sometimes they fail to take root. You can set the likelihood of regrowth to match your desired level of realism.
(default is 90%)


# Supported Plants and Their Planting Grounds:
- Tree Saplings:

- Oak Sapling: Can be planted on Dirt, Grass Block, Coarse Dirt, Podzol, Moss Block, Mycelium, and Rooted Dirt.
- Birch Sapling: Can be planted on similar blocks as Oak Sapling.
- Spruce Sapling: Can be planted on the same blocks as Oak Sapling.
- Jungle Sapling: Can be planted on the same blocks as Oak Sapling.
- Acacia Sapling: Can be planted on the same blocks as Oak Sapling.
- Dark Oak Sapling: Requires 2x2 space to grow, but can be planted on the same blocks as Oak Sapling.
- Mangrove Propagule: Can be planted on Dirt, Grass Block, Coarse Dirt, Podzol, Mycelium, and Rooted Dirt.


- Crops & Seeds:

- Wheat Seeds: Can be planted on Farmland.
- Beetroot Seeds: Can be planted on Farmland.
- Pumpkin Seeds: Can be planted on Grass Block or Farmland.
- Melon Seeds: Can be planted on Grass Block or Farmland.
- Sweet Berries: Can be planted on Grass Block, Dirt, Coarse Dirt, or Podzol.

- Other Plants:

- Bamboo: Can be planted on Dirt, Grass Block, Coarse Dirt, Podzol, Sand, Red Sand, Mud, Mycelium, and Rooted Dirt.
- Sugar Cane: Can be planted on Grass Block, Dirt, Coarse Dirt, Podzol, Sand, Red Sand, and Mud.
- Cactus: Can be planted on Sand and Red Sand.
- Flowers: Can be planted on Grass Block, Dirt, Coarse Dirt, Podzol, Moss Block, and Mycelium.

0 comments on commit 0710af0

Please sign in to comment.