-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from Tschipcraft/dev
v1.8.3
- Loading branch information
Showing
254 changed files
with
4,619 additions
and
76 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 |
---|---|---|
|
@@ -71,17 +71,17 @@ jobs: | |
uses: montudor/action-zip@v1 | ||
if: steps.check_datapack_folder.outputs.files_exists == 'true' | ||
with: | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-datapack.zip" -r data overlay_16 overlay_33 overlay_35 overlay_disable_trim pack.mcmeta pack.png LICENSE README.md | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-datapack.zip" -r . -x assets/* net/* META-INF/* fabric.mod.json unused/* src/* wiki/* CHANGES.md ".*" | ||
- name: Create mod jar file | ||
uses: montudor/action-zip@v1 | ||
if: steps.check_mod_folder.outputs.files_exists == 'true' | ||
with: | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-mod.jar" -r data overlay_16 overlay_33 overlay_35 overlay_disable_trim assets META-INF net fabric.mod.json pack.mcmeta pack.png LICENSE README.md | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-mod.jar" -r . -x unused/* src/* wiki/* CHANGES.md ".*" "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-datapack.zip" | ||
- name: Create asset pack zip file | ||
uses: montudor/action-zip@v1 | ||
if: steps.check_assets_folder.outputs.files_exists == 'true' | ||
with: | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-resourcepack.zip" -r assets overlay_16 overlay_33 overlay_35 overlay_disable_trim pack.mcmeta pack.png LICENSE README.md | ||
args: zip -qq "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-resourcepack.zip" -r . -x data/* net/* META-INF/* fabric.mod.json unused/* src/* wiki/* CHANGES.md ".*" "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-datapack.zip" "${{ github.event.repository.name }}-v${{ github.event.inputs.tag }}-mc${{ github.event.inputs.mc_version }}-mod.jar" | ||
|
||
# Upload | ||
- name: Upload data pack version to Modrinth | ||
|
@@ -95,7 +95,7 @@ jobs: | |
|
||
name: "[DP] Release v${{ github.event.inputs.tag }}" | ||
version: ${{ github.event.inputs.tag }} | ||
changelog-file: CHANGELOG.* | ||
changelog-file: CHANGES.* | ||
|
||
loaders: | | ||
datapack | ||
|
@@ -113,7 +113,7 @@ jobs: | |
|
||
name: "[Mod] Release v${{ github.event.inputs.tag }}" | ||
version: ${{ github.event.inputs.tag }}+mod | ||
changelog-file: CHANGELOG.* | ||
changelog-file: CHANGES.* | ||
|
||
dependencies: | | ||
fabric-api(optional){modrinth:P7dR8mSH} | ||
|
@@ -138,7 +138,7 @@ jobs: | |
|
||
name: "Release v${{ github.event.inputs.tag }}" | ||
version: ${{ github.event.inputs.tag }} | ||
changelog-file: CHANGELOG.* | ||
changelog-file: CHANGES.* | ||
|
||
loaders: | | ||
datapack | ||
|
@@ -156,7 +156,7 @@ jobs: | |
|
||
name: "Release v${{ github.event.inputs.tag }}" | ||
version: ${{ github.event.inputs.tag }}+mod | ||
changelog-file: CHANGELOG.* | ||
changelog-file: CHANGES.* | ||
|
||
dependencies: | | ||
catalogue(optional){curseforge:459701} | ||
|
@@ -173,7 +173,7 @@ jobs: | |
./${{ github.event.repository.name }}-*-mod.jar | ||
- name: Add changelog header for GitHub release | ||
run: sed -i '1i_Changelog:_' CHANGELOG.md | ||
run: sed -i '1i_Changelog:_' CHANGES.md | ||
- name: Upload outputs to GitHub releases | ||
uses: Kir-Antipov/[email protected] | ||
with: | ||
|
@@ -183,7 +183,7 @@ jobs: | |
|
||
name: Release v${{ github.event.inputs.tag }} | ||
version: v${{ github.event.inputs.tag }} | ||
changelog-file: CHANGELOG.md | ||
changelog-file: CHANGES.md | ||
|
||
files: | | ||
./${{ github.event.repository.name }}-*.@(zip|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
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 @@ | ||
/unused |
This file was deleted.
Oops, something went wrong.
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,6 @@ | ||
- **Support for Minecraft 1.21** ⚔️ (closes [#29](https://github.com/Tschipcraft/dynamiclights/issues/29), [#41](https://github.com/Tschipcraft/dynamiclights/issues/41), [#42](https://github.com/Tschipcraft/dynamiclights/issues/42), [#44](https://github.com/Tschipcraft/dynamiclights/issues/44)) | ||
- Copied the contents of the legacy folders to their new names and removed unused code | ||
- Used new enchantment check format in predicates | ||
- Updated menu trigger to use advancements instead and added menu message header | ||
- Fixed performance overlay for Minecraft 1.20.2+ not having an effect | ||
- Updated LICENSE |
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 |
---|---|---|
|
@@ -13,17 +13,17 @@ This license shall be included in all copies or substantial portions of this pro | |
|
||
Permitted Uses: | ||
|
||
1. You are PERMITTED to freely use this project on singleplayer worlds and multiplayer worlds/servers in your Minecraft game. | ||
1. You are PERMITTED to freely use this project on singleplayer worlds and private multiplayer worlds/servers in your Minecraft game. | ||
|
||
2. You are PERMITTED to modify this project's code for personal use or on your own private servers. | ||
2. You are PERMITTED to modify this project's code for personal use and/or for contribution to this project. | ||
|
||
3. You are PERMITTED to view this project's code, take reference, and learn from it. | ||
|
||
4. You are PERMITTED to create content (e.g., videos, livestreams) covering and showcasing this project on websites such as YouTube, Twitch, Instagram, TikTok, etc., or on your own website, IF you provide a prominent link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/dynamiclights), [CurseForge](https://www.curseforge.com/minecraft/texture-packs/tschipcrafts-dynamic-lights), [Modrinth](https://modrinth.com/datapack/dynamic-lights)) in the description or an easily accessible place. You may also monetize this content. | ||
|
||
5. You are PERMITTED to include this project in your modpack, IF you link back to at least one of the official download locations ([GitHub](https://github.com/Tschipcraft/dynamiclights), [CurseForge](https://www.curseforge.com/minecraft/texture-packs/tschipcrafts-dynamic-lights), [Modrinth](https://modrinth.com/datapack/dynamic-lights)), or by simply adding this project in the embedded or included mods sections directly on Modrinth and/or CurseForge. | ||
|
||
6. You are PERMITTED to use parts or the whole project in your own project (Mod, Data Pack, Resource Pack, Map, Server, etc.), IF you obtain explicit permission from the creator (Tschipcraft) first. To request permission, please contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), CurseForge (https://legacy.curseforge.com/private-messages/send?recipient=tschipcraft), or Discord (@tschipo) and include detailed information about your intentions. | ||
6. You are PERMITTED to use parts or the whole project in your own project (Mod, Data Pack, Resource Pack, Map, Public Server, etc.), IF you obtain explicit permission from the creator (Tschipcraft) first. To request permission, please contact me via email at [email protected] or message me directly on Planet Minecraft (https://www.planetminecraft.com/account/pms/new/tschipo), CurseForge (https://legacy.curseforge.com/private-messages/send?recipient=tschipcraft), or Discord (@tschipo) and include detailed information about your intentions. | ||
|
||
|
||
Prohibited Uses: | ||
|
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
##by Tschipcraft | ||
# Places a dynamic light block with light level 12 near the provided location (~ ~ ~) that will disappear after 1 tick | ||
# Additionally sets the score #check_passed ts.dl.temp to 1 | ||
|
||
scoreboard players set #check_passed ts.dl.temp 1 | ||
|
||
function dynamiclights:internal/place_light/12/exec |
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,7 @@ | ||
##by Tschipcraft | ||
# Places a dynamic light block with light level 15 near the provided location (~ ~ ~) that will disappear after 1 tick | ||
# Additionally sets the score #check_passed ts.dl.temp to 1 | ||
|
||
scoreboard players set #check_passed ts.dl.temp 1 | ||
|
||
function dynamiclights:internal/place_light/15/exec |
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,7 @@ | ||
##by Tschipcraft | ||
# Places a dynamic light block with light level 3 near the provided location (~ ~ ~) that will disappear after 1 tick | ||
# Additionally sets the score #check_passed ts.dl.temp to 1 | ||
|
||
scoreboard players set #check_passed ts.dl.temp 1 | ||
|
||
function dynamiclights:internal/place_light/3/exec |
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,7 @@ | ||
##by Tschipcraft | ||
# Places a dynamic light block with light level 6 near the provided location (~ ~ ~) that will disappear after 1 tick | ||
# Additionally sets the score #check_passed ts.dl.temp to 1 | ||
|
||
scoreboard players set #check_passed ts.dl.temp 1 | ||
|
||
function dynamiclights:internal/place_light/6/exec |
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,7 @@ | ||
##by Tschipcraft | ||
# Places a dynamic light block with light level 9 near the provided location (~ ~ ~) that will disappear after 1 tick | ||
# Additionally sets the score #check_passed ts.dl.temp to 1 | ||
|
||
scoreboard players set #check_passed ts.dl.temp 1 | ||
|
||
function dynamiclights:internal/place_light/9/exec |
Oops, something went wrong.