Skip to content

Commit 57a141e

Browse files
committed
Bump version to 1.0 // update README.md.
1 parent ef3086f commit 57a141e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Come talk on [Discord](https://www.discord.gg/n3JFkVk "Automotons Discord")!
33
### Automotons
44
Small robots that run instructions (in the form of items called modules), and carry heads that provide functionality.
55

6-
Currently, seven heads (diamond drill, sticky head, iron blade, redstone panel, dispenser on a stick, note block on a stick, electromagnet head) and fourteen modules (move, rotate, engage, handle errors, repetition) exist.
7-
More are planned.
6+
Currently, ten heads and nineteen modules exist, with more to be added in the future.
87

9-
Automotons is still in a buggy state. Testing (and PRs!) are appreciated. Expect to encounter issues.
8+
Automotons should be free of major bugs, but you may still find bugs hiding about. Testing (and PRs!) are appreciated.
109

11-
This mod depends on Patchouli for the documentation. All items have documentation.
10+
This mod runs on *Fabric*, and requires Fabric API. This also depends on, and includes, Patchouli.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs = -Xmx1G
88
loader_version=0.9.2+build.206
99

1010
# Mod Properties
11-
mod_version = 0.6
11+
mod_version = 1.0
1212
maven_group = net.automotons
1313
archives_base_name = automotons
1414

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "automotons",
4-
"version": "0.6",
4+
"version": "1.0",
55

66
"name": "Automotons",
77
"description": "smol robots.",

0 commit comments

Comments
 (0)