Описание
# About this mod

Adds Minecraft 1.20 cherry blossom series & archaeology features to 1.12.2.
- Cherry trees generate naturally in Cherry Grove biome.
- Structures with suspicious blocks:
- Desert Temples
- Desert Wells
- Ocean Ruins
- Trail Ruins
- While riding a boat with chest:
- Hold Ctrl: Opens player inventory
- Don't hold Ctrl: Opens boat's storage
- Template acquisition:
- Archaeology excavations
- Loot chests (priority integration):
- Compatible with structure-mod-added chests
- Falls back to vanilla:
- Buried treasure
- Ocean ruins
- Decorated Pots
- Dynamic-pattern pot item:
- /give @s suikecherry:decorated_pot 1 0 {RandomSherdDisplay:1b}
- This mod can be added to any modpack.
# Configuration:
- Allows real-time tuning of select configurations in-game.
- Core settings: config\sui_ke\cherry\Cherry.cfg.
- Set blockFire=true for flammable blocks
- Loot tables: treasure.cfg (same directory)
- Customize suspicious block loot for:
- desertWell
- desertPyramid
- oceanRuins
- trailRuins
- Must be edited in the format **(item registry name, metadata, weight)**
- Example:
- minecraft:emerald, 0, 0.4
- ic2:crushed, 2, 0.2
- Developers: Use TreasureData.addTreasure() API
# Bugs or Suggestions
- **Always update to latest version before reporting**
- Contact:
- [GitHub Issues](https://github.com/sui-ke/Minecraft-Mod-suikecherry/issues)
- email: mu_xun@outlook.com (Subject: Bugs/Suggestions for Cherry_on_1.12.2)
# Cross mod Integration
- [Future MC: ](https://modrinth.com/mod/future-mc)
- Provides materials for hanging signs.
- Cherry trees may spawn with bee nests.
- Bees will collect nectar from Pink_petals and Cherry_leaves.
- [Unseen's Nether Backport: ](https://www.curseforge.com/minecraft/mc-mods/unseens-nether-backport)Provides materials for hanging signs.
- [Ocean Expansion: ](https://modrinth.com/mod/oceanic-expanse)Spawns drowned in ruins.
- [Ex Nihilo: Creatio: ](https://www.curseforge.com/minecraft/mc-mods/ex-nihilo-creatio)Sieving dirt yields cherry_seed.
- Bamboo generation in biomes (configurable) - [Source inspiration](https://modrinth.com/datapack/geophilic).