Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
Merge branch '1.16-2.0' into 1.17-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Siphalor committed Aug 2, 2022
2 parents 1b29a5d + 1b97133 commit 71a6f87
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build-example-datapack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
paths:
- src/testmod/resources/**
- .github/workflows/build-example-datapack.yaml
- .github/workflows/update-readme.yaml
branches:
- "*.*-2.0"

workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version = 2.1.4
mod_release = beta
mod_release = release
mod_mc_version_specifier = 1.17
mod_mc_versions = 1.17;1.17.1
mod_id = nbtcrafting
Expand Down

0 comments on commit 71a6f87

Please sign in to comment.