Skip to content

Conversation

NePonpon
Copy link
Member

@NePonpon NePonpon commented Oct 5, 2025

チケット URL

GH-916

対応内容・対応背景・妥協点

自然湧きの処理を追加しました。
シルバーフィッシュやウォーデンの置換処理も含んでいます
プレイヤー(entity:player)が範囲内にいない場合は、ヴェックスに置き換わり、自然湧きの負荷を軽減します

やったこと

  • functions -> funciton
  • natural_spawn_○○ -> natural_spawn/○○
    この例に従わない変更もあります
  • シルバーフィッシュとウォーデンのフォルダをnatural_spawnへ移動
  • settings:enemy/(loot_table) -> settings:entity/
    • custom_model_dataの形式を1->{"float":[1]}へ仮変更

テスト

  • 一般的な自然湧き
    • export_mob_v2.04を使用してください
    • サバイバル状態で検証してください (クリエイティブならヴェックスのテストがしやすいです)
    • 自然湧きのトリガーはクリーパーなのでスポーンエッグから出すと検証しやすいです
  • シルバーフィッシュ
    • area:skylandsでないと出現しません

チェックリスト (ガイドライン)

@NePonpon NePonpon requested a review from a team as a code owner October 5, 2025 16:40
@github-actions github-actions bot added the 1-21-4 MCver1.21.4で確認された問題 label Oct 5, 2025
@NePonpon NePonpon linked an issue Oct 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-21-4 MCver1.21.4で確認された問題
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature] 自然湧きなどの置換処理
1 participant