Skip to content

Commit 4e02dde

Browse files
Update Spout
1 parent 88110ad commit 4e02dde

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</h1>
66

77
[![Discord](https://img.shields.io/discord/1091830813240348732?color=5865F2&label=discord&style=for-the-badge)](https://discord.gg/EduvcVmKS7)
8-
[![26.1.2](https://img.shields.io/badge/Latest_version-26.1.2-4fa31a?style=for-the-badge)](https://github.com/ModernSpout/ChinesePaperLamps-plugin/releases/download/1.1/ChinesePaperLamps-1.1.jar)
8+
[![26.1.2](https://img.shields.io/badge/Latest_version-26.1.2-4fa31a?style=for-the-badge)](https://github.com/ModernSpout/ChinesePaperLamps-plugin/releases/download/1.2/ChinesePaperLamps-1.2.jar)
99

1010
<a href="design/lantern.png"><img alt="Screenshot of a paper lamp" src="design/lantern_small.png"></a>
1111

@@ -33,7 +33,7 @@ Adds fully server-side Chinese paper lamps, lit and unlit.
3333

3434
* From [Hangar](https://hangar.papermc.io/Spout/ChinesePaperLamps)
3535
* Directly from GitHub:
36-
* [Latest version: 1.1 (MC 26.1.2)](https://github.com/ModernSpout/ChinesePaperLamps-plugin/releases/download/1.1/ChinesePaperLamps-1.1.jar)
36+
* [Latest version: 1.2 (MC 26.1.2)](https://github.com/ModernSpout/ChinesePaperLamps-plugin/releases/download/1.2/ChinesePaperLamps-1.2.jar)
3737
* Development versions: download from
3838
[Actions](https://github.com/ModernSpout/ChinesePaperLamps-plugin/actions/workflows/build.yml),
3939
under **Artifacts**

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
group=spout.plugin.chinesepaperlamps
2-
version=1.2-SNAPSHOT
2+
version=1.2
33
apiVersion=26.1.2
4-
spoutVersion=1.8
4+
spoutVersion=1.13
55
description=Adds Chinese paper lamps
66
org.gradle.configuration-cache=true
77
org.gradle.parallel=true

src/main/resources/paper-plugin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ main: spout.plugin.chinesepaperlamps.ChinesePaperLampsPlugin
66
bootstrapper: spout.plugin.chinesepaperlamps.ChinesePaperLampsPluginBootstrap
77
api-version: '26.1.2'
88
load: POSTWORLD
9-
namespaces:
10-
chinese_paper_lamps: Chinese paper lamps
119

1210
authors:
1311
- Martijn Muijsers
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"block.chinese_paper_lamps.lit_paper_lamp": "Lit Paper Lamp",
3-
"block.chinese_paper_lamps.paper_lamp": "Paper Lamp"
3+
"block.chinese_paper_lamps.paper_lamp": "Paper Lamp",
4+
"spout.namespace.chinese_paper_lamps": "Chinese paper lamps"
45
}

0 commit comments

Comments
 (0)