From 1e75e4ff6e2959dfedf6695d130f3b39365e47f3 Mon Sep 17 00:00:00 2001 From: Merith-TK Date: Thu, 3 Jun 2021 06:43:18 -0700 Subject: [PATCH] update issue templates, remove travis.yml issue templates needed a revamp, --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/peripheral_shoutout.md | 12 ++++++++++++ .travis.yml | 14 -------------- README.md | 13 +++++++------ 4 files changed, 20 insertions(+), 21 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/peripheral_shoutout.md delete mode 100644 .travis.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 064fbc389..67be8726d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,5 +11,5 @@ labels: bug ## Useful information to include: - Minecraft version - - CC: Tweaked version + - CC: Restitched version - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed. diff --git a/.github/ISSUE_TEMPLATE/peripheral_shoutout.md b/.github/ISSUE_TEMPLATE/peripheral_shoutout.md new file mode 100644 index 000000000..e2aa86bb7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/peripheral_shoutout.md @@ -0,0 +1,12 @@ +--- +name: Peripheral Shoutout +about: Made a Peripheral mod for CC:R? Let us know so we can give it a shoutout +labels: peripheralShoutout +--- + +## What to include? + - Link to the mod's Icon + - Link to the mod + - Mod Name + - Basic description of the mod + - Link to CC:R Peripheral Documentation for the mod \ No newline at end of file diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 327098845..000000000 --- a/.travis.yml +++ /dev/null @@ -1,14 +0,0 @@ -language: java - -script: ./gradlew build --no-daemon - -before_cache: - - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock - - rm -fr $HOME/.gradle/caches/*/plugin-resolution/ -cache: - directories: - - $HOME/.gradle/caches/ - - $HOME/.gradle/wrapper/s - -jdk: - - oraclejdk8 diff --git a/README.md b/README.md index d1cca792c..876809f01 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,11 @@ Main Known issue * Computers will not run built in commands, saying "File not found" * This is a know bug, dont know what causes it, but just restart the computer (`ctrl+r` for one second) and it will work again * Occurs when server runs `/reload` or a datapack is updated + +## Perpherals +Unfortunately, unlike the original CC:Tweaked project, CC:Restitched, does not have any actual peripheral mods, currently the only one we have is an example for mod devs to get started with making/adding the peripheral API to their mods! -## Known Working mods that add Peripherals -* Please let me know of other mods that work with this one - * Better End - * adds chests that are compatible with ComputerCraft - * Better Nether - * adds chests that are compatible with ComputerCraft +If your a mod dev made a mod with CC:R peripheral support, OR if your a player who found a mod with CC:R support, please open an [issue here](https://github.com/Merith-TK/cc-restitched/issues/new?assignees=&labels=peripheralShoutout&template=peripheral_shoutout.md) to let us know so we can add it to the list! + +* ![icon](https://raw.githubusercontent.com/Toad-Dev/cc-peripheral-test/master/src/main/resources/assets/cc_test/textures/block/test_peripheral.png) [CC Peripheral Test](https://github.com/Toad-Dev/cc-peripheral-test) + * This is an example mod for how to make peripherals that work as a block, or as a turtle upgrade! \ No newline at end of file