Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.

Search the Community: Showing results for tags 'antiqueatlas'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Found 1 result

  1. I like using the Antique Atlas mod, but didn't like cheating in the empty atlas. This simple MineTweaker script removes the default recipe for an empty Antique Atlas (compass + book) and adds a recipe that is more obtainable in early game (any size rawhide + feather + ink markings). DIRECTIONS: Find the "scripts" folder that was created by MineTweaker. It should be in the same folder as "mods" and "configs". Inside the "scripts" folder create a new text file with any name and a .zs extension. Paste the following text into the file: //removes the default recipe for an empty Antique Atlas and adds a more obtainable recipe. recipes.removeShapeless(<antiqueatlas:emptyAntiqueAtlas>); recipes.addShapeless(<antiqueatlas:emptyAntiqueAtlas> * 1, [<terrafirmacraft:item.Hide:*>, <minecraft:feather>, <terrafirmacraft:item.Ink>]); Save the file. If minecraft is already running, press the "/" key and enter "mt reload". Otherwise, it should load next time you start minecraft. Also, I edited the Antique Atlas config to play nice with TFC biomes. Now Deep Ocean won't show as Mesa (among other things)! See the results here: Keep in mind that the tiles are based on the lay of the land, not on the foliage. A plain will be relatively flat, but it could be a grassland or heavily forested. Likewise, the tiles showing forested rolling hills could have no trees at all. Go to: minecraft > config > antiqueatlas > biome_textures.jsonand replace the existing text with the text below. Save and restart your minecraft client for changes to take effect. This change will affect already existing atlases. { "version": 1, "data": { "0": "WATER", "1": "PLAINS", "2": "WATER", "3": "SNOW_HILLS", "4": "FOREST", "5": "PINES", "6": "SWAMP", "7": "WATER", "8": "CAVE_WALLS", "9": "SHORE", "10": "ICE", "11": "ICE", "12": "SNOW", "13": "SNOW_HILLS", "14": "MUSHROOM", "15": "SHORE", "16": "SHORE", "17": "ROCK_SHORE", "18": "FOREST_HILLS", "19": "PINES_HILLS", "20": "SNOW_PINES_HILLS", "21": "JUNGLE", "22": "JUNGLE_HILLS", "23": "JUNGLE_EDGE", "24": "WATER", "25": "ROCK_SHORE", "26": "SHORE", "27": "BIRCH", "28": "BIRCH_HILLS", "29": "DENSE_FOREST", "30": "TALL_BIRCH_HILLS", "31": "MOUNTAINS_SNOW_CAPS", "32": "MOUNTAINS_ALL", "33": "MEGA_TAIGA_HILLS", "34": "MOUNTAINS_ALL", "35": "SAVANNA", "36": "WATER", "37": "MESA", "38": "PLATEAU_MESA_TREES", "39": "PLATEAU_MESA", "129": "SUNFLOWERS", "130": "DESERT", "131": "MOUNTAINS_SNOW_CAPS", "132": "FOREST_FLOWERS", "133": "PINES_HILLS", "134": "SWAMP_HILLS", "140": "ICE_SPIKES", "149": "JUNGLE_CLIFFS", "151": "JUNGLE_EDGE_HILLS", "155": "TALL_BIRCH", "156": "TALL_BIRCH_HILLS", "157": "DENSE_FOREST_HILLS", "158": "SNOW_PINES_HILLS", "160": "MEGA_SPRUCE", "161": "MEGA_SPRUCE_HILLS", "162": "MOUNTAINS_SNOW_CAPS", "163": "SAVANNA_CLIFFS", "164": "PLATEAU_SAVANNA_M", "165": "BRYCE", "166": "PLATEAU_MESA_TREES_LOW", "167": "PLATEAU_MESA_LOW" }}