Skip to content

Commit

Permalink
Push to 0.2.0 & added logo to mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorWolfgamingDE committed Jul 2, 2024
1 parent f16e635 commit d110669
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions assortedcuisine.mcreator
Original file line number Diff line number Diff line change
Expand Up @@ -2438,8 +2438,8 @@
"item.assortedcuisine.slurm_soda": "Slurm",
"item.assortedcuisine.bread_slice": "Bread Slice",
"item.assortedcuisine.cheese_music_disc.desc": "sisthek - CHEESE",
"item.assortedcuisine.hot_chocolate_milk": "Hot Chocolate Milk",
"item.assortedcuisine.cocoa_soda": "Cocoa Drink",
"item.assortedcuisine.hot_chocolate_milk": "Hot Chocolate Milk",
"item.assortedcuisine.golden_apple_soda": "Golden Apple Soda",
"advancements.cheese_music_disc_advancement.descr": "Acquire sisthek\u0027s CHEESE music disc by producing ridiculous amounts of cheese.",
"item.assortedcuisine.mr_cheese_item": "MrCheeseItem",
Expand Down Expand Up @@ -2559,13 +2559,14 @@
"workspaceSettings": {
"modid": "assortedcuisine",
"modName": "Assorted Cuisine",
"version": "0.1.2",
"version": "0.2.0",
"description": "Adds an random assortment of food items to your Minecraft world.",
"author": "junior_Feuerwolf / JuniorWMG",
"websiteURL": "https://lolcatz.de/assorted/cuisine",
"license": "GNU General Public License version 3 (GPLv3)",
"disableForgeVersionCheck": true,
"serverSideOnly": false,
"modPicture": "logo",
"requiredMods": [],
"dependencies": [
"assortedtools",
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ license="GNU General Public License version 3 (GPLv3)"

[[mods]]
modId="assortedcuisine"
version="0.1.2"
version="0.2.0"
displayName="Assorted Cuisine"
displayURL="https://lolcatz.de/assorted/cuisine"
logoFile="logo.png"
credits="Grim3212 - Developer of the Grim Pack & Assorted Mods"
authors="junior_Feuerwolf / JuniorWMG"
description="Adds an random assortment of food items to your Minecraft world."
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/assortedcuisine/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"item.assortedcuisine.slurm_soda": "Slurm",
"item.assortedcuisine.bread_slice": "Bread Slice",
"item.assortedcuisine.cheese_music_disc.desc": "sisthek - CHEESE",
"item.assortedcuisine.hot_chocolate_milk": "Hot Chocolate Milk",
"item.assortedcuisine.cocoa_soda": "Cocoa Drink",
"item.assortedcuisine.hot_chocolate_milk": "Hot Chocolate Milk",
"item.assortedcuisine.golden_apple_soda": "Golden Apple Soda",
"advancements.cheese_music_disc_advancement.descr": "Acquire sisthek\u0027s CHEESE music disc by producing ridiculous amounts of cheese.",
"item.assortedcuisine.mr_cheese_item": "MrCheeseItem",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/main/resources/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d110669

Please sign in to comment.