• Minecraft Mods
  • Minecraft Maps
  • Minecraft Resource Packs
  • Minecraft Seeds
  • Minecraft Updates

9Pety.com - Minecraft Mods

  • Minecraft Forge
  • Optifine
You are here: Home / Minecraft Mods / Dimensional Anchors Mod

Dimensional Anchors Mod

19/07/2021 19/07/2021 9Pety 0 Comment

Contents

  1. Instructions for installing Dimensional Anchors Mod step by step:
  2. What is Dimensional Anchors Mod ?
  3. Screenshots:
    1. GUI
    2. F9
    3. Fuels
    4. Commands
  4. Recipes:
  5. Mod Installation:
  6. Download Links:
    1. Minecraft Forge (Modding API) Installation:

Dimensional Anchors Mod Download Links. Dimensional Anchors Mod makes use of the modding API. You have to install Minecraft forge very first to use this mod. We don’t modify or edit the files in any way! The download links have been updated every 3 times, which means you can always get the last version! If you have any issues, please make a comment below, and we will help you.

Dimensional Anchors Mod

 

Instructions for installing Dimensional Anchors Mod step by step:

You must install Minecraft Forge first, in order to use this mod. Follow 7 steps below to install the mod. Note: With this mod may require other mods to work; see details below.

  1. The very first thing to do is make certain you installed Minecraft Forge.
  2. Run Minecraft with Forge installed at least once to generate the necessary files and folders.
  3. Download the mod using the link below.
  4. Locate the Minecraft Application Folder:
    On Windows: open Run from the start menu, type %appdata%.minecraft and click Run.
    On MAC OS X: open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for minecraft.
  5. Place Dimensional Anchors Mod file Jar into your Mods folder. If you don’t have one, create it now.
  6. Play Minecraft with the latest Forge version, or the version of your choice.
  7. Have fun!

What is Dimensional Anchors Mod ?

Dimensional Anchors Mod for Minecraft adds a block that loads chunks into your Minecraft world. Notice that there is a limit on the number of chunks each non-op player can load in SMP, and each chunk loader can load an adjustable area.

dimensional-anchors-mod

Screenshots:

Dimensional-Anchors-Mod-1.png

GUI

Dimensional-Anchors-Mod-2.png

Right clicking opens this GUI. If you are op (or in singleplayer) or the owner of the chunkloader, you can change the size of the loaded area without breaking and replacing it (which would make you the owner).

The green button expands the area loaded by this chunkloader by one chunk, and the red button shrinks it by one chunk.

As you can see, there is a limit on the number of chunks that each player may force to be loaded. In singleplayer, or if the owner of the chunkloader is an op, there is no limit.

F9

Pressing F9 shows loaded chunks, as with the Teleport Tether, however the format of this display is quite different.

Dimensional-Anchors-Mod-3.jpg

It displays four things.

First, you can see a blue or orange box around all chunk loader blocks, even through walls. This is useful if you bury your chunkloaders and forget where they are, or if somebody tries to cause lag on SMP.
Blue boxes indicate chunkloaders you own, while orange boxes indicate chunkloaders owned by someone else. Orange boxes are only visible in singleplayer, to ops, or if they have been enabled in the server config (chunkloader.hideOtherPlayersLoadersInF9=false).

For the rest of this section, a “visible chunk” means a chunk that is being kept loaded by a chunk loader you can see with a blue or orange box; if you can’t tell a chunk loader is there, you can’t tell which chunks it is keeping loaded.

Second, a translucent blue border will be drawn around the chunk you are standing in, if it is visible. This border cannot be seen through walls, and helps to see whether your machines are all in the same chunk.

Dimensional-Anchors-Mod-4.png

Third, a green line will be drawn in each corner of each visible chunk.

Fourth, a translucent red square will be drawn above your head height, in each visible chunk. It will be drawn once for each chunk loader – that is, if two or more visible chunk loaders are keeping the same chunk loaded (and thus the chunk is counting multiple times towards your limit) the red square will appear darker.
This *is* visible through walls and ceilings, so that you can see it indoors.

Fuels

If you set chunkloader.useFuel=true in immibis.cfg, anchors will require fuel to run. Anchors without fuel will be treated as if they don’t exist – so they won’t appear in F9 or contribute to your quota. (This also means you can set them to a larger area than you’re allowed, and it won’t be reset until you put fuel in)

If you set chunkloader.allowFuelPiping=true in immibis.cfg, then automation mods (such as Buildcraft pipes, RedPower 2 tubes and ComputerCraft turtles) will be allowed to insert fuel into anchors. If it is set to false (which is the default), they will be blocked (using ISidedInventory).

The available fuels and value of each fuel is configurable in immibis.cfg. This is mainly intended for server admins.

The amount of fuel used is scaled by the number of chunks, so a 3×3 loader will use 9 times as much fuel as a 1×1 loader.

Default fuels:

Item Time per item (1 chunk) Time per stack (1 chunk)
-----------------------------------------------------------------
Coal 10 min 10 hr 40 min
Charcoal 1 min 1 hr 4 min
Redstone 1 min 1 hr 4 min
Ender pearl 15 min 4 hr (max stack size is 16)
Magma cream 15 min 16 hr
Eye of ender 30 min 32 hr
Dirt 1 sec 1 min 4 sec
Cobblestone 1 sec 1 min 4 sec
Smoothstone 3 sec 3 min 12 sec
Netherrack 4 sec 4 min 16 sec
Nether brick 10 sec 10 min 40 sec
Glowstone dust 2 min 2 hr 8 min

Commands

All of these commands are only available to operators.

  • /dimanc getquota <username>
    Tells you the current and maximum loaded chunks of that player.
  • /dimanc override <username> <number>
    Sets a quota override for a specific player, equivalent to setting it in the chunkloader.playerQuotaOverride section of immibis.cfg. This does update the config.
    You can also use “unlimited” (without quotes) instead of the number, or “default” (which removes the override)
  • /dimanc setfuel <ID> <time> <unit>
    Sets a fuel item. ID is the item ID, and time is the amount of time. Unit is a multiplier for the time – it can be “sec” (seconds), “min” (minutes), “hr” (hours) or blank (ticks).
    Example to make stone last for 5 seconds: /dimanc setfuel 1 5 sec
  • /dimanc setfuel <ID>:<meta> <time> <unit>
    Same as above, but with a specific metadata/damage value.
  • /dimanc setpipemode allow
    Enables automatic fuel insertion and updates the config.
  • /dimanc setpipemode block
    Disables automatic fuel insertion and updates the config.

Recipes:

Dimensional-Anchors-Mod-5.png

Mod Installation:

  • Download and run the latest version of Minecraft Forge
  • Download and install Immibis Core.
  • Go to Start Menu > Type %appdata%/.minecraft/mods
  • Download the mod
  • Move the downloaded Jar (zip) file into the ‘mods’ folder
  • Done and Enjoy the mod.

Download Links:

For 1.5.2

https://dl3.minecraftermods.net/index.php?act=dl&id=1418555422

For 1.6.2

https://dl3.minecraftermods.net/index.php?act=dl&id=1418555435

For 1.6.4

https://dl3.minecraftermods.net/index.php?act=dl&id=1418555450

For 1.7.2

https://dl3.minecraftermods.net/index.php?act=dl&id=1418555464

For 1.7.10

https://dl3.minecraftermods.net/index.php?act=dl&id=1418555478

Note: Minecraft mods files in java are safe without viruses, We do not modify or edit the files in any way! The download links are updated every 3 days so you always get the last version! If you have any problems, please leave a comment below and we will help you.

Minecraft Forge (Modding API) Installation:

  • Quick download Minecraft forge
  • Select the Minecraft forge you want to download.
  • Click ok to install (Requires computer to install Java).

forge mod download

  • Wait for the system to install Minecraft Forge.
  • After successful installation, you will receive a notification.

forge mod install successfully

  • Open Run By keyboard shortcuts (Windows+R), type %appdate% to open .minecraft folder
  • Create a new folder and name it Mods. If not, create a folder called Mods.
  • Run with forge, You will see Minecraft Forge in the lower-left corner and the Mods button under Multiplayer.

forge mod install successfully 2

  • Now, launch Minecraft with Forge profile!

If you have any questions about Dimensional Anchors Mod , please comment below the article; we will support

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

Related Mods

Wintercraft Mod Santa Visits, Presents, Reindeer
Wireless Redstone Chicken Bones Edition Mod 1.15.2|1.12.2
Sandy Ores Mod 1.12.2
UniDict Mod 1.15.2|1.12.2
IC2 Classic Mod 1.15.2|1.12.2
FTB Utilities Mod 1.15.2|1.12.2

Categories: Minecraft Mods Tag: Immibis's Mods/ Minecraft 1.5.2 Mods/ Minecraft 1.6.2 Mods/ Minecraft 1.6.4 Mods/ Minecraft 1.7.10 Mods/ Minecraft 1.7.2 Mods

Avatar of 9Pety

About 9Pety

Minecraft mods change default game functionality or adds completely new game modes and mechanics. Download and install mods from talented developers.

Previous Post: « CodeChickenLib 1.15.2|1.12.2
Next Post: Download Archery For Life Map »

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Advertisement

Featured mods

Wintercraft Mod Santa Visits, Presents, Reindeer

The best 10 Minecraft mods 2021 – Utility Mods

Trap Expansion Mod 1.13.2|1.12.2

PUBGMC Mod 1.12.2 (PlayerUnknown’s Battlegrounds)

Spectrite Mod 1.15.2|1.12.2 – Extremely rare mineral to world generation

Poke Lucky Mod 1.15.2|1.12.2

Noel Mod 1.15.2|1.12.2 – Christmas Decoration Mod

Elemental Pets Mod 1.12.2|1.12

Footer

Latest posts

  • Wintercraft Mod Santa Visits, Presents, Reindeer
  • The best 10 Minecraft mods 2021 – Utility Mods
  • Trap Expansion Mod 1.13.2|1.12.2
  • PUBGMC Mod 1.12.2 (PlayerUnknown’s Battlegrounds)
  • Spectrite Mod 1.15.2|1.12.2 – Extremely rare mineral to world generation
  • Poke Lucky Mod 1.15.2|1.12.2

ABOUT US

9pety - Minecraft Community. Here you will find only Minecraft Mods,Resource Packs, Maps,... yes, just the best and free Minecraft Mods to test and play with them! :)

Search

Latest comment

  • 9Pety Mod MC on OptiFine [1.16.5|1.15.2|1.12.2]
  • adminpt on Minecraft Forge 1.17.1->1.14.4->1.12.2 – Fast download
  • King on Minecraft Forge 1.17.1->1.14.4->1.12.2 – Fast download
  • John on OptiFine [1.16.5|1.15.2|1.12.2]

Copyright © 2022 - 9Pety. All rights reserved. Contact - Privacy Policy - Terms and Conditions