Nicolas F
49497b602c
docs: remove obsolete section about HTTPS
...
Closes #1953 .
2021-06-30 15:01:40 +02:00
Nicolas F
b150cf0daa
docs: update texture installation instructions
2021-06-10 17:26:58 +02:00
Nicolas F
bc56346bad
Initial 1.16 block work
...
- Add ancient debris
- Add basalt
- Add polished basalt
- Add soul campfire
2020-07-03 13:10:23 +02:00
Nicolas F
751ba39bd0
docs/running: fix leftover mention of 1.14
...
Oopsie.
2019-12-28 13:44:17 +01:00
Nicolas F
7538eb42c3
1.15 release preparations
...
- Update texture error string
- Update docs
- Add missing newline at the end of textures.py
2019-12-27 14:23:01 +01:00
dreamwraith
ee080247c2
Update Docs for Texture Install
...
Documentation Not Accounting for wget oddness with non-existing directories. When using wget options to create directories, results in errors. This change works reliably for utilizing with wget where directories do not already exist, and also adds note indicating ability to integrate with shell scripts.
2019-09-22 15:02:18 -07:00
Nicolas F
a20d09fd82
docs/running: update texture install instructions
2019-04-26 04:17:50 +02:00
Monkey0x9
e8bb3967f7
Change forgotten 1.11 to 1.12 in documentation
2017-06-11 13:59:14 +02:00
Nicolas F
461f8647e0
Update strings to 1.12
2017-06-09 16:28:49 +02:00
Mark Vander Stel
d92f00d97d
Update strings and items to 1.11
...
Update all strings and vars to 1.11.
Add new items and blocks to items.py.
2016-11-29 09:13:42 -05:00
manuelgu
5862b34e9e
Update text for 1.10
2016-08-09 11:59:58 +02:00
Nicolas F
917e38fd53
Make command line option docs more complete
...
Mainly, the genPOI options were finally documented.
2016-06-30 09:07:13 +02:00
Nicolas F
0d7731b125
Update client jar version in documentation
2016-06-30 07:57:15 +02:00
Caleb Sander
a998911d02
Added information about --skip-scan to the docs
2015-01-28 22:44:14 -05:00
Andrew Chin
5d13030834
Bump versions and docs for 1.8 support!
2014-09-02 10:54:13 -04:00
Brooks
6cca3ed004
Latest version of minecraft jar
...
Updated the version variable in the short script to install the latest minecraft jar for textures.
2014-07-30 22:24:23 -04:00
John
2c5183e006
--check-tiles note about overestimating
...
added note about --check-tiles overestimating tiles and remaining processing time
2014-03-06 23:06:33 -05:00
Andrew Chin
87356ba594
Updated "Installing Textures" section
...
Use 1.7.2 in the examples instead of 1.6.2, since a 1.7 version is required
2013-11-20 18:09:52 -05:00
Thomas Lake
2b493ce4f4
Add explanation about HTTPS
2013-08-29 20:49:18 +01:00
Andrew Brown
4599307491
more wording adjustments
2013-08-12 20:47:23 -04:00
Andrew Brown
9186be8cef
updated texture version to 1.6.2
2013-08-12 20:43:48 -04:00
Andrew Brown
fef4274021
missed the quotation block
2013-08-12 20:42:58 -04:00
Andrew Brown
c7947271cf
Updated the wording in the texture installing docs to be less confusing
2013-08-12 20:41:11 -04:00
Andrew Brown
bec2715792
Added more explicit example for texture pack downloading
2013-08-12 20:30:08 -04:00
Andrew Brown
66d469c4b8
fixed wording related to texturepath in config docs
...
Changed to be more accurate with the resource pack changes in minecraft
1.6
2013-07-05 23:55:34 -04:00
Andrew Brown
5fd0c32fa3
removed mkdir command in installing the textures
...
Apparently the wget -P flag creates directories.
2013-07-05 23:45:57 -04:00
Andrew Brown
dbedb0e674
updated Installing Textures section of the docs
...
Added a command to download the official textures. Reworded the rest of
the section for clarity.
2013-07-05 23:36:55 -04:00
Andrew Brown
4f41d16e8e
updated "installing the textures" section of the docs
...
Also fixed docstring in textures.py for the find_file method.
2013-07-05 16:01:40 -04:00
Andrew Chin
7ae83d014a
Fix/improve the --check-terrain option to work with the new texturepacks
...
Also, updated texturepack-related docs
Related to #907
2013-03-17 12:12:12 -04:00
Thomas Lake
fcd0f4c173
Add documentation for --update-web-assets
2012-08-12 16:40:51 +01:00
Andrew Chin
06b6af5dbc
Fix texturepath docs (minor)
2012-05-06 19:56:11 -04:00
Sean Kilgore
c287247b86
Updated sign docs, including --genpoi usage
2012-03-26 13:41:16 -07:00
Andrew Brown
10806381d9
even more doc tweaks
2012-03-11 13:10:43 -04:00
Andrew Brown
3fd9b82108
more doc clarification about the render mode options
2012-03-11 01:55:34 -05:00
Andrew Brown
bc1118df35
clarified docs around the tile check options
2012-03-11 01:40:32 -05:00
Andrew Brown
91f5e2c479
added support for removing tiles that shouldn't exist with --check-tiles
...
--check-tiles is now activated by shrinking maps
better detection for --forcerender situtations
Also cleaned up some docs and comments
Moved tiledir creation to TileSet constructor
2012-03-11 01:18:30 -05:00
Andrew Brown
b8974ae430
removed "biome" and "live map" sections from the running doc
...
biomes are no longer relevant, it's handled automatically.
Also rendering a live map is not a problem these days, with the retry
code it rarely causes issues.
2012-03-03 00:07:36 -05:00
Andrew Brown
9319fee138
added processes option to command line and config file
...
Also the config file parser now just looks for all Settings objects in
settingsDefinitions.py, not the items in __all__
2012-02-08 21:05:02 -05:00
Andrew Brown
8c71c802d2
docs update to Running page and new page Config. Removed Options.
...
Added all about the new config file format. Needs checking for accuracy.
Also need to update the faq and other sections of the docs now that the
options page is gone.
2012-01-22 01:26:04 -05:00
Aaron Griffith
bca4b9b011
added support for loading textures directly out of texture packs
2011-11-07 16:57:34 -05:00
Andrew Brown
bc9d368ae8
added section about biome support to docs
2011-10-27 01:04:23 -04:00
Andrew Brown
fa17d2c87d
fixed typo, clarified some things, added cross-ref
2011-10-18 00:50:57 -04:00
Andrew Brown
3954d232b8
misc docs tweaks
2011-10-16 23:16:43 -04:00
Andrew Brown
cbe3d7e1a3
added note about specifying world numbers
2011-10-06 23:16:19 -04:00
Aaron Griffith
2836c66548
converted explicit documentation links into implicit :doc: references
2011-10-02 11:53:32 -04:00
Andrew Brown
2cc06588a1
moved everything into a docs dir
2011-10-01 16:06:07 -04:00