Skip to content

Commit de950a0

Browse files
committed
Automated commit: v1.0.5
1 parent 9d5f320 commit de950a0

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

ewext/src/modules/entity_sync.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ use eyre::{Context, OptionExt};
1111
use interest::InterestTracker;
1212
use noita_api::serialize::serialize_entity;
1313
use noita_api::{
14-
game_print, DamageModelComponent, EntityID, LuaComponent, PositionSeedComponent,
15-
ProjectileComponent, VariableStorageComponent,
14+
DamageModelComponent, EntityID, LuaComponent, PositionSeedComponent, ProjectileComponent,
15+
VariableStorageComponent,
1616
};
1717
use rustc_hash::{FxHashMap, FxHashSet};
1818
use shared::des::DesToProxy::UpdatePositions;
@@ -155,6 +155,8 @@ impl EntitySync {
155155
"data/entities/buildings/bunker.xml",
156156
"data/entities/buildings/bunker2.xml",
157157
"data/entities/animals/boss_centipede/reference_point.xml",
158+
"data/entities/buildings/failed_alchemist_orb.xml",
159+
"data/entities/buildings/lukki_eggs.xml",
158160
]
159161
.contains(&file_name.as_str())
160162
|| entity_is_item(entity)?;

last_release_notes.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
## Noita Entangled Worlds v1.0.4
1+
## Noita Entangled Worlds v1.0.5
22

3-
- fix kolmi
3+
- try to fix stuff not syncing when dropped
44

5-
- fix tower portal
5+
- try to fix shops sometimes having spells overlap(might break everything
66

7-
- fix nightmare wands
8-
9-
- fix an issue with chests
7+
- handle tablet telekensis better
108

9+
- stop not alchemist and tiny lukki duping
1110

1211
## Accepted pull requests
1312

noita-proxy/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

noita-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55
[package]
66
name = "noita-proxy"
77
description = "Noita Entangled Worlds companion app."
8-
version = "1.0.4"
8+
version = "1.0.5"
99
edition = "2021"
1010

1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)