Contact

Send parcels and write postcards to your frineds.

File Details

Contact-Forge-1.18.1-1.1.2-Beta.jar

  • B
  • Feb 7, 2022
  • 469.73 KB
  • 5.0K
  • 1.18.1
  • Forge

File Name

Contact-Forge-1.18.1-1.1.2-Beta.jar

Supported Versions

  • 1.18.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:contact-508999:3640025")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Fix a bug that items didn't be refreshed after packing. (not copy items, just rendering problem)
  • Move contraband blacklist to the common config folder. (directory config in the root directory .minecraft. Now named contact-common.toml)
  • Add and change some deliver commands:
  1.  /contact postcard give <player> <postcard> <isEnderType> [sender] [text]
  2.  /contact postcard deliver <player> <postcard> <isEnderType> <sender> <ticks> [text]
  3.  /contact parcel give <player> <isEnderType> <sender> <item1> <count1> [<item2>] [<count2>] [[<item3>]] [[<count3>]] [[[<item4>]]] [[[<count4>]]]
  4.  /contact parcel deliver <player> <isEnderType> <sender> <ticks> <item1> <count1> [<item2>] [<count2>] [[<item3>]] [[<count3>]] [[[<item4>]]] [[[<count4>]]]
  • Fix the crash with Forge 39.0.45 or higher.