Skip to content

Commit 8aae528

Browse files
committed
bump versions (0.21.0-alpha.36)
1 parent 21c4d14 commit 8aae528

26 files changed

Lines changed: 26 additions & 26 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ quilt_parsers_version = 0.2.1
77
minecraft_version = 1.7.2
88
feather_build = 1
99

10-
mod_version = 0.21.0-alpha.35
10+
mod_version = 0.21.0-alpha.36
1111
mod_artifact_id = osl-gen2
1212
mod_maven_group = net.ornithemc
1313
library_maven_group = net.ornithemc.osl-gen2

libraries/blocks/blocks-mc13w36a-mc14w26c/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc13w36a-mc14w26c",
4+
"version": "0.2.0-alpha.13+mc13w36a-mc14w26c",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mc14w27a-mc15w35a/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc14w27a-mc15w35a",
4+
"version": "0.2.0-alpha.13+mc14w27a-mc15w35a",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mc15w36a-mc17w46a/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc15w36a-mc17w46a",
4+
"version": "0.2.0-alpha.13+mc15w36a-mc17w46a",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mc17w47a-mc18w31a/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc17w47a-mc18w31a",
4+
"version": "0.2.0-alpha.13+mc17w47a-mc18w31a",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mc18w32a-mc1.13.2/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc18w32a-mc1.13.2",
4+
"version": "0.2.0-alpha.13+mc18w32a-mc1.13.2",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mc18w43a-mc1.14.4/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mc18w43a-mc1.14.4",
4+
"version": "0.2.0-alpha.13+mc18w43a-mc1.14.4",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/blocks-mca1.0.1_01-mc1.6.4/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": "osl-blocks",
4-
"version": "0.2.0-alpha.12+mca1.0.1_01-mc1.6.4",
4+
"version": "0.2.0-alpha.13+mca1.0.1_01-mc1.6.4",
55
"environment": "*",
66
"entrypoints": {
77
"init": [

libraries/blocks/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library_id = blocks
22
library_name = Blocks
33
library_description = Blocks API and events.
4-
library_version = 0.2.0-alpha.12
4+
library_version = 0.2.0-alpha.13
55

66
entrypoint_init = net.ornithemc.osl.blocks.impl.BlockRegistryImpl::init
77
osl_dependencies = core:>=0.9.0,entrypoints:>=0.5.0,lifecycle-events:>=0.6.0,executors:>=0.1.0,text-components:>=0.1.0-,networking:>=0.9.0,networking-impl:>=0.1.0,registries:>=0.1.0-

libraries/items/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
library_id = items
22
library_name = Items
33
library_description = Items API and events.
4-
library_version = 0.2.0-alpha.19
4+
library_version = 0.2.0-alpha.20
55

66
entrypoint_init = net.ornithemc.osl.items.impl.ItemRegistryImpl::init
77
osl_dependencies = core:>=0.9.0,entrypoints:>=0.5.0,lifecycle-events:>=0.6.0,executors:>=0.1.0,text-components:>=0.1.0-,networking:>=0.9.0,networking-impl:>=0.1.0,registries:>=0.1.0-,blocks:>=0.2.0-

0 commit comments

Comments
 (0)