diff --git a/icons/mcfunction.svg b/icons/mcfunction.svg new file mode 100644 index 00000000..525ab252 --- /dev/null +++ b/icons/mcfunction.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/styles/components/icons/mapping.less b/styles/components/icons/mapping.less index baf0306e..1a24fb98 100644 --- a/styles/components/icons/mapping.less +++ b/styles/components/icons/mapping.less @@ -264,6 +264,9 @@ // MAVEN .icon-set("mvnw", "maven", @red); +// MCFUNCTION +.icon-set(".mcfunction", "mcfunction", @orange); + // MUSTACHE .icon-set(".mustache", "mustache", @orange); .icon-set(".stache", "mustache", @orange);