Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (21 loc) · 864 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 864 Bytes

LittleMaidReengaged

This repository is fork of https://github.com/Verclene/LittleMaidReengaged

What's this?

A MOD of Minecraft; LittleMaidMob for MC1.10.2 Cute and little maid girls will be helpful for your life on Minecraft.

Related links

LICENSE

Read LICENSE.md

Making developing environment

# Setup Forge via Gradle
gradlew setupDecompWorkspace

# make Eclipse project (if you use it)
gradlew eclipse

# build .jar archive
gradlew build