Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • tattyseal

tattyseal

Forge Modder
 View Profile  See their activity
  • Content Count

    194
  • Joined

    July 20, 2013
  • Last visited

    September 12, 2017

Community Reputation

28 Excellent

About tattyseal

  • Rank
    Creeper Killer

Converted

  • Gender
    Male
  • Location
    Uk
  • Personal Text
    A experienced Forge Modder

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. tattyseal

    [1.7.10] Reach. need help.

    tattyseal replied to Opeh's topic in Modder Support

    1.7.10 is no longer supported in this forum.
    • June 30, 2017
    • 2 replies
  2. tattyseal

    [1.11.2] Modyfing tile entity data from client gui & TESR rendering

    tattyseal replied to grand_gibus's topic in Modder Support

    To send data to the server you would have to create a custom packet (IMessage) along with a handler (IMessageHandler) and a NetworkWrapper for your mod using NetworkRegistry.INSTANCE.newSimpleChannel. All it'd have to do is contain the relevant data (x,y,z) and on the handler get the tile entity at that location and update your data. Hope this helps in some way
    • May 9, 2017
    • 8 replies
      • 1
      • Like
  3. tattyseal started following How to add block shape??? a new block model??, Problem with Text and Texured Rectangle, :deobfBinJar exceptorJson problem FML 1.7.2 and and 7 others February 1, 2017
  4. tattyseal

    [M 1.8][Forge 11.14.3.1468] Problem with AL library

    tattyseal replied to manutheking's topic in Modder Support

    1) How are you launching Minecraft in your Run Config? 2) Was it working before? 3) How did you set up your enviroment? Also, should be in modder support I think.
    • June 27, 2015
    • 3 replies
  5. tattyseal

    My minecraft launcher doesnt starts

    tattyseal replied to Mattiderhund's topic in Support & Bug Reports

    What do you mean by 'won't work'. If you can get the launcher open and play the game give us the log from .minecraft/logs/fml-client-latest.log.
    • March 25, 2015
    • 2 replies
  6. tattyseal

    [1.7.10] [SOLVED]About cover NBT tag.

    tattyseal replied to gkbm2013's topic in Modder Support

    The issue is that you make your own instance of IBlockAccess and use that, the World world that is passed into onBlockActivated implements IBlockAccess. Use that,
    • February 9, 2015
    • 33 replies
  7. tattyseal

    [SOLVED][1.7.10]GUI won't open

    tattyseal replied to xXxKanemanxXx's topic in Modder Support

    You need to return your Container on your Server and GUI on your Client.
    • January 28, 2015
    • 3 replies
  8. tattyseal

    [1.7.10] Rendering of 3D Model didn't work. Need Help.

    tattyseal replied to nidico100's topic in Modder Support

    private static final ResourceLocation texture = new ResourceLocation("downgrademod/textures/blocks/slime.png"); should be private static final ResourceLocation texture = new ResourceLocation("downgrademod", "textures/blocks/slime.png");
    • January 23, 2015
    • 8 replies
  9. tattyseal

    Gravitation Hook

    tattyseal replied to Abastro's topic in Suggestions

    PR is an option, but it is hard to make the PR for this due to many reasons. 1. Galacticraft only changes the behavior of Player. Of course there are some alien mobs, but they are custom mobs by Galacticraft which can easily be modified (for Galacticraft). 2. Modifying Gravitation Effect is not that easy. For gravitation effect is hard-coded, and each entities got different methods for gravitation. Plus, there are custom entities added by mods which would have different mechanism of gravitation. 3. If this would made as a PR, it will contain so many changes. It would make the PR hard to accept. If you think a PR will be hard to accept, who do you expect to do this? PR or a patch by one of the Forge Team, they would both contain the same amount of changes. You don't even need this in forge, use ASM or Reflection. I will say 1 thing. If you want this, you will most likely need to do it yourself and PR it.
    • January 21, 2015
    • 11 replies
  10. tattyseal

    Gravitation Hook

    tattyseal replied to Abastro's topic in Suggestions

    If YOU need it so much, why not make a Pull Request? We are not here just to make your job easier. Galacticraft already does this, so its not "impossible".
    • January 20, 2015
    • 11 replies
  11. tattyseal

    1.7.10 Need help with simple custom door. Want to extend from blockDoor.

    tattyseal replied to Frag's topic in Modder Support

    Post your code.
    • January 20, 2015
    • 2 replies
  12. tattyseal

    [1.7.10] CompactStorage 1.9

    tattyseal replied to tattyseal's topic in Mods

    Updated the OP with new information
    • January 13, 2015
    • 1 reply
  13. tattyseal

    Testing a custom version of Forge

    tattyseal replied to Nephroid's topic in Modder Support

    -.- Maybe try putting it in an actual mod. Minecraft needs to initialize these classes first.
    • January 2, 2015
    • 4 replies
  14. tattyseal

    [1.8][SOLVED] Entity isn't making dirt into grass

    tattyseal replied to NovaViper's topic in Modder Support

    Permission to facedesk? In BlockState there is a getBlock() method -.-
    • December 19, 2014
    • 11 replies
  15. tattyseal

    How to bind command to button?

    tattyseal replied to iBars's topic in Modder Support

    This is a Forge Forum. We do not support Base Editing here.
    • December 11, 2014
    • 7 replies
  16. tattyseal

    Gradlew and Minecraft problem

    tattyseal replied to iBars's topic in Modder Support

    What are you wanting in your "Custom Client". Everything that you could probably want can be done in Forge with no need to edit base classes. Base Editing is not supported.
    • December 11, 2014
    • 8 replies
  • All Activity
  • Home
  • tattyseal
  • Theme

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