1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-06 04:17:56 +00:00

Nuke treasure disks

They're datapacks now. Right???
This commit is contained in:
Jonathan Coates
2021-06-09 09:19:21 +01:00
parent e8d90b94ec
commit 2279f5044d
180 changed files with 353 additions and 12220 deletions

View File

@@ -9,4 +9,4 @@ labels: peripheralShoutout
- Link to the mod
- Mod Name
- Basic description of the mod
- Link to CC:R Peripheral Documentation for the mod
- Link to CC:R Peripheral Documentation for the mod

View File

@@ -9,6 +9,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Set up Java 8
uses: actions/setup-java@v1