- Improve ore storing action
- Add a setting to define allowed products to be added to the storage
Code (YAML):
# You can define allowed products to be added in the storage
# By default, only ones defined in the transform circuit are allowed
allowed-products
:
- netherite_block
CONFIGURATION UPDATE!
config.yml
Code (YAML):
accessibility-settings:
craft-amount
:
# ADD THIS SECTION
left
: 1
# Remove or Set 0 to disable
right
: 64
Also, a new file will be automatically created: /gui/crafting.yml.
Then, add a button to the storage menu
Code (YAML):
components:
"C":
type
: craft
material
: crafting_table
name
:
"&eQuick craft"
lore
:
-
"&7Quickly craft available ingredients in"
-
"&7your storage into full blocks"
-
""
-
"&e» Click to open crafting menu"
then change the layout
Code (YAML):
layout
:
-
"---------"
-
"-XS-PPPP-"
-
"---------"
-
"++++|+++C"