Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 12 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,18 @@
# Dynamic Trees + [![](http://cf.way2muchnoise.eu/versions/478155.svg) ![](http://cf.way2muchnoise.eu/full_478155_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/dynamictreesplus/)

Installation information
=======
Official extension of [Dynamic Trees](https://github.com/ferreusveritas/DynamicTrees/); expands on the scope of DT by adding dynamic foliage that is not a tree.

This template repository can be directly cloned to get you started with a new
mod. Simply create a new repository cloned from this one, by following the
instructions at [github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template).
![Logo](./header.png)

Once you have your clone, simply open the repository in the IDE of your choice. The usual recommendation for an IDE is either IntelliJ IDEA or Eclipse.
This branch is for the 1.21.1 version of Minecraft.

> **Note**: For Eclipse, use tasks in `Launch Group` instead of ones founds in `Java Application`. A preparation task must run before launching the game. NeoGradle uses launch groups to do these subsequently.
### Links
- [Downloads](https://www.curseforge.com/minecraft/mc-mods/dynamictreesplus/files)
- [Discord](https://discord.gg/A4FCBS3)

If at any point you are missing libraries in your IDE, or you've run into problems you can
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
{this does not affect your code} and then start the process again.
### Compiling
* Clone the repository.
* Open a command prompt/terminal to the repository directory.
* Run `gradlew build` on Windows, or `./gradlew build` for MacOS or Linux.
* The built jar file will be in `build/libs/`.

Mapping Names:
============
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
license. For the latest license text, refer to the mapping file itself, or the reference copy here:
https://github.com/NeoForged/NeoForm/blob/main/Mojang.md

Additional Resources:
==========
Community Documentation: https://docs.neoforged.net/
NeoForged Discord: https://discord.neoforged.net/
29 changes: 17 additions & 12 deletions common/src/main/resources/assets/dynamictreesplus/lang/ko_kr.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"block.dynamictreesplus.cactus_branch": "역동적인 선인장",
"block.dynamictreesplus.cactus_branch": "선인장",
"block.dynamictreesplus.mushroom_branch": "버섯",

"species.dynamictreesplus.saguaro_cactus": "Saguaro Cactus",
"species.dynamictreesplus.pillar_cactus": "Pillar Cactus",
"species.dynamictreesplus.pipe_cactus": "Pipe Cactus",
"species.dynamictreesplus.mega_cactus": "Mega Cactus",
"species.dynamictreesplus.saguaro_cactus": "사구아로 선인장",
"species.dynamictreesplus.pillar_cactus": "기둥 선인장",
"species.dynamictreesplus.pipe_cactus": "파이프 선인장",
"species.dynamictreesplus.mega_cactus": "거대 선인장",
"species.dynamictreesplus.red_mushroom": "붉은 버섯",
"species.dynamictreesplus.brown_mushroom": "갈색 버섯",
"species.dynamictreesplus.mega_red_mushroom": "거대 붉은 버섯",
"species.dynamictreesplus.mega_brown_mushroom": "거대 갈색 버섯",

"item.dynamictreesplus.saguaro_cactus_seed": "Saguaro 선인장 씨앗",
"item.dynamictreesplus.pillar_cactus_seed": "Pillar 선인장 씨앗",
"item.dynamictreesplus.pipe_cactus_seed": "Pipe 선인장 씨앗",
"item.dynamictreesplus.brown_mushroom_seed": "Brown Mushroom Cap",
"item.dynamictreesplus.red_mushroom_seed": "Red Mushroom Cap",
"item.dynamictreesplus.chorus_seed": "Chorus Seed"
}
"item.dynamictreesplus.saguaro_cactus_seed": "사구아로 선인장 씨앗",
"item.dynamictreesplus.pillar_cactus_seed": "기둥 선인장 씨앗",
"item.dynamictreesplus.pipe_cactus_seed": "파이프 선인장 씨앗",
"item.dynamictreesplus.brown_mushroom_seed": "갈색 버섯 갓",
"item.dynamictreesplus.red_mushroom_seed": "붉은 버섯 갓",
"item.dynamictreesplus.chorus_seed": "코러스 씨앗"
}
Binary file added header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.