Readme
This commit is contained in:
@@ -13,6 +13,10 @@ An extension mod of TLM(Touhou Little Maid). Add some useful tasks to your Maid.
|
||||
The maid will cut down the logs around her and plant saplings. You can give the maid an axe and hoe or scissors to speed
|
||||
up the maid's ability to cut down trees and destroy leaves!
|
||||
|
||||
## Locate
|
||||
|
||||
The maid will search for a specified structure or the player's respawn point based on the item in her hand. If the maid is on the same vehicle as the player (currently only brooms are supported), the player can press a designated button (V by default) to give the maid control or partial control of the carrier.
|
||||
|
||||
# More
|
||||
|
||||
+ The Mod is currently in early development. Everything may change in the future.
|
||||
|
||||
@@ -12,6 +12,10 @@ For English version, visit [English Version](Readme.md)
|
||||
|
||||
女仆会砍伐身边的原木并种下树苗。你可以给女仆斧头和锄头或剪刀来加速女仆砍树和破坏树叶的速度。
|
||||
|
||||
## Locate
|
||||
|
||||
女仆会根据手上的物品寻找指定的结构或者玩家出生点。如果女仆和玩家在同一载具上(目前只支持扫帚),玩家可以按下指定按键(默认为V)来让女仆控制或部分控制载具。
|
||||
|
||||
# More
|
||||
|
||||
+ 模组处于早期开发阶段,一切功能在未来都有可能变化。
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
org.gradle.daemon=false
|
||||
|
||||
|
||||
# The Minecraft version must agree with the Forge version to get a valid artifact
|
||||
minecraft_version=1.20.1
|
||||
# The Minecraft version range can use any release version of Minecraft as bounds.
|
||||
@@ -32,8 +30,6 @@ mapping_channel=official
|
||||
# The mapping version to query from the mapping channel.
|
||||
# This must match the format required by the mapping channel.
|
||||
mapping_version=1.20.1
|
||||
|
||||
|
||||
# The unique mod identifier for the mod. Must be lowercase in English locale. Must fit the regex [a-z][a-z0-9_]{1,63}
|
||||
# Must match the String constant located in the main mod class annotated with @Mod.
|
||||
mod_id=maid_useful_task
|
||||
@@ -42,12 +38,12 @@ mod_name=maid useful task
|
||||
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
|
||||
mod_license=MIT
|
||||
# The mod version. See https://semver.org/
|
||||
mod_version=1.1.0
|
||||
mod_version=1.2.0
|
||||
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
|
||||
# This should match the base package used for the mod sources.
|
||||
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
|
||||
mod_group_id=studio.fantasyit
|
||||
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
|
||||
mod_authors=
|
||||
mod_authors=xypp
|
||||
# The description of the mod. This is a simple multiline text string that is used for display purposes in the mod list.
|
||||
mod_description=
|
||||
mod_description=Add some useful task for touhou little maid.
|
||||
|
||||
Reference in New Issue
Block a user