This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
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.
- Loading branch information
Showing
4 changed files
with
24 additions
and
57 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,71 +1,33 @@ | ||
![](https://i.imgur.com/qZ6Hhmz.png "Some ugly banner!") | ||
|
||
### **Information** | ||
This is my first mod I've ever made for Minecraft, I've been making plugins before but I wanted to learn and experience modding too. | ||
This is my first mod I've ever made for Minecraft, I've been making plugins before, but I wanted to learn and experience modding too. | ||
So after some time trying to figure out how some things work with great help from other developers, I present.. my first mod! | ||
|
||
This mod was made with PvE in mind and can be considered very over powered on PvP servers. | ||
This mod was made with PvE in mind and can be considered very overpowered on PvP servers. | ||
So when adding this to a PvP server, make sure where you start with. | ||
|
||
Transparent Cosmetics in a mod that adds transparent "gear" to your minecraft/modpack. | ||
This mod uses features from [Cosmetic-Armor](https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-fabric "Cosmetic Armor") with [Trinkets](https://www.curseforge.com/minecraft/mc-mods/trinkets-fabric "Trinkets"). | ||
|
||
When the items from this mod are placed inside the cosmetic slots it will hide the armor you're wearing in your armor slots. | ||
So you can show of your skin without having to unequip your armor. | ||
So you can show of your skin without having to un-equip your armor. | ||
|
||
### **Technical Information** | ||
**Mod Loader**: Fabric | ||
**Minecraft version**: 1.19.* | ||
**Minecraft version**: 1.19.4 **(ONLY 1.19.4 for now.)** | ||
|
||
### Changelogs | ||
<details> | ||
<summary>1.19.*-1.5.0</summary> | ||
|
||
#### Changed | ||
- Ported to Minecraft `1.19.*` | ||
</details> | ||
<details> | ||
<summary>1.18.*-1.4.0</summary> | ||
|
||
#### Changed | ||
- Ported to Minecraft `1.18.*` | ||
- Removed dev dependencies: `Artifice` | ||
</details> | ||
<details> | ||
<summary>1.17.*-1.3.0</summary> | ||
|
||
#### Changed | ||
- Ported to Minecraft `1.17.*` | ||
- Removed dependencies: `Curious` | ||
- Added dependencies: `Trinkets` | ||
- The armors are now real armors, can be worn as armor items. | ||
- Some code cleanup, still not clean enough! 😩 | ||
</details> | ||
<details> | ||
<summary>1.16.5-1.1.1</summary> | ||
|
||
#### Changed | ||
- Huge fix to the fact that the Server side needed to be using a different class! | ||
Since I'm still new to this, I did not think about this and I hope this fixes it | ||
</details> | ||
<details> | ||
<summary>1.16.5-1.1.0</summary> | ||
|
||
#### Added | ||
- Added `Transparent Ingot` and a recipe for the Blast Furnace | ||
|
||
#### Changed | ||
- Recipes using `Transparent Ingots` now, instead of `Glass Panes`. | ||
- Transparency added to the textures. | ||
</details> | ||
### Changelog | ||
**Changelog can be found [here](CHANGELOG.md)** | ||
|
||
### Dependencies | ||
| <center>![https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-fabric](https://media.forgecdn.net/avatars/thumbnails/332/317/64/64/637463248304263412.png "Cosmetic Armor")</center>Cosmetic Armor | <center>![https://www.curseforge.com/minecraft/mc-mods/trinkets-fabric](https://media.forgecdn.net/avatars/thumbnails/392/688/64/64/637587073088891583.png "Trinkets API")</center>Trinkets API | | ||
| :- | -:| | ||
- [Cosmetic Armor [Fabric]](https://www.curseforge.com/minecraft/mc-mods/cosmetic-armor-fabric) - 1.5.0 | ||
- [Trinkets [Fabric]](https://www.curseforge.com/minecraft/mc-mods/trinkets) - 3.6.0 | ||
- [Fabric API](https://www.curseforge.com/minecraft/mc-mods/fabric-api) - 0.82.0+1.19.4 | ||
|
||
### Included in Mod packs | ||
*Your modpack can be here, just let me know and share it me* | ||
*Your mod pack can be here, just let me know and share it me* | ||
|
||
### **Help and Support** | ||
For issues you can directly post your issues at the Github repository that you'll find under the tab "Source" | ||
For issues, you can directly post your issues at the GitHub repository that you'll find under the tab "Source" | ||
I'll think about setting up a Discord server if I feel like doing that, for now I do not have a Discord server for mod support. |
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