Ad Astra

Ad Astra

23M Downloads

[Bug]: Oxygen Distributor config is missing

gisellevonbingen opened this issue ยท 1 comments

commented

Bug Description

Oxygen Distributor config not found in Config Screen and ad_astra.toml
image

How to Reproduce?

  1. Just open [Mods] - [Ad Astra] - [Config] screen.
  2. Or open ad_astra.toml in config directory.

Expected Behavior

  1. That config is be appear.

Version

1.11.8

Mod Loader Version

1.19.2-43.1.55

Mod Loader

Forge

Logs or additional context

My ad_astra.toml file.
https://pastebin.com/KGX109sp

commented

Addition, Cryo Freezer config is wrong.
id energyPerTick is duplicated.
image

@ConfigEntry(
id = "energyPerTick",
type = EntryType.LONG,
translation = "text.resourcefulconfig.ad_astra.option.cryoFreezer.energyPerTick"
)
public static long energyPerTick = 24L;
@ConfigEntry(
id = "energyPerTick",
type = EntryType.LONG,
translation = "text.resourcefulconfig.ad_astra.option.cryoFreezer.tankSize"
)
public static long tankSize = FluidHooks.buckets(3);