paradust7 / minetest-wasm

Experimental Minetest build for WebAssembly/Emscripten
https://minetest.dustlabs.io/
MIT License
99 stars 23 forks source link

The mods I downloaded in the game have disappeared #5

Closed lychees closed 2 years ago

lychees commented 2 years ago

Hi, thanks for the share, this is the warehouse I've been looking for for a long time!

I ran the game on chrome on windows 10 and downloaded the mods within the game today, but when I refreshed, the downloaded mods disappeared. Is this an intended behavior and how to fix it? Regards.

paradust7 commented 2 years ago

There's no file system storage on web pages. Every time you refresh the page, it starts from scratch. You could add your mods to the built-in file system by modifying build_fsroot.sh.