Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.

Commit df96a36

Browse files
author
CodeDoctorDE
committed
finish first alpha
1 parent e51656d commit df96a36

6 files changed

Lines changed: 32 additions & 44 deletions

File tree

docs/blog/2019-05-28-hola.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/blog/2019-05-29-hello-world.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

docs/blog/2019-05-30-welcome.md

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 2.0.0-alpha.0 released
3+
author: CodeDoctorDE
4+
author_title: Core maintainer
5+
author_url: https://github.com/CodeDoctorDE
6+
author_image_url: https://avatars.githubusercontent.com/u/20452814?v=4
7+
tags: [alpha, released, itemmods, birthday]
8+
---
9+
10+
ItemMods has its first birthday! Happy birthday! Come to [the discord](https://go.linwood.dev/itemmods-discord) to celebrate this!
11+
I rewrote the plugin.
12+
13+
Here are the highlights:
14+
15+
* Every item and block is in a pack and have its own file in the pack directory
16+
* GUI improvements: tabs, smaller gui, ...
17+
* Resource pack generator: The plugin will build a resource pack for you.
18+
You only need to add a preset, and the required textures
19+
* New translation api: It's easier to translate. I added crowdin to give the opinion
20+
to add their own language to the plugin
21+
* New docs: I created an own website for the plugin. Here you can see all news, documentation and more. See it [here](https://itemmods.linwood.dev)
22+
* Remove nms dependency, added nbt api
23+
* Follow the semantic versioning 2.0: Every version is named in the following schema: MAJOR.MINOR.PATCH.
24+
The alpha, beta and release candidates has a number after it (for example 2.0.0-alpha.0)
25+
26+
And here is the first release in 2021 for ItemMods!
27+
Have fun. The docs are not finished, so please use the discord for questions.
28+
29+
Thank you for waiting :)

docs/src/pages/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ Here are the highlights:
2121
And here is the first release in 2021 for ItemMods!
2222
Have fun. The docs are not finished, so please use the discord for questions.
2323

24-
Thanks for waiting :)
24+
Thank you for waiting :)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>dev.linwood</groupId>
88
<artifactId>ItemMods</artifactId>
9-
<version>2.0.0-alpha.0-SNAPSHOT</version>
9+
<version>2.0.0-alpha.0</version>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>11</maven.compiler.source>
@@ -156,7 +156,7 @@
156156
<dependency>
157157
<groupId>me.HSGamer</groupId>
158158
<artifactId>BetterGUI</artifactId>
159-
<version>6.0-SNAPSHOT</version>
159+
<version>6.1</version>
160160
<scope>provided</scope>
161161
</dependency>
162162
<dependency>

0 commit comments

Comments
 (0)