diff --git a/_layouts/post.html b/_layouts/post.html index 823f9fc4..62bc55c1 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -27,7 +27,12 @@

{%- for image in site.static_files -%} {%- if image.path contains page.carousel-img -%}
- {{ image.basename }} + {{ image.basename }} {%- if page.show_carousel_name == true -%}

{{ image.basename }}

{%- endif -%}
{%- endif -%} @@ -138,19 +143,25 @@

Download

} fetch(`{{ site.baseurl }}/${path}.json`) - .then((response) => response.json()) - .then((body) => { - const betaAlphaRegex = /(Alpha|Beta)\s+\d+/; - const match = "{{ page.title }}".match(betaAlphaRegex); - if (match) { - const myRelease = body[match[0]]; - document.querySelector('#changelog').innerHTML = formatHTML(myRelease); - } - }); + .then((response) => response.json()) + .then((body) => { + const betaAlphaRegex = /(Alpha|Beta)\s+\d+/; + const match = "{{ page.title }}".match(betaAlphaRegex); + if (match) { + const myRelease = body[match[0]] + if (myRelease) + document.querySelector('#changelog').innerHTML = formatHTML(myRelease) + else + document.querySelector("#changelog-container").innerHTML = ""; + } + }) + .catch((err) => console.error(err)); -

Changelog

-
-
+
+

Changelog

+
+
+
{%- endif -%} diff --git a/_posts/2022-04-10-Faithful_Rebrand.md b/_posts/2022-04-10-Faithful_Rebrand.md index ebc924bc..47ca742d 100644 --- a/_posts/2022-04-10-Faithful_Rebrand.md +++ b/_posts/2022-04-10-Faithful_Rebrand.md @@ -3,5 +3,28 @@ layout: post title: Compliance is Rebranding to Faithful permalink: /Faithful%20Rebrand -long_text: Greetings! We're making this announcement to discuss the future of our community, which includes Compliance and Classic Faithful. You might have noticed that several Compliance social media, such as our Discord servers and Twitter account, have been referred to as "Faithful / Compliance". This was because we wanted to casually let our user base know that we are starting to transition away from Compliance and towards the Faithful brand name. We are proud to officially announce our rebrand as we take the mantle that Vattic started in 2010.

Let us reiterate – The project that used to be called Compliance, along with all its subsidiaries, is, effective immediately, officially being renamed to Faithful, ushering in a new era for the resource pack – one of legitimate administration and community involvement, that hasn’t been seen in years.

There will not be any other changes to Compliance, aside from branding. We want to make this as clear as possible: our founding values of being a non-profit, open-source, community-driven resource pack, that allows anyone to contribute, are what makes our community and resource packs so great. We will never step away from those key values.

It’s worth mentioning that our new non-text logos are temporary and, if the community wills it so, will be replaced via public voting. We will announce more information on this over in our Discord server when the time comes.

Additionally, we will eventually be switching over to the URL faithfulpack.net soon while our current URL (compliancepack.net) will redirect to it.

The rebrand will roll out over time. This means that, while the easiest stuff has already been completed, there still might be a few things that will use legacy branding for the time being.

What about Classic Faithful?
Classic Faithful has already rebranded from its original name "Emulated Vattic" a couple of months back, while the Classic Faithful and Compliance Staff Teams formally merged shortly thereafter. With Compliance rebranding to Faithful and the further integration of Classic Faithful into our resource pack family, we will also begin to offer Classic Faithful 32x and 64x on the website, alongside Legacy Vattic versions of Faithful and his 32x Programmer Art-based resource packs for all versions.

Unfortunately, we haven’t been able to get the ‘Faithful’ resource pack, managed by Kraineff, off the Bedrock Marketplace as of the writing of this announcement. It was never endorsed by Vattic, the original creator of Faithful, and used textures that it had no permission to use in the first place. This means that Kraineff’s resource pack was never officially licensed for use or for commercial gain to him. If you want to learn more about this, please watch this YouTube video, and for the time being do not buy Kraineff’s resource pack on the Marketplace.

I still have questions
We completely understand, so we are willing to answer most questions that were not covered in this announcement. Just ask in the #help-and-support channel on our Discord server and we’ll try to get back to you as soon as possible.

That’s all from us for now! Here’s to a new, fruitful era for Faithful! +long_text: | + Greetings! We're making this announcement to discuss the future of our community, which includes Compliance and Classic Faithful. You might have noticed that several Compliance social media, such as our Discord servers and Twitter account, have been referred to as "Faithful / Compliance". This was because we wanted to casually let our user base know that we are starting to transition away from Compliance and towards the Faithful brand name. We are proud to officially announce our rebrand as we take the mantle that Vattic started in 2010. +

+ Let us reiterate – The project that used to be called Compliance, along with all its subsidiaries, is, effective immediately, officially being renamed to Faithful, ushering in a new era for the resource pack – one of legitimate administration and community involvement, that hasn’t been seen in years. +

+ There will not be any other changes to Compliance, aside from branding. We want to make this as clear as possible: our founding values of being a non-profit, open-source, community-driven resource pack, that allows anyone to contribute, are what makes our community and resource packs so great. We will never step away from those key values. +

+ It’s worth mentioning that our new non-text logos are temporary and, if the community wills it so, will be replaced via public voting. We will announce more information on this over in our Discord server when the time comes. +

+ Additionally, we will eventually be switching over to the URL faithfulpack.net soon while our current URL (compliancepack.net) will redirect to it. +

+ The rebrand will roll out over time. This means that, while the easiest stuff has already been completed, there still might be a few things that will use legacy branding for the time being. +

+ What about Classic Faithful? +
+ Classic Faithful has already rebranded from its original name "Emulated Vattic" a couple of months back, while the Classic Faithful and Compliance Staff Teams formally merged shortly thereafter. With Compliance rebranding to Faithful and the further integration of Classic Faithful into our resource pack family, we will also begin to offer Classic Faithful 32x and 64x on the website, alongside Legacy Vattic versions of Faithful and his 32x Programmer Art-based resource packs for all versions. +

+ Unfortunately, we haven’t been able to get the ‘Faithful’ resource pack, managed by Kraineff, off the Bedrock Marketplace as of the writing of this announcement. It was never endorsed by Vattic, the original creator of Faithful, and used textures that it had no permission to use in the first place. This means that Kraineff’s resource pack was never officially licensed for use or for commercial gain to him. If you want to learn more about this, please watch this YouTube video, and for the time being do not buy Kraineff’s resource pack on the Marketplace. +

+ I still have questions +
+ We completely understand, so we are willing to answer most questions that were not covered in this announcement. Just ask in the #help-and-support channel on our Discord server and we’ll try to get back to you as soon as possible. +

+ That’s all from us for now! Here’s to a new, fruitful era for Faithful! --- diff --git a/_posts/2022-06-08-Future_Plans.md b/_posts/2022-06-08-Future_Plans.md index e4d81b39..c457c5df 100644 --- a/_posts/2022-06-08-Future_Plans.md +++ b/_posts/2022-06-08-Future_Plans.md @@ -18,7 +18,9 @@ long_text: |


After release

- Moving on towards the future, after Java's full release we intend to restore a regular update schedule and release updates every month.
All fully complete packs (i.e. the ones that have all textures from their respective version) will be called Releases and be put out in a single website post. + Moving on towards the future, after Java's full release we intend to restore a regular update schedule and release updates every month. +
+ All fully complete packs (i.e. the ones that have all textures from their respective version) will be called Releases and be put out in a single website post.
Packs that still have some missing textures will be grouped into a separate post, will be called Pre-releases and branded accordingly. This isn't just limited to Bedrock for the time being, but also legacy Java versions with special textures that are unable to be backported from newer versions – for example the boat entity in release 1.8 and below. Pre-releases will also release at the same time as regular Releases.
diff --git a/_posts/2022-09-16-FD_Discontinuation.md b/_posts/2022-09-16-FD_Discontinuation.md index 88d5d8f3..756de867 100644 --- a/_posts/2022-09-16-FD_Discontinuation.md +++ b/_posts/2022-09-16-FD_Discontinuation.md @@ -4,5 +4,14 @@ title: The Fate of Faithful Dungeons permalink: /faithful32xDungeons/The%20Fate%20of%20Faithful%20Dungeons header-img: https://database.faithfulpack.net/images/website/posts/32xDungeons/discontinue.jpg -long_text: "Minecraft: Dungeons used to be a promising dungeon crawler, with lots of exciting adventures and new mechanics to explore. Faithful, of course, couldn't fall behind – the pack was among the first ones to actively use the Dokucraft team's modding tool to get custom textures working.
Unfortunately, as we all know, Dungeons is well past its heyday. With all the DLCs having come out and no new content in sight, all that remains in the game is a repetitive series of levels that gets boring quickly. The activity levels for both the game, as well as Faithful: Dungeons, have dwindled accordingly. As such, it is with a heavy heart that we're forced to announce the formal discontinuation of the Faithful: Dungeons project, meaning official maintenance and support will stop.
All posts and download links will be kept online for archival purposes.
Also, we'd like to note that we'd rather not be doing this! It's just that it's not worth officially supporting a project that's effectively dead, so we made this decision to announce this officially. If you're willing to commit your time to the project to maintain it into the future, please contact a Faithful staff member on our Discord server so we can talk more.

We hope that the 3 people that still play the game understand our decision. Thank you for your continued support." +long_text: | + Minecraft: Dungeons used to be a promising dungeon crawler, with lots of exciting adventures and new mechanics to explore. Faithful, of course, couldn't fall behind – the pack was among the first ones to actively use the Dokucraft team's modding tool to get custom textures working. +
+ Unfortunately, as we all know, Dungeons is well past its heyday. With all the DLCs having come out and no new content in sight, all that remains in the game is a repetitive series of levels that gets boring quickly. The activity levels for both the game, as well as Faithful: Dungeons, have dwindled accordingly. As such, it is with a heavy heart that we're forced to announce the formal discontinuation of the Faithful: Dungeons project, meaning official maintenance and support will stop. +
+ All posts and download links will be kept online for archival purposes. +
+ Also, we'd like to note that we'd rather not be doing this! It's just that it's not worth officially supporting a project that's effectively dead, so we made this decision to announce this officially. If you're willing to commit your time to the project to maintain it into the future, please contact a Faithful staff member on our Discord server so we can talk more. +

