Pipe Goggles Mod Wiki presently only adds a single item: the Pipe Goggles. Players can see many different pipes plumbing through the walls if they wear them.
Pipe Goggles Mod Wiki
Just hold it in your hand and you can observe what you want.
Right-click the tool so you’re able to configure visible pipes.
Supported mods (1.12):
Applied Energistics
Cyclic
EnderIO
Extra Utilities 2
Integrated Dynamics
Mekanism
Refined Storage
Simple Storage Network
Thermal Dynamics
Supported mods (1.14.4):
Refined Storage
Simple Storage Network
Integrated Dynamics
Inspirations
Adding support for other mods (1.12):
Just need a single .json file per mod and do not have many options.
It’s only necessary for you to look over one of the shipped integrations, for instance, the one for Thermal Dynamics.
As usual, you can configure Block-Group. It means that you should highlight collections of blocks from a mod.
It’s possible to disable each block group in configs. That’s one of the reasons why you have to offer a special id for block groups. If you are uncertain what you should place here, you can utilize the modid again.
Summary of every property that you can or should set
The list for Pipe Goggles will comprise the property, description, and example.
id: name of the blockgroup, generally the mod id. Example: mymod.
mod: the mod id for the blockgroup. If it’s impossible to load the named mod, neither will this blockgroup be. mymod.
itemIcon: select an item definition here, as a simple string or as a complicated json object. Check the following section for more information. minecraft:apple.
translationKey: the translation key to finding the button group to the player. It can be a newly translated string. Nevertheless, you should use translation keys. If the mod gives a creative tab, that’s often the translation key that you’d like to control. itemGroup.mymod.
blocks: multiple block definitions. All of them are highlighted. It’s the name of the placed block. They are regular times not the same. Ensure that you are controlling the block names. [“mymod;cable’, {“name”: “mymod:controller”, meta: 1}]
optimizationStrategy: you don’t need to change the setting. It’s only essential for some mods that are stacking bounding boxes. If your pipes are strange or have open ends, please edit the value to SKIP_DUPLICATE_LINES. The default is REMOVE_DUPLICATE_LINES. REMOVE_DUPLICATE_LINES
Item/Block definitions: specify by giving the ResourceLocation, for example, minecraft:apple. Or, do that by specifying a more complex json object that can pass on meta and nbt data:
{ “name”: “thermaldynamics:duct_0”, “meta”: 5 }
Pull Requests with new integrations are acceptable.
Pipe Goggles is a tech mod that helps you handles energy, fluid, and item transport.
Requires
- Minecraft Forge
Screenshots
How to install:
Make sure you have already installed Minecraft Forge.
Locate the Minecraft application folder.
- Open Run from the start menu.
- Type %appdata%, click Run.
Input where Pipe Goggles Mod you have just downloaded (.jar file) into the Mods Pipe Goggles Mod folder.
When you open Minecraft, you see the mod is installed when click the button mods