Skip to content

cold sweat with this mod: code fault 1.20.1 version #200

@landerv123

Description

@landerv123

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions