generated from jaredlll08/MultiLoader-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8cbfa88
commit b9c7cd6
Showing
24 changed files
with
57 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
### 5.0.1 | ||
### 6.0.0 | ||
|
||
- Fix NeoForge | ||
- Update to 1.21 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
common/src/main/java/com/unrealdinnerbone/trenzalore/lib/RLUtils.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
package com.unrealdinnerbone.trenzalore.lib; | ||
|
||
import net.minecraft.resources.ResourceLocation; | ||
|
||
public class RLUtils | ||
{ | ||
public static ResourceLocation rl(String modId, String path) { | ||
return ResourceLocation.fromNamespaceAndPath(modId, path); | ||
} | ||
|
||
public static ResourceLocation rlFull(String namespaceAndPath) { | ||
return ResourceLocation.tryParse(namespaceAndPath); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
forge/src/main/java/com/unrealdinnerbone/trenzalore/TrenzaloreForge.java
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
forge/src/main/java/com/unrealdinnerbone/trenzalore/TrenzaloreForgeRegistry.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
forge/src/main/java/com/unrealdinnerbone/trenzalore/events/AddItemModifier.java
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
forge/src/main/java/com/unrealdinnerbone/trenzalore/events/ReplaceItemModifier.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.