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
  • Tattletail Mod
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 1
KCURTISS

Tattletail Mod

By KCURTISS, February 9, 2017 in Mods

  • Start new topic

Recommended Posts

KCURTISS    0

KCURTISS

KCURTISS    0

  • Tree Puncher
  • KCURTISS
  • Members
  • 0
  • 1 post
Posted February 9, 2017

Tattletail is a horror game on STEAM and I think it's a great game. I definitely support the game. Anyway, this mod can let you hold 3 different colored tattletails and they talk and eat! I am unfortunately not adding Mama Tattletail because she freaks me out. I love the baby tattletails because they're so cute! Download this mod if you want! :)

 

  • Confused 1

Share this post


Link to post
Share on other sites

usapyonrowan    0

usapyonrowan

usapyonrowan    0

  • Tree Puncher
  • usapyonrowan
  • Members
  • 0
  • 1 post
Posted February 16, 2017

how do this work me and my dad don't now how to do this please help us

 

 

Share this post


Link to post
Share on other sites

diesieben07    7589

diesieben07

diesieben07    7589

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7589
  • 54951 posts
Posted February 16, 2017

What are  you guys even talking about?

Share this post


Link to post
Share on other sites

theswagguy8yt    0

theswagguy8yt

theswagguy8yt    0

  • Tree Puncher
  • theswagguy8yt
  • Members
  • 0
  • 1 post
Posted February 17, 2017

where is the download?????????

 

Share this post


Link to post
Share on other sites

Windows Millennium Edition    0

Windows Millennium Edition

Windows Millennium Edition    0

  • Tree Puncher
  • Windows Millennium Edition
  • Members
  • 0
  • 1 post
Posted December 22, 2018
On 2/8/2017 at 6:35 PM, KCURTISS said:

Tattletail is a horror game on STEAM and I think it's a great game. I definitely support the game. Anyway, this mod can let you hold 3 different colored tattletails and they talk and eat! I am unfortunately not adding Mama Tattletail because she freaks me out. I love the baby tattletails because they're so cute! Download this mod if you want! :)

 

No Download link

Share this post


Link to post
Share on other sites

DaemonUmbra    527

DaemonUmbra

DaemonUmbra    527

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 527
  • 10103 posts
Posted December 22, 2018

Please don't necro threads like this.


This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/: 100MB Requires member (Free)

https://paste.gg/: 15MB

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Twitch Launcher: If you are using the Twitch Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Twitch's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

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

    • uglyswed@gmail.com
      not all my mods are showing up in a 1.12.2 server

      By uglyswed@gmail.com · Posted just now

      when i play singleplayer all 19 of my mods are showing up but when i enter a server i made with my friend not all my mods are showing up. on my server list theres a green check mark and when i hover over it, it says "compatible FML modded server 4 mods present" how do I make all 19 mods show up in the server? We both have all 19 installed and both of us have singleplayer worlds with all 19 working fine.    
    • Teedledee
      1.16.4 Failed to synchronize registry data with server LAN

      By Teedledee · Posted 6 minutes ago

      Trying to play on a modded LAN server with my friend, when I try to join their LAN world I get the "Failed to synchronize registry data with server, closing connection" message, and they get the same message when trying to join my LAN world. We have the same forge version 35.1.12, all the same mods with the same versions of those mods as well as the same configs.   My forced crash report: https://pastebin.com/XMG5Z5Bi Friends forced crash report: https://pastebin.com/eXk8qQQT
    • Forix
      [1.16.4] Multiple worlds

      By Forix · Posted 7 minutes ago

      You know in 1.15 it was so much easier with the DimensionManager class
    • Forix
      [1.16.4] Multiple worlds

      By Forix · Posted 9 minutes ago

      i'm doing this mod for a modded minecraft server. I know that there is things which can support both mods and plugin like magma, but we want to use only mods without plugins.
    • cadbane86140
      MInecraft: Parkour Paradise 3 Part 2!

      By cadbane86140 · Posted 14 minutes ago

      Hello There! Today we are back on Parkour paradise 3 and we are still at the beginning but that doesn’t mean that this episode isn’t fun! There are so many hilarious moments in this that I know you guys are gonna love! I hope you all enjoy this video and if you did don’t forget to like and sub for more parkour videos in the future!  
  • Topics

    • uglyswed@gmail.com
      0
      not all my mods are showing up in a 1.12.2 server

      By uglyswed@gmail.com
      Started Just now

    • Teedledee
      0
      1.16.4 Failed to synchronize registry data with server LAN

      By Teedledee
      Started 6 minutes ago

    • Forix
      7
      [1.16.4] Multiple worlds

      By Forix
      Started Saturday at 09:00 PM

    • cadbane86140
      0
      MInecraft: Parkour Paradise 3 Part 2!

      By cadbane86140
      Started 14 minutes ago

    • bleep_blops
      0
      Forge Installation Problem

      By bleep_blops
      Started 41 minutes ago

  • Who's Online (See full list)

    • S-Spirit
    • Woodside
    • Arthurmeade12
    • NorthWestWind
    • Teedledee
    • __SmolMight__
    • uglyswed@gmail.com
    • cadbane86140
    • Danebi
  • All Activity
  • Home
  • Forge Mods
  • Mods
  • Tattletail Mod
  • Theme

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