Config File - NPException/Dimensional-Pockets GitHub Wiki
The config file contains various settings for Dimensional Pockets that can be tweaked as needed. The file's name is DimensionalPockets.cfg, and it will be generated after you first started your game with the Dimensional Pockets Mod added.
Listed here are the configuration categories of Dimensional Pockets and the config options that belong to them. Config options are written down in the following form:
- name_of_config_option: (
allowed values
- Default:default value
)- Description Text.
General
- color_blind_mode: (
true, false
- Default:false
)- If you have a hard time distinguishing colours, you can change this to
true
. Gameplay relevant parts of the mod will be displayed in a color independent way.
- If you have a hard time distinguishing colours, you can change this to
Example:
-
do_version_check: (
true, false
- Default:true
)- If you do not want the mod to check for more recent versions, set this to ´false´.
-
keep_pocket_rooms_chunk_loaded: (
true, false
- Default:true
)- This setting determines whether the Dimensional Pocket "Rooms" are always chunk loaded. If this is set to
false
, the transfer functionality will probably not work as intended anymore.
- This setting determines whether the Dimensional Pocket "Rooms" are always chunk loaded. If this is set to
Gameplay
-
biome_id: (
integers
- Default:99
)- Biome ID of the Dimensional Pocket "Rooms".
-
craftings_per_crystal: (
positive integer
- Default:4
)- This is the number of Dimensional Pockets you can craft with a pair of crystals before they break. If set to
0
, crystals will never break.
- This is the number of Dimensional Pockets you can craft with a pair of crystals before they break. If set to
-
dimension_id: (
integer
- Default:33
)- Id of the dimension in which the Dimensional Pocket "Rooms" are generated
-
dimensional_pocket_resistance: (
0.0 ~ 6000000.0
- Default:15.0
)- The resistance to explosions of a Dimensional Pocket block. The higher the value, the more powerfull of an explosion it takes to break the block.
-
should_spawn_with_book: (
true, false
- Default:true
)- Determines if a player spawns with a "Guide to Dimensional Pockets" in their inventory upon new spawn.
-
use_peaceful_recipes: (
true, false
- Default:false
)- Decides if the Nether Crystal and End Crystal can be crafted without hostile mob drops. The Nether Crystal will use gold nuggets instead of Ghast tears, and the End Crystal will use Quartz instead of Ender Eyes
Graphics
-
force_fancy_rendering: (
0, 1, 2
- Default:0
, This setting only affects the client)- Using a different value than the default enables you to force fancy rendering of the particle fields on or off.
0
= Particle field appearance based on Minecraft's Graphics settings (fancy or fast)1
= Particle field appearance forced to non-fancy version2
= Particle field appearance forced to fancy version
- Using a different value than the default enables you to force fancy rendering of the particle fields on or off.
-
number_of_particle_planes: (
1 ~ 50
- Default:15
, This setting only affects the client)- If you experience low FPS, try reducing this number first before switching fancy rendering off entirely. Or if you have render power to spare you could raise this value. This setting will have no effect if you enabled the particle field shader setting.
-
use_shader_for_particle_field: (
true, false
- Default:false
)- If set to true, a shader will be used for the particle field rendering instead of the regular method.
Debugging
-
can_break_pocket_wall_in_creative: (
true, false
- Default:false
)- Set this to
true
if you desperately want to try to break your world. Correct behaviour of the mod is not guaranteed if you do this.
- Set this to
-
enforce_sided_methods: (
true, false
- Default:false
)- If set to
true
a RuntimeException will be thrown if there ever is a client-only method called by the server or vice versa. This may help to find the root of weird behaviour in and around a Dimensional Pocket.
- If set to
Analytics
- may_collect_anonymous_usage_data: (
true, false
- Default:true
)- If this is set to true AND you have snooper enabled in Minecraft, the mod will collect anonymous usage data and send it to NPException's account on GameAnalytics. For example how much RF and Fluids pass through Pockets and how many players get trapped inside of them. For the full list of data that may be collected by Dimensional Pockets, head over to the Wiki page on Analytics.