mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.5.3
This commit is contained in:
parent
444a94e91e
commit
3128350798
3 changed files with 4 additions and 11 deletions
|
@ -1,14 +1,7 @@
|
|||
## Noita Entangled Worlds v1.5.2
|
||||
## Noita Entangled Worlds v1.5.3
|
||||
|
||||
- disable chunk map since im too lazy to make it not use up all memory and vram
|
||||
- fix pvp (why did it take 2 weeks to get a report :( )
|
||||
|
||||
- dont use cell eater logic for physics bodys since prob breaks in jungle sometimes
|
||||
|
||||
- dont sync most things with chains cuz game gets angy at me "deleting" chains prob
|
||||
|
||||
- detect exe on linux better
|
||||
|
||||
- make suspended containers spawn extra stuff only on host cuz im lazy
|
||||
|
||||
## Accepted pull requests
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2832,7 +2832,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue