Skip to content

Commit

Permalink
Ported 1.21 (no recipe schemas yet)
Browse files Browse the repository at this point in the history
  • Loading branch information
LatvianModder committed Aug 28, 2024
1 parent 7a9223f commit 6fa3b7b
Show file tree
Hide file tree
Showing 41 changed files with 1,475 additions and 1,584 deletions.
1,092 changes: 1,092 additions & 0 deletions .editorconfig

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Java CI (1.19.2)
name: Java CI (Main)

on:
push:
branches:
- '1902'
- 'main'
workflow_dispatch:
branches:
- '1902'
- 'main'
inputs:
release_type:
description: 'Release Type'
Expand All @@ -30,11 +30,11 @@ jobs:
with:
fetch-depth: 30

- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: gradle

- name: Grant execute permission for gradlew
Expand All @@ -61,4 +61,4 @@ jobs:
MODRINTH_TOKEN: ${{ secrets.MODRINTH_TOKEN }}
RELEASE_TYPE: ${{ inputs.release_type }}
with:
arguments: publishUnified --stacktrace --no-daemon
arguments: curseforge modrinth --stacktrace --no-daemon
16 changes: 0 additions & 16 deletions .kubejs/meta.json

This file was deleted.

Binary file added .lat.ci/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions .lat.ci/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"minecraft": 2100,
"type": "neoforge",
"icon": "https://raw.githubusercontent.com/KubeJS-Mods/KubeJS-Mekanism/main/.lat.ci/icon.png",
"version": {
"file": "gradle.properties",
"pattern": "^mod_version=([\\w.]+)$",
"group": 1,
"format": "{version}-build.{run_number}"
},
"downloads": [
{
"name": "Download",
"url": "https://maven.latvian.dev/releases/dev/latvian/mods/kubejs-mekanism-neoforge/{version}/kubejs-mekanism-neoforge-{version}.jar"
}
]
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Latvian DEV

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
165 changes: 0 additions & 165 deletions LICENSE.txt

This file was deleted.

Loading

0 comments on commit 6fa3b7b

Please sign in to comment.