This page (revision-1) was last changed on 22-Mar-2026 06:01 by Hiroaki Tateshita

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
22-Mar-2026 06:01 1 KB Hiroaki Tateshita

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 21 lines
[{PageViewPlugin}]
[Minecraft_Addon]
!!!Abstract
トロッコ(Minecart)をもとに電車を作りたい。Education Editionだといまいちうまくいかなかったので、そして原因もわからなかったので、まずBedrock Editionでつくってみることにした。Education EditionはBedrockよりも結構制約多いみたいだな。トロッコは2026年3月にCopilotと一緒にやってもできなかったよ。
!!!Topics
!!interests
*addonを作るために何を作らないといけないのか
|[ここ|https://learn.microsoft.com/ja-jp/minecraft/creator/documents/behaviorpack]を参考に進めてみよう。
|2のフォルダ、つまりBehaviorとResourceのフォルダから
|リソースの方は、リソースフォルダの中に[ここ|https://learn.microsoft.com/ja-jp/minecraft/creator/documents/resourcepack]をみながらmanifest.json、texturesフォルダ、entityフォルダ、textsフォルダ、animationsフォルダ、modelsフォルダ、render_controllersフォルダをつくる
| texturesフォルダの中にblocksフォルダとentityフォルダをつくる
|  blocksフォルダの中にdirt.pngをいれる。もうそれだけでBedrock Editionにリソースパックをいれるとdirtブロックが反映させる
|  entityフォルダの中にtrain.pngをいれる
| entityフォルダの中にtrain.entity.jsonをいれる。
| textsフォルダの中にen_US.langをいれる
| animationsフォルダ
| modelsフォルダ
| render_controllersフォルダ
|ビヘイビアの方は、[ここ|https://learn.microsoft.com/ja-jp/minecraft/creator/documents/behaviorpack]をみながらmanifest.jsonをつくってみる。またentitiesフォルダもつくる
| entitiesフォルダの中にcow.jsonとtrain.jsonを置いておく。
!!!Reference