-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Showing
24 changed files
with
150 additions
and
429 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
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
16 changes: 16 additions & 0 deletions
16
forge/src/main/java/fr/rakambda/fallingtree/forge/FallingTreeUtils.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,16 @@ | ||
package fr.rakambda.fallingtree.forge; | ||
|
||
import net.minecraft.resources.ResourceLocation; | ||
import org.jetbrains.annotations.NotNull; | ||
|
||
public class FallingTreeUtils{ | ||
@NotNull | ||
public static ResourceLocation id(@NotNull String name){ | ||
return ResourceLocation.fromNamespaceAndPath(FallingTree.MOD_ID, name); | ||
} | ||
|
||
@NotNull | ||
public static ResourceLocation idExternal(@NotNull String fullName){ | ||
return ResourceLocation.parse(fullName); | ||
} | ||
} |
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
34 changes: 0 additions & 34 deletions
34
forge/src/main/java/fr/rakambda/fallingtree/forge/common/wrapper/EnchantmentWrapper.java
This file was deleted.
Oops, something went wrong.
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
50 changes: 0 additions & 50 deletions
50
forge/src/main/java/fr/rakambda/fallingtree/forge/enchant/ChopperEnchantment.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.