So i am trying to force a minecraft resource pack on my vanilla minecraft server. They way i have the server is i downloaded the server file from minecraft.net. Than i placed it in a folder and run it. After it created the files (my world, server.porperties, etc.) I closed it and added a .bat file. with the code :
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.1.6.2.jar gui
pause
And it works fine. And i can play a.o.k. Than i went into the server.properties file and i tried to add a texture pack. For example faithful x32 pack. I got the direct download link {http://goo.gl/kzNkX} I put that address after the "texture-pack=" so the finished code was "texture-pack=http://goo.gl/kzNkX"
But it doesnt ask me if i want to use the recommended file. This is the 1.6.2 file. And i cannot find out how to get minecraft server to force that texture pack. And i think its because Mojang changed it to resources pack. I even tried inputting "resource-pack=" instead of the texture pack. But it didnt work.
Please help me find how to make it support a resource pack. Thanks.
P.S. This is a vanilla server. NOT bukkit server. And ive tried joining the server with a modded client, AND vanilla minecraft client. But none of that worked.
0
@echo off
java -Xmx1024M -Xms1024M -jar minecraft_server.1.6.2.jar gui
pause
And it works fine. And i can play a.o.k. Than i went into the server.properties file and i tried to add a texture pack. For example faithful x32 pack. I got the direct download link {http://goo.gl/kzNkX} I put that address after the "texture-pack=" so the finished code was "texture-pack=http://goo.gl/kzNkX"
But it doesnt ask me if i want to use the recommended file. This is the 1.6.2 file. And i cannot find out how to get minecraft server to force that texture pack. And i think its because Mojang changed it to resources pack. I even tried inputting "resource-pack=" instead of the texture pack. But it didnt work.
Please help me find how to make it support a resource pack. Thanks.
P.S. This is a vanilla server. NOT bukkit server. And ive tried joining the server with a modded client, AND vanilla minecraft client. But none of that worked.
0