-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
21 changed files
with
300 additions
and
226 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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# These are supported funding model platforms | ||
|
||
ko_fi: wurst | ||
custom: https://www.wurstclient.net/donate/ |
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 |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This workflow will build a Java project with Gradle and cache/restore any dependencies to improve the workflow execution time | ||
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-gradle | ||
name: Java CI with Gradle | ||
|
||
on: | ||
push: | ||
paths: | ||
- '**.java' | ||
- 'gradle**' | ||
- 'build.gradle' | ||
pull_request: | ||
paths: | ||
- '**.java' | ||
- 'gradle**' | ||
- 'build.gradle' | ||
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Validate Gradle wrapper | ||
uses: gradle/wrapper-validation-action@v1 | ||
- name: Set up Java 17 | ||
uses: actions/setup-java@v3 | ||
with: | ||
java-version: '17' | ||
distribution: 'microsoft' | ||
- name: Grant execute permission for gradlew | ||
run: chmod +x gradlew | ||
- name: Setup Gradle | ||
uses: gradle/gradle-build-action@v2 | ||
- name: Execute Gradle build | ||
run: ./gradlew build | ||
- name: VirusTotal scan | ||
if: github.event_name == 'push' | ||
uses: crazy-max/ghaction-virustotal@v4 | ||
with: | ||
vt_api_key: ${{ secrets.VIRUSTOTAL_API_KEY }} | ||
files: | | ||
./build/libs/*.jar | ||
continue-on-error: true |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: JSON syntax | ||
|
||
on: | ||
push: | ||
paths: | ||
- '**.json' | ||
pull_request: | ||
paths: | ||
- '**.json' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Check JSON syntax | ||
uses: limitusus/json-syntax-check@v2 | ||
with: | ||
pattern: "\\.json$" |
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
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,20 +1,2 @@ | ||
<p><strong>Note:</strong> Requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/3919445" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 1.19.2</a>.</p> | ||
<p> </p> | ||
<p><strong>Changes:</strong></p> | ||
<p>- Fixed a crash when running Mo Glass on a server.</p> | ||
<p> </p> | ||
<p><strong>v1.6 changes:</strong></p> | ||
<p>- Added tinted glass slabs and stairs.</p> | ||
<p>- Slightly modified the lighting engine to make tinted glass slabs and stairs possible.</p> | ||
<p>- Added Italian (Italy) translations. (Thanks to <a href="https://github.com/XfedeX" target="_blank" rel="noopener noreferrer">XfedeX</a>!)</p> | ||
<p>- Added French (France) translations. (Thanks to <a href="https://github.com/HanatakeYurii" target="_blank" rel="noopener noreferrer">HanatakeYurii</a>!)</p> | ||
<p>- Added various common item tags that other mods can use in their crafting recipes to specify what kind of glass they want.</p> | ||
<p>- Added a "mo_glass:glass_slabs" block tag containing all glass slabs and a "mo_glass:glass_stairs" block tag containing all glass stairs. This should be useful for vertical slabs mods.</p> | ||
<p>- Added a "mo_glass:opaque_for_lighting" block tag for blocks that need my lighting engine modification to render properly. This should be useful for mods that change how lighting works.</p> | ||
<p>- Reduced the file size of Mo Glass. (Thanks to <a href="https://github.com/RDKRACZ" target="_blank" rel="noopener noreferrer">RDKRACZ</a>!)</p> | ||
<p>- Fixed glass stairs facing each other's front sides not being seamless. (<a href="https://user-images.githubusercontent.com/10100202/146294359-378351a4-9b1f-488d-9b4a-bba1309ac3fe.png" target="_blank" rel="noopener noreferrer">before</a>/<a href="https://user-images.githubusercontent.com/10100202/146294361-02af55ef-6998-46a3-a3c3-f5096caef95d.png" target="_blank" rel="noopener noreferrer">after</a>)</p> | ||
<p>- Fixed glass stairs and glass slabs dripping when placed under a liquid (unlike vanilla glass blocks).</p> | ||
<p>- Fixed glass stairs and glass slabs blocking the camera in 3rd person view (unlike vanilla glass blocks).</p> | ||
<p>- Fixed glass slabs not being included in the "minecraft:slabs" tags.</p> | ||
<p>- Fixed glass stairs not being included in the "minecraft:stairs" tags.</p> | ||
<p>- Removed support for old Fabric Loader versions without the <a href="https://wiki.wurstclient.net/log4shell" target="_blank" rel="noopener noreferrer">Log4Shell</a> patch (older than v0.12.10).</p> | ||
<p>A changelog can be found at: <a href="https://www.wimods.net/mo-glass/mo-glass-1-6-1/?mc=1.20.2&utm_source=CurseForge&utm_medium=Mo+Glass&utm_campaign=Changelog&utm_content=Mo+Glass+MC1.20.2">https://www.wimods.net/mo-glass/mo-glass-1-6-1/</a></p> | ||
<p><strong>Note:</strong> This mod requires <a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api/files/4757945" target="_blank" rel="noopener noreferrer">Fabric API for Minecraft 1.20.2</a>.</p> |
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
Binary file not shown.
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,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
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.