[Bug/Glitch] can't scroll on custom assortments
SpringierTrain opened this issue · 6 comments
Legacy4J Version
1.20.4-1.7.4
Mod Loader Version
0.15.11
Bug/Glitch Occurrence Context
There are no options to scroll down the description. However, the built-in assortments work fine, weirdly enough.
Attached below is my custom assortment's json.
{
"description": {
"translate": "Welcome to the Wasteland! Celebrate the Fallout® series in Minecraft by cracking open this Vault containing 44 unique skins, custom textures, re-skinned mobs, a special post-apocalyptic map, original Fallout soundtrack compilation and a Pip-Boy inspired UI."
},
"packs": [
"vanilla",
"programmer_art",
"fabric",
"file/Legacy Extended 2.12",
"file/OldHorseModel_1_21_V2_0_2.zip",
"file/Legacy-Skin-Packs-1.1.1-fixed",
"file/Classic Villages (Gravel Paths)",
"file/Legacy-Projects-Skins-v0.1.1",
"file/FalloutMash-upPack"
],
"id": "template_assort",
"name": "Fallout"
}
Crash Report
didnt crash
What happened wrong?
i cant scroll down the description of my custom assortment
Your description is wrong, the translate
entry is for translation keys, u should replace it with text
or use a correct translation key
i try making it "description": <description>
and replacing the translate key with text and that didnt work either