Crafting Tweak: Unpackable Ice - teakivy/teaks-tweaks GitHub Wiki

Crafting Tweak: Unpackable Ice (unpackable-ice)

Unpackable Ice allows players to convert Blue Ice into 9 Packed Ice, and Packed Ice into 9 Ice.

Config

The config for this crafting tweak can be found in the config.yml file for the plugin.

# Unpackable Ice
# Allows you to break down Ice into 9 pieces. 1 Blue Ice to 9 Packed Ice to 81 Ice.
unpackable-ice:
  enabled: false

Options

enabled

  • Type - boolean
  • Default - false
  • Description - Controls whether the crafting tweak is enabled.

Recipes

teakstweaks:ice_unpackables

teakstweaks:ice_unpackables

Notes:

  • This recipe is shapeless.

teakstweaks:packed_ice_unpackables

teakstweaks:packed_ice_unpackables

Notes:

  • This recipe is shapeless.

Messages

"unpackable_ice.name": "Unpackable Ice",
"unpackable_ice.description": "Allows you to break down Ice into 9 pieces. 1 Blue Ice to 9 Packed Ice to 81 Ice.",

unpackable_ice.name

  • Default - Unpackable Ice

unpackable_ice.description

  • Default - Allows you to break down Ice into 9 pieces. 1 Blue Ice to 9 Packed Ice to 81 Ice.