-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds readme with install and modpack instructions as well as moving t…
…o a com.matjojo package instead of net.fabricmc
- Loading branch information
Showing
10 changed files
with
35 additions
and
19 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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#Desire Paths | ||
|
||
A desire path is a path created as a consequence of erosion caused by human or animal foot-fall traffic. The path usually represents the shortest or most easily navigated route between an origin and destination. | ||
___ | ||
|
||
Have you even needed to make path blocks on the walk from your base to the mine? Have you ever thought, in real live this is automatic? Than this is the mod for you. Walk over a Grass, Dirt, Podzol or Mycelium block often enough and you'll trample it into a path block automatically! | ||
|
||
![Like this!](https://i.imgur.com/iPEcfkI.jpg) | ||
|
||
|
||
#How to install | ||
1. Download and install fabric from the how to install page here [https://fabricmc.net/wiki/install](https://fabricmc.net/wiki/install). | ||
2. Download the fabric api jar from here [https://minecraft.curseforge.com/projects/fabric](https://minecraft.curseforge.com/projects/fabric). | ||
3. Download the newest version that corresponds to the minecraft and fabric version you have from [this page.](https://github.com/matjojo/desire-paths/releases) | ||
4. Move both .jar files to your mods folder. It will be in `.minecraft/mods` If you are using multiMC you can select `Minecraft Folder` from the right mouse menu on the instance that you made in step one to get to the `.minecraft` folder easily. | ||
|
||
#Modpack use | ||
- Singleplayer: You can just add both the fabric and the mod jar files to any fabric modpack. | ||
- Multiplayer: You'll want to add both the jars to the server at least. Technically the mods works when only on the server, but it will be a bit janky. You're best off also adding them to the client. |
4 changes: 2 additions & 2 deletions
4
...paths/data/Blocks/GenericTrampleable.java → ...paths/data/Blocks/GenericTrampleable.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
4 changes: 2 additions & 2 deletions
4
...e_paths/data/Blocks/SnowyTrampleable.java → ...e_paths/data/Blocks/SnowyTrampleable.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
2 changes: 1 addition & 1 deletion
2
...ire_paths/data/DesirePathsDataHolder.java → ...ire_paths/data/DesirePathsDataHolder.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
4 changes: 2 additions & 2 deletions
4
...in/OnGrassBlockAppendPropertiesMixin.java → ...in/OnGrassBlockAppendPropertiesMixin.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
4 changes: 2 additions & 2 deletions
4
...OnMyceliumBlockAppendPropertiesMixin.java → ...OnMyceliumBlockAppendPropertiesMixin.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
4 changes: 2 additions & 2 deletions
4
...ths/mixin/OnPlayerAddStatisticsMixin.java → ...ths/mixin/OnPlayerAddStatisticsMixin.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
8 changes: 4 additions & 4 deletions
8
...ire_paths/mixin/OnRegisterBlockMixin.java → ...ire_paths/mixin/OnRegisterBlockMixin.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
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