Skip to content

Commit

Permalink
multi-filament is now its own project
Browse files Browse the repository at this point in the history
  • Loading branch information
thecatcore committed Jan 25, 2024
1 parent 996fe3b commit 07d2975
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 1,104 deletions.
52 changes: 26 additions & 26 deletions .github/ISSUE_TEMPLATE/incorrect-mapping-name.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
---
name: Incorrect mapping name
about: Report an incorrect mapping name
title:
labels: bug
assignees: ''

---

**Minecraft Version**
1.8.9

**Type**
Class / Field / Method / Parameter

**Describe where the element is**
State the affected element's type descriptor or describe where it is

**Description of the element**
Describe what the element does

**Expected name**
The expected name

**Additional Context**
Any additional information
---
name: Incorrect mapping name
about: Report an incorrect mapping name
title:
labels: bug
assignees: ''

---

**Minecraft Version**
1.8.9

**Type**
Class / Field / Method / Parameter

**Describe where the element is**
State the affected element's type descriptor or describe where it is

**Description of the element**
Describe what the element does

**Expected name**
The expected name

**Additional Context**
Any additional information
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'maven-publish'
id "com.diffplug.spotless" version "6.17.0"
id 'net.fabricmc.filament' version "0.6.2"
id 'net.legacyfabric.multifilament'
id 'net.legacyfabric.multifilament' version "0.1.0"
}

def taskName = project.gradle.startParameter.taskNames[0]
Expand Down
95 changes: 0 additions & 95 deletions multi-filament/build.gradle

This file was deleted.

164 changes: 0 additions & 164 deletions multi-filament/checkstyle.xml

This file was deleted.

1 change: 0 additions & 1 deletion multi-filament/gradle.properties

This file was deleted.

1 change: 0 additions & 1 deletion multi-filament/settings.gradle

This file was deleted.

This file was deleted.

Loading

0 comments on commit 07d2975

Please sign in to comment.