Вернуться ко всем записям

How To Convert Jar To Mcaddon Jun 2026

folder, which contains textures, sounds, and 3D models you can potentially reuse. Step 2: Porting 3D Models and Textures

| Java Mod Feature | Bedrock Equivalent | |----------------|--------------------| | Custom block (e.g., furnace-like) | block.json + minecraft:custom_components | | New mob AI | Entity Behavior Tree ( .json ) | | Custom recipe | recipes/ folder with recipe JSONs | | New item | item.json + texture reference | | Event handling | Animation Controllers & Scripting (JavaScript via Script API) | how to convert jar to mcaddon