Compatibility
Minecraft: Java Edition
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Showcase
As you can see, every player has the floatie on. This is all possible in Vanilla Minecraft, and is very easy to put on. For more previews of what the forced skin looks like on other players, make sure to check out the gallery
Description
What this pack does is it makes it so that everyone has a specific skin. You can't change the skin that everyone is using, and I may add more skins to the pack in the future (or turn this into an API to allow other people to create their own addons). Right now, it gives everyone a cute duck floatie, which was made by girlthatbites specifically for this pack (as you may be able to tell, we wanted to get this pack out in the peak of summer, but we were a bit late on that...) The icon of the pack was also made by her.
I first made this texture pack almost a year ago. However, it was basically just made by chaining a lot of if statements together. The if statement checked what coordinate it was on the current entity, and then just set it to a specific color. It was extremely horrible for loading the texture pack, and made it take a lot longer than usual. Another thing was that it also did it for a lot of other entities. These two factors made it so that I didn't upload the pack.
The pack is now made up of a big switch statement. I cannot use SSBOs, VBOs, an uploaded texture, or an array. It has to be either a switch or chained if statements in order for this to work. Due to this, it still may take a little bit longer than usual to load. However, the switch statement is very fairly optimized, so it shouldn't add too much time to the loading.
How to Use
- It's very simple, just apply the pack as normal. No need to unzip, just put it in your resourcepacks folder or drag it into the resourcepacks screen.
- If the pack doesn't show up, it's most likely because you have recursive resources, and you need to click "Folder View" in the bottom left and then search for the pack (the pack is called "Summer ForceSkin")
Support
Join My Discord
- Report bugs
- Create suggestions
- Vote on future packs
- Interact with the community
- Ask for help with texture packs
- This is the place to ask if you can use this pack in your own pack
Check out The Repository
- Report bugs
- Create suggestions
- Contribute by creating a pull request