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
  • Forge Mods
  • Mods
  • Ink Pet Mod! [BETA VERSION]
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
Feulfire

Ink Pet Mod! [BETA VERSION]

By Feulfire, April 28, 2020 in Mods

  • Reply to this topic
  • Start new topic

Recommended Posts

Feulfire    0

Feulfire

Feulfire    0

  • Tree Puncher
  • Feulfire
  • Members
  • 0
  • 4 posts
Posted April 28, 2020 (edited)

inkpetmodbeta.jar

Note: This is a BETA version of the Ink Pet Mod, there may be bugs/glitches and overall a lack of content.

Ink Pet Mod [BETA] adds:

Ink Pet (mob)
Ink Brick (block)
Ink Pillar (block)
Ink Brick Slab (block) (seams messed up)
Ink Brick Stairs (block) (seams messed up)
Ink Block
Ink Pet Spawn Egg
Ink Treat Block
The Ink Pets even have cute little sounds! : )

(Unused/unfinished stuff)

Ink Treat (Meant to breed Ink Pets but doesn't work yet) (Currently no way to get them in Survival Mode)
-MORE COMING SOON-

For version 1.14.4 (May try to update it to 1.15.2)

Make sure to let me know any feedback about this mod in the replies below! But try not to be that harsh I have very sensitive feelings... ; D

(Ink Pets are based off of a joke my friends and I made, in case you where wondering)

-UPDATING A LOT-

 

Ink Pet Picture.png

Creative Inventory Tab.png

 

Edited May 15, 2020 by Feulfire
  • Quote

Share this post


Link to post
Share on other sites

Katail    0

Katail

Katail    0

  • Tree Puncher
  • Katail
  • Members
  • 0
  • 4 posts
Posted April 28, 2020

Hey ! interesting mod ! for how long have you been moding ? 

  • Quote

Share this post


Link to post
Share on other sites

Feulfire    0

Feulfire

Feulfire    0

  • Tree Puncher
  • Feulfire
  • Members
  • 0
  • 4 posts
Posted April 28, 2020 (edited)
On 4/28/2020 at 5:12 PM, Katail said:

Hey ! interesting mod ! for how long have you been moding ? 

Well, I just recently started using a modding tool. I forget exactly how long, however I think it might've been a week or something.

Edited August 23, 2020 by Feulfire
  • Quote

Share this post


Link to post
Share on other sites

DavidM    179

DavidM

DavidM    179

  • World Shaper
  • DavidM
  • Members
  • 179
  • 1821 posts
Posted April 29, 2020

Don’t use MCreator. If you want to mod please learn Java and do it properly.

  • Quote

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Share this post


Link to post
Share on other sites

Novârch    31

Novârch

Novârch    31

  • Diamond Finder
  • Novârch
  • Members
  • 31
  • 422 posts
Posted April 29, 2020
11 hours ago, Feulfire said:

Well, I just recently started using MCreator which is a modding tool. I forget exactly how long, however I think it might've been a week or something.

Please, read this.

  • Like 1
  • Quote

It's sad how much time mods spend saying "x is no longer supported on this forum. Please update to a modern version of Minecraft to receive support".

Share this post


Link to post
Share on other sites

Feulfire    0

Feulfire

Feulfire    0

  • Tree Puncher
  • Feulfire
  • Members
  • 0
  • 4 posts
Posted April 29, 2020
6 hours ago, DavidM said:

Don’t use MCreator. If you want to mod please learn Java and do it properly.

 

5 hours ago, Novârch said:

Please, read this.

Yeah I know that MCreator is very limited, but it helped me make the mod that I've wanted to make for a few months now. I just made it for fun, and originally had no intent of posting it. Just a silly little mod to share with my friends who helped me come up with the stuff. This mod is pretty simple so I might try and learn Java later but maybe not right now, as I feel it might not be needed to make the more simple things. However I get what you guys are saying, Java definitely IS better if you know what your doing. However I do not.

  • Quote

Share this post


Link to post
Share on other sites

CrazyDespooder    0

CrazyDespooder

CrazyDespooder    0

  • Tree Puncher
  • CrazyDespooder
  • Members
  • 0
  • 1 post
Posted April 29, 2020

this is a great mod and this is totally not despooder

  • Quote

Share this post


Link to post
Share on other sites

ScreamingEagles    0

ScreamingEagles

ScreamingEagles    0

  • Tree Puncher
  • ScreamingEagles
  • Members
  • 0
  • 1 post
Posted May 13, 2020

leave him alone, he doesnt need to use java! he can use what he wants, and i think that he can have his own opinion on mod development software.

  • Quote

Share this post


Link to post
Share on other sites

DavidM    179

DavidM

DavidM    179

  • World Shaper
  • DavidM
  • Members
  • 179
  • 1821 posts
Posted May 16, 2020
On 5/14/2020 at 12:15 AM, ScreamingEagles said:

leave him alone, he doesnt need to use java! he can use what he wants, and i think that he can have his own opinion on mod development software.

Minecraft modding is programming in Java. If you cannot program in Java, you cannot make a mod independently (refer to certain mod maker’s license).

  • Quote

Some tips:

Spoiler

Modder Support:

Spoiler

1. Do not follow tutorials on YouTube, especially TechnoVision (previously called Loremaster) and HarryTalks, due to their promotion of bad practice and usage of outdated code.

2. Always post your code.

3. Never copy and paste code. You won't learn anything from doing that.

4. 

Quote

Programming via Eclipse's hotfixes will get you nowhere

5. Learn to use your IDE, especially the debugger.

6.

Quote

The "picture that's worth 1000 words" only works if there's an obvious problem or a freehand red circle around it.

Support & Bug Reports:

Spoiler

1. Read the EAQ before asking for help. Remember to provide the appropriate log(s).

2. Versions below 1.11 are no longer supported due to their age. Update to a modern version of Minecraft to receive support.

 

 

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 1
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Klarks
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks · Posted 7 minutes ago

      My constructor looks like this now. public ItemStackHandler handlerCustom; public IItemHandler handlerDefault; public IItemHandler both; LazyOptional<IItemHandler> optional; public WhoreEntity(EntityType<? extends WhoreEntity> type, World worldIn) { super(type, worldIn); handlerCustom = new ItemStackHandler(1); //1 handlerDefault = super.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY,Direction.EAST).orElseThrow(null); both = new CombinedInvWrapper(handlerCustom, ((IItemHandlerModifiable) handlerDefault)); optional = LazyOptional.of(() -> both); }   And my Override getCapability. I dont sure what is facing means @Nonnull @Override public <T> LazyOptional<T> getCapability(@Nonnull Capability<T> cap, @Nullable Direction side) { if(cap == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY && side != null) { return (LazyOptional<T>)optional; } return super.getCapability(cap, side); }   Did i do that all right?
    • poopoodice
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By poopoodice · Posted 17 minutes ago

      It sends a packet to all/tracking clients, you should be able to do the same thing but without sending to the specific player.
    • Woodside
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By Woodside · Posted 1 hour ago

      I have an item which I want to spawn a specific particle for the user, and then a separate particle for other players. Spawning one exclusively for the player using is easy enough, but spawning a particle server side has no way to exclude a specific player. Is there a way to do this without reflection?
    • DaemonUmbra
      I just started modding minecraft and I thought i had finished modding it but Titanium mod isn't loading properly. Can someone help me fix this?

      By DaemonUmbra · Posted 2 hours ago

      Please read the error...
    • DaemonUmbra
      HELP! WORLD WONT WORK

      By DaemonUmbra · Posted 2 hours ago

      I told you to delete a file in the save, not the save itself Go into the save and delete forge-server.toml from serverconfig
  • Topics

    • Klarks
      31
      [1.16.4] what difference between custom slots and EquipmentSlotType

      By Klarks
      Started Thursday at 06:22 AM

    • Woodside
      1
      [1.15.2]ServerWorld.spawnParticle excluding specific player

      By Woodside
      Started 1 hour ago

    • TheDonkey_King
      5
      I just started modding minecraft and I thought i had finished modding it but Titanium mod isn't loading properly. Can someone help me fix this?

      By TheDonkey_King
      Started 10 hours ago

    • BIGDog8808
      11
      HELP! WORLD WONT WORK

      By BIGDog8808
      Started 11 hours ago

    • Gubipe
      2
      Minecraft.getMinecraft().thePlayer.swingItem(); wont attack

      By Gubipe
      Started 6 hours ago

  • Who's Online (See full list)

    • Azaka7
    • LexManos
    • CaelTheQuail
    • Klarks
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • Ink Pet Mod! [BETA VERSION]
  • Theme

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