Skip to content

Commit

Permalink
finally rename changelogs to faithful
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Dec 28, 2023
1 parent 9f89636 commit 51b17ef
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 180 deletions.
155 changes: 0 additions & 155 deletions data/downloads/cf32j.json

This file was deleted.

20 changes: 0 additions & 20 deletions data/downloads/cf32jb.json

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions js/download/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ const v = new Vue({
this.isMounted = true

// Faithful 32x
getJSON('data/downloads/compliance_32.json', (err, json) => {
getJSON('data/downloads/faithful_java_32x.json', (err, json) => {
if (err) return console.error(err)
this.downloads.c32 = json
})
Expand All @@ -329,7 +329,7 @@ const v = new Vue({
})

// Faithful 64x
getJSON('data/downloads/compliance_64.json', (err, json) => {
getJSON('data/downloads/faithful_java_64x.json', (err, json) => {
if (err) return console.error(err)
this.downloads.c64 = json
})
Expand All @@ -343,7 +343,7 @@ const v = new Vue({
})

// Faithful 32x BEDROCK
getJSON('data/downloads/compliance_32b.json', (err, json) => {
getJSON('data/downloads/faithful_bedrock_32x.json', (err, json) => {
if (err) return console.error(err)
this.downloads.c32b = json
})
Expand All @@ -353,7 +353,7 @@ const v = new Vue({
})

// Faithful 64x BEDROCK
getJSON('data/downloads/compliance_64b.json', (err, json) => {
getJSON('data/downloads/faithful_bedrock_64x.json', (err, json) => {
if (err) return console.error(err)
this.downloads.c64b = json
})
Expand All @@ -363,7 +363,7 @@ const v = new Vue({
})

// Faithful 32x DUNGEONS
getJSON('data/downloads/compliance_32d.json', (err, json) => {
getJSON('data/downloads/faithful_dungeons_32x.json', (err, json) => {
if (err) return console.error(err)
this.downloads.c32d = json
})
Expand Down

0 comments on commit 51b17ef

Please sign in to comment.