Skip to content

Commit

Permalink
Automated commit: v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Feb 1, 2025
1 parent 9d5f320 commit de950a0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
6 changes: 4 additions & 2 deletions ewext/src/modules/entity_sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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)?;
Expand Down
11 changes: 5 additions & 6 deletions last_release_notes.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion noita-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion noita-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de950a0

Please sign in to comment.