Commit ceb94a5b by Jonathan Thomas

Updating Fabric and Minecraft supported versions, and including instructions in README.md

parent e3433d4e
Pipeline #11870 passed with stage
in 56 seconds
# Fabric Example Mod
# Mob GPT
## Setup
Elevate your Minecraft experiences with **Mob GPT**, a cutting-edge mod that brings intelligent, dynamic conversation to
Minecraft mobs! Harnessing the power of GPT to make your world more interactive.
For setup instructions please see the [fabric wiki page](https://fabricmc.net/wiki/tutorial:setup) that relates to the IDE that you are using.
## Authors
- Jonathan Thomas <jonathan@openshot.org>
- Owlmaddie <owlmaddie@gmail.com>
## Installation
1. **Install Fabric Loader**: Follow the instructions [here](https://fabricmc.net/use/).
2. **Download Fabric API**: Get the version which we support (refer to `gradle.properties` for supported Minecraft and Fabric versions)
from [Modrinth](https://modrinth.com/mod/fabric-api)
or [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api).
3. **Install Mob GPT Mod**: Place `mobgpt-*.jar` and `fabric-api-*.jar` into your `.minecraft/mods`
folder.
## Upgrade Dependencies
When Fabric or Minecraft is updated, the build dependencies need to also
be updated. Below are the general steps for this upgrade process.
1. Visit https://fabricmc.net/develop for updated version #s
2. Copy/paste the recommended versions into `gradle.properties`
3. **Optional:** Update the Loom version in `build.gradle`
4. Re-build: `./gradlew build` and watch for any errors
5. Re-run: `./gradlew runClient`
6. **Optional:** Re-start **IntelliJ IDEA** to clear cached gradle
## Contact & Resources
- [Source Code](http://gitlab.openshot.org/minecraft/mobgpt)
## License
This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.
GPLv3
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}
......
......@@ -2,16 +2,16 @@
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
# Mod Properties
mod_version=1.0.0
maven_group=com.owlmaddie
archives_base_name=mobgpt
# Dependencies
fabric_version=0.89.1+1.20.2
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.7
#Fabric api
fabric_version=0.96.11+1.20.4
\ No newline at end of file
......@@ -3,7 +3,7 @@
"id": "mobgpt",
"version": "${version}",
"name": "Mob GPT",
"description": "Elevate your Minecraft experience with Mob GPT, a cutting-edge mod that brings intelligent, dynamic conversation to Minecraft mobs! We harnesses the power of GPT (Generative Pre-trained Transformer) to make your world more interactive and communicative.",
"description": "Elevate your Minecraft experiences with Mob GPT, a cutting-edge mod that brings intelligent, dynamic conversation to Minecraft mobs! We harnesses the power of GPT (Generative Pre-trained Transformer) to make your world more interactive and communicative.",
"authors": [
"Jonathan Thomas <jonathan@openshot.org>",
"Owlmaddie <owlmaddie@gmail.com>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment