Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Non-Forge
  • Off-topic
  • How to install mods made with MCP
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
tminor1

How to install mods made with MCP

By tminor1, June 14, 2016 in Off-topic

  • Start new topic

Recommended Posts

tminor1    1

tminor1

tminor1    1

  • Creeper Killer
  • tminor1
  • Members
  • 1
  • 103 posts
Posted June 14, 2016

So this is a non forge question. I want to change up just a little bit of minecraft code to create a simple mod with out having to learn to use forge. The problem is after I create my mod I do the stuff to get the modded files. Then I go to the minecraft jar and put the modded files into the jar file. But then when I run minecraft the jar file just gets re-downloaded. I don't understand it. I renamed the the folder, jar file, jason file, and opened the jason file and changed 1.9.4 to the new name and I also deleted the META-INF folder from the jar file. If I were to create and install a mod into a server.jar every thing would work fine, but if I try to mod the client it just re-downloads the jar file and I can't use my mod. How do I install the mod so it can work?

Share this post


Link to post
Share on other sites

diesieben07    7688

diesieben07

diesieben07    7688

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7688
  • 56272 posts
Posted June 14, 2016

You don't. Don't edit base files, that's bad.

Share this post


Link to post
Share on other sites

tminor1    1

tminor1

tminor1    1

  • Creeper Killer
  • tminor1
  • Members
  • 1
  • 103 posts
Posted June 15, 2016

well then can you tell me how to make a mod with mcp and not need minecraft forge?

Share this post


Link to post
Share on other sites

diesieben07    7688

diesieben07

diesieben07    7688

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7688
  • 56272 posts
Posted June 15, 2016

Like I said, you cannot.

The only way to make a mod without any kind of loader (like Forge or LiteLoader) is fundamentally incompatible with everything else and you will not get support for it here.

Share this post


Link to post
Share on other sites

tminor1    1

tminor1

tminor1    1

  • Creeper Killer
  • tminor1
  • Members
  • 1
  • 103 posts
Posted June 17, 2016

Well I don't care about it not being compatible with other mods this mod is for my use only I have no plans to distribute it and make money I only want it for my use only. You guys always assume that when someone asks for help developing a mod they are planning to become some big modder and make lots of money but there are others like me who don't want money they just want to make a mod for themselves because there is no other mod out there that will do what they want. For me I want to make a mod that disables endermen from picking up blocks. I know that you can change the mobGriffing gamerule to false but I am fine with creepers and things doing what they do but I don't like endermen moving blocks at all and I wish that it was removed from the game so I want to make a mod to do that.

Share this post


Link to post
Share on other sites

diesieben07    7688

diesieben07

diesieben07    7688

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7688
  • 56272 posts
Posted June 17, 2016

Good for you. Use forge or you will not get help in this forum.

Share this post


Link to post
Share on other sites

coderboy_yt    1

coderboy_yt

coderboy_yt    1

  • Tree Puncher
  • coderboy_yt
  • Members
  • 1
  • 10 posts
Posted September 11, 2020

diesieben07 noone cares. we understand that we won't get MCP Help, but for some reason, there is STILL an MCP Help Section.

Share this post


Link to post
Share on other sites

Ugdhar    232

Ugdhar

Ugdhar    232

  • World Shaper
  • Ugdhar
  • Members
  • 232
  • 2215 posts
Posted September 11, 2020
9 minutes ago, coderboy_yt said:

diesieben07 noone cares. we understand that we won't get MCP Help, but for some reason, there is STILL an MCP Help Section.

Nice job necroing a thread that's over 4 years old to complain lol

Share this post


Link to post
Share on other sites

diesieben07    7688

diesieben07

diesieben07    7688

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7688
  • 56272 posts
Posted September 11, 2020
1 hour ago, coderboy_yt said:

but for some reason, there is STILL an MCP Help Section.

Except... there isn't.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • diesieben07
      [1.16.5] Help with custom container (error when put a item in an slot)

      By diesieben07 · Posted 1 minute ago

      The IMessage interface is entirely unnecessary. Other than that, yes, that is how you add packets.
    • Luis_ST
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST · Posted 9 minutes ago

      yes I have this variable (it goes from 0 to 109).   this is what i'm trying right now. Edit: it works like this, but how do I find out when I have to move a slot outside of the visible area if I shouldn't use the slot's position   I've "tried" something like this before in another mod. But I am not sure whether it works that way and whether it is even right? code: PacketHandler: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/ModPacketHandler.java my message interface: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/IMessage.java SyncSlotPosition message (not final/ in work): https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/SyncSlotPosition.java   is there an error somewhere / does it work like that way?  
    • yincrafterf
      CurseForge installer is stuck at Extracting files.

      By yincrafterf · Posted 1 hour ago

      Sorry i didn't know thought it was the same thing. Edit: forgot to say i changed account because the other one wasn't letting me in.
    • diesieben07
      anyone know why my forge 1.12.2 server is vanilla not modded?

      By diesieben07 · Posted 1 hour ago

      1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
    • diesieben07
      [1.16.5] Help with custom container (error when put a item in an slot)

      By diesieben07 · Posted 1 hour ago

      What I mean is this: Have a variable that contains the current scroll position (e.g. from 0-250). Whenever this variable changes, calculate the current slot positions based on it. Do not work with deltas/differences, it just gets confusing. No, you should actually handle the exception instead of going "oh, exception? log it, then never mind and carry on as if nothing was wrong".
  • Topics

    • Luis_ST
      31
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST
      Started Tuesday at 05:15 PM

    • yincrafter
      2
      CurseForge installer is stuck at Extracting files.

      By yincrafter
      Started 2 hours ago

    • dynastychan
      1
      anyone know why my forge 1.12.2 server is vanilla not modded?

      By dynastychan
      Started 10 hours ago

    • pitbox46
      1
      Pushing Redstone

      By pitbox46
      Started 4 hours ago

    • sc0rich
      1
      how do I config mods in 1.16.4?

      By sc0rich
      Started 7 hours ago

  • Who's Online (See full list)

    • Luis_ST
    • diesieben07
    • than00ber1
    • Choonster
    • NorthWestWind
    • Tez
    • reu_24
  • All Activity
  • Home
  • Non-Forge
  • Off-topic
  • How to install mods made with MCP
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community