Skip to content

Commit

Permalink
update fixes section of ideas.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Olfi01 committed Jul 25, 2022
1 parent 2c936c9 commit 50b6632
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mod_id=pixelmonitempouch
mod_name=PixelmonItemPouch
mod_group=de.crazypokemondev.pixelmongenerations.pouch
mod_version=0.1.0
mod_version=0.1.1
mod_author=["Olfi01"]
mod_description=Adds an item pouch to organize and store pixelmon items.
minecraft_version=1.12.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
@Mod(modid = PixelmonItemPouchMod.MOD_ID, version = PixelmonItemPouchMod.VERSION, name = PixelmonItemPouchMod.NAME)
public class PixelmonItemPouchMod {
public static final String MOD_ID = "pixelmonitempouch";
public static final String VERSION = "0.1.0";
public static final String VERSION = "0.1.1";
public static final String NAME = "PixelmonItemPouch";
public static Logger logger;
@SidedProxy(clientSide = "de.crazypokemondev.pixelmongenerations.pouch.proxy.ClientProxy",
Expand Down

0 comments on commit 50b6632

Please sign in to comment.