+ We hope that the 3 people that still play the game understand our decision. Thank you for your continued support. --- diff --git a/_posts/2022-09-27-License_Change.md b/_posts/2022-09-27-License_Change.md index bb2785d4..e2825d7e 100644 --- a/_posts/2022-09-27-License_Change.md +++ b/_posts/2022-09-27-License_Change.md @@ -4,5 +4,14 @@ title: An Update To Our License permalink: /License%20Update header-img: https://database.faithfulpack.net/images/website/posts/other/steve_license.jpg -long_text: "Faithful is a project built on transparency and community involvement. For the longest time, however, our license has required everybody to get written permission should they want to use Faithful assets for most projects. Predictably, we've been getting requests to lift this requirement since the very beginning. Well, today's a good day for those that suggested it, because we're now changing our license so that only crediting is necessary!
You read that right: If you want to use Faithful assets for anything, you now can! No need to ask anybody for permission anymore. Just make sure to credit Faithful appropriately in a visible place. Oh, and if you were denied for any reason previously, that no longer applies. (Unless you're Kraineff.)
In other news: We've also rewritten other parts of the license to be more straightforward and easier to read, as well as clarifying some cases that were in a grey area before.
Today also marks the unification of the Faithful and Classic Faithful licenses, as the two projects are going to be using the same one going forward.
Thanks for reading! We can't wait to see what you make with Faithful textures." +long_text: | + Faithful is a project built on transparency and community involvement. For the longest time, however, our license has required everybody to get written permission should they want to use Faithful assets for most projects. Predictably, we've been getting requests to lift this requirement since the very beginning. Well, today's a good day for those that suggested it, because we're now changing our license so that only crediting is necessary! +
+ You read that right: If you want to use Faithful assets for anything, you now can! No need to ask anybody for permission anymore. Just make sure to credit Faithful appropriately in a visible place. Oh, and if you were denied for any reason previously, that no longer applies. (Unless you're Kraineff.) +
+ In other news: We've also rewritten other parts of the license to be more straightforward and easier to read, as well as clarifying some cases that were in a grey area before. +
+ Today also marks the unification of the Faithful and Classic Faithful licenses, as the two projects are going to be using the same one going forward. +
+ Thanks for reading! We can't wait to see what you make with Faithful textures. --- diff --git a/_posts/2023-09-17-Faithful_Server.md b/_posts/2023-09-17-Faithful_Server.md index a2fe8065..ff9b39ce 100644 --- a/_posts/2023-09-17-Faithful_Server.md +++ b/_posts/2023-09-17-Faithful_Server.md @@ -4,5 +4,14 @@ title: Introducing the Faithful Minecraft Server permalink: /FaithfulMCServer header-img: https://database.faithfulpack.net/images/website/posts/other/server.jpg -long_text: "Today we're delighted to announce the Faithful community is expanding beyond Discord and into the game the packs are all about – Minecraft! The Faithful Minecraft Server is a place to meet fellow users of the pack, play the game and have fun. With a freebuild creative world available now and a survival world coming soon, the server has something for everyone. Oh, and have I mentioned that you can join with both Java and Bedrock? Thanks to Geyser you can play on the server with any device that supports Minecraft, be it your phone or the smart fridge you somehow managed to install Linux and WINE on.

Well, how do I join?
Glad you asked! The server can be accessed via the domain mc.faithfulpack.net (and the port 25783 if you're connecting using Bedrock Edition). You can join with Java Edition version 1.20.1 or the latest version of Bedrock Edition. Add the server to your server list and you're good to go!
Additionally, you may also want to join our Discord server and grab yourself the Minecraft Server role to gain access to the server-related channels.

We hope you're going to love this server as much as we enjoyed making it, and we can't wait to see you there!" +long_text: | + Today we're delighted to announce the Faithful community is expanding beyond Discord and into the game the packs are all about – Minecraft! The Faithful Minecraft Server is a place to meet fellow users of the pack, play the game and have fun. With a freebuild creative world available now and a survival world coming soon, the server has something for everyone. Oh, and have I mentioned that you can join with both Java and Bedrock? Thanks to Geyser you can play on the server with any device that supports Minecraft, be it your phone or the smart fridge you somehow managed to install Linux and WINE on. +

+ Well, how do I join? +
+ Glad you asked! The server can be accessed via the domain mc.faithfulpack.net (and the port 25783 if you're connecting using Bedrock Edition). You can join with Java Edition version 1.20.1 or the latest version of Bedrock Edition. Add the server to your server list and you're good to go! +
+ Additionally, you may also want to join our Discord server and grab yourself the Minecraft Server role to gain access to the server-related channels. +

+ We hope you're going to love this server as much as we enjoyed making it, and we can't wait to see you there! --- diff --git a/_posts/README.md b/_posts/README.md new file mode 100644 index 00000000..67baf717 --- /dev/null +++ b/_posts/README.md @@ -0,0 +1,48 @@ +# How to add an article to the Faithful Website: + +Adding an article to the website is as simple as adding a markdown file in this folder (`_posts`). You can use this file as an example for your post. + +> **The title, layout, and permalink are necessary, but everything else can be safely removed.** + +```md +--- +layout: post +title: Faithful Smart Fridge Alpha 1 +permalink: /faithfulsmartfridge/A1 + +# can be removed +header-img: https://database.faithfulpack.net/images/website/posts/fridge/A1.jpg + +# deprecated +carousel-img: https://database.faithfulpack.net/images/website/posts/fridge/ +# if true, show image basename as caption title +show_carousel_name: false + +# can be removed +long_text: | + We're proud to announce that Faithful is extending its support to smart fridges worldwide. +
+ This description can span multiple lines and can have markup + +changelog: + # you can technically have more than one changelog per article + # this is usually not necessary however + - Beta 3: + - Added: + - Blocks: # can be everything you want + - Stone @Juknum # use html tags to underline/bold text + - Changed: + - Items: + - "[Bedrock] Square and curly brackets need quoting to prevent YAML conflicts" + +# can be removed: +download: + - Planet Minecraft: + - https://www.planetminecraft.com/texture-pack/ + - CurseForge: + - https://www.curseforge.com/minecraft/texture-packs/ + +--- +``` + +**To avoid any problems with YAML formatting, we recommend using two spaces per indentation level for whitespace between the frontmatter tags (`---`) as opposed to tabs or a different number of spaces.** \ No newline at end of file diff --git a/_posts/_README.md b/_posts/_README.md deleted file mode 100644 index 1ba64662..00000000 --- a/_posts/_README.md +++ /dev/null @@ -1,48 +0,0 @@ -# How to add an article to Faithful Website : -- Add an image in `image/article//.png` -- Add a markdown file inside `article//.md` :warning: **You should replace "." with "\_"** - -Use this file as an example for your markdown file: -> **title & permalink are necessary, everything else can be removed** - -```markdown ---- -layout: post -title: 1.16.4 - 64x -permalink: /compliance64x/1_16_4 - -header-img: compliance64x/1.16.4.png // can be removed - -// can be removed: -carousel-img: article/carousel/Dark UI/ //must be in image/article/carousel/ -show_carousel_name: false //if true : show image basename as caption title - -long_text: Lorem ipsum doloret and i like compliance // can be removed - -added: // can be: 'removed', 'changed', 'fixed', 'added' - - Blocks: // can be everything you want - - Stone @Juknum // use html tags to underline/bold text - -// you can add each category that you want: -changed: - - Items: - - Beds @Juknum - -// used for addons, can be removed: -authors: - - JogurciQ: - - https://twitter.com/JogurciQ // if not, remove it - - Juknum - - RobertR11 - -// can be removed: -download: - - Planet Minecraft: - - https://www.planetminecraft.com/texture-pack/ - - CurseForge: - - https://www.curseforge.com/minecraft/texture-packs/ - ---- -``` - -:warning: **To avoid any problems with yaml format, do not use tabs characters between `---` only spaces are allowed!** \ No newline at end of file diff --git a/_posts/april-fools/2021-05-01-C16_R1.md b/_posts/april-fools/2021-05-01-C16_R1.md index eab7c479..01377cae 100644 --- a/_posts/april-fools/2021-05-01-C16_R1.md +++ b/_posts/april-fools/2021-05-01-C16_R1.md @@ -5,6 +5,13 @@ permalink: /compliance16x/R1 comments: false header-img: https://database.faithfulpack.net/images/website/posts/16x/R1b.jpg -long_text: After months of hard work, we are proud to announce our long-time collaboration project with none other than Mojang itself, Compliance 16x!

Originally, this started as a small side project of one of our moderators. We already have 32x and 64x, so 16x was the obvious choice.

Somehow, word got out to Mojang, and after some time they contacted us about it. They liked it so much they decided to include it as the default resource pack in all editions of Minecraft! We've been told there are issues with pushing the update to the Mojang servers though, so please download the pack manually by clicking the button below!

We hope you enjoy the pack and that the server issue is fixed soon. +long_text: | + After months of hard work, we are proud to announce our long-time collaboration project with none other than Mojang itself, Compliance 16x! +

+ Originally, this started as a small side project of one of our moderators. We already have 32x and 64x, so 16x was the obvious choice. +

+ Somehow, word got out to Mojang, and after some time they contacted us about it. They liked it so much they decided to include it as the default resource pack in all editions of Minecraft! We've been told there are issues with pushing the update to the Mojang servers though, so please download the pack manually by clicking the button below! +

+ We hope you enjoy the pack and that the server issue is fixed soon. --- diff --git a/_posts/april-fools/2023-04-01-New_Faithful.md b/_posts/april-fools/2023-04-01-New_Faithful.md index 8983054a..7f19baba 100644 --- a/_posts/april-fools/2023-04-01-New_Faithful.md +++ b/_posts/april-fools/2023-04-01-New_Faithful.md @@ -4,7 +4,16 @@ title: "[APRIL FOOLS] Introducing the New Faithful" permalink: /newfaithful/release header-img: https://database.faithfulpack.net/images/website/posts/other/new_faithful.jpg -long_text: "For as long as Faithful has existed, we've been getting requests for higher resolutions. 128x, 256x, 512x… While we would have loved to extend Faithful's repertoire, it was clear that we'd never be able to support resolutions higher than 64x.
That is, if we continued relying on human contributors.
Today, we're excited to announce a new era for Faithful. With the recent boom of AI technologies, we've been training our very own AI model to upscale textures for Faithful – and now's finally the time for it to see the light of day.
No longer is the tiring work of artists required to keep the pack updated and high-quality. AI does the work for us – quicker, better and at any resolution we want.
Thanks to this, Faithful will be merging all of its packs into a single high-resolution one, for the ultimate upscaled Minecraft experience. No more art style or resolution confusion – New Faithful is the one and only way forward." +long_text: | + For as long as Faithful has existed, we've been getting requests for higher resolutions. 128x, 256x, 512x… While we would have loved to extend Faithful's repertoire, it was clear that we'd never be able to support resolutions higher than 64x. +
+ That is, if we continued relying on human contributors. +
+ Today, we're excited to announce a new era for Faithful. With the recent boom of AI technologies, we've been training our very own AI model to upscale textures for Faithful – and now's finally the time for it to see the light of day. +
+ No longer is the tiring work of artists required to keep the pack updated and high-quality. AI does the work for us – quicker, better and at any resolution we want. +
+ Thanks to this, Faithful will be merging all of its packs into a single high-resolution one, for the ultimate upscaled Minecraft experience. No more art style or resolution confusion – New Faithful is the one and only way forward. changelog: - New Faithful: diff --git a/_posts/compliance32x/2020-11-24-C32_A1.md b/_posts/compliance32x/2020-11-24-C32_A1.md index 79c0265a..cc295438 100644 --- a/_posts/compliance32x/2020-11-24-C32_A1.md +++ b/_posts/compliance32x/2020-11-24-C32_A1.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 1 permalink: /compliance32x/A1 header-img: https://database.faithfulpack.net/images/website/posts/32x/A1.jpg -long_text: The first public alpha of Compliance 32x is here! The sheer amount of added textures is too large to be listed here, so instead have a small preview screenshot.

DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + The first public alpha of Compliance 32x is here! The sheer amount of added textures is too large to be listed here, so instead have a small preview screenshot. +

+ DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2020-12-04-C32_A2.md b/_posts/compliance32x/2020-12-04-C32_A2.md index a9220ba0..fa90e436 100644 --- a/_posts/compliance32x/2020-12-04-C32_A2.md +++ b/_posts/compliance32x/2020-12-04-C32_A2.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 2 permalink: /compliance32x/A2 header-img: https://database.faithfulpack.net/images/website/posts/32x/A2.jpg -long_text: The second public alpha of Compliance 32x with many new and changed textures is here!

DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + The second public alpha of Compliance 32x with many new and changed textures is here! +

+ DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2020-12-11-C32_A3.md b/_posts/compliance32x/2020-12-11-C32_A3.md index 0dabf3e5..5898cc5b 100644 --- a/_posts/compliance32x/2020-12-11-C32_A3.md +++ b/_posts/compliance32x/2020-12-11-C32_A3.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 3 permalink: /compliance32x/A3 header-img: https://database.faithfulpack.net/images/website/posts/32x/A3.jpg -long_text: Another friday, another Compliance alpha! This time, thanks to our awesome contributors, we're adding items, improving and adding blocks and much more!

DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains a some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + Another friday, another Compliance alpha! This time, thanks to our awesome contributors, we're adding items, improving and adding blocks and much more! +

+ DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains a some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2020-12-18-C32_A4.md b/_posts/compliance32x/2020-12-18-C32_A4.md index a4b1a2ce..0b4304c0 100644 --- a/_posts/compliance32x/2020-12-18-C32_A4.md +++ b/_posts/compliance32x/2020-12-18-C32_A4.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 4 permalink: /compliance32x/A4 header-img: https://database.faithfulpack.net/images/website/posts/32x/A4.jpg -long_text: As we're approaching Christmas and the end of the year, we've decided to give you beautiful people an early present! In Alpha 4 we've overhauled all regular logs, added missing ores and more. We hope you're going to like this last update before Christmas!

DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + As we're approaching Christmas and the end of the year, we've decided to give you beautiful people an early present! In Alpha 4 we've overhauled all regular logs, added missing ores and more. We hope you're going to like this last update before Christmas! +

+ DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-01-01-C32_A5.md b/_posts/compliance32x/2021-01-01-C32_A5.md index b493469f..eccaafdb 100644 --- a/_posts/compliance32x/2021-01-01-C32_A5.md +++ b/_posts/compliance32x/2021-01-01-C32_A5.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 5 permalink: /compliance32x/A5 header-img: https://database.faithfulpack.net/images/website/posts/32x/A5.jpg -long_text: Wow, 2020 was a wild ride, wasn't it? Let's kick off 2021 the right way, with a brand new Compliance Alpha! This time around, after the Christmas break, we're bringing you a double-size update. We've added and improved many textures, including the villager, dirt and more. (And if you've noticed a suspicious lack of previously-added 1.17 textures, you would be correct. These have been moved to a separate branch on GitHub and will be properly released once we port the pack to other versions.)

DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + Wow, 2020 was a wild ride, wasn't it? Let's kick off 2021 the right way, with a brand new Compliance Alpha! This time around, after the Christmas break, we're bringing you a double-size update. We've added and improved many textures, including the villager, dirt and more. (And if you've noticed a suspicious lack of previously-added 1.17 textures, you would be correct. These have been moved to a separate branch on GitHub and will be properly released once we port the pack to other versions.) +

+ DISCLAIMER: As indicated by the Alpha tag, this version is very work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-01-09-C32_A6.md b/_posts/compliance32x/2021-01-09-C32_A6.md index 53357b55..9a5429f2 100644 --- a/_posts/compliance32x/2021-01-09-C32_A6.md +++ b/_posts/compliance32x/2021-01-09-C32_A6.md @@ -4,7 +4,12 @@ title: Compliance 32x Alpha 6 permalink: /compliance32x/A6 header-img: https://database.faithfulpack.net/images/website/posts/32x/A6.jpg -long_text: What's this? Another alpha? Why yes, indeed it is! This update has probably the highest added-to-changed texture ratio out of all the alphas, so please sit back and enjoy all the new textures we've added thanks to our awesome community!

DISCLAIMER: As indicated by the Alpha tag, this version is work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + What's this? Another alpha? Why yes, indeed it is! This update has probably the highest added-to-changed texture ratio out of all the alphas, so please sit back and enjoy all the new textures we've added thanks to our awesome community! +

+ DISCLAIMER: As indicated by the Alpha tag, this version is work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-01-22-C32_A7.md b/_posts/compliance32x/2021-01-22-C32_A7.md index 37250789..e68e7a4d 100644 --- a/_posts/compliance32x/2021-01-22-C32_A7.md +++ b/_posts/compliance32x/2021-01-22-C32_A7.md @@ -4,7 +4,14 @@ title: Compliance 32x Alpha 7 permalink: /compliance32x/A7 header-img: https://database.faithfulpack.net/images/website/posts/32x/A7.jpg -long_text: Quick! Make HASTE and check out this new Compliance Alpha! You will NETHER believe what was updated, I am CONDITIONAL about that! SWEEP your cursor to the download button and click it right now! I'm sure you will not be disEGGpointed.
I will excuse myself now.

DISCLAIMER: As indicated by the Alpha tag, this version is work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Also, this version is planned to be the last version before we go into the beta phase. Look out for the release, you'll be in for good stuff! +long_text: | + Quick! Make HASTE and check out this new Compliance Alpha! You will NETHER believe what was updated, I am CONDITIONAL about that! SWEEP your cursor to the download button and click it right now! I'm sure you will not be disEGGpointed. +
+ I will excuse myself now. +

+ DISCLAIMER: As indicated by the Alpha tag, this version is work-in-progress, and as such contains some placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Also, this version is planned to be the last version before we go into the beta phase. Look out for the release, you'll be in for good stuff! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-01-30-C32_B1.md b/_posts/compliance32x/2021-01-30-C32_B1.md index dc6b9f50..66812f0e 100644 --- a/_posts/compliance32x/2021-01-30-C32_B1.md +++ b/_posts/compliance32x/2021-01-30-C32_B1.md @@ -4,7 +4,14 @@ title: Compliance 32x Beta 1 permalink: /compliance32x/B1 header-img: https://database.faithfulpack.net/images/website/posts/32x/B1.jpg -long_text: The big day has finally come! After seven long weeks in Alpha, Compliance 32x is finally entering its Beta stage! It was beautiful to see the pack evolve so far, and now the future is looking even brighter than before.
We have also finished the texture guidelines, which are effective immediately, so from now on every texture submitted will have to follow them. If you've got any feedback, please say it in our Discord!
Due to this, the main aim of the Beta stage will be to fill in the missing textures and replace the remaining placeholders.
And as always, here is the changelog. +long_text: | + The big day has finally come! After seven long weeks in Alpha, Compliance 32x is finally entering its Beta stage! It was beautiful to see the pack evolve so far, and now the future is looking even brighter than before. +
+ We have also finished the texture guidelines, which are effective immediately, so from now on every texture submitted will have to follow them. If you've got any feedback, please say it in our Discord! +
+ Due to this, the main aim of the Beta stage will be to fill in the missing textures and replace the remaining placeholders. +
+ And as always, here is the changelog. main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-02-13-C32_B2.md b/_posts/compliance32x/2021-02-13-C32_B2.md index 47956c31..96d1c2d5 100644 --- a/_posts/compliance32x/2021-02-13-C32_B2.md +++ b/_posts/compliance32x/2021-02-13-C32_B2.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 2 permalink: /compliance32x/B2 header-img: https://database.faithfulpack.net/images/website/posts/32x/B2.jpg -long_text: Beta 2 has released! There are a lot of new additions to the pack in beta 2, from all different parts of the game. It adds fixes for broken textures and miscellaneous textures on our way to completion of the pack. +long_text: | + Beta 2 has released! There are a lot of new additions to the pack in beta 2, from all different parts of the game. It adds fixes for broken textures and miscellaneous textures on our way to completion of the pack. main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-02-26-C32_B3.md b/_posts/compliance32x/2021-02-26-C32_B3.md index bcf15eae..e19a5677 100644 --- a/_posts/compliance32x/2021-02-26-C32_B3.md +++ b/_posts/compliance32x/2021-02-26-C32_B3.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 3 permalink: /compliance32x/B3 header-img: https://database.faithfulpack.net/images/website/posts/32x/B3.jpg -long_text: As we progress on our way to completion, we are excited to present a new Beta version of our resource pack. This update brings us many additions, like most of glazed terracotta and all of realms GUI. Changes include a small Java GUI revamp as well as miscellaneous fixes, as always. Enjoy! +long_text: | + As we progress on our way to completion, we are excited to present a new Beta version of our resource pack. This update brings us many additions, like most of glazed terracotta and all of realms GUI. Changes include a small Java GUI revamp as well as miscellaneous fixes, as always. Enjoy! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-03-13-C32_B4.md b/_posts/compliance32x/2021-03-13-C32_B4.md index a778b6f3..856935f3 100644 --- a/_posts/compliance32x/2021-03-13-C32_B4.md +++ b/_posts/compliance32x/2021-03-13-C32_B4.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 4 permalink: /compliance32x/B4 header-img: https://database.faithfulpack.net/images/website/posts/32x/B4.jpg -long_text: Some say these lands are bad, but we can assure you this beta isn't! We're almost there, we've reached 93%! This beta includes some new terracotta, edits to the gui screens, some color corrections to old textures, and a random assortment on other additions, ranging from nether bricks to bees. Enjoy! +long_text: | + Some say these lands are bad, but we can assure you this beta isn't! We're almost there, we've reached 93%! This beta includes some new terracotta, edits to the gui screens, some color corrections to old textures, and a random assortment on other additions, ranging from nether bricks to bees. Enjoy! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-03-27-C32_B5.md b/_posts/compliance32x/2021-03-27-C32_B5.md index fc21c5fd..cb32d9c4 100644 --- a/_posts/compliance32x/2021-03-27-C32_B5.md +++ b/_posts/compliance32x/2021-03-27-C32_B5.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 5 permalink: /compliance32x/B5 header-img: https://database.faithfulpack.net/images/website/posts/32x/B5.jpg -long_text: Thanks to our awesome community, today we're presenting yet another beta of our pack, consisting mainly of miscellaneous fixes, but also valuable additions such as the moon, rain, snow and held maps. The full release is ever so slightly closer – stay tuned for more updates! +long_text: | + Thanks to our awesome community, today we're presenting yet another beta of our pack, consisting mainly of miscellaneous fixes, but also valuable additions such as the moon, rain, snow and held maps. The full release is ever so slightly closer – stay tuned for more updates! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-04-12-C32_B6.md b/_posts/compliance32x/2021-04-12-C32_B6.md index b595aa7c..77275de0 100644 --- a/_posts/compliance32x/2021-04-12-C32_B6.md +++ b/_posts/compliance32x/2021-04-12-C32_B6.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 6 permalink: /compliance32x/B6 header-img: https://database.faithfulpack.net/images/website/posts/32x/B6.jpg -long_text: A shipwreck awaits you with a new beta as its treasure – just make sure not to get strangled by the drowned! Beyond that, this update brings multiple changes and additions like logs and the spooky phantom. Thanks to our great contributors for making this possible!

Enjoy, and let us know what you think. +long_text: | + A shipwreck awaits you with a new beta as its treasure – just make sure not to get strangled by the drowned! Beyond that, this update brings multiple changes and additions like logs and the spooky phantom. Thanks to our great contributors for making this possible! +

+ Enjoy, and let us know what you think. main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-04-25-C32_B7.md b/_posts/compliance32x/2021-04-25-C32_B7.md index db76b390..ee1cbc31 100644 --- a/_posts/compliance32x/2021-04-25-C32_B7.md +++ b/_posts/compliance32x/2021-04-25-C32_B7.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 7 permalink: /compliance32x/B7 header-img: https://database.faithfulpack.net/images/website/posts/32x/B7.jpg -long_text: This is your bi-weekly dose of Compliance, imported organically straight from our Discord and GitHub! This time around we've got a lot of changes to common blocks such as stone, bedrock or terracotta as well as a whole bunch of new mobs like pandas and dolphins! We are also proud to introduce our new, completely unique nether portal texture, which was made with the use of actual minecraft code from older versions. And for Bedrock players we've got a lot of new UI textures! We hope you appreciate the update, and are looking forward to seeing you in two weeks again! +long_text: | + This is your bi-weekly dose of Compliance, imported organically straight from our Discord and GitHub! This time around we've got a lot of changes to common blocks such as stone, bedrock or terracotta as well as a whole bunch of new mobs like pandas and dolphins! We are also proud to introduce our new, completely unique nether portal texture, which was made with the use of actual minecraft code from older versions. And for Bedrock players we've got a lot of new UI textures! We hope you appreciate the update, and are looking forward to seeing you in two weeks again! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-05-09-C32_B8.md b/_posts/compliance32x/2021-05-09-C32_B8.md index 6dc567f1..a40c5afd 100644 --- a/_posts/compliance32x/2021-05-09-C32_B8.md +++ b/_posts/compliance32x/2021-05-09-C32_B8.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 8 permalink: /compliance32x/B8 header-img: https://database.faithfulpack.net/images/website/posts/32x/B8.jpg -long_text: Another weekend – Another beta! Will this ever end? Nobody knows! Instead of questioning it, why don't you accept your inevitable fate and play with the awesome new textures, like boats, rails and gravel? Oh and also, many bugs were fixed as usual :) We hope you enjoy the beta! +long_text: | + Another weekend – Another beta! Will this ever end? Nobody knows! Instead of questioning it, why don't you accept your inevitable fate and play with the awesome new textures, like boats, rails and gravel? Oh and also, many bugs were fixed as usual :) We hope you enjoy the beta! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-05-25-C32_B9.md b/_posts/compliance32x/2021-05-25-C32_B9.md index 0b6883c1..5f1688a1 100644 --- a/_posts/compliance32x/2021-05-25-C32_B9.md +++ b/_posts/compliance32x/2021-05-25-C32_B9.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 9 permalink: /compliance32x/B9 header-img: https://database.faithfulpack.net/images/website/posts/32x/B9.jpg -long_text: Go swim with the turtles! With this Beta, you can now experience these gentle sea creatures up close and with high-quality textures. More than that, this version brings new and exciting additions like trader llama decor, campfire smoke and everyone's favourite block: info_update in Bedrock Edition. And as is tradition, there are many, many bug fixes, especially for Bedrock.
Have fun with the pack! +long_text: | + Go swim with the turtles! With this Beta, you can now experience these gentle sea creatures up close and with high-quality textures. More than that, this version brings new and exciting additions like trader llama decor, campfire smoke and everyone's favourite block: info_update in Bedrock Edition. And as is tradition, there are many, many bug fixes, especially for Bedrock. +
+ Have fun with the pack! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-06-06-C32_B10.md b/_posts/compliance32x/2021-06-06-C32_B10.md index dbc37d25..2db8c386 100644 --- a/_posts/compliance32x/2021-06-06-C32_B10.md +++ b/_posts/compliance32x/2021-06-06-C32_B10.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 10 permalink: /compliance32x/B10 header-img: https://database.faithfulpack.net/images/website/posts/32x/B10.jpg -long_text: Hello everybody! Today we're bringing you a bit of a smaller update, but that is overshadowed by the significance of the changes and additions! On top of adding the spooky ravager, we've improved many commonly-seen textures, such as piglins, iron bars, purpur blocks or some mob effects. Additionally, we have finally fixed the incorrect scaling of the game mode switcher, a bug that was present in the pack since forever. And of course, our journey through Bedrock UI is still continuing. +long_text: | + Hello everybody! Today we're bringing you a bit of a smaller update, but that is overshadowed by the significance of the changes and additions! On top of adding the spooky ravager, we've improved many commonly-seen textures, such as piglins, iron bars, purpur blocks or some mob effects. Additionally, we have finally fixed the incorrect scaling of the game mode switcher, a bug that was present in the pack since forever. And of course, our journey through Bedrock UI is still continuing. main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-06-20-C32_B11.md b/_posts/compliance32x/2021-06-20-C32_B11.md index 60f07eca..f5d26d33 100644 --- a/_posts/compliance32x/2021-06-20-C32_B11.md +++ b/_posts/compliance32x/2021-06-20-C32_B11.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 11 permalink: /compliance32x/B11 header-img: https://database.faithfulpack.net/images/website/posts/32x/B11.jpg -long_text: Part 1 of Caves and Cliffs is here, and our awesome contributors have already delivered plenty of textures for it! Enjoy the all-new mobs and blocks of the update: Discover the stunningly beautiful amethyst geodes and brutally slaughter masses of glow squids for glow ink sacs, only to find out that both of these features only have a single practical use. Now you can perform any of these, and much more, with the beauty of high-quality double-the-resolution textures! Oh, and also axolotls. Who doesn't love axolotls? +long_text: | + Part 1 of Caves and Cliffs is here, and our awesome contributors have already delivered plenty of textures for it! Enjoy the all-new mobs and blocks of the update: Discover the stunningly beautiful amethyst geodes and brutally slaughter masses of glow squids for glow ink sacs, only to find out that both of these features only have a single practical use. Now you can perform any of these, and much more, with the beauty of high-quality double-the-resolution textures! Oh, and also axolotls. Who doesn't love axolotls? main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-07-20-C32_Texture_Removal.md b/_posts/compliance32x/2021-07-20-C32_Texture_Removal.md index 54c4a239..4f91d9f7 100644 --- a/_posts/compliance32x/2021-07-20-C32_Texture_Removal.md +++ b/_posts/compliance32x/2021-07-20-C32_Texture_Removal.md @@ -3,7 +3,20 @@ layout: post title: Announcement Regarding Placeholder Textures permalink: /compliance32x/Announcement%20Regarding%20Placeholder%20Textures -long_text: At Compliance, we care deeply about providing high-quality textures for Minecraft via our resource pack. Because of this, we have built a complicated voting system and strongly curated submission process to ensure that all textures added to Compliance are up to our standards. But none of this was without its flaws, and everything had to undergo a long period of iteration and feedback to reach the state where it is now.
Compliance started out as a temporary project, intended to replace Faithful as soon as possible. All textures in the first alpha were compiled with this in mind – some had already been made specifically for Compliance by our contributors, but the vast majority was picked up and retrieved from Faithful's only-textures channel, from artists that have joined the Compliance team since. These textures were given little to no art direction – not that it was clear what Compliance was supposed to look like back then in the first place. Most of the textures were hastily labelled as "placeholders" (even though nobody knew for sure which exact ones that included) and have lingered in the resource pack since, even after Compliance's art direction was formulated more clearly and after it became clear that it's not going to replace Faithful any time soon.
At the time of this announcement being posted, we will have released the rewritten Texture Guidelines for Compliance 32x. They took over a month to complete, span 22 pages and went through large amounts of edits and improvements before being finalised. This is why we have decided to enforce them retroactively, meaning that they apply to ALL textures, not just the ones added after the guidelines were published.
That leaves us with a whole bunch of textures that no longer comply with our texture guidelines. To increase awareness and hopefully boost artist productivity, we see it as fit to entirely remove these textures from all future versions of the pack, instead of just having them in some obscure list that nobody knows about.
You might say that this change is very radical. And you would be right. But we, as a team, have agreed unanimously that this measure is vital for Compliance's continued existence and quality. Yes, we know this is going to set the pack's progress back a lot, and we really can't do anything about that. But we believe in our contributors and artists, and trust that they will be motivated to fill all the gaps back in again. After all, there's no rush. We'll get there in the end!

NOTE FOR ARTISTS: A lot of the removed textures are breaking the guidelines just barely, and can be simply be edited so they can be included in Compliance again. We recommend checking if editing is possible first, before starting any work.

If you are interested in the specific textures that we have decided are no longer fit for Compliance, as well as reasons why they're not, please read below. +long_text: | + At Compliance, we care deeply about providing high-quality textures for Minecraft via our resource pack. Because of this, we have built a complicated voting system and strongly curated submission process to ensure that all textures added to Compliance are up to our standards. But none of this was without its flaws, and everything had to undergo a long period of iteration and feedback to reach the state where it is now. +
+ Compliance started out as a temporary project, intended to replace Faithful as soon as possible. All textures in the first alpha were compiled with this in mind – some had already been made specifically for Compliance by our contributors, but the vast majority was picked up and retrieved from Faithful's only-textures channel, from artists that have joined the Compliance team since. These textures were given little to no art direction – not that it was clear what Compliance was supposed to look like back then in the first place. Most of the textures were hastily labelled as "placeholders" (even though nobody knew for sure which exact ones that included) and have lingered in the resource pack since, even after Compliance's art direction was formulated more clearly and after it became clear that it's not going to replace Faithful any time soon. +
+ At the time of this announcement being posted, we will have released the rewritten Texture Guidelines for Compliance 32x. They took over a month to complete, span 22 pages and went through large amounts of edits and improvements before being finalised. This is why we have decided to enforce them retroactively, meaning that they apply to ALL textures, not just the ones added after the guidelines were published. +
+ That leaves us with a whole bunch of textures that no longer comply with our texture guidelines. To increase awareness and hopefully boost artist productivity, we see it as fit to entirely remove these textures from all future versions of the pack, instead of just having them in some obscure list that nobody knows about. +
+ You might say that this change is very radical. And you would be right. But we, as a team, have agreed unanimously that this measure is vital for Compliance's continued existence and quality. Yes, we know this is going to set the pack's progress back a lot, and we really can't do anything about that. But we believe in our contributors and artists, and trust that they will be motivated to fill all the gaps back in again. After all, there's no rush. We'll get there in the end! +

+ NOTE FOR ARTISTS: A lot of the removed textures are breaking the guidelines just barely, and can be simply be edited so they can be included in Compliance again. We recommend checking if editing is possible first, before starting any work. +

+ If you are interested in the specific textures that we have decided are no longer fit for Compliance, as well as reasons why they're not, please read below. changelog: Changelog: diff --git a/_posts/compliance32x/2021-07-21-C32_B12.md b/_posts/compliance32x/2021-07-21-C32_B12.md index 519b0843..fd345e33 100644 --- a/_posts/compliance32x/2021-07-21-C32_B12.md +++ b/_posts/compliance32x/2021-07-21-C32_B12.md @@ -4,7 +4,12 @@ title: Compliance 32x Beta 12 permalink: /compliance32x/B12 header-img: https://database.faithfulpack.net/images/website/posts/32x/B12.jpg -long_text: Due to our Texture Guidelines recently changing, we have decided to step up our quality control and to remove all textures that no longer follow our guidelines. Please read this announcement if you haven't already.
Fortunately, this isn't everything this beta is about, as we're also presenting some new exciting texture updates! You can now burn in style with our fancy new fire textures, which, like the nether portal, have been procedurally generated based on code used in legacy Minecraft versions. Additionally, Mobile players will now finally be able to enjoy the ever-present HUD in double the resolution!
Read the full changelog below: +long_text: | + Due to our Texture Guidelines recently changing, we have decided to step up our quality control and to remove all textures that no longer follow our guidelines. Please read this announcement if you haven't already. +
+ Fortunately, this isn't everything this beta is about, as we're also presenting some new exciting texture updates! You can now burn in style with our fancy new fire textures, which, like the nether portal, have been procedurally generated based on code used in legacy Minecraft versions. Additionally, Mobile players will now finally be able to enjoy the ever-present HUD in double the resolution! +
+ Read the full changelog below: main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-08-13-C32_B13.md b/_posts/compliance32x/2021-08-13-C32_B13.md index 55770110..e40e4115 100644 --- a/_posts/compliance32x/2021-08-13-C32_B13.md +++ b/_posts/compliance32x/2021-08-13-C32_B13.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 13 permalink: /compliance32x/B13 header-img: https://database.faithfulpack.net/images/website/posts/32x/B13.jpg -long_text: Summer's in full force, and days are getting hot again! At least where I live, and don't even get me started about Australia. But you know what's also hot? The awesome new textures our contributors have been working so hard on! In this update we're mainly re-introducing improved versions of textures removed in the previous beta, but also bringing a lot of new stuff to the table! Check it all out in detail with the changelog below: +long_text: | + Summer's in full force, and days are getting hot again! At least where I live, and don't even get me started about Australia. But you know what's also hot? The awesome new textures our contributors have been working so hard on! In this update we're mainly re-introducing improved versions of textures removed in the previous beta, but also bringing a lot of new stuff to the table! Check it all out in detail with the changelog below: main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-08-30-C32_B14.md b/_posts/compliance32x/2021-08-30-C32_B14.md index 77a439e5..3bc6063a 100644 --- a/_posts/compliance32x/2021-08-30-C32_B14.md +++ b/_posts/compliance32x/2021-08-30-C32_B14.md @@ -4,7 +4,8 @@ title: Compliance 32x Beta 14 permalink: /compliance32x/B14 header-img: https://database.faithfulpack.net/images/website/posts/32x/B14.jpg -long_text: Smaller update today, but nonetheless a quality one! We are once again re-introducing remade versions of previously removed textures as well as some completely new ones and many improvements over existing textures. We hope you enjoy! +long_text: | + Smaller update today, but nonetheless a quality one! We are once again re-introducing remade versions of previously removed textures as well as some completely new ones and many improvements over existing textures. We hope you enjoy! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-09-22-C32_B15.md b/_posts/compliance32x/2021-09-22-C32_B15.md index bafb5ddb..c6dfb1e1 100644 --- a/_posts/compliance32x/2021-09-22-C32_B15.md +++ b/_posts/compliance32x/2021-09-22-C32_B15.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 15 permalink: /compliance32x/B15 header-img: https://database.faithfulpack.net/images/website/posts/32x/B15.jpg -long_text: As fall begins and so does the school year, Compliance releases another beta, this time with a variety of small fixes and a bunch of additions to the Bedrock UI. Arctic foxes now also join their red cousins in this update and the dripstone textures have been completely redone. After going through several iterations, unlit candles have been added to the pack with lit ones likely coming in the next beta.

Bedrock users should notice smoother UI in game now, with things like the skin options page and parts of the marketplace UI now in 32x. +long_text: | + As fall begins and so does the school year, Compliance releases another beta, this time with a variety of small fixes and a bunch of additions to the Bedrock UI. Arctic foxes now also join their red cousins in this update and the dripstone textures have been completely redone. After going through several iterations, unlit candles have been added to the pack with lit ones likely coming in the next beta. +

+ Bedrock users should notice smoother UI in game now, with things like the skin options page and parts of the marketplace UI now in 32x. main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-11-05-C32_B16.md b/_posts/compliance32x/2021-11-05-C32_B16.md index 584eb50d..4388b545 100644 --- a/_posts/compliance32x/2021-11-05-C32_B16.md +++ b/_posts/compliance32x/2021-11-05-C32_B16.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 16 – The Anniversary Update permalink: /compliance32x/B16 header-img: https://database.faithfulpack.net/images/website/posts/32x/B16.jpg -long_text: On this day, exactly a year ago, the project that would become Compliance was first formed. It would take a few more weeks until the first Alpha was released, and it's been a wild ride since then. We've gotten over 90% of Java's textures – and all of them very high quality, thanks to our tireless contributors and high standards. And while we haven't quite reached 100% yet, we are very close and the future is looking bright! Thank you to everybody who made this possible!

As a part of our celebrations for this event, we are now releasing a new, massive update to the pack. We're introducing many new mobs, such as axolotls, the ocelot and the silverfish, and a few blocks as well! You can now also freeze in style with our brand new double-resolution powder snow freezing overlay. And as always, there have been many adjustments and improvements to our existing textures to bring the quality up even more. We hope you like this update, and here's to another year of prosperity at the very least! +long_text: | + On this day, exactly a year ago, the project that would become Compliance was first formed. It would take a few more weeks until the first Alpha was released, and it's been a wild ride since then. We've gotten over 90% of Java's textures – and all of them very high quality, thanks to our tireless contributors and high standards. And while we haven't quite reached 100% yet, we are very close and the future is looking bright! Thank you to everybody who made this possible! +

+ As a part of our celebrations for this event, we are now releasing a new, massive update to the pack. We're introducing many new mobs, such as axolotls, the ocelot and the silverfish, and a few blocks as well! You can now also freeze in style with our brand new double-resolution powder snow freezing overlay. And as always, there have been many adjustments and improvements to our existing textures to bring the quality up even more. We hope you like this update, and here's to another year of prosperity at the very least! main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-12-14-C32_B17.md b/_posts/compliance32x/2021-12-14-C32_B17.md index b2868a75..f9f42afc 100644 --- a/_posts/compliance32x/2021-12-14-C32_B17.md +++ b/_posts/compliance32x/2021-12-14-C32_B17.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 17 permalink: /compliance32x/B17 header-img: https://database.faithfulpack.net/images/website/posts/32x/B17.jpg -long_text: It’s been a long time coming, but it’s finally here! Beta 17. December is starting up, and the holidays are around the corner. We’ve been working for weeks on this beta, and it has many major changes and additions. We’re glad to announce that the pack has been updated to 1.18 and has the new 1.18 textures. We’re also introducing changes to iconic textures such as creepers, the grass block, and even Steve. We hope that you like this beta and its many, many changes.

(NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.) +long_text: | + It’s been a long time coming, but it’s finally here! Beta 17. December is starting up, and the holidays are around the corner. We’ve been working for weeks on this beta, and it has many major changes and additions. We’re glad to announce that the pack has been updated to 1.18 and has the new 1.18 textures. We’re also introducing changes to iconic textures such as creepers, the grass block, and even Steve. We hope that you like this beta and its many, many changes. +

+ (NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.) main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2021-12-28-C32_B18.md b/_posts/compliance32x/2021-12-28-C32_B18.md index 27b1122c..ff173cca 100644 --- a/_posts/compliance32x/2021-12-28-C32_B18.md +++ b/_posts/compliance32x/2021-12-28-C32_B18.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 18 permalink: /compliance32x/B18 header-img: https://database.faithfulpack.net/images/website/posts/32x/B18.jpg -long_text: Over the past few weeks, Compliance has become a lot more active as a community and as such, we're happy to announce another beta so soon after the last one! This release includes some long awaited textures such as the wolf textures and more of the villager textures. The mountain goat is also butting in and has included itself in this beta! Our artists are striving as always to make it so that the textures in the resource pack are the most consistent and high quality that they can be so we have also changed quite a few of the plant textures to fit better with the rest of the resource pack. Any bugs with the panorama that you may have spotted in the last version on both Java Edition and Bedrock Edition are now also fixed.

(NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.) +long_text: | + Over the past few weeks, Compliance has become a lot more active as a community and as such, we're happy to announce another beta so soon after the last one! This release includes some long awaited textures such as the wolf textures and more of the villager textures. The mountain goat is also butting in and has included itself in this beta! Our artists are striving as always to make it so that the textures in the resource pack are the most consistent and high quality that they can be so we have also changed quite a few of the plant textures to fit better with the rest of the resource pack. Any bugs with the panorama that you may have spotted in the last version on both Java Edition and Bedrock Edition are now also fixed. +

+ (NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.) main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2022-01-16-C32_B19.md b/_posts/compliance32x/2022-01-16-C32_B19.md index b3cc00b4..67ad0d60 100644 --- a/_posts/compliance32x/2022-01-16-C32_B19.md +++ b/_posts/compliance32x/2022-01-16-C32_B19.md @@ -4,7 +4,12 @@ title: Compliance 32x Beta 19 permalink: /compliance32x/B19 header-img: https://database.faithfulpack.net/images/website/posts/32x/B19.jpg -long_text: "Welcome to the new year! Our team has been hard at work creating some long-awaited textures and improving existing ones, making this one of our largest changelogs in quite some time! Villagers, their angry neighbors, and their undead brethren are all looking incredibly fashionable, cats have finally received some much-needed grooming, and much of nature's beautiful blocks have been updated! Our armorers have finally gotten back to work and provided some shiny, new armor. Many wood-related blocks have also been improved to look more... chippy. This Beta also brings several UI improvements for Bedrock players.

Thank you for your patience, and we hope you enjoy!

[NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.]" +long_text: | + Welcome to the new year! Our team has been hard at work creating some long-awaited textures and improving existing ones, making this one of our largest changelogs in quite some time! Villagers, their angry neighbors, and their undead brethren are all looking incredibly fashionable, cats have finally received some much-needed grooming, and much of nature's beautiful blocks have been updated! Our armorers have finally gotten back to work and provided some shiny, new armor. Many wood-related blocks have also been improved to look more... chippy. This Beta also brings several UI improvements for Bedrock players. +

+ Thank you for your patience, and we hope you enjoy! +

+ [NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.] main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32x/2022-02-14-C32_B20.md b/_posts/compliance32x/2022-02-14-C32_B20.md index afb0bd3f..9e79f7a8 100644 --- a/_posts/compliance32x/2022-02-14-C32_B20.md +++ b/_posts/compliance32x/2022-02-14-C32_B20.md @@ -4,7 +4,10 @@ title: Compliance 32x Beta 20 permalink: /compliance32x/B20 header-img: https://database.faithfulpack.net/images/website/posts/32x/B20.jpg -long_text: "Another day, another Compliance 32x Beta! The pack is growing exceptionally close to completion, with this update bringing even more lovely textures provided by our equally lovely team. Many minerals have received some much-needed polishing, your trusty steeds have finally tidied up, and the seas are looking alive and well! Thank you once again for your continued support and patience, we look forward to bringing you future updates!

[NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.]" +long_text: | + Another day, another Compliance 32x Beta! The pack is growing exceptionally close to completion, with this update bringing even more lovely textures provided by our equally lovely team. Many minerals have received some much-needed polishing, your trusty steeds have finally tidied up, and the seas are looking alive and well! Thank you once again for your continued support and patience, we look forward to bringing you future updates! +

+ [NOTE: This version of the pack is compatible with both Java 1.17.1 and 1.18.1. For convenience, we are releasing the update as a single pack. That means you'll get a warning when trying to use the pack in 1.17.1, but you can safely disregard it.] main_changelog: changelogs/compliance32 diff --git a/_posts/compliance32xDungeons/2021-01-19-CD32_B1.md b/_posts/compliance32xDungeons/2021-01-19-CD32_B1.md index 8e1aebc3..416c2461 100644 --- a/_posts/compliance32xDungeons/2021-01-19-CD32_B1.md +++ b/_posts/compliance32xDungeons/2021-01-19-CD32_B1.md @@ -5,7 +5,10 @@ permalink: /compliance32xDungeons/B1 header-img: https://database.faithfulpack.net/images/website/posts/32xDungeons/B1.jpg discontinued: true -long_text: After long development, we are proud to present the first public beta of Compliance Dungeons! Experience your favourite dungeon-crawler game, now with double-resolution textures. In this initial update, we're bringing you block textures for most levels including DLC, as well as miscellaneous level-nonspecific props.

With this release, the transformation of most Faithful-related projects into Compliance is complete. Here is the changelog comparing this version with Faithful Dungeons Beta 3 +long_text: | + After long development, we are proud to present the first public beta of Compliance Dungeons! Experience your favourite dungeon-crawler game, now with double-resolution textures. In this initial update, we're bringing you block textures for most levels including DLC, as well as miscellaneous level-nonspecific props. +

+ With this release, the transformation of most Faithful-related projects into Compliance is complete. Here is the changelog comparing this version with Faithful Dungeons Beta 3 main_changelog: changelogs/dungeons diff --git a/_posts/compliance32xDungeons/2021-11-10-CD32_B2.md b/_posts/compliance32xDungeons/2021-11-10-CD32_B2.md index 9e8a3745..9b9466b2 100644 --- a/_posts/compliance32xDungeons/2021-11-10-CD32_B2.md +++ b/_posts/compliance32xDungeons/2021-11-10-CD32_B2.md @@ -5,7 +5,12 @@ permalink: /compliance32xDungeons/B2 header-img: https://database.faithfulpack.net/images/website/posts/32xDungeons/B2.jpg discontinued: true -long_text: While the main Compliance packs have been steadily receiving updates for the past months, Compliance Dungeons has been left behind. With the Compliance project turning 1 recently, we're now changing this and bringing everybody a massive update, with all of the past 10 months of work condensed into a single release.
Not only have we added support for all DLCs that have come out since January, but we've also updated all textures to match the higher-quality textures of today's main Compliance pack, but we'v also added many large and small features as well. We hope you like this update, and stay tuned for future awesomeness!

TECHNICAL NOTE: For all of the new features to work, this version of the pack now requires the Blueprint Loader or Custom Skins Loader. Read the changelog for more details. +long_text: | + While the main Compliance packs have been steadily receiving updates for the past months, Compliance Dungeons has been left behind. With the Compliance project turning 1 recently, we're now changing this and bringing everybody a massive update, with all of the past 10 months of work condensed into a single release. +
+ Not only have we added support for all DLCs that have come out since January, but we've also updated all textures to match the higher-quality textures of today's main Compliance pack, but we'v also added many large and small features as well. We hope you like this update, and stay tuned for future awesomeness! +

+ TECHNICAL NOTE: For all of the new features to work, this version of the pack now requires the Blueprint Loader or Custom Skins Loader. Read the changelog for more details. main_changelog: changelogs/dungeons diff --git a/_posts/compliance64x/2021-01-14-C64_A1.md b/_posts/compliance64x/2021-01-14-C64_A1.md index f5a8f5e2..c685b23f 100644 --- a/_posts/compliance64x/2021-01-14-C64_A1.md +++ b/_posts/compliance64x/2021-01-14-C64_A1.md @@ -4,7 +4,12 @@ title: Compliance 64x Alpha 1 permalink: /compliance64x/A1 header-img: https://database.faithfulpack.net/images/website/posts/64x/A1.jpg -long_text: The first public alpha of Compliance 64x is here! The sheer amount of added textures is too large to be listed here, so instead have a small preview screenshot.

DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + The first public alpha of Compliance 64x is here! The sheer amount of added textures is too large to be listed here, so instead have a small preview screenshot. +

+ DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! main_changelog: article/compliance64x/changelog diff --git a/_posts/compliance64x/2021-02-07-C64_A2.md b/_posts/compliance64x/2021-02-07-C64_A2.md index 2f4a3c7e..c809d118 100644 --- a/_posts/compliance64x/2021-02-07-C64_A2.md +++ b/_posts/compliance64x/2021-02-07-C64_A2.md @@ -4,7 +4,12 @@ title: Compliance 64x Alpha 2 permalink: /compliance64x/A2 header-img: https://database.faithfulpack.net/images/website/posts/64x/A2.jpg -long_text: Hello! New update also says new content! In this update, an avalanche of textures has been added, ranging from the Overworld to the Nether.

DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + Hello! New update also says new content! In this update, an avalanche of textures has been added, ranging from the Overworld to the Nether. +

+ DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! changelog: - Alpha 2: diff --git a/_posts/compliance64x/2021-02-25-C64_A3.md b/_posts/compliance64x/2021-02-25-C64_A3.md index d31f42b2..abdaac05 100644 --- a/_posts/compliance64x/2021-02-25-C64_A3.md +++ b/_posts/compliance64x/2021-02-25-C64_A3.md @@ -4,7 +4,12 @@ title: Compliance 64x Alpha 3 permalink: /compliance64x/A3 header-img: https://database.faithfulpack.net/images/website/posts/64x/A3.jpg -long_text: Hello everyone! We're back with an update for Compliance 64x on Java and Bedrock Edition! This update is massive because of a lot of exciting textures, such as armors, crops, shulker boxes and much more! Feel free to give us feedback about the new buckets as well for other textures.

DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack.

Stay tuned for future updates! +long_text: | + Hello everyone! We're back with an update for Compliance 64x on Java and Bedrock Edition! This update is massive because of a lot of exciting textures, such as armors, crops, shulker boxes and much more! Feel free to give us feedback about the new buckets as well for other textures. +

+ DISCLAIMER: As indicated by the Alpha tag, this version very work-in-progress, and as such contains a lot of placeholder textures. It is not the final look of the pack; many textures will have to be edited to match the general stylistic direction of the pack. +

+ Stay tuned for future updates! download: - Java - 1.16.5 (CurseForge): diff --git a/_posts/compliance64x/2021-03-27-C64_A4.md b/_posts/compliance64x/2021-03-27-C64_A4.md index d779703b..74dcadc9 100644 --- a/_posts/compliance64x/2021-03-27-C64_A4.md +++ b/_posts/compliance64x/2021-03-27-C64_A4.md @@ -4,7 +4,8 @@ title: Compliance 64x Alpha 4 permalink: /compliance64x/A4 header-img: https://database.faithfulpack.net/images/website/posts/64x/A4.jpg -long_text: Today in this 64x Compliance update, a lot of new things and changes have been made. One of the first things is the Nether! All the blocks have been made with care (and love). Also a lot of Overworld entities have been added, other entities are coming in future update. So take advantage of this great update, the next one is coming April 14th. +long_text: | + Today in this 64x Compliance update, a lot of new things and changes have been made. One of the first things is the Nether! All the blocks have been made with care (and love). Also a lot of Overworld entities have been added, other entities are coming in future update. So take advantage of this great update, the next one is coming April 14th. download: - Java - 1.16.5 (CurseForge): diff --git a/_posts/compliance64x/2021-04-15-C64_A5.md b/_posts/compliance64x/2021-04-15-C64_A5.md index 8701613b..a2bc2bbe 100644 --- a/_posts/compliance64x/2021-04-15-C64_A5.md +++ b/_posts/compliance64x/2021-04-15-C64_A5.md @@ -4,7 +4,8 @@ title: Compliance 64x Alpha 5 permalink: /compliance64x/A5 header-img: https://database.faithfulpack.net/images/website/posts/64x/A5.jpg -long_text: Hello everyone! Today, new update with even more additions and tweaks. Like we said last week, new entities have appeared like spiders, slime and even the most loved ghast as well as a brand new log texture and more various tweaks around the pack as always! Enjoy this new update! +long_text: | + Hello everyone! Today, new update with even more additions and tweaks. Like we said last week, new entities have appeared like spiders, slime and even the most loved ghast as well as a brand new log texture and more various tweaks around the pack as always! Enjoy this new update! download: - Java - 1.16.5 (CurseForge): diff --git a/_posts/compliance64x/2021-04-28-C64_A6.md b/_posts/compliance64x/2021-04-28-C64_A6.md index 2009141e..418483c4 100644 --- a/_posts/compliance64x/2021-04-28-C64_A6.md +++ b/_posts/compliance64x/2021-04-28-C64_A6.md @@ -4,7 +4,8 @@ title: Compliance 64x Alpha 6 permalink: /compliance64x/A6 header-img: https://database.faithfulpack.net/images/website/posts/64x/A6.jpg -long_text: Parity Update means a big update! Today's update brings a massive amount of parity changes from dirt to stone, including nether blocks. We hope you will like these changes and don't forget to write some feedback in the comments! +long_text: | + Parity Update means a big update! Today's update brings a massive amount of parity changes from dirt to stone, including nether blocks. We hope you will like these changes and don't forget to write some feedback in the comments! download: - Java - 1.16.5 (CurseForge): diff --git a/_posts/compliance64x/2021-07-05-C64_A7.md b/_posts/compliance64x/2021-07-05-C64_A7.md index e9b8e8a7..36bbb8bd 100644 --- a/_posts/compliance64x/2021-07-05-C64_A7.md +++ b/_posts/compliance64x/2021-07-05-C64_A7.md @@ -4,7 +4,8 @@ title: Compliance 64x Alpha 7 permalink: /compliance64x/A7 header-img: https://database.faithfulpack.net/images/website/posts/64x/A7.jpg -long_text: Today marks the first anniversary of Compliance 64x! Thanks to everyone for your support and contribution. Today, we are releasing for this special event an special update with a tons of content. From basic to new Cave & Cliffs feature, we know you like this update! Also, bows are finally added to the pack. +long_text: | + Today marks the first anniversary of Compliance 64x! Thanks to everyone for your support and contribution. Today, we are releasing for this special event an special update with a tons of content. From basic to new Cave & Cliffs feature, we know you like this update! Also, bows are finally added to the pack. main_changelog: changelogs/compliance64 diff --git a/_posts/compliance64x/2021-08-08-C64_A8.md b/_posts/compliance64x/2021-08-08-C64_A8.md index e146fd74..17e423d5 100644 --- a/_posts/compliance64x/2021-08-08-C64_A8.md +++ b/_posts/compliance64x/2021-08-08-C64_A8.md @@ -3,7 +3,9 @@ layout: post title: Compliance 64x Alpha 8 permalink: /compliance64x/A8 header-img: https://database.faithfulpack.net/images/website/posts/64x/A8.jpg -long_text: A new update of Compliance 64x is now out with excited new textures such as new 1.17 update and more, with also some important changes to furnace, dropper and dispenser. + +long_text: | + A new update of Compliance 64x is now out with excited new textures such as new 1.17 update and more, with also some important changes to furnace, dropper and dispenser. changelog: - Alpha 8: - Added: diff --git a/_posts/compliance64x/2021-10-27-C64_B1.md b/_posts/compliance64x/2021-10-27-C64_B1.md index 7815cdfc..96e709ba 100644 --- a/_posts/compliance64x/2021-10-27-C64_B1.md +++ b/_posts/compliance64x/2021-10-27-C64_B1.md @@ -4,7 +4,8 @@ title: Compliance 64x Beta 1 permalink: /compliance64x/B1 header-img: https://database.faithfulpack.net/images/website/posts/64x/B1.jpg -long_text: Hello everybody! It's been a while since the last update no? This one is absolutely giant. From little changes to great additions such as a massive amount of Cave and Cliffs update textures that we missed in the last update. This update also fixes some issues on Bedrock Edition. Check out the change logs for more details. Before I let you play, check this channel around Christmas time, just saying. +long_text: | + Hello everybody! It's been a while since the last update, no? This one is absolutely giant. From little changes to great additions such as a massive amount of Cave and Cliffs update textures that we missed in the last update. This update also fixes some issues on Bedrock Edition. Check out the change logs for more details. Before I let you play, check this channel around Christmas time, just saying. changelog: - Beta 1: diff --git a/_posts/compliance64x/2021-12-24-C64_B2.md b/_posts/compliance64x/2021-12-24-C64_B2.md index ad5e8d76..c4be59d2 100644 --- a/_posts/compliance64x/2021-12-24-C64_B2.md +++ b/_posts/compliance64x/2021-12-24-C64_B2.md @@ -4,7 +4,10 @@ title: Compliance 64x Beta 2 permalink: /compliance64x/B2 header-img: https://database.faithfulpack.net/images/website/posts/64x/B2.jpg -long_text: We hope you have a good holiday! I the meantime, you have just opened one of your presents that Santa Claus has slipped for you under the tree... But what do I see? Incredible, a Compliance 64x update! (I really have to stop ...) So what's new in this update? Unfortunately it will not be as major as the previous one it brings many missing textures such as the drowned (even if we do not appreciate them), the horses are finally finished, the villagers and especially the most important block ... the dried kelp!You know the melody, the link is below bla bla bla.... I have nothing against you but I have something better to do! See you next year!! +long_text: | + We hope you have a good holiday! I the meantime, you have just opened one of your presents that Santa Claus has slipped for you under the tree... But what do I see? Incredible, a Compliance 64x update! (I really have to stop ...) +
+ So what's new in this update? Although it's not as major as the previous one, it brings many missing textures such as the drowned (even if we do not appreciate them), the horses are finally finished, the villagers and especially the most important block ... the dried kelp! You know the melody, the link is below bla bla bla.... I have nothing against you but I have something better to do! See you next year!! changelog: - Beta 2: diff --git a/_posts/compliance64x/2022-02-19-C64_B3.md b/_posts/compliance64x/2022-02-19-C64_B3.md index d2787437..c652e770 100644 --- a/_posts/compliance64x/2022-02-19-C64_B3.md +++ b/_posts/compliance64x/2022-02-19-C64_B3.md @@ -4,7 +4,8 @@ title: Compliance 64x Beta 3 permalink: /compliance64x/B3 header-img: https://database.faithfulpack.net/images/website/posts/64x/B3.jpg -long_text: "With a bit of a delay, the update is finally here with a lot of cool additions and changes. Look at this cute little panda. More blocks are now completed such as: the tall fern, oxidized copper and honey comb block. In addition, we are bringing you villagers, and some of their clothes, as well as spitting llamas and ender chests. This update also includes the redoing of some very old textures from the earlier versions. And as always, take care of yourself and stay tuned for more updates!" +long_text: | + With a bit of a delay, the update is finally here with a lot of cool additions and changes. Look at this cute little panda. More blocks are now completed such as: the tall fern, oxidized copper and honey comb block. In addition, we are bringing you villagers, and some of their clothes, as well as spitting llamas and ender chests. This update also includes the redoing of some very old textures from the earlier versions. And as always, take care of yourself and stay tuned for more updates! changelog: - Beta 3: diff --git a/_posts/faithful32x/2022-07-01-F32-R1.md b/_posts/faithful32x/2022-07-01-F32-R1.md index 3af25da0..0d09759d 100644 --- a/_posts/faithful32x/2022-07-01-F32-R1.md +++ b/_posts/faithful32x/2022-07-01-F32-R1.md @@ -4,7 +4,18 @@ title: Faithful 32x for Java – Full Release permalink: /faithful32x/R1 header-img: https://database.faithfulpack.net/images/website/posts/32x/R1.jpg -long_text: "At long last, it is finally time! After roughly a year and a half, we are proud to announce that the first, official release of Faithful 32x on Minecraft: Java Edition is here! With these releases comes one of our largest changelogs ever, along with hundreds of fresh textures for you to enjoy. We hope it will have been worth the wait! You’re definitely in for a treat today, as alongside with the 1.19 pack being fully complete, starting today we’re also going to be officially supporting a whole load of older Java versions; all of them starting from 1.6.4 in fact, plus 1.4.6 and Beta 1.7.3 for the retro players out there.

Please note, however, that while the Java pack for 1.16.5–1.19 is fully complete, at the moment of writing there are still some textures to be finished for Bedrock Edition and for Java versions 1.15.2 and below. No matter – we’re putting these packs out as well, it would be a shame to keep them hidden from you! For convenience, these are branded as Pre-releases.

Faithful 32x still has quite the journey ahead of it yet. This is, after all, just the first release of the pack and there will always be improvements and additions to be made. From here on out, Faithful 32x will receive monthly release updates. Alongside that, we will be prioritizing Bedrock Edition, beginning Programmer Art, and have much more on the way!

The release of Faithful 32x was a long time coming. The project began under the name Compliance on November 5th of 2020 with much work already completed, a great team, and high hopes. Soon after, on December 18th of 2020, contact with Faithful’s original creator, Vattic, was restored. Later, on December 19th of 2021, AntVenom released a video on Faithful that launched our efforts into the spotlight, leading to even greater community growth and efficiency. Finally, on April 4th of 2022, we worked alongside Vattic to rebrand and carry on the legacy of Faithful. Through all this, our community kept making great textures and achieved great success doing so. Today, roughly a year and a half year since beginning the project, Faithful has achieved great success, and it’s all thanks to you.

With this great accomplishment in Faithful’s history, we want to thank all of the people who made this possible. Thank you to those who put endless hours of work into Faithful as a whole. Thank you to those who helped spread the word during our breakaway and strived to build the Faithful name back up. Thank you to the creators that offered advice, made videos, and gave Faithful recognition across the Minecraft community. Thank you to the website hosts and teams dedicated to promoting creativity who gave our projects homes. And last, but certainly not least, we want to thank our users for showing us that, even after all this time, your enjoyment never dwindled and made all of this worth it. Thank you for all the support you’ve shown us and Faithful as a whole over the years. You are the ones that inspire us to keep this project alive. Thank you all.

This is only the beginning. Have faith, for there will be plenty more to come. :)" +long_text: | + At long last, it is finally time! After roughly a year and a half, we are proud to announce that the first, official release of Faithful 32x on Minecraft: Java Edition is here! With these releases comes one of our largest changelogs ever, along with hundreds of fresh textures for you to enjoy. We hope it will have been worth the wait! You’re definitely in for a treat today, as alongside with the 1.19 pack being fully complete, starting today we’re also going to be officially supporting a whole load of older Java versions; all of them starting from 1.6.4 in fact, plus 1.4.6 and Beta 1.7.3 for the retro players out there. +

+ Please note, however, that while the Java pack for 1.16.5–1.19 is fully complete, at the moment of writing there are still some textures to be finished for Bedrock Edition and for Java versions 1.15.2 and below. No matter – we’re putting these packs out as well, it would be a shame to keep them hidden from you! For convenience, these are branded as Pre-releases. +

+ Faithful 32x still has quite the journey ahead of it yet. This is, after all, just the first release of the pack and there will always be improvements and additions to be made. From here on out, Faithful 32x will receive monthly release updates. Alongside that, we will be prioritizing Bedrock Edition, beginning Programmer Art, and have much more on the way! +

+ The release of Faithful 32x was a long time coming. The project began under the name Compliance on November 5th of 2020 with much work already completed, a great team, and high hopes. Soon after, on December 18th of 2020, contact with Faithful’s original creator, Vattic, was restored. Later, on December 19th of 2021, AntVenom released a video on Faithful that launched our efforts into the spotlight, leading to even greater community growth and efficiency. Finally, on April 4th of 2022, we worked alongside Vattic to rebrand and carry on the legacy of Faithful. Through all this, our community kept making great textures and achieved great success doing so. Today, roughly a year and a half year since beginning the project, Faithful has achieved great success, and it’s all thanks to you. +

+ With this great accomplishment in Faithful’s history, we want to thank all of the people who made this possible. Thank you to those who put endless hours of work into Faithful as a whole. Thank you to those who helped spread the word during our breakaway and strived to build the Faithful name back up. Thank you to the creators that offered advice, made videos, and gave Faithful recognition across the Minecraft community. Thank you to the website hosts and teams dedicated to promoting creativity who gave our projects homes. And last, but certainly not least, we want to thank our users for showing us that, even after all this time, your enjoyment never dwindled and made all of this worth it. Thank you for all the support you’ve shown us and Faithful as a whole over the years. You are the ones that inspire us to keep this project alive. Thank you all. +

+ This is only the beginning. Have faith, for there will be plenty more to come. :) changelog: - June 2022: diff --git a/_posts/faithful32x/2022-08-06-F32-R2.md b/_posts/faithful32x/2022-08-06-F32-R2.md index b572cc41..ba346d15 100644 --- a/_posts/faithful32x/2022-08-06-F32-R2.md +++ b/_posts/faithful32x/2022-08-06-F32-R2.md @@ -4,7 +4,8 @@ title: Faithful 32x – August 2022 Releases permalink: /faithful32x/R2 header-img: https://database.faithfulpack.net/images/website/posts/32x/R2.jpg -long_text: "After finally reaching 100% Java 1.19 completion last month, we're back again to provide the freshest new textures! Bit of a smaller update this time around, but it brings much needed changes and improvements. Numerous big and small bugs have been fixed, many textures have been adjusted to make them just a tad better to look at, and as, as is tradition, new UI has been added, this time to both Bedrock and Java. We hope this update improves your gaming experience, and see you next month!" +long_text: | + After finally reaching 100% Java 1.19 completion last month, we're back again to provide the freshest new textures! Bit of a smaller update this time around, but it brings much needed changes and improvements. Numerous big and small bugs have been fixed, many textures have been adjusted to make them just a tad better to look at, and as, as is tradition, new UI has been added, this time to both Bedrock and Java. We hope this update improves your gaming experience, and see you next month! changelog: - August 2022: diff --git a/_posts/faithful32x/2022-10-24-F32-R3.md b/_posts/faithful32x/2022-10-24-F32-R3.md index 8b0a55de..c5582299 100644 --- a/_posts/faithful32x/2022-10-24-F32-R3.md +++ b/_posts/faithful32x/2022-10-24-F32-R3.md @@ -4,7 +4,16 @@ title: Faithful 32x – October 2022 Releases permalink: /faithful32x/R3 header-img: https://database.faithfulpack.net/images/website/posts/32x/R3.jpg -long_text: "UPDATE: We've now released a hotfix that addresses some breaking issues with Iron and Diamond Horse Armour. We're taking this opportunity to also introduce other, unrelated textures that have been added to the pack since the initial post was made. The changelog below has been updated accordingly.


It's been some time since the last update, but we assure you that it was for good reason. Our artists have been hard at work drawing all the textures that are still missing from the pack. They've done such a great job at it that Faithful 32x for Java legacy versions is now fully complete! That's right, every single texture from every Java release version is now finished. PVP players rejoice!
We're also slowly inching our way to completing the Bedrock pack as well. As is tradition, the main focus of new Bedrock textures is UI, but we also have some long-awaited newcomers such as the Ender Chest in GUI and the End Portal and Gateway items.
Additionally, we're now supporting textures provided by the Fabric and Forge mod loaders, as well as the Fabric Mod Menu, in the main Faithful 32x pack. This release includes the first batch of these. And as always, we've also redone quite a lot old textures that needed to be brought up to modern quality standards.
Have fun playing with the pack!" +long_text: | + UPDATE: We've now released a hotfix that addresses some breaking issues with Iron and Diamond Horse Armour. We're taking this opportunity to also introduce other, unrelated textures that have been added to the pack since the initial post was made. The changelog below has been updated accordingly. +


+ It's been some time since the last update, but we assure you that it was for good reason. Our artists have been hard at work drawing all the textures that are still missing from the pack. They've done such a great job at it that Faithful 32x for Java legacy versions is now fully complete! That's right, every single texture from every Java release version is now finished. PVP players rejoice! +
+ We're also slowly inching our way to completing the Bedrock pack as well. As is tradition, the main focus of new Bedrock textures is UI, but we also have some long-awaited newcomers such as the Ender Chest in GUI and the End Portal and Gateway items. +
+ Additionally, we're now supporting textures provided by the Fabric and Forge mod loaders, as well as the Fabric Mod Menu, in the main Faithful 32x pack. This release includes the first batch of these. And as always, we've also redone quite a lot old textures that needed to be brought up to modern quality standards. +
+ Have fun playing with the pack! changelog: - October 2022: diff --git a/_posts/faithful32x/2022-11-21-F32-22w46a.md b/_posts/faithful32x/2022-11-21-F32-22w46a.md index d922b12a..d72d2bb5 100644 --- a/_posts/faithful32x/2022-11-21-F32-22w46a.md +++ b/_posts/faithful32x/2022-11-21-F32-22w46a.md @@ -4,7 +4,10 @@ title: Faithful 32x – Snapshot 22w46a permalink: /faithful32x/22w46a header-img: https://database.faithfulpack.net/images/website/posts/32x/S_22w46a.jpg -long_text: "Thanks to our artists' tireless work, today we're releasing the first ever Faithful Snapshot pack! What is it? Well, as you might've guessed from the title of this post, it's a version of Faithful that includes textures from the latest Java Edition snapshots. From now on, we'll be releasing these whenever we think we've got enough changes to show to the world – That means updates for Snapshot packs will be more frequent than regular updates.
But in with the new stuff! The first few 1.20 snapshots are upon us, and we're proud to say that we've already got many of the new textures done! Most of the new bamboo-related blocks and items have been added, as well as the chiselled bookshelf. The camel, the latest and cutest mob in the game, is also here! Well, hop on and enjoy the update – there's more coming!" +long_text: | + Thanks to our artists' tireless work, today we're releasing the first ever Faithful Snapshot pack! What is it? Well, as you might've guessed from the title of this post, it's a version of Faithful that includes textures from the latest Java Edition snapshots. From now on, we'll be releasing these whenever we think we've got enough changes to show to the world – That means updates for Snapshot packs will be more frequent than regular updates. +
+ But in with the new stuff! The first few 1.20 snapshots are upon us, and we're proud to say that we've already got many of the new textures done! Most of the new bamboo-related blocks and items have been added, as well as the chiselled bookshelf. The camel, the latest and cutest mob in the game, is also here! Well, hop on and enjoy the update – there's more coming! changelog: - 22w46a: diff --git a/_posts/faithful32x/2022-12-08-F32-R4.md b/_posts/faithful32x/2022-12-08-F32-R4.md index 42471368..767145c2 100644 --- a/_posts/faithful32x/2022-12-08-F32-R4.md +++ b/_posts/faithful32x/2022-12-08-F32-R4.md @@ -4,7 +4,10 @@ title: Faithful 32x – December 2022 Releases permalink: /faithful32x/R4 header-img: https://database.faithfulpack.net/images/website/posts/32x/R4.jpg -long_text: "1.19.3 is out, and with it comes a new Faithful update! In this release we're mainly focusing on the newly added textures, be it the experimental features set to release in 1.20 or the textures meant specifically for 1.19.3, such as the vex. As always, we've also gone back to update some of our older existing textures to bring them up to contemporary standards of quality.
We hope you enjoy! Thanks for sticking with us!" +long_text: | + 1.19.3 is out, and with it comes a new Faithful update! In this release we're mainly focusing on the newly added textures, be it the experimental features set to release in 1.20 or the textures meant specifically for 1.19.3, such as the vex. As always, we've also gone back to update some of our older existing textures to bring them up to contemporary standards of quality. +
+ We hope you enjoy! Thanks for sticking with us! changelog: - December 2022: @@ -51,7 +54,7 @@ changelog: - Fishing Rods (DMgaming) - Bread (Evorp) - Java GUI: - - "Creative Inventory Tabs [Updated to 1.19.3 format] (Classy Cappy)" + - "Creative Inventory Tabs [Updated to 1.19.3 format] (Classy Cappy)" - "Chat Tags [Updated to 1.19.3 format] (Aerod)" - Bedrock UI: - Construction Recipe Icon (DMgaming) diff --git a/_posts/faithful32x/2023-02-25-F32-R5.md b/_posts/faithful32x/2023-02-25-F32-R5.md index e41d671f..9a47b68e 100644 --- a/_posts/faithful32x/2023-02-25-F32-R5.md +++ b/_posts/faithful32x/2023-02-25-F32-R5.md @@ -4,7 +4,12 @@ title: Faithful 32x – February 2023 Releases permalink: /faithful32x/R5 header-img: https://database.faithfulpack.net/images/website/posts/32x/R5.jpg -long_text: "How's the year for you so far? We've been keeping Faithful in the oven for a little longer this time around, and the time has finally come to take it out. Many changes have accumulated since the last release – Quality upkeep has been done on quite the amount of existing textures to ensure consistent and beautiful art, and some of the experimental 1.20 textures have been added as well. The extended font has also received a complete overhaul, fixing all sorts of errors and misinterpretations, and adding improved support for a wider range of characters in older versions. It's also now available as an OTF on our Branding repository for all your non-minecraft needs. More details in the changelog.
Additionally, due to high demand, we're bringing back support for 1.19.2! You can find the download below.
As always, we hope this update brings you an even better Minecraft experience. Please let us know if you've got any remarks." +long_text: | + How's the year for you so far? We've been keeping Faithful in the oven for a little longer this time around, and the time has finally come to take it out. Many changes have accumulated since the last release – Quality upkeep has been done on quite the amount of existing textures to ensure consistent and beautiful art, and some of the experimental 1.20 textures have been added as well. The extended font has also received a complete overhaul, fixing all sorts of errors and misinterpretations, and adding improved support for a wider range of characters in older versions. It's also now available as an OTF on our Branding repository for all your non-minecraft needs. More details in the changelog. +
+ Additionally, due to high demand, we're bringing back support for 1.19.2! You can find the download below. +
+ As always, we hope this update brings you an even better Minecraft experience. Please let us know if you've got any remarks. changelog: - February 2023: diff --git a/_posts/faithful32x/2023-04-06-F32-R6.md b/_posts/faithful32x/2023-04-06-F32-R6.md index 9f87cd83..1251b903 100644 --- a/_posts/faithful32x/2023-04-06-F32-R6.md +++ b/_posts/faithful32x/2023-04-06-F32-R6.md @@ -4,7 +4,8 @@ title: Faithful 32x – April 2023 Releases permalink: /faithful32x/R6 header-img: https://database.faithfulpack.net/images/website/posts/32x/R6.jpg -long_text: "Greetings to all Faithful users! Today we're putting out a small release to update the pack to 1.19.4 and to publish the latest textures from our GitHub repository. Thanks for sticking with us, we've got more in store for the 1.20 release." +long_text: | + Greetings to all Faithful users! Today we're putting out a small release to update the pack to 1.19.4 and to publish the latest textures from our GitHub repository. Thanks for sticking with us, we've got more in store for the 1.20 release. changelog: - April 2023: diff --git a/_posts/faithful32x/2023-05-27-F32-R7.md b/_posts/faithful32x/2023-05-27-F32-R7.md index 6a669c61..aa52abec 100644 --- a/_posts/faithful32x/2023-05-27-F32-R7.md +++ b/_posts/faithful32x/2023-05-27-F32-R7.md @@ -4,7 +4,10 @@ title: Faithful 32x – May 2023 Releases permalink: /faithful32x/R7 header-img: https://database.faithfulpack.net/images/website/posts/32x/R7.jpg -long_text: "We're back again, and this time we've got a lot of new textures for you! Among other things, the new player skins introduced in 1.19.3 have now received a pretty 32x makeover. Since these were the last textures left to do for 1.19.3 and .4, this also means these versions are now fully complete and we can publish them as a full release. Additionally, several common blocks and items that were using older texture (such as diorite, melons, bottles and arrows) have now been remade to bring them up to modern quality standards. As always, many bugs have also been squashed since the last release, ensuring a smooth gaming experience for you.
That's all from us for this update – next stop: Trails & Tales!" +long_text: | + We're back again, and this time we've got a lot of new textures for you! Among other things, the new player skins introduced in 1.19.3 have now received a pretty 32x makeover. Since these were the last textures left to do for 1.19.3 and .4, this also means these versions are now fully complete and we can publish them as a full release. Additionally, several common blocks and items that were using older texture (such as diorite, melons, bottles and arrows) have now been remade to bring them up to modern quality standards. As always, many bugs have also been squashed since the last release, ensuring a smooth gaming experience for you. +
+ That's all from us for this update – next stop: Trails & Tales! changelog: - May 2023: @@ -61,7 +64,7 @@ single-changelog: true downloads: - May 2023 Pre-releases: Bedrock Edition: https://database.faithfulpack.net/packs/32x-Bedrock/May%202023/Faithful%2032x%20-%201.19.mcpack - - May 2023 Releases: + - May 2023 Releases: Java 1.19.4: https://database.faithfulpack.net/packs/32x-Java/May%202023/Faithful%2032x%20-%201.19.4.zip Java 1.19.3: https://database.faithfulpack.net/packs/32x-Java/May%202023/Faithful%2032x%20-%201.19.3.zip Java 1.19.2: https://database.faithfulpack.net/packs/32x-Java/May%202023/Faithful%2032x%20-%201.19.2.zip diff --git a/_posts/faithful32x/2023-08-27-F32-R8.md b/_posts/faithful32x/2023-08-27-F32-R8.md index 7a9025e2..b1a586e6 100644 --- a/_posts/faithful32x/2023-08-27-F32-R8.md +++ b/_posts/faithful32x/2023-08-27-F32-R8.md @@ -4,7 +4,10 @@ title: Faithful 32x – August 2023 Releases permalink: /faithful32x/R8 header-img: https://database.faithfulpack.net/images/website/posts/32x/R8.jpg -long_text: "Today we're excited to finally release Faithful 32x for the Trails & Tales update. After months in development, hopefully it will have been worth the wait – and we've been busy! Alongside full support for 1.20 (including the latest snapshots!), this pack release also brings a huge slew of changes and quality improvements to existing textures. Sniffers*, camels, cobblestone, GUI – this release's got it all. Many of the changes concern textures that have been in Faithful for an extensively long time and that have become artistically outdated since their first addition. Getting these redone helps the pack maintain a high level of art style consistency and texture quality. We hope you're going to like this update and that you have fun playing the game with Faithful!

*Multiple sniffers have been harmed during the making of this update" +long_text: | + Today we're excited to finally release Faithful 32x for the Trails & Tales update. After months in development, hopefully it will have been worth the wait – and we've been busy! Alongside full support for 1.20 (including the latest snapshots!), this pack release also brings a huge slew of changes and quality improvements to existing textures. Sniffers*, camels, cobblestone, GUI – this release's got it all. Many of the changes concern textures that have been in Faithful for an extensively long time and that have become artistically outdated since their first addition. Getting these redone helps the pack maintain a high level of art style consistency and texture quality. We hope you're going to like this update and that you have fun playing the game with Faithful! +

+ Multiple sniffers have been harmed during the making of this update changelog: - August 2023: @@ -301,7 +304,7 @@ expanded-changelog: true downloads: - August 2023 Pre-releases: Bedrock Edition: https://database.faithfulpack.net/packs/32x-Bedrock/August%202023/Faithful%2032x%20-%201.20.mcpack - - August 2023 Releases: + - August 2023 Releases: Java 1.20.2: https://database.faithfulpack.net/packs/32x-Java/August%202023/Faithful%2032x%20-%201.20.2.zip Java 1.20.1: https://database.faithfulpack.net/packs/32x-Java/August%202023/Faithful%2032x%20-%201.20.1.zip Java 1.19.4: https://database.faithfulpack.net/packs/32x-Java/August%202023/Faithful%2032x%20-%201.19.4.zip diff --git a/_posts/faithful32x/2023-10-14-F32-R9.md b/_posts/faithful32x/2023-10-14-F32-R9.md index f26c6e95..2e76639c 100644 --- a/_posts/faithful32x/2023-10-14-F32-R9.md +++ b/_posts/faithful32x/2023-10-14-F32-R9.md @@ -5,7 +5,9 @@ permalink: /faithful32x/R9 header-img: https://database.faithfulpack.net/images/website/posts/32x/R9.jpg long_text: | - Hello everyone! We're now publishing the October release of Faithful 32x. In this update we've focused mainly on improving existing textures, often redoing the ones that were long overdue for a refresh. Alongside that this release also brings a slew of fixes for various issues in both Java and Bedrock Edition. Lastly, Faithful 32x now natively supports textures provided by Fabric API and Fabric Mod Menu! So if you're a player like us who likes to play on vanilla server with client-side mods, you're definitely going to appreciate this update.
Have fun and thanks for using Faithful! + Hello everyone! We're now publishing the October release of Faithful 32x. In this update we've focused mainly on improving existing textures, often redoing the ones that were long overdue for a refresh. Alongside that this release also brings a slew of fixes for various issues in both Java and Bedrock Edition. Lastly, Faithful 32x now natively supports textures provided by Fabric API and Fabric Mod Menu! So if you're a player like us who likes to play on vanilla server with client-side mods, you're definitely going to appreciate this update. +
+ Have fun and thanks for using Faithful! changelog: - October 2023: @@ -127,7 +129,7 @@ expanded-changelog: true downloads: - October 2023 Pre-releases: Bedrock Edition: https://database.faithfulpack.net/packs/32x-Bedrock/October%202023/Faithful%2032x%20-%201.20.mcpack - - October 2023 Releases: + - October 2023 Releases: Java 1.20.2: https://database.faithfulpack.net/packs/32x-Java/October%202023/Faithful%2032x%20-%201.20.2.zip Java 1.20.1: https://database.faithfulpack.net/packs/32x-Java/October%202023/Faithful%2032x%20-%201.20.1.zip Java 1.19.4: https://database.faithfulpack.net/packs/32x-Java/October%202023/Faithful%2032x%20-%201.19.4.zip diff --git a/_posts/faithful32x/2023-12-25-F32-R10.md b/_posts/faithful32x/2023-12-25-F32-R10.md index 46141f71..83fcd5b1 100644 --- a/_posts/faithful32x/2023-12-25-F32-R10.md +++ b/_posts/faithful32x/2023-12-25-F32-R10.md @@ -5,7 +5,9 @@ permalink: /faithful32x/R10 header-img: https://database.faithfulpack.net/images/website/posts/32x/R10.jpg long_text: | - Hello everyone, we are back with a new Faithful 32x update! In this release, we are starting support for experimental 1.21 textures with the some of the new tuff and copper blocks, the armadillo scute, and more. We have also made quite a few changes and revamps to textures both new and old, such as the updated 1.20 bat model, tweaks to the creeper and changes to the furnace. Of course, this is only scratching the surface of everything in this update! Finally, as always, we have also patched some bugs to make for a better Faithful experience for all players.
Happy Holidays and thanks for supporting Faithful! + Hello everyone, we are back with a new Faithful 32x update! In this release, we are starting support for experimental 1.21 textures with the some of the new tuff and copper blocks, the armadillo scute, and more. We have also made quite a few changes and revamps to textures both new and old, such as the updated 1.20 bat model, tweaks to the creeper and changes to the furnace. Of course, this is only scratching the surface of everything in this update! Finally, as always, we have also patched some bugs to make for a better Faithful experience for all players. +
+ Happy Holidays and thanks for supporting Faithful! changelog: - December 2023: @@ -21,7 +23,7 @@ changelog: - Copper Doors (DMgaming, Jamiscus) - Trial Key (DMgaming) - Armadillo Scute (Aerod) - - Entities: + - Entities: - New Bat Model (DMgaming) - "[Bedrock] NPC 7 (Webaccount284)" - "[Bedrock] NPC 8 (Webaccount284)" @@ -34,7 +36,7 @@ changelog: - Particles: - Trial Spawner Detection Particles (Pythagoras_314, DMgaming) - Gust Particles (FHLX, Fin9er, Jamiscus) - - Bedrock UI: + - Bedrock UI: - Disabled Crafter Slots (Fin9er) - Red Dot Animation (Klonoa) - PS5 Controller Buttons (Klonoa) @@ -113,7 +115,7 @@ expanded-changelog: true downloads: - December 2023 Pre-releases: Bedrock Edition: https://database.faithfulpack.net/packs/32x-Bedrock/December%202023/Faithful%2032x%20-%201.20.mcpack - - December 2023 Releases: + - December 2023 Releases: Java 1.20.4: https://database.faithfulpack.net/packs/32x-Java/December%202023/Faithful%2032x%20-%201.20.4.zip Java 1.20.2: https://database.faithfulpack.net/packs/32x-Java/December%202023/Faithful%2032x%20-%201.20.2.zip Java 1.20.1: https://database.faithfulpack.net/packs/32x-Java/December%202023/Faithful%2032x%20-%201.20.1.zip diff --git a/_posts/faithful64x/2022-04-14-F64_B4.md b/_posts/faithful64x/2022-04-14-F64_B4.md index fe680fe7..df8c10d8 100644 --- a/_posts/faithful64x/2022-04-14-F64_B4.md +++ b/_posts/faithful64x/2022-04-14-F64_B4.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 4 permalink: /faithful64x/B4 header-img: https://database.faithfulpack.net/images/website/posts/64x/B4.jpg -long_text: "Hello all! Here is the (technically first) new beta for Faithful 64x! In today's update a lot of good things have been added including the kelp plant, the raw gold block, the rest of the copper blocks and the honey block! We're also introducing some new entities with the parrot, the wandering trader, the piglin brute and the husk joining in on the action! And as always, we can't forget the many changes that we've made to existing textures, for example stone, ores, grass or wool." +long_text: | + Hello all! Here is the (technically first) new beta for Faithful 64x! In today's update a lot of good things have been added including the kelp plant, the raw gold block, the rest of the copper blocks and the honey block! We're also introducing some new entities with the parrot, the wandering trader, the piglin brute and the husk joining in on the action! And as always, we can't forget the many changes that we've made to existing textures, for example stone, ores, grass or wool. changelog: - Beta 3: diff --git a/_posts/faithful64x/2022-07-05-F64_B5.md b/_posts/faithful64x/2022-07-05-F64_B5.md index 903fd7ee..ff186f7c 100644 --- a/_posts/faithful64x/2022-07-05-F64_B5.md +++ b/_posts/faithful64x/2022-07-05-F64_B5.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 5.1 Anniversary Update permalink: /faithful64x/B5 header-img: https://database.faithfulpack.net/images/website/posts/64x/F64x_Anniversary_promote.jpg -long_text: "Too much stuff! Textures from 1.19, old versions and incredible changes! From seagrass to mangrove without forgetting the sculk blocks, you are bound to find what you want. Important updates such as bamboo, granite, ladder and many others that were present at the very beginning of the pack." +long_text: | + Too much stuff! Textures from 1.19, old versions and incredible changes! From seagrass to mangrove without forgetting the sculk blocks, you are bound to find what you want. Important updates such as bamboo, granite, ladder and many others that were present at the very beginning of the pack. changelog: - Beta 5: diff --git a/_posts/faithful64x/2022-10-27-F64_B6.md b/_posts/faithful64x/2022-10-27-F64_B6.md index 37c28575..c00fb1a8 100644 --- a/_posts/faithful64x/2022-10-27-F64_B6.md +++ b/_posts/faithful64x/2022-10-27-F64_B6.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 6 permalink: /faithful64x/B6 header-img: https://database.faithfulpack.net/images/website/posts/64x/B6.jpg -long_text: "It looks at you in the half-light, ready to appear... This is... The Spooky update for Faithful 64x! A considerable number of additions and changes are waiting for you like the tall seagrass, the iron golem, the dragon and many more! See you soon!" +long_text: | + It looks at you in the half-light, ready to appear... This is... The Spooky update for Faithful 64x! A considerable number of additions and changes are waiting for you like the tall seagrass, the iron golem, the dragon and many more! See you soon! changelog: - Beta 6: diff --git a/_posts/faithful64x/2022-12-14-F64_B7.md b/_posts/faithful64x/2022-12-14-F64_B7.md index 8c13e3ad..49bad5ef 100644 --- a/_posts/faithful64x/2022-12-14-F64_B7.md +++ b/_posts/faithful64x/2022-12-14-F64_B7.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 7 permalink: /faithful64x/B7 header-img: https://database.faithfulpack.net/images/website/posts/64x/B7.jpg -long_text: "The quality of the pack has drastically increased in the years that Faithful 64x has been actively developed, and this has led to many textures not matching the standards of new ones. The best way to fix this problem was to take a dedicated update give all of the offenders a makeover, and now this update is finally here. Every corner of the pack has been improved in some way, and even some 1.19.3 textures made their way into the pack as well." +long_text: | + The quality of the pack has drastically increased in the years that Faithful 64x has been actively developed, and this has led to many textures not matching the standards of new ones. The best way to fix this problem was to take a dedicated update give all of the offenders a makeover, and now this update is finally here. Every corner of the pack has been improved in some way, and even some 1.19.3 textures made their way into the pack as well. changelog: - Beta 7: diff --git a/_posts/faithful64x/2023-04-20-F64_B8.md b/_posts/faithful64x/2023-04-20-F64_B8.md index 19c7cbdb..027bb531 100644 --- a/_posts/faithful64x/2023-04-20-F64_B8.md +++ b/_posts/faithful64x/2023-04-20-F64_B8.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 8 permalink: /faithful64x/B8 header-img: https://database.faithfulpack.net/images/website/posts/64x/B8.jpg -long_text: "Surprise, a new update for the Faithful 64x has just arrived! Many new textures are waiting for you such as some blocks from 1.20 or even entities like the Ravager or the Zombie Villagers. This update is in your hands so what are you waiting for?" +long_text: | + Surprise, a new update for the Faithful 64x has just arrived! Many new textures are waiting for you such as some blocks from 1.20 or even entities like the Ravager or the Zombie Villagers. This update is in your hands so what are you waiting for? changelog: - Beta 8: diff --git a/_posts/faithful64x/2023-07-05-F64_B9.md b/_posts/faithful64x/2023-07-05-F64_B9.md index d869e66b..832d7e52 100644 --- a/_posts/faithful64x/2023-07-05-F64_B9.md +++ b/_posts/faithful64x/2023-07-05-F64_B9.md @@ -4,7 +4,8 @@ title: Faithful 64x Beta 9.1 permalink: /faithful64x/B9 header-img: https://database.faithfulpack.net/images/website/posts/64x/B9.png -long_text: "UPDATE: 1.20.2 is now out and is now supported. Redownload the pack to fix UIs and Bamboo Fence Gate. Time flies but... It's the third anniversary of the Faithful 64x! THANK YOU for your continued support! Like every year, I've prepared an exceptional update. On the program: new textures for 1.20, quality improvements for some, but above all, the cats are finished. Thanks again to all our players, and see you in December!" +long_text: | + UPDATE: 1.20.2 is now out and is now supported. Redownload the pack to fix UIs and Bamboo Fence Gate. Time flies but... It's the third anniversary of the Faithful 64x! THANK YOU for your continued support! Like every year, I've prepared an exceptional update. On the program: new textures for 1.20, quality improvements for some, but above all, the cats are finished. Thanks again to all our players, and see you in December! changelog: - Beta 9: diff --git a/classicfaithful/64x-jappa.md b/classicfaithful/64x-jappa.md index cfbc5801..5a5aa8bd 100644 --- a/classicfaithful/64x-jappa.md +++ b/classicfaithful/64x-jappa.md @@ -8,7 +8,8 @@ long_text: | The 64x part in the Classic Faithful lineup, Classic Faithful 64x aims to be a spiritual successor to HiTeeN's original Faithful 64x, as well as many other discontinued 64x projects. Its goal is to bring back the classic “painted” look of Vattic's textures that many players have grown to love over the years, all the while remaking vanilla art in quadruple the resolution.

Being based on the latest Minecraft textures, this pack is perfect for all enjoyers of the classic Faithful style who want a clean and updated experience. -

[NOTE: Missing textures will be present, as the pack is not complete. In addition, Bedrock edition is in early development and is likely to be broken!] +

+ [NOTE: Missing textures will be present, as the pack is not complete. In addition, Bedrock edition is in early development and is likely to be broken!] downloads: - Latest Version: diff --git a/js/defaultFunctionality.js b/js/defaultFunctionality.js index a7dc6ae4..c67c0bf6 100644 --- a/js/defaultFunctionality.js +++ b/js/defaultFunctionality.js @@ -1,9 +1,9 @@ /* global Element, Event */ -Element.prototype.siblingElements = function () { +function siblingElements() { if (this.parentNode === null) return [] - return [...this.parentNode.children].filter((el) => el !== this) + return Array.from(this.parentNode.children).filter((el) => el !== this) } const DROPDOWN_SHOW_CLASS = 'show' @@ -17,13 +17,15 @@ document.querySelectorAll('[data-toggle="dropdown"]').forEach((item) => { }) // function made to toggle my item and untoggle all others -function toggleDropdown (item) { +function toggleDropdown(item) { const itemExpanded = item.parentNode.classList.contains(DROPDOWN_SHOW_CLASS) - if (!itemExpanded) { // if I am not expanded, go untoggle all other siblings - item.parentNode.siblingElements().filter((el) => el.classList.contains(DROPDOWN_SHOW_CLASS)).forEach((otherParent) => { - otherParent.classList.remove(DROPDOWN_SHOW_CLASS) - }) + if (!itemExpanded) { // if not expanded, go untoggle all other siblings + siblingElements(item.parentNode) + .filter((el) => el.classList.contains(DROPDOWN_SHOW_CLASS)) + .forEach((otherParent) => { + otherParent.classList.remove(DROPDOWN_SHOW_CLASS) + }) } // then toggle me @@ -37,7 +39,7 @@ document.querySelectorAll('[data-toggle="collapse"]').forEach((item) => { }) }) -function toggleMenu (item) { +function toggleMenu(item) { let expandNow = true if (item.dataset.expanded === 'true') expandNow = false @@ -46,7 +48,7 @@ function toggleMenu (item) { item.dataset.expanded = expandNow } -function getNextElement (element, selector) { +function getNextElement(element, selector) { let next = element.nextElementSibling while (next) { if (next.matches(selector)) return next @@ -72,7 +74,7 @@ document.querySelectorAll('[data-ride="carousel"]').forEach((item) => { else goToSlide(item, currentItem + 1) }) - setTimeout(function loop () { + setTimeout(function loop() { if (currentItem === itemCount - 1) goToSlide(item, 0) else goToSlide(item, currentItem + 1) setTimeout(loop, 5000) @@ -84,7 +86,7 @@ document.querySelectorAll('[data-ride="carousel"]').forEach((item) => { }) } - function goToSlide (carousel, index) { + function goToSlide(carousel, index) { if (!blocking && index !== currentItem) { blocking = true @@ -132,11 +134,7 @@ document.addEventListener('DOMContentLoaded', () => { const isScrolling = window.scrollY > (topNavbar.offsetTop + topNavbarHeight) topNavbar.classList.toggle('fixed', isScrolling) - if (isScrolling) { - topNavbarParent.style.paddingTop = topNavbarHeight + 'px' - } else { - topNavbarParent.style.paddingTop = '0px' - } + topNavbarParent.style.paddingTop = isScrolling ? topNavbarHeight + 'px' : '0px' } changeTopNavbar() // Fix when reloading page already scrolled down, for example home page