null2264 / SkyblockCreator

A fabric mod that lets you add skyblock-like world type(s).
Mozilla Public License 2.0
1 stars 1 forks source link

name changing #8

Closed GlitchFemboyFox closed 1 year ago

GlitchFemboyFox commented 1 year ago

i tried to make a custom world it fully works i just cant figure out to make the name normal afbeelding_2023-06-18_212548985 afbeelding_2023-06-18_212710903 please tell me how i can fix this

null2264 commented 1 year ago

You use a resource pack for that (specifically the lang folder), you can use KubeJS or load-my-resources mod to make the resource pack automatically load.

GlitchFemboyFox commented 1 year ago

how do i add the recourcepack using load my recources idk what files to use

null2264 commented 1 year ago

You just put the resource pack's assets folder into resources folder in your .minecraft folder (the same folder that has config and mods folders in it). Here's an example for the lang folder: https://github.com/Laskyyy/Create-Astral/blob/ee611c386992db9b71eb77db9e96c4db4edc2b1c/resourcepacks/Reim%20GUI%20%2B%20Default%20Dark/assets/minecraft/lang/en_us.json

null2264 commented 1 year ago

So the the folder structure will look like this:

.minecraft/
├── config/
│   └── ...
├── mods/
│   └── ...
└── resources/
    └── minecraft/
        └── lang/
            ├── en_us.json
            ├── en_gb.json
            └── ...
GlitchFemboyFox commented 1 year ago

Where do i find the recourcepack for it? I looked in folder recourcepack but nothing is there

null2264 commented 1 year ago

Uhh, you just make it manually...

GlitchFemboyFox commented 1 year ago

How do i make it

null2264 commented 1 year ago
{
    "generator.skyblockcreator.creators_island": "Creators Island"
}
null2264 commented 1 year ago

Strange, maybe try using KubeJS instead? I did mine with KubeJS once https://github.com/null2264/Skyblock/blob/master/kubejs/assets/kubejs/lang/en_us.json

GlitchFemboyFox commented 1 year ago

nvm it works it automaticcaly put a capital letter for folders and that made it not work

null2264 commented 1 year ago

Aight cool, glad that works!