Skip to content

Commit 976d0b9

Browse files
committed
updated to mc 1.21.4
1 parent ba3305b commit 976d0b9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pom.xml

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

44
<groupId>de.c3kay</groupId>
55
<artifactId>no-kaboom</artifactId>
6-
<version>1.0.1</version>
6+
<version>1.0.2</version>
77
<name>no-kaboom</name>
88

99
<properties>
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>io.papermc.paper</groupId>
2424
<artifactId>paper-api</artifactId>
25-
<version>1.21.1-R0.1-SNAPSHOT</version>
25+
<version>1.21.4-R0.1-SNAPSHOT</version>
2626
<scope>provided</scope>
2727
</dependency>
2828
</dependencies>

src/main/resources/plugin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: NoKaboom
2-
version: 1.0.0
2+
version: 1.0.2
33
main: de.c3kay.NoKaboom.NoKaboom
44
description: Disable explosions with using gamerules.
55
author: c3kay
6-
api-version: '1.21.1'
6+
api-version: '1.21.4'

0 commit comments

Comments
 (0)