You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
— 12:52 AM
is it possible to somehow fill the library of alexandria using sfm
Teamy — 12:53 AM
yes
if you have a separate library of alexandria from which to draw books
input from library_a
output to library_b
blonki._.
— 12:53 AM
cant use it to directly enchant books?
Teamy — 12:53 AM
don't think so
can only disenchant with anvils lol
though that does seem like an opportunity for funzies
could add a way to enchant stuff by dropping an item and the book and dropping an anvil on both lol
Idea
Currently, SFM adds disenchanting functionality through falling anvils.
SFM 4.26.0 will add block tags to determine what blocks must the anvil land on to perform disenchanting, xp gooping, and printing press form forming.
Given that SFM can take enchantments off of stuff, it would be nice if it also provided a way to apply enchantments to items in an automatable way.
This could again be done through anvils because why not lol.
Proposal:
Drop pickaxe on a block of gold
Drop a "Fortune X" book on the same block of gold
Place an anvil block in the world at least one block above the air above the block of gold such that it falls down
The anvil lands on the items and block of gold, applying the enchantment
Considerations:
Combining two enchanted books into one is a separate implementation from applying an enchantment to an item. Both operations should be supported.
It would be nice to provide a way that this can be performed without consuming the block landed upon
I want to let you put any enchantment on any item without adhering to the usual restrictions
E.g., atomic disassembler (which traditionally doesn't support enchanting) with Fortune V
Gotta be configurable for pack authors lol
New blocks:
enchantologia
xxx
xyx
xxx
x = sfm:experience_goop
y = minecraft:bookshelf or #bookshelf if exists
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Originating Discussion
https://discord.com/channels/967118679370264627/967119184209264790/1419184592622977127
Idea
Currently, SFM adds disenchanting functionality through falling anvils.
SFM 4.26.0 will add block tags to determine what blocks must the anvil land on to perform disenchanting, xp gooping, and printing press form forming.
Given that SFM can take enchantments off of stuff, it would be nice if it also provided a way to apply enchantments to items in an automatable way.
This could again be done through anvils because why not lol.
Proposal:
Considerations:
Fortune VNew blocks:
enchantologiaNew block tags:
SuperFactoryManager/src/main/java/ca/teamdman/sfm/common/registry/SFMBlockTags.java
Lines 8 to 16 in 75a6b1d
Add:
anvil_enchanting_consumedforminecraft:block_of_goldanvil_enchanting_not_consumedforsfm:enchantologiaanvil_enchanting_unrestrictedforsfm:enchantologiaOutcome
Beta Was this translation helpful? Give feedback.
All reactions