Skip to content

Commit 7ad9f03

Browse files
committed
Update cruft
1 parent 04657a6 commit 7ad9f03

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- 1.21.5
77
- 1.21.8
88
- 1.21.9
9+
- 1.21.11
910
release:
1011
types: [published]
1112
jobs:

.pre-commit-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ repos:
88
rev: v6.0.0
99
hooks:
1010
- id: check-json
11+
types: [file]
12+
files: .*\.(mcmeta|json)$
1113
- id: pretty-format-json
1214
args: [--autofix, --indent=2, --no-ensure-ascii]
1315
exclude: fabric.mod.json
1416
- id: trailing-whitespace
1517
- id: check-executables-have-shebangs
1618
- id: end-of-file-fixer
1719
- repo: https://github.com/igorshubovych/markdownlint-cli
18-
rev: v0.45.0
20+
rev: v0.46.0
1921
hooks:
2022
- id: markdownlint-fix
2123
args: [--disable, MD013, MD033, MD036 --]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![server + client mod](https://img.shields.io/badge/Server\/Client-both-purple)
44
![mod loader: fabric](https://img.shields.io/badge/Mod_Loader-fabric-a4cc37)
55
[![build status](https://github.com/OpenBagTwo/LighterEnd/actions/workflows/build.yml/badge.svg)](https://github.com/OpenBagTwo/LighterEnd/actions/workflows/build.yml)
6-
![supported versions](https://img.shields.io/badge/Supported_Versions-1.21.5--1.21.10-blue)
6+
![supported versions](https://img.shields.io/badge/Supported_Versions-1.21.5--1.21.11-blue)
77
[![Modrinth Downloads](https://img.shields.io/modrinth/dt/lighterend)](https://modrinth.com/mod/lighterend)
88

99
***A reimagined vision of a Better End***

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
org.gradle.jvmargs=-Xmx1G
22
org.gradle.parallel=true
33
# Fabric Properties
4-
minecraft_version=1.21.11-pre1
5-
yarn_mappings=1.21.11-pre1+build.2
4+
minecraft_version=1.21.11-rc2
5+
yarn_mappings=1.21.11-rc2+build.1
66
loader_version=0.18.1
77
# Mod Properties
88
mod_version=handled.by.jgitver
99
maven_group=io.github.openbagtwo.lighterend
1010
archives_base_name=lighterend
1111
# Dependencies
12-
fabric_version=0.139.1+1.21.11
12+
fabric_version=0.139.4+1.21.11
1313
# Optional
1414
modmenu_version=17.0.0-alpha.1
1515
jade_version=20.0.5+fabric

0 commit comments

Comments
 (0)