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
- 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:
- /contact postcard give <player> <postcard> <isEnderType> [sender] [text]
- /contact postcard deliver <player> <postcard> <isEnderType> <sender> <ticks> [text]
- /contact parcel give <player> <isEnderType> <sender> <item1> <count1> [<item2>] [<count2>] [[<item3>]] [[<count3>]] [[[<item4>]]] [[[<count4>]]]
- /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.