This gist covers the changes to loot tables introduced in 18w43a, the first 1.14 snapshot. Check out this more in-depth loot table guide.
Last updated: 18w49a
This gist covers the changes to loot tables introduced in 18w43a, the first 1.14 snapshot. Check out this more in-depth loot table guide.
Last updated: 18w49a
| cmake_minimum_required(VERSION 3.6) | |
| project(CmakeVirtualenv) | |
| enable_testing() | |
| # Find Python and Virtualenv. We don't actually use the output of the | |
| # find_package, but it'll give nicer errors. | |
| find_package(PythonInterp 2.7 REQUIRED) | |
| find_program(VIRTUALENV virtualenv) |
| <?xml version="1.0"?> | |
| <configuration> | |
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <rule name="Handle History Mode and custom 404/500" stopProcessing="true"> | |
| <match url="(.*)" /> | |
| <conditions logicalGrouping="MatchAll"> | |
| <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> | |
| <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> |