Skip to content

Move to Lunacore 0.15, various mod and plugin updates#135

Open
DamiansStupidCodeLMAO wants to merge 24 commits intowyndchyme:3.2.0-lanquorwinefrom
DamiansStupidCodeLMAO:3.2.0-lanquorwine
Open

Move to Lunacore 0.15, various mod and plugin updates#135
DamiansStupidCodeLMAO wants to merge 24 commits intowyndchyme:3.2.0-lanquorwinefrom
DamiansStupidCodeLMAO:3.2.0-lanquorwine

Conversation

@DamiansStupidCodeLMAO
Copy link
Copy Markdown
Contributor

also planning on rewriting CrafTR and implementing a pickblock script later

no longer relies on using L/R on the dpad. inventory navigators rejoice
@DamiansStupidCodeLMAO DamiansStupidCodeLMAO changed the title Move to Lunacore 0.15 and update swimming Move to Lunacore 0.15, various mod and plugin updates Feb 22, 2026
@wyndchyme wyndchyme added enhancement New feature or request 3.2.0 "Lanquorwine" Inclusion or progression toward 3.2.0 "Lanquorwine" labels Feb 23, 2026
@wyndchyme wyndchyme added this to the 3.2.0 "Lanquorwine" milestone Feb 23, 2026
still not a true solution to the "elytra boost works when not flying" issue but definitely better than before
@@ -0,0 +1,69 @@
--[[
KNOWN BUGS WITH THIS MOD:
Fireworks can be used without actively flying as long as elytra is equipped: You can't check elytra flight with LunaCore right now :()
Copy link
Copy Markdown
Contributor

@Cracko298 Cracko298 Feb 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try checking if the u8 value of addr 0xFFFDC58 is equal to 0x01. This area stores alot of the conditionals around the playerstate ie isSwimming, isDrowning, inAir. (is typically static, worth looking into).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tried this:
and Core.Memory.readU8(0xFFFDC58) == 0x01 then
and it just ended up being able to activate at seemingly random times?

(my fireworks weren't rendering)
500 cheat codes ***a stack of 463 cheat codes beam into existence inside of init.lua*** /ref
was having errors in relation to memory. might be able to reimplement suspicious stew eventually after some optimizations
THIS HAS BEEN AN OPTION THE WHOLE TIME I FEEL STUPID
idk why i added a collectgarbage at the end of the init.lua, i dont think it benefits the script at all
from testing i don't think any mods/scripts have any issues besides craftr (which is fixed for 0.17 by this commit) (also i can now fix the overstacking of stew since that was causing crashes on 0.15 for some reason)
also move weather to world utilities in craftr because that makes more sense
@wyndchyme
Copy link
Copy Markdown
Owner

Merge has conflicts, looks like we're opening GitHub Desktop 🫩

@DamiansStupidCodeLMAO
Copy link
Copy Markdown
Contributor Author

i fixed it :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.2.0 "Lanquorwine" Inclusion or progression toward 3.2.0 "Lanquorwine" enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants