File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 - name : Windows
1616 os : windows-latest
1717
18- # - name: Android32
19- # os: ubuntu-latest
20- # target: Android32
18+ - name : Android32
19+ os : ubuntu-latest
20+ target : Android32
2121
22- # - name: Android64
23- # os: ubuntu-latest
24- # target: Android64
22+ - name : Android64
23+ os : ubuntu-latest
24+ target : Android64
2525
2626 name : ${{ matrix.config.name }}
2727 runs-on : ${{ matrix.config.os }}
Original file line number Diff line number Diff line change 11{
2- "geode" : " 4.0.0-beta. 1" ,
2+ "geode" : " 4.0.1" ,
33 "gd" : {
4- "win" : " 2.2074"
4+ "win" : " 2.2074" ,
5+ "android" : " 2.2074"
56 },
6- "version" : " v0.9.11 " ,
7+ "version" : " v0.9.12 " ,
78 "id" : " zalphalaneous.minecraft" ,
89 "name" : " Minecraftify!" ,
910 "developer" : " Alphalaneous" ,
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ class $modify(MyMenuLayer, MenuLayer) {
148148 title->addChild (subTitle);
149149 subTitle->setID (" minecraft-subtitle" _spr);
150150
151- MCLabel* versionText = MCLabel::create (" Minecraft 2.206 (Geode)" , " minecraft.fnt" _spr);
151+ MCLabel* versionText = MCLabel::create (" Minecraft 2.2074 (Geode)" , " minecraft.fnt" _spr);
152152 versionText->setAnchorPoint ({0 , 0 });
153153 versionText->setScale (0 .42f );
154154 this ->addChild (versionText);
You can’t perform that action at this time.
0 commit comments