Skip to content

Commit

Permalink
Update to ProgrammerArt v2.1 and host locally
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Jan 25, 2014
1 parent 7298b70 commit ccda37a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added ProgrammerArt-v2.1-ResourcePack-MC17.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ main = () ->
chunkDistance: 2
materials: [] # added dynamically later
texturePath: 'ArtPacks/ProgrammerArt/textures/blocks/' # subproject with textures
artPacks: if isClient then createArtpacks ['https://dl.dropboxusercontent.com/u/258156216/artpacks/ProgrammerArt-2.1-dev-ResourcePack-20140116.zip'] else []
artPacks: if isClient then createArtpacks ['ProgrammerArt-v2.1-ResourcePack-MC17.zip'] else []
worldOrigin: [0, 0, 0]
controls:
discreteFire: false
Expand Down

0 comments on commit ccda37a

Please sign in to comment.