The Blue Lock Custom Minecraft GUI Pack is inspired by the intense anime "Blue Lock." This GUI-only resource pack integrates smoothly with other packs, offering a custom interface that captures the show's competitive energy. The pack features a new hot bar and container designs with a color palette of light blue, green, and purple.
If you have preferences for other colors, such as red and white, feel free to suggest them for future updates. Encounter any bugs? Please report them on our Discord server, and we'll address them promptly to ensure a smooth experience.
Light blue, green, and purple color palette inspired by the anime's aesthetic
Covers all interface elements and menus for a fully immersive experience
Crisp, detailed textures for all screen sizes and display settings
Thank you for exploring my collection of anime-inspired Minecraft GUI texture packs! Here you'll find various ways to support my work and additional resources to enhance your Minecraft experience.
Click the "View Pack" button on any texture pack to go to its download page.
Open Minecraft, click "Options" → "Resource Packs" → "Open Pack Folder".
Move the downloaded .zip file into your resource packs folder.
In Minecraft, select the pack from the available resource packs and click "Done".
Yes! These GUI packs should work with most modded Minecraft versions, though some mod GUIs might not be affected.
Feel free to use these packs in your content. Credit to "Listar MC" is appreciated but not required.
Yes! Join my Discord server to suggest new anime themes for future GUI packs.
Have an anime you'd love to see as a Minecraft GUI? Join our Discord community to suggest new themes and vote on upcoming releases!
Join Discord to Requesttag // This ensures all the gallery functionality is properly initialized document.addEventListener('DOMContentLoaded', function() { // Initialize the gallery const viewAllBtn = document.querySelector('.view-all-btn'); if (viewAllBtn) { viewAllBtn.addEventListener('click', function() { openModal(); currentSlide(1); }); } // Initialize thumbnail items const thumbnailItems = document.querySelectorAll('.thumbnail-item'); thumbnailItems.forEach((item, index) => { item.addEventListener('click', function() { openModal(); currentSlide(index + 1); }); }); // Set up the total slides count const totalSlides = document.querySelectorAll('.mySlides').length; const totalSlidesElement = document.getElementById('total-slides'); if (totalSlidesElement) { totalSlidesElement.textContent = totalSlides; } console.log('Gallery initialization complete'); });