Skip to content

Commit 14d173b

Browse files
committed
Added mods
1 parent 814385d commit 14d173b

537 files changed

Lines changed: 26700 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/InventoryHUD/curios.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"ring_2":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"feet":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"rings_2":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":220,"enabled":false,"halign":"LEFT","valign":"TOP"},"head":{"x":0,"y":240,"enabled":false,"halign":"LEFT","valign":"TOP"},"spellbook":{"x":0,"y":260,"enabled":false,"halign":"LEFT","valign":"TOP"},"rings":{"x":0,"y":280,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":320,"enabled":false,"halign":"LEFT","valign":"TOP"},"waist":{"x":0,"y":340,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands_2":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"}}

config/Mekanism/client.toml

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
#Settings for configuring Accessibility settings provided by Mekanism. Note: Some settings such as HUD scale, may be located throughout the rest of this config.
2+
[accessibility]
3+
#Tries to force all text rendered as part of radial menus to be white instead of the color of the slice's mode.
4+
whiteRadialText = false
5+
#If true, renders sides for Universal Cables, Mechanical Pipes, Pressurized Tubes, Logistical Transporters, and Thermodynamic Conductors instead of rendering their contents. If transmitters are causing you fps issues, this should hopefully help.
6+
opaqueTransmitters = false
7+
#Allows changing the mode of held items by holding sneak and using the scroll wheel.
8+
allowModeScroll = true
9+
10+
#Settings for configuring Mekanism's Sounds
11+
[sounds]
12+
#Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder.
13+
# Default: 1.0
14+
# Range: 0.0 ~ 10.0
15+
baseVolume = 1.0
16+
#Play sounds for when any player is using a Jetpack, Scuba Mask, Flamethrower, or Gravitational Modulating Unit. This also affects playing the Radiation clicking sound.
17+
enablePlayer = true
18+
#Play sounds for active machines.
19+
enableMachine = true
20+
21+
#Settings for adjusting how Mekanism renders certain blocks and how many particles Mekanism adds.
22+
[rendering]
23+
#The color of energy when displayed as the durability bar on items.
24+
energyColor = 3997338
25+
#Range at which Block Entity Renderers added by Mekanism can render at, for example the contents of multiblocks. Vanilla defaults the rendering range for BERs to 64 for most blocks (for example chests), but uses a range of 256 for blocks like beacons and end gateways. Lowering this will likely increase your performance, at the cost of multiblock contents and wind generators 'popping' in
26+
# Default: 256
27+
# Range: 1 ~ 1024
28+
berRange = 256
29+
30+
#Settings for configuring Mekanism's Particles
31+
[rendering.particle]
32+
#When multiblock forms, represent that by red sparkles around the multiblock. If this is disabled a notification message will display on the action bar instead.
33+
multiblockFormation = true
34+
#Show particles when machines active.
35+
machineEffects = true
36+
#How far (in blocks) from the player radiation particles can spawn.
37+
# Default: 30
38+
# Range: 2 ~ 64
39+
radiationParticleRadius = 30
40+
#How many particles spawn when rendering radiation effects (scaled by radiation level).
41+
# Default: 100
42+
# Range: 0 ~ 1000
43+
radiationParticleCount = 100
44+
#Show bolts between the player and items when the Magnetic Attraction Unit is pulling items towards a player.
45+
magneticAttraction = true
46+
#Show bolts for various AOE tool behaviors such as tilling, debarking, and vein mining.
47+
toolAOE = true
48+
49+
#Settings for configuring Mekanism's HUD
50+
[hud]
51+
#Enable a HUD that displays information about equipped Mekanism items, and displays additional information when wearing a MekaSuit Helmet.
52+
enabled = true
53+
#Scale of the text displayed on the HUD.
54+
# Default: 0.6
55+
# Range: 0.25 ~ 1.0
56+
scale = 0.6
57+
#Reverses the HUD's text alignment and compass rendering to the right side of the screen, and moves the MekaSuit module rendering to the left side. Warning: This may cause subtitles to overlap parts of the HUD such as the compass.
58+
reverse = false
59+
#Opacity of HUD used by MekaSuit.
60+
# Default: 0.4000000059604645
61+
# Range: 0.0 ~ 1.0
62+
opacity = 0.4000000059604645
63+
#Color (RGB) of HUD used by MekaSuit.
64+
# Default: 4257264
65+
# Range: 0 ~ 16777215
66+
color = 4257264
67+
#Color (RGB) of warning HUD elements used by MekaSuit.
68+
# Default: 16768335
69+
# Range: 0 ~ 16777215
70+
warningColor = 16768335
71+
#Color (RGB) of danger HUD elements used by MekaSuit.
72+
# Default: 16726076
73+
# Range: 0 ~ 16777215
74+
dangerColor = 16726076
75+
#Visual jitter of the MekaSuit HUD, seen when moving the player's head. Higher values increases the amount of jitter.
76+
# Default: 6.0
77+
# Range: 1.0 ~ 100.0
78+
jitter = 6.0
79+
#Display a fancy compass when the MekaSuit Helmet is worn.
80+
mekaSuitHelmetCompass = true
81+
#Shift the HUD elements when sound subtitles are being displayed to avoid overlap
82+
avoidSoundSubtitleOverlap = true
83+
#Enables rendering an energy bar above the armor bar that displays the total energy of the currently equipped MekaSuit.
84+
renderMekaSuitEnergyBar = true
85+
86+
#Settings for configuring Mekanism's QIO
87+
[qio]
88+
#Sorting strategy when viewing items in a QIO Dashboard.
89+
#Allowed Values: NAME, SIZE, MOD, REGISTRY_NAME
90+
sortType = "NAME"
91+
#Sorting direction when viewing items in a QIO Dashboard.
92+
#Allowed Values: ASCENDING, DESCENDING
93+
sortDirection = "ASCENDING"
94+
#Number of slots to view horizontally on a QIO Dashboard.
95+
# Default: 8
96+
# Range: 8 ~ 16
97+
slotsWide = 8
98+
#Number of slots to view vertically on a QIO Dashboard.
99+
# Default: 4
100+
# Range: 2 ~ 48
101+
slotsTall = 4
102+
#Determines whether the search bar is automatically focused when a QIO Dashboard is opened.
103+
autoFocusSearchBar = true
104+
#Determines if items in a QIO crafting window should be moved to the player's inventory or the frequency first when replacing the items in the crafting grid using a recipe viewer.
105+
rejectsToInventory = false
106+
107+
#Stores the last position various windows were in when they were closed, and whether they are pinned. In general these values should not be modified manually.
108+
[window]
109+
110+
#The last position the Color window was in when it was closed.
111+
[window.color]
112+
#The x component of this window's last position.
113+
x = 2147483647
114+
#The y component of this window's last position.
115+
y = 2147483647
116+
117+
#The last position the Confirmation window was in when it was closed.
118+
[window.confirmation]
119+
#The x component of this window's last position.
120+
x = 2147483647
121+
#The y component of this window's last position.
122+
y = 2147483647
123+
124+
#The last position the Crafting window was in when it was closed, and whether it was pinned.
125+
[window.crafting0]
126+
#The x component of this window's last position.
127+
x = 2147483647
128+
#The y component of this window's last position.
129+
y = 2147483647
130+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
131+
pinned = false
132+
133+
#The last position the Crafting window was in when it was closed, and whether it was pinned.
134+
[window.crafting1]
135+
#The x component of this window's last position.
136+
x = 2147483647
137+
#The y component of this window's last position.
138+
y = 2147483647
139+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
140+
pinned = false
141+
142+
#The last position the Crafting window was in when it was closed, and whether it was pinned.
143+
[window.crafting2]
144+
#The x component of this window's last position.
145+
x = 2147483647
146+
#The y component of this window's last position.
147+
y = 2147483647
148+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
149+
pinned = false
150+
151+
#The last position the Mekasuit Helmet window was in when it was closed.
152+
[window.mekasuit_helmet]
153+
#The x component of this window's last position.
154+
x = 2147483647
155+
#The y component of this window's last position.
156+
y = 2147483647
157+
158+
#The last position the Rename window was in when it was closed.
159+
[window.rename]
160+
#The x component of this window's last position.
161+
x = 2147483647
162+
#The y component of this window's last position.
163+
y = 2147483647
164+
165+
#The last position the Skin Select window was in when it was closed.
166+
[window.skin_select]
167+
#The x component of this window's last position.
168+
x = 2147483647
169+
#The y component of this window's last position.
170+
y = 2147483647
171+
172+
#The last position the Side Config window was in when it was closed, and whether it was pinned.
173+
[window.side_config]
174+
#The x component of this window's last position.
175+
x = 2147483647
176+
#The y component of this window's last position.
177+
y = 2147483647
178+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
179+
pinned = false
180+
181+
#The last position the Transporter Config window was in when it was closed, and whether it was pinned.
182+
[window.transporter_config]
183+
#The x component of this window's last position.
184+
x = 2147483647
185+
#The y component of this window's last position.
186+
y = 2147483647
187+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
188+
pinned = false
189+
190+
#The last position the Upgrade window was in when it was closed, and whether it was pinned.
191+
[window.upgrade]
192+
#The x component of this window's last position.
193+
x = 2147483647
194+
#The y component of this window's last position.
195+
y = 2147483647
196+
#Determines whether this window is pinned, and should open automatically when the GUI is reopened.
197+
pinned = false

config/Mekanism/common.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#Displayed energy type in Mekanism GUIs (client) and network reader readings (server).
2+
#Allowed Values: JOULES, FORGE_ENERGY
3+
energyType = "FORGE_ENERGY"
4+
#Displayed temperature unit in Mekanism GUIs (client) and network reader readings (server).
5+
#Allowed Values: KELVIN, CELSIUS, RANKINE, FAHRENHEIT, AMBIENT
6+
temperatureUnit = "KELVIN"
7+
#Display the time it will take for radiation to decay when readings are above safe levels. Set this to false on the client side to disable MekaSuit Geiger and Dosimeter Unit timers. Set this to false on the server side to disable handheld Geiger Counter and Dosimeter timers.
8+
enableDecayTimers = true
9+
#Determines whether machine configuration data is copied when using middle click. If this is set to false no data will be copied and the default instance of the stack will be returned.
10+
copyBlockData = true
11+
#Should holiday greetings and easter eggs play for holidays (ex: Christmas and New Years) on the client. Also controls whether Robits with the default skin should have their skin randomized on the server.
12+
holidays = true

0 commit comments

Comments
 (0)