Skip to content

Commit

Permalink
Prepare to release '1.0.0-alpha4' .
Browse files Browse the repository at this point in the history
  • Loading branch information
cao-awa committed Nov 8, 2024
1 parent 6651a56 commit 319e71f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ Conium lets you complete your mods only using datapacks.
+ This directory is items, data type is '.json'
+ block
+ This directory is blocks, data type is '.json'
+ entity
+ This directory is entities, data type is '.json'
+ property
+ item
+ This directory is item properties injectors, data type is '.json'
Expand Down Expand Up @@ -350,6 +352,7 @@ Currently, supported these components:
```

## Conium script APIs

Documents are not done yet.

## Bedrock script APIs
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Done to increase the memory available to gradle.
org.gradle.jvmargs = -Xmx4G
# Mod Properties
mod_version = 1.0.0-alpha3
mod_version = 1.0.0-alpha4
maven_group = com.github.cao.awa
archives_base_name = conium
# Fabric Properties
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/github/cao/awa/conium/Conium.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Conium : ModInitializer {
private val LOGGER = LogManager.getLogger("Conium")

@JvmField
var VERSION = "1.0.0-alpha3"
var VERSION = "1.0.0-alpha4"

@JvmField
var LANGUAGE_TRANSLATOR_VERSION = LanguageTranslator.getVersion()
Expand Down

0 comments on commit 319e71f

Please sign in to comment.