diff --git a/build.gradle b/build.gradle index 8e58800..015acd2 100644 --- a/build.gradle +++ b/build.gradle @@ -6,9 +6,9 @@ sourceCompatibility = JavaVersion.VERSION_17 targetCompatibility = JavaVersion.VERSION_17 archivesBaseName = 'rftl' -version = '1.0.0+1.20' +version = '1.0.1+1.20' group = 'de.dunimark.rftl' -actualmodid = 'rotten_flesh_to_leather' +actualmodid = 'rftl' loom { mixin { diff --git a/src/main/resources/assets/rotten_flesh_to_leather/icon.png b/src/main/resources/assets/rftl/icon.png similarity index 100% rename from src/main/resources/assets/rotten_flesh_to_leather/icon.png rename to src/main/resources/assets/rftl/icon.png diff --git a/src/main/resources/assets/rotten_flesh_to_leather/lang/en_us.json b/src/main/resources/assets/rftl/lang/en_us.json similarity index 100% rename from src/main/resources/assets/rotten_flesh_to_leather/lang/en_us.json rename to src/main/resources/assets/rftl/lang/en_us.json diff --git a/src/main/resources/assets/rotten_flesh_to_leather/textures/rotten_flesh.png b/src/main/resources/assets/rftl/textures/rotten_flesh.png similarity index 100% rename from src/main/resources/assets/rotten_flesh_to_leather/textures/rotten_flesh.png rename to src/main/resources/assets/rftl/textures/rotten_flesh.png diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 197884a..c124457 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "id": "rotten_flesh_to_leather", + "id": "rftl", "version": "1.0.0+1.20", "name": "Rotten Flesh to Leather", "description": "A simple mod that makes rotten flesh less useless by allowing smelting into leather", @@ -12,14 +12,14 @@ "sources": "https://github.com/dunimark/rftl" }, "license": "GPL-3.0 License", - "icon": "assets/rotten_flesh_to_leather/icon.png", + "icon": "assets/rftl/icon.png", "environment": "*", "entrypoints": { "main": [ - "de.dunimark.rottenfleshtoleather.RottenFleshToLeatherMod" + "de.dunimark.rftl.RottenFleshToLeatherMod" ], "client": [ - "de.dunimark.rottenfleshtoleather.ClientInit" + "de.dunimark.rftl.ClientInit" ] }, "depends": { diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 02a7e11..9f86ea8 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 15, - "description": "rotten_flesh_to_leather resources" + "description": "rftl resources" } } \ No newline at end of file