Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.77 KB

README.md

File metadata and controls

23 lines (20 loc) · 1.77 KB

mod icon representing a pixelated 8x8 villager head Let Villagers Be [Fabric]

mod loader: fabric version 1.0.0 minecraft 1.19.2 show on curseforge license: mit

Features

  • supported environments: [ client+server || server-only ]
  • all features are configurable (path: /config/letvillagersbe-config.json5)
  • players can't right-click villagers out of their beds
  • players can't left-click damage sleeping villagers
  • players can't break the bed a villager is sleeping in
  • villagers can't be moved/pushed while sleeping
  • ... and more! (like one or two, tops)

Known Issues

  • translations only work out-of-the-box when installing the mod both on the client and the server
    • if installed server-side only, translations won't work (yet) but vanilla clients can still connect and use the mod!
      • you can disable all messages in the showMessageWhen section of the server config, see #3 (comment)
    • NOTE: maybe look into Server Translations API to make translations for server-side only installations work