File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1090
1090
"github": "https://github.com/TyBraniff/Bluemap-x-SophisticatedBackpacks"
1091
1091
}
1092
1092
}
1093
+ {
1094
+ name: "JustStargate x BlueMapModelLoaders"
1095
+ description: "A Resource pack to be used with the Bluemap Addon BlueMapModelLoaders to help render Just Stargate models in Bluemap"
1096
+ author: "TyBraniff"
1097
+ apiVersion: ""
1098
+ platforms: ["resourcepack"]
1099
+ links: {
1100
+ "modrinth": "https://modrinth.com/resourcepack/bluemapmodelloaders-x-juststargate"
1101
+ "github": "https://github.com/TyBraniff/BlueMapModelLoaders-x-JustStargate"
1102
+ }
1103
+ }
1093
1104
{
1094
1105
name: "BlueMap Auto Open Map List"
1095
1106
description: "Automatically opens the map list when BlueMap is loaded in the browser."
Original file line number Diff line number Diff line change @@ -96,9 +96,8 @@ Don't forget to restart apache2 after installing any missing module via `a2enmod
96
96
``` apache
97
97
DocumentRoot /var/www/
98
98
<Directory /var/www/>
99
- allow from all
100
- Options FollowSymLinks
101
99
Require all granted
100
+ Options FollowSymLinks
102
101
SetEnv no-gzip
103
102
104
103
RewriteEngine on
Original file line number Diff line number Diff line change @@ -80,9 +80,8 @@ Here is an example for how it could look like on Apache:
80
80
``` apache
81
81
DocumentRoot /var/www/
82
82
<Directory /var/www/>
83
- allow from all
84
- Options FollowSymLinks
85
83
Require all granted
84
+ Options FollowSymLinks
86
85
87
86
RewriteEngine On
88
87
You can’t perform that action at this time.
0 commit comments