Skip to content

Commit

Permalink
Fix URL for patches pack in mkrecipe;
Browse files Browse the repository at this point in the history
  • Loading branch information
pdc committed Sep 18, 2011
1 parent 7b2ad69 commit 498b836
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion rx/upgrade-beta-11.tprx
Expand Up @@ -75,7 +75,7 @@ mix:
source: beta-12-patch.png source: beta-12-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-12.tprx
Expand Up @@ -58,7 +58,7 @@ mix:
source: beta-13-patch.png source: beta-13-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-13.tprx
Expand Up @@ -51,7 +51,7 @@ mix:
source: beta-14-patch.png source: beta-14-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-14.tprx
Expand Up @@ -48,7 +48,7 @@ mix:
source: beta-16-patch.png source: beta-16-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-15.tprx
Expand Up @@ -44,7 +44,7 @@ mix:
source: beta-16-patch.png source: beta-16-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-16.tprx
Expand Up @@ -38,7 +38,7 @@ mix:
source: beta-17-patch.png source: beta-17-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion rx/upgrade-beta-17.tprx
Expand Up @@ -31,7 +31,7 @@ mix:
source: beta-18-patch.png source: beta-18-patch.png
pack: $base pack: $base
packs: packs:
patches: {href: 'http://static.texturejam.org.uk/texturepacks/self.patches.004.zip'} patches: {href: 'http://static.texturejam.org.uk/texturepacks/patches.004.zip'}
parameters: parameters:
packs: packs:
- name: base - name: base
Expand Down
2 changes: 1 addition & 1 deletion script/mkrecipe
Expand Up @@ -76,7 +76,7 @@ class RecipeMaker(object):
if is_local: if is_local:
recipe['packs']['patches'] = {'file': '../patches'} recipe['packs']['patches'] = {'file': '../patches'}
else: else:
recipe['packs']['patches'] = {'href': 'http://static.texturejam.org.uk/texturepacks/self.patches.%s.zip' % self.patches_version} recipe['packs']['patches'] = {'href': 'http://static.texturejam.org.uk/texturepacks/patches.%s.zip' % self.patches_version}
recipe['maps'][0]['href'] = 'maps/%s' % self.minecraft_version recipe['maps'][0]['href'] = 'maps/%s' % self.minecraft_version


# Now add replacement terms based on the maps # Now add replacement terms based on the maps
Expand Down

0 comments on commit 498b836

Please sign in to comment.