-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enchanted book not appearing and cannot collect #67
Comments
Hello! This sounds like the mod isn't that working on the server side – but you said it is installed there, so it should be working. Can you test whether it works in singleplayer? |
i have confirmed it works in single player. I typed in the command in the server to see if it can find the grind enchantments mod but it cant find the config file. ( /config grindenchantments server) usually how I enable my other server sided mods and to see if it recognizes it. im on fabric 1.21 and the grind echantment mod that was installed was the latest one made for 1.21.
here is the grind enchantments mod config file: {
"filter": {
"enabled": true,
"item": {
"enchantments": [],
"action": "deny"
},
"enchantment": {
"enchantments": [],
"action": "ignore"
},
"cursed_enchantments": "ignore"
},
"dedicated_server_options": {
"alternative_cost_display_enabled": false
},
"client_options": {
"show_enchantment_cost": true
},
"disenchant_to_book": {
"enabled": true,
"consume_enchanted_item": false,
"cost_function": {
"function": {
"function": {
"type": "grindenchantments:count_min_power"
},
"factor": 0.3,
"offset": 8.0,
"type": "grindenchantments:transform"
},
"type": "grindenchantments:filter"
}
},
"move_enchantments": {
"enabled": true,
"cost_function": {
"function": {
"function": {
"function": {
"normal_factor": 3.0,
"treasure_factor": 8.0,
"type": "grindenchantments:count_levels"
},
"factor": 0.5,
"offset": 0.5,
"type": "grindenchantments:transform"
},
"type": "grindenchantments:first_enchantment"
},
"type": "grindenchantments:filter"
}
}, let me know if there is anything else you need! also do you have a list of mods that you commonly see that arent compatible with this mod? Thank you for the assistance! |
Do you have another mod that adds this functionality? This mod does not add a Also, are you sure the server has Fabric installed? It should print out a list of loaded mods at the start (I'm assuming your log file got cut off). I've never seen a Minecraft server log Windows registry entries, either.
There used to be some, but most commonly used mods should now be compatible. Also, I edited your comment to use code blocks, so it's a bit easier to read. I hope that's fine! |
Hey, just curious as to why my 1.21 version of grind enchantments mod isn't working for my fabric server. I enter the grindstone and insert the enchanted tool (it stays in the slot), and I try to place the book underneath and all I see in the final slot is my enchanted book and level cost appear and disappear within a split second (only when I try to insert book). I can keep spamming the book, but the enchanted book will never fully generate for me to pick up. The book gets booted out of the grindstone immediately after being placed. Any help would be appreciated, Thank you! Let me know if you need anything from my side! The mod has been installed on the client side and the server side. other player also has mod installed client side. I'm just having an issue with the server side and its causing both players to not be able to use this mod. all players have the same mods.
The text was updated successfully, but these errors were encountered: