Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Supported environments
Creators
Details
Licensed MIT
Published 10 months ago
Updated 10 months ago
介绍
里面有很多奇奇怪怪的模组想法
特点
方块蛇 🐍
介绍
这是个由方块所构成的实体,如下称为蛇。这个蛇实体拥有基本的寻路功能,并且蛇更倾向于吃掉食物(方块),并增长自身长度。当然,这个蛇也倾向于攻击实体或者玩家,总之类似于存在于MC中的生物一样
使用方法
- 使用
/snake <name>来创建方块蛇 (block_snake) 实体。 - 使用
/snake <name> mod来修改蛇的行为模式,包括:ai,food_finder,attack_entity,attack_player,following_owner,no_brain,player_controlled。 - 使用
/snake <name> move_tick修改蛇的移动速度。 - 使用
/snake <name> max_length修改蛇的最大长度。 - 使用
/snake <name> food修改蛇的食物,默认是南瓜 (block)。 - 使用
/snake <name> body_block修改构成蛇的身体方块。 - 使用
/snake <name> head_block修改构成蛇的头部方块。 - 在
player_controlled模式下,使用/snake <name> move控制蛇的移动方向。 - 使用
/snake <name> attack_entity修改蛇的攻击对象。 - 使用
/snake <name> search_range修改蛇的索敌或食物范围。 - 使用
/snake <name> owner修改蛇的所有者。
Introduction
It contains a variety of strange and interesting mod ideas :D
Features
Block Snake 🐍
Description
This is an entity composed of blocks, referred to as a "Snake" below. This snake entity possesses basic pathfinding functionality and tends to prioritize consuming food (blocks) to increase its length. It also exhibits aggressive behavior, tending to attack other entities or players, functioning similarly to a creature that exists within Minecraft.
How to use
- Use
/snake <name>to create a block snake (block_snake) entity. - Use
/snake <name> modto modify the snake's behavior modes, including:ai,food_finder,attack_entity,attack_player,following_owner,no_brain,player_controlled. - Use
/snake <name> move_tickto adjust the snake's movement speed. - Use
/snake <name> max_lengthto set the snake's maximum length. - Use
/snake <name> foodto define the food block that increases the snake's length (default: pumpkin block). - Use
/snake <name> body_blockto change the block used for the snake's body. - Use
/snake <name> head_blockto change the block used for the snake's head. - In
player_controlledmode, use/snake <name> moveto direct the snake's movement. - Use
/snake <name> attack_entityto modify the entities the snake targets for attacks. - Use
/snake <name> search_rangeto adjust the snake's detection range for enemies or food. - Use
/snake <name> ownerto set the owner of the snake.



