Skip to content

Commit 6fcb5a3

Browse files
committed
chore: update mod metadata to v1.0.2 with new author info
1 parent c01101f commit 6fcb5a3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'net.minecraftforge.gradle' version '[6.0,6.2)'
66
}
77

8-
version = '1.0.0'
8+
version = '1.0.2'
99
group = 'com.steve.ai'
1010

1111
base {

src/main/resources/META-INF/mods.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ license="MIT"
44

55
[[mods]]
66
modId="steve"
7-
version="1.0.0"
7+
version="1.0.2"
88
displayName="Steve AI Mod"
99
description='''
1010
AI-controlled Steve entities that can follow natural language commands,
11-
mine resources, build structures, and behave like real players using OpenAI.
11+
mine resources, build structures, and behave like real players using LLMs.
1212
'''
13-
authors="Steve AI Team"
14-
displayURL="https://github.com/yourusername/steve-ai-mod"
13+
authors="LeaderOnePro"
14+
displayURL="https://github.com/LeaderOnePro/Steve"
15+
# Forked from https://github.com/YuvDwi/Steve
1516

1617
[[dependencies.steve]]
1718
modId="forge"
@@ -26,4 +27,3 @@ displayURL="https://github.com/yourusername/steve-ai-mod"
2627
versionRange="[1.20.1,1.21)"
2728
ordering="NONE"
2829
side="BOTH"
29-

0 commit comments

Comments
 (0)