-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Issue with Adding Custom Cakes #22
Comments
Are you removing line-breaks? as you can't touch those |
Wait, is the refill item an array in that screenshot? I think it should just be |
I'll look into it this weekend |
Have you tried editing it in-game using a mod like Configured btw? |
I just tried adding custom cakes via the in-game config, but it's impossible to add new custom cakes that way. I can modify existing ones slightly, but adding anything new doesn’t work. |
There is no way to add more than the existing ones currently |
Do you think it would be possible to add an option or a way to create new custom cakes in a future update ? |
I wouldn't know what the best way would be. I think you should be able to add new ones using KubeJs |
I just looked into making a custom cake with KubeJS. After asking on Discord, I was advised to use the Farmer's Delight extension to create the custom pies. Additionally, I need to add a teleportation code. There's also the risk of spawning and suffocating in blocks. Overall, it's complex and quite a hassle xD. I hope it will be possible for you to add an option or something similar to make it easier to add custom cakes. Thank you for your help! I'll keep an eye out for any updates! |
General Info
Forge version
forge 47.3.5
Minecraft version
1.20.1
Mod version
1.20.1.0.8.3
Java version
8
Issue Description
Hello,
I've decided to continue the conversation here on GitHub as it's the most appropriate place.
I'm encountering an issue with adding custom cakes. I modified the base cakes and tried to add a new one, but every time I restart the game, the custom cakes are removed from the config file.
I've double-checked the syntax multiple times. I'm using the same structure as for CustomCake3 and only changed the relevant numbers in the config. Despite this, I receive the following error in my logs:
Incorrect key CustomCake4 was corrected from SimpleCommentedConfig:{consumeCustomCake4=true, customCake4Name=Bumble Cake, customCake4Dimension=the_bumblezone:the_bumblezone, customCake4RefillItem=[the_bumblezone:beespire_catalyst], customCake4MinY=2, customCake4MaxY=254} to its default, null.
I'm a bit lost at this point 😅. Any help would be appreciated!
Additional Information
No response
The text was updated successfully, but these errors were encountered: