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 10901090      "github": "https://github.com/TyBraniff/Bluemap-x-SophisticatedBackpacks"
10911091    }
10921092  }
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+   }
10931104  {
10941105    name: "BlueMap Auto Open Map List"
10951106    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
9696``` apache 
9797DocumentRoot /var/www/ 
9898<Directory /var/www/> 
99-   allow from all 
100-   Options FollowSymLinks 
10199  Require all granted 
100+   Options FollowSymLinks 
102101  SetEnv no-gzip 
103102
104103  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:
8080``` apache 
8181DocumentRoot /var/www/ 
8282<Directory /var/www/> 
83-     allow from all 
84-     Options FollowSymLinks 
8583    Require all granted 
84+     Options FollowSymLinks 
8685   
8786    RewriteEngine On 
8887     
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments