Skip to content

ZenHologramControls

Zenarchist edited this page May 6, 2026 · 2 revisions

NOTE: This mod is included in my modpack and can be enabled/disabled via ZenHologramControls in ZenModPackConfig.json

What is this?

If enabled, this mod allows the player to hold CTRL + mousewheel to move a hologram forwards/backwards, ALT + mousewheel to move a hologram up/down, and CTRL + ALT + mousewheel to move it left or right.

The distance objects are allowed to move is handled by the config file.

Config

Config file: profiles/Zenarchist/ZenHologramControlsConfig.json

{
    "ConfigVersion": "1.29.1", // Don't touch
    "VerticalAllowanceMeters": 0.10000000149011612, // Max allowed vertical movement
    "HorizontalAllowanceMeters": 0.10000000149011612, // Max allowed horizontal movement
    "DepthAllowanceMeters": 0.10000000149011612, // Max allowed forward/back movement
    "UndergroundAllowanceMeters": 0.05000000074505806, // Max allowed into the ground
    "BlacklistItems": [ // List of items which CANNOT be manipulated by this feature
        "TerritoryFlag"
    ],
    "SpecificOverrides": { // List of items with their own specific allowance config
        "SeaChest": {
            "VerticalAllowanceMeters": 0.10000000149011612,
            "HorizontalAllowanceMeters": 0.10000000149011612,
            "DepthAllowanceMeters": 0.10000000149011612,
            "UndergroundAllowanceMeters": 0.05000000074505806
        },
        "Barrel_ColorBase": {
            "VerticalAllowanceMeters": 0.10000000149011612,
            "HorizontalAllowanceMeters": 0.10000000149011612,
            "DepthAllowanceMeters": 0.10000000149011612,
            "UndergroundAllowanceMeters": 0.05000000074505806
        },
        "WoodenCrate": {
            "VerticalAllowanceMeters": 0.10000000149011612,
            "HorizontalAllowanceMeters": 0.10000000149011612,
            "DepthAllowanceMeters": 0.10000000149011612,
            "UndergroundAllowanceMeters": 0.05000000074505806
        },
        "ZenBoombox": {
            "VerticalAllowanceMeters": 0.5,
            "HorizontalAllowanceMeters": 0.5,
            "DepthAllowanceMeters": 0.5,
            "UndergroundAllowanceMeters": 0.05000000074505806
        }
    }
}

ZEN'S MOD WIKI

Setup Guide

General Information


Utilities

My utility style mods for debugging etc.

Game Mechanics

Mods which affect game mechanics:

Gear / Objects

Mods which add gear to the game:

Server-Side Mods

Mods which run purely server-side:

Mods Not In Modpack

My standalone mods

Clone this wiki locally