Zrips / MobFarmManager

6 stars 0 forks source link

Add function to limit player_head and player_wall_head #33

Closed UnitedCraft closed 2 years ago

UnitedCraft commented 2 years ago

Suggest adding a function to limit player_head and player_wall_head material.

Zrips commented 2 years ago

You can already do this by adding extra entries for block limitations, like

BlockTypes:
  Limit: true
  List:
    HOPPER: 10
    PISTON: 10
    STICKY_PISTON: 10
    OBSERVER: 10
    PLAYER_HEAD: 10
    PLAYER_WALL_HEAD: 10