方块

方块的格式

钓鱼插件引入了一个独特的功能,使玩家可以钓取方块!这不仅限于原版方块或默认的钓鱼战利品。该插件与其他插件无缝集成,允许用户设置自定义方块。这一功能的亮点之一是可以钓到装满随机物品的箱子,使每次捕获都可能是一个惊喜!

apple_crate:
  block: barrel
  velocity:
    horizontal: 1.07
    vertical: 1.5
  properties:
    directional: true
    storage:
      apple_1:
        item: APPLE
        amount: 1~2
        chance: 0.8
      apple_2:
        item: APPLE
        amount: 1~2
        chance: 0.8

方块类型: 定义方块的类型。在这种情况下,它是一个木桶。

速度: 这指的是方块从水面出来时的运动速度。

属性: 配置方块的行为和特性。

可用属性:

directional-4: true

directional-6: true

moisture: 4

campfire: true

rotatable: true

noteblock:
  instrument: PIANO
  note: 7

age: 4

turtle-eggs: 3

storage:
  apple_1:
    # 提示:要使用自定义钓鱼物品,只需输入"CustomFishing:type:id"
    item: APPLE
    amount: 1~2
    chance: 0.8

最后更新于