Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Alphalaneous committed Jun 25, 2024
1 parent 44892d3 commit e4b81e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"gd": {
"win": "2.206"
},
"version": "v0.6.6",
"version": "v0.6.7",
"id": "zalphalaneous.minecraft",
"name": "Minecraftify!",
"developer": "Alphalaneous",
Expand Down
4 changes: 2 additions & 2 deletions src/ui/hooks/LoadingLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,11 @@ bool LoadingLayer_init(LoadingLayer* self, bool p0){
return true;
}

/*$on_mod(Loaded) {
$on_mod(Loaded) {
Result<Hook*> hook = Mod::get()->hook(
reinterpret_cast<void*>(geode::base::get() + 0x30db60),
&LoadingLayer_init,
"LoadingLayer::init",
tulip::hook::TulipConvention::Thiscall
);
}*/
}
1 change: 1 addition & 0 deletions src/ui/hooks/MenuLayer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ class $modify(MenuLayer){
rightSideMenu->setUserObject("orientation", CCInteger::create(1));
}
}
return true;
}
};

Expand Down

0 comments on commit e4b81e0

Please sign in to comment.