Skip to content

Bell#211

Draft
suprohub wants to merge 5 commits into
Steel-Foundation:masterfrom
suprohub:bell
Draft

Bell#211
suprohub wants to merge 5 commits into
Steel-Foundation:masterfrom
suprohub:bell

Conversation

@suprohub

Copy link
Copy Markdown
Contributor

Adds bell & middle click entity to get item

@JunkyDeveloper JunkyDeveloper left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still needed to be checkout and tested if it really works

Comment thread steel-core/build/build.rs
}

pub fn main() {
//

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

fn get_state_for_placement(&self, context: &BlockPlaceContext<'_>) -> Option<BlockStateId> {
let clicked_face = context.clicked_face;
let pos = context.clicked_pos.relative(clicked_face);
println!(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't use println! use tracing or delete it

}

fn can_survive(&self, state: BlockStateId, world: &dyn LevelReader, pos: BlockPos) -> bool {
let support_dir = Self::get_connected_direction(state); // уже направление к опоре

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove russian comment!
please use onnly english

fn can_survive(&self, state: BlockStateId, world: &dyn LevelReader, pos: BlockPos) -> bool {
let support_dir = Self::get_connected_direction(state); // уже направление к опоре
if support_dir == Direction::Down {
// колокол висит на потолке → опора сверху

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also here

Comment on lines +304 to +305
// get_collision_shape не переопределён – используется стандартная реализация,
// которая берёт форму из Block (state.get_collision_shape()).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

@suprohub suprohub marked this pull request as draft June 14, 2026 17:52
@github-actions

Copy link
Copy Markdown

This pull request has conflicts with the base branch "master". Please resolve those so we can test out your changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants