simple binder recipe

This commit is contained in:
Hexugory 2023-02-24 00:07:52 -06:00
parent f4838904ae
commit a40e12766d
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ hash = "35174f129ac037bb81ae19886e6ca81fc6507aee7c9337ee6ec95e669262a248"
[[files]]
file = "kubejs/server_scripts/script.js"
hash = "cda775323eaa8a8ab83df653d442f991da605efbb7d91911b6b641d18526c012"
hash = "b5f495ee5ba10a60a69ad26eb03d26f8dbd12e087183b3c88ebd3a26a17a2a5c"
[[files]]
file = "mods/ai-improvements.pw.toml"

View File

@ -40,6 +40,7 @@ onEvent('recipes', event => {
event.shapeless('ydm:white_deck_box', ['#ydm:deck_box/dyeable', '#forge:dyes/white']);
event.shapeless('ydm:card_binder', ['#ydm:deck_box', 'minecraft:book']).keepIngredient('#ydm:deck_box');
event.shapeless('ydm:simple_binder_27', ['ydm:card', 'minecraft:book']).keepIngredient('ydm:card');
})
onEvent('item.tags', event => {

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "9ff8f071339891fe99f65f817bf74759aee0a0f19e53c8f71ed37026e24dd8c4"
hash = "2ebe5fef038fe8d2b5dac60b6165a4809a07f35724da73cc88a724dcb82f442f"
[versions]
forge = "36.2.39"