diff --git a/ewext/src/modules/entity_sync.rs b/ewext/src/modules/entity_sync.rs index 5835898a..2f4063bf 100644 --- a/ewext/src/modules/entity_sync.rs +++ b/ewext/src/modules/entity_sync.rs @@ -11,8 +11,8 @@ use eyre::{Context, OptionExt}; use interest::InterestTracker; use noita_api::serialize::serialize_entity; use noita_api::{ - game_print, DamageModelComponent, EntityID, LuaComponent, PositionSeedComponent, - ProjectileComponent, VariableStorageComponent, + DamageModelComponent, EntityID, LuaComponent, PositionSeedComponent, ProjectileComponent, + VariableStorageComponent, }; use rustc_hash::{FxHashMap, FxHashSet}; use shared::des::DesToProxy::UpdatePositions; @@ -155,6 +155,8 @@ impl EntitySync { "data/entities/buildings/bunker.xml", "data/entities/buildings/bunker2.xml", "data/entities/animals/boss_centipede/reference_point.xml", + "data/entities/buildings/failed_alchemist_orb.xml", + "data/entities/buildings/lukki_eggs.xml", ] .contains(&file_name.as_str()) || entity_is_item(entity)?; diff --git a/last_release_notes.md b/last_release_notes.md index 9f659c71..89f023e9 100644 --- a/last_release_notes.md +++ b/last_release_notes.md @@ -1,13 +1,12 @@ -## Noita Entangled Worlds v1.0.4 +## Noita Entangled Worlds v1.0.5 -- fix kolmi +- try to fix stuff not syncing when dropped -- fix tower portal +- try to fix shops sometimes having spells overlap(might break everything -- fix nightmare wands - -- fix an issue with chests +- handle tablet telekensis better +- stop not alchemist and tiny lukki duping ## Accepted pull requests diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index da534ef5..e5af5fcf 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2581,7 +2581,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "1.0.4" +version = "1.0.5" dependencies = [ "argh", "bitcode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index c2b8939b..1bcf6287 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [package] name = "noita-proxy" description = "Noita Entangled Worlds companion app." -version = "1.0.4" +version = "1.0.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html