Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
kd8lvt committed Nov 4, 2024
2 parents b62d241 + 252eeb4 commit 6315428
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: build
run: ./gradlew build
run: ./gradlew build -P maven_group=com.kd8lvt
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '17' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Exclusion Zone is licensed under the terms of the Botania License (I just like it.)
https://botaniamod.net/license.html

The Botania License is copied below - assume "Botania" means "Exclusion Zone":
The Botania License is copied below - assume "Botania" means "Exclusion Zone", and "Vazkii" means "kd8lvt":
---

Botania License
Expand Down Expand Up @@ -49,4 +49,4 @@ Copyleft Clause
Your project must be open source (have its source visible and allow for redistribution and modification) and include a clause similar to this one in its license.

API Clause
Any of the other clauses under this section do not apply to any Botania API code (the subdirectory src/main/java/vazkii/botania/api). However, if Botania API code is used, it must be included verbatim as it was obtained.
Any of the other clauses under this section do not apply to any Botania API code (the subdirectory src/main/java/vazkii/botania/api). However, if Botania API code is used, it must be included verbatim as it was obtained.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Exclusion Zone
An incredibly cursed pile of spaghetti code that builds into a more-or-less functional mod for Fabric 1.21
An incredibly cursed pile of spaghetti code that builds into a more-or-less functional mod for Fabric 1.21
[![build](https://github.com/kd8lvt/exclusionzone/actions/workflows/build.yml/badge.svg)](https://github.com/kd8lvt/exclusionzone/actions/workflows/build.yml)

### What does it do?
- Adds a few utilities that I miss from modded when playing Vanilla
Expand Down

0 comments on commit 6315428

Please sign in to comment.