File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff 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 '
99group = ' com.steve.ai'
1010
1111base {
Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ license="MIT"
44
55[[mods ]]
66modId =" steve"
7- version =" 1.0.0 "
7+ version =" 1.0.2 "
88displayName =" Steve AI Mod"
99description ='''
1010AI-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-
You can’t perform that action at this time.
0 commit comments