You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What configuration should we change in this modpack?
YUNG's Better Desert Temples
The armorstands could display the wanderer armor from EnvironmentZ.
The itemframes storageItems could provide all kinds of Vanilla and modded seeds and food items.
YUNG's Better Strongholds
The armorstands could display the wolf pelt armor from EnvironmentZ.
The itemframes storageItems could provide all kinds of Vanilla and modded seeds and food items.
YUNG's Better Nether Fortresses
The itemframes lootItems could display cogs from Create.
The itemframes studyItems could display the guide book from Dehydration.
The ores chances should integrate zinc and salt from Create and Expanded Delight, respectively.
The rare block should integrate zinc block.
Why should it be changed?
To improve mod interoperability within the modpack.
Additional details
The configuration files do not account for modded items. The bug has been reported.
thank you for looking into this issue. I tried delving into the code, suspecting that there was a simple solution to most of the problems listed here. I tracked the item choice process to the ItemRandomizer.class and ItemAdapter.class files in Yung's API, but those rely on content in net.minecraft, such as the core.Registry and world.item.Items files, which I couldn't read.
I have no coding knowledge, but based on what I could read and the fact that items in the configuration file have no namespaces - is it possible that the mods call upon the Forge registry entries (X_00000) format instead of the usual item IDs?
Hi @Scriese and thank you for looking into this issue too. I am using Fabric mod loader. Did you face the same problem with Forge ? Viiizee reported it in 2022, but the corresponding ticket is still open: YUNG-GANG/YUNGs-Better-Desert-Temples#13 I suggest you to comment it with your tests and explanations, in the hope that the YUNG-GANG devs will look into it.
What configuration should we change in this modpack?
YUNG's Better Desert Temples
The armorstands could display the wanderer armor from EnvironmentZ.
The itemframes storageItems could provide all kinds of Vanilla and modded seeds and food items.
YUNG's Better Strongholds
The armorstands could display the wolf pelt armor from EnvironmentZ.
The itemframes storageItems could provide all kinds of Vanilla and modded seeds and food items.
YUNG's Better Nether Fortresses
The itemframes lootItems could display cogs from Create.
The itemframes studyItems could display the guide book from Dehydration.
The ores chances should integrate zinc and salt from Create and Expanded Delight, respectively.
The rare block should integrate zinc block.
Why should it be changed?
To improve mod interoperability within the modpack.
Additional details
The configuration files do not account for modded items. The bug has been reported.
The text was updated successfully, but these errors were encountered: