diff --git a/src/main/resources/rs117/hd/scene/materials.json b/src/main/resources/rs117/hd/scene/materials.json index acc1eaed37..d4a7ac43a6 100644 --- a/src/main/resources/rs117/hd/scene/materials.json +++ b/src/main/resources/rs117/hd/scene/materials.json @@ -670,8 +670,14 @@ "name": "BRICK_BROWN_HORIZONTAL", "vanillaTextureIndex": 120 }, + { + "name": "FORTIS_ROADS_N" + }, { "name": "FORTIS_ROADS", + "normalMap": "FORTIS_ROADS_N", + "specularStrength": 0.30, + "specularGloss": 30, "vanillaTextureIndex": 121, "textureScale": [ -1, -1 ], "brightness": 0.92 diff --git a/src/main/resources/rs117/hd/scene/textures/fortis_roads_n.png b/src/main/resources/rs117/hd/scene/textures/fortis_roads_n.png new file mode 100644 index 0000000000..b1819176a8 Binary files /dev/null and b/src/main/resources/rs117/hd/scene/textures/fortis_roads_n.png differ