Minecraft doesn't see my mod

Started by jennasunny31 on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 years ago
Joined Jan 2017
Points:
707

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Minecraft doesn't see my mod

Hi there.

I made a mod and drop the mod into "mods" folder. But it doesn't work.

Why does not it work ? How can I make it work ? 

Thanks..

Active 8 years ago
Joined Sep 2016
Points:
720

User statistics:

  • Modifications: 1
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 10
This is because the mod needs
Wed, 01/25/2017 - 17:03

This is because the mod needs 'Forge' to run (link to Forge files). Vanilla Minecraft ignores the 'mods' folder.

Another possibility is that you're using Forge for Minecraft 1.11+ (and thus running the mod in 1.11+. In 1.11 (I believe snapshot 16w32a), using lowercase names was made mandatory and mixed-case names, such as 'CustumMod:SomeName' (where 'CustomMod' is the mod id and 'SomeName' the technical name of the block/mob/item/etc.), will be ignored completely (for it to work, it has to be 'custommod:somename' or 'custommod:some_name'). The same is for texture packs and the files which are within it.

Active 8 years ago
Joined Jan 2017
Points:
707

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
I play Minecraft 1.7.10 and
Fri, 01/27/2017 - 23:29

I play Minecraft 1.7.10 and use MCreator for 1.7.10.

Active 5 years ago
Joined Nov 2017
Points:
694

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
I have too that problem  
Sun, 01/28/2018 - 06:30

I have too that problem