diff --git a/src/main/resources/META-INF/mods.toml b/src/main/resources/META-INF/mods.toml index 0cf8c11..3384a62 100644 --- a/src/main/resources/META-INF/mods.toml +++ b/src/main/resources/META-INF/mods.toml @@ -21,7 +21,7 @@ displayName = "Recipe Book Is Pain" # This is your mod's "homepage" and will be displayed on the mod's information screen in the Mods panel. # displayURL="https://changeme.dev/" #optional # This will be displayed as your mod's logo in the Mods panel. -# logoFile="icon.png" #optional +logoFile= "icon.png" #optional # Some more fluff displayed in the Mods panel. Feel free to issue your special thanks here! # credits="Thanks to Mojang for making this great game" #optional # Some more fluff displayed in the Mods panel. Plug your stuff here! diff --git a/src/main/resources/assets/recipe-book-is-pain/icon.png b/src/main/resources/icon.png similarity index 100% rename from src/main/resources/assets/recipe-book-is-pain/icon.png rename to src/main/resources/icon.png diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 27248c1..bd2a14a 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,7 +1,6 @@ { "pack": { "description": "Resources for rbip", - "pack_format": 8, - "_comment": "pack_format 8 is the current format for Minecraft 1.18.1. Be aware may have changed by the time you use this template!" + "pack_format": 8 } }