Skip to content
This repository was archived by the owner on Apr 9, 2026. It is now read-only.

feat: add for_each_in_radius, is_on_ground, is_burning, offhand_item,…#10

Merged
tickwarden merged 1 commit into
mainfrom
feat/new-modules-batch2
Apr 3, 2026
Merged

feat: add for_each_in_radius, is_on_ground, is_burning, offhand_item,…#10
tickwarden merged 1 commit into
mainfrom
feat/new-modules-batch2

Conversation

@tickwarden
Copy link
Copy Markdown
Collaborator

… get_time

  • entity/for_each_in_radius: radius-filtered entity iteration
  • player/is_on_ground: wrapper for macro:is_on_ground predicate
  • player/is_burning: wrapper for macro:is_burning predicate
  • inv/offhand_item: offhand equivalent of selected_item
  • world/get_time: daytime / total / day to macro:output

📝 Değişiklik Özeti

🛠 Teknik Detaylar

  • Kapsam: Teknik Altyapı / Mantık Katmanı / Modül Güncellemesi
  • Yöntem: Tick-Safe mimari ve Makro ($) kullanımı kontrol edildi mi?

✅ Kontrol Listesi

  • Kodlar mcfunction standartlarına uygun yazıldı.
  • Gereksiz "Entity Polling" yerine event-driven tetikleyiciler kullanıldı.
  • JSON dosyalarının sözdizimi (Syntax) doğrulandı.
  • GitHub Actions (CI/CD) testlerinden başarıyla geçti.
  • Dokümantasyon/README güncellendi.

… get_time

- entity/for_each_in_radius: radius-filtered entity iteration
- player/is_on_ground: wrapper for macro:is_on_ground predicate
- player/is_burning: wrapper for macro:is_burning predicate
- inv/offhand_item: offhand equivalent of selected_item
- world/get_time: daytime / total / day to macro:output
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

🎉 Hoş Geldin, @tickwarden!

macroEngine-dp'ye ilk PR'ını açtığın için teşekkürler! Katkın incelemeye alındı.

Süreci hızlandırmak için şunlara dikkat edebilirsin:

  • Değişikliğini test ettiğin Minecraft Java Edition sürümünü belirt
  • Eğer bir issue'yu çözüyorsa PR açıklamasına closes #<issue_no> ekle
  • .mcfunction dosyalarında sözdizimi hatası olmadığından emin ol

Herhangi bir sorun olursa buraya yorum bırakabilirsin. İyi kodlamalar! 🧱

@tickwarden tickwarden merged commit 2b51dd1 into main Apr 3, 2026
10 of 12 checks passed
@tickwarden tickwarden deleted the feat/new-modules-batch2 branch April 3, 2026 06:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants