-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happened?
in the netherite_jetpack.json file (create_jetpack-forge-4.4.6.jar\data\create_jetpack\cold_sweat\item\insulator)
"required_mods": [
"create"
],
"type": "armor",
"items": {
"items": [
"create_jetpack:netherite_jetpack"
needs to be
"required_mods": [
"create"
],
"type": "armor",
"data": {
"items": [
"create_jetpack:netherite_jetpack"
its in the 1.20.1 version
when you want to crete a world it crashed when i had oculus and VS+Clockwork
all the cold sweat jsons for create had data instead of item at that place. so i changed it and now the game works.
Loader
forge
Mod Version
1.20.1
Minecraft Version
1.20
Relevant log output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working