generated from MeteorDevelopment/meteor-addon-template
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
217 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,10 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Setup JDK 17 | ||
- name: Setup JDK 21 | ||
uses: actions/[email protected] | ||
with: | ||
java-version: 17 | ||
java-version: 21 | ||
distribution: adopt | ||
- name: Build | ||
run: | | ||
|
@@ -20,8 +20,8 @@ jobs: | |
uses: marvinpinto/action-automatic-releases@latest | ||
with: | ||
repo_token: '${{ secrets.GITHUB_TOKEN }}' | ||
automatic_release_tag: "mc_1.20.4_meteor_0.5.6_ver_1.3" | ||
automatic_release_tag: "mc_1.21_meteor_0.5.8_ver_1.3" | ||
prerelease: false | ||
title: "Version 1.3 for meteor 0.5.6 and Minecraft 1.20.4" | ||
title: "Version 1.3 for meteor 0.5.8 and Minecraft 1.21" | ||
files: | | ||
./build/libs/*.jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
# Meteor Litematica Printer | ||
|
||
Fast printer to litematica mod | ||
Fast printer to litematica made with meteor client | ||
|
||
Works best with simple blocks witout rotation or other properties like dirt stone etc. | ||
|
||
For 1.21+ use fork of litematica maintaind by [sakura-ryoko](https://github.com/sakura-ryoko) | ||
- [litematica](https://github.com/sakura-ryoko/litematica) | ||
- [malilib (needed for litematica to work)](https://github.com/sakura-ryoko/malilib) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
org.gradle.jvmargs=-Xmx4G | ||
|
||
# Fabric (https://fabricmc.net/versions.html) | ||
minecraft_version=1.20.4 | ||
yarn_mappings=1.20.4+build.3 | ||
loader_version=0.15.7 | ||
minecraft_version=1.21 | ||
yarn_mappings=1.21+build.9 | ||
loader_version=0.15.11 | ||
|
||
# Mod Properties | ||
mod_version=1.3 | ||
maven_group=com.kkllffaa | ||
archives_base_name=meteor-litematica-printer | ||
|
||
# litematica | ||
litematica_fileid=5170070 | ||
litematica_projectid=308892 | ||
malilib_version = 0.18.1 | ||
#litematica_fileid=5170070 | ||
#litematica_projectid=308892 | ||
#malilib_version = 0.18.1 | ||
|
||
# meteor | ||
meteor_version=0.5.6 | ||
meteor_version=0.5.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ pluginManagement { | |
name = 'Fabric' | ||
url = 'https://maven.fabricmc.net/' | ||
} | ||
mavenCentral() | ||
gradlePluginPortal() | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.