Update notes

This commit is contained in:
Aaron Suen 2021-08-30 22:59:49 -04:00
parent b4a79dfa60
commit ac08ac26cd
2 changed files with 56 additions and 31 deletions

View File

@ -1,2 +1,56 @@
# nodecore-nature
WIP nature for nodecore
# NodeCore Nature
Original by WintersKnight94
Revised Edition by Warr1024
## Features
### Current Working Features
- Added new flora and materials:
- Shrubs
- Thornbriars
- Ferns
- Lilypads
- Bamboo
- Moss
- Mushrooms
- Larger Trees
- Fallen Logs
- Boulders
- New Biome System
- Forest
- Thicket
- Grassland
- Stonewaste
- Floodland
- Old Forest
- Ancient Forest
### Past Features
- Migrated to NodeCore vanilla
- Tall Grass (Sedges)
- Flowers
- Reeds (Rushes)
Note:
- Existing nodes will be converted by alias
- New mapgen areas will use vanilla distributions only
- Some placed nodes may decay due to changes to requirements,
especially rushes with stricter moisture requirements
### Proposed Features
- Ivy
## Known Bugs, Issues, TODO
- Try to find a way to prevent immediate rush decay on migration
- Detect and legacy nodes by param2 and exempt?
- Need to be able to get fibers/thatch from vanilla plants
- Merge spreading, decaying ABMs
- Review bamboo ABMs
- More code formatting cleanup
- Reorg code, group by feature/theme

View File

@ -1,29 +0,0 @@
--------------------------------------------------
-----------------NodeCore Nature------------------
--------------------------------------------------
-----------A mod for NodeCore that adds-----------
-----------------Plants and Fungi-----------------
--------------------------------------------------
----------------By WintersKnight94----------------
--------------------------------------------------
FEATURES - Working
--------------------
Decorations = Tall Grass, Flowers, Shrubs/Bushes, Thornbriars, Reeds, Ferns, Lilypads, Bamboo, Moss, Mushrooms, Fallen Logs, Larger Trees, Boulders
Materials = Plant Fibers, Thatch
Biomes = Forest, Thicket, Grassland, Stonewaste, Floodland, Old Forest, Ancient Forest
FEATURES - Planned
--------------------
Ivy
KNOWN BUGS/ISSUES
--------------------
FIXED BUGS/ISSUES
--------------------
Mushrooms dont generate underground. --FIXED--4/7/20--
moss spreads WAY out of control --4/6/20-- FIXED-4/6/2020--