Skip to content

Commit

Permalink
Removed unfinished tag and moved assets to separate repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Dec 21, 2022
1 parent 729f56b commit 2c5b4e8
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 37 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
![Mod logo](https://github.com/Majrusz/MajruszsEnchantmentsMod/blob/1.19.X/textures/logo.png?raw=true)
![Mod logo](https://github.com/Majrusz/MinecraftCommon/blob/main/Enchantments/logo.png?raw=true)

## What is Majrusz's Enchantments? [![](http://cf.way2muchnoise.eu/full_wonderful-enchantments_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments)
**Majrusz's Enchantments** is a Minecraft Forge modification which adds to the game plenty new and unique enchantments.

## Where is Majrusz's Enchantments available?
## Where is Majrusz's Enchantments officially available?
- [Curse Forge](https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments)
- [Planet Minecraft](https://www.planetminecraft.com/mod/wonderful-enchantments/)
- [Modrinth](https://modrinth.com/mod/majruszs-enchantments)

## Current Mod Releases (Source Code)
- [v1.7.7 for Minecraft 1.19.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.19.X)
- [v1.6.3 for Minecraft 1.18.2](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.18.X) *(not supported anymore)*
- [v1.5.2 for Minecraft 1.17.1](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.17.1) *(not supported anymore)*
- [v1.3.5 for Minecraft 1.16.5 & 1.16.4](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.16.4) *(not supported anymore)*
- [v0.9.1 for Minecraft 1.16.3](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/old-main/WonderfulEnchantments1-16-3) *(not supported anymore)*
- [v1.3.5 for Minecraft 1.16.5](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/1.16.4) *(not supported anymore)*
- [v0.8.1 for Minecraft 1.15.2](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/old-main/WonderfulEnchantments1-15-2) *(not supported anymore)*
- [v0.6.0 for Minecraft 1.12.2](https://github.com/Majrusz/MajruszsEnchantmentsMod/tree/old-main/WonderfulEnchantments1-12-2) *(not supported anymore)*

## Dependencies
- [Majrusz Library](https://github.com/Majrusz/MajruszLibrary/tree/1.19.X) *(Majrusz's Enchantments version 1.0.0 and above)*
- [Majrusz Library](https://github.com/Majrusz/MajruszLibrary/tree/1.19.X)

## Technologies
- Java 8
- [Minecraft Forge API](https://github.com/MinecraftForge/MinecraftForge)

![Languages](https://github.com/Majrusz/MajruszsEnchantmentsMod/blob/1.19.X/textures/languages.png?raw=true)
![Languages](https://github.com/Majrusz/MinecraftCommon/blob/main/Enchantments/languages.png?raw=true)
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'eclipse'
apply plugin: 'maven-publish'
apply plugin: 'org.spongepowered.mixin'

version = '1.7.7-unfinished'
version = '1.7.7'
group = 'com.majruszsenchantments'
archivesBaseName = 'majruszs-enchantments-1.19.3'

Expand Down Expand Up @@ -98,7 +98,7 @@ repositories {

dependencies {
minecraft 'net.minecraftforge:forge:1.19.3-44.0.18'
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.0.0-unfinished' )
implementation fg.deobf( 'com.mlib:majrusz-library-1.19.3:3.0.0' )
annotationProcessor 'org.spongepowered:mixin:0.8.5:processor'
}

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ issueTrackerURL="https://github.com/Majrusz/MajruszsEnchantmentsMod/issues"

[[mods]]
modId="majruszsenchantments"
version="1.7.7-unfinished"
version="1.7.7"
displayName="Majrusz's Enchantments"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/MajruszsEnchantmentsMod/1.19.X/update.json"
updateJSONURL="https://raw.githubusercontent.com/Majrusz/MinecraftCommon/main/Enchantments/update.json"
displayURL="https://www.curseforge.com/minecraft/mc-mods/wonderful-enchantments"
logoFile="logo.png"
credits="Thanks for all your support and downloads!"
Expand Down
Binary file removed textures/changes.png
Binary file not shown.
Binary file removed textures/frost_rider.gif
Binary file not shown.
Binary file removed textures/fuse_cutter.gif
Binary file not shown.
Binary file removed textures/languages.png
Binary file not shown.
Binary file removed textures/logo.png
Binary file not shown.
Binary file removed textures/stuff.png
Binary file not shown.
Binary file removed textures/telekinesis.gif
Binary file not shown.
Binary file removed textures/thanks.png
Binary file not shown.
27 changes: 0 additions & 27 deletions update.json

This file was deleted.

0 comments on commit 2c5b4e8

Please sign in to comment.