Closed pil0lo closed 4 months ago
Open the Universal Graves mod's config file, find the _blocked_enchantments_ in there, and add soulbound:soulbound to it.
The blocks_enchantments file is not visible. Which file exactly do I need to find?
{ "type": "minecraft:block", "pools": [ { "bonus_rolls": 0.0, "conditions": [ { "condition": "minecraft:survives_explosion" } ], "entries": [ { "type": "minecraft:item", "name": "universal_graves:visual_grave" } ], "rolls": 1.0 } ] }
./config/universal-graves/config.json
C:\Users\user\AppData\Roaming.minecraft\config\universal-graves
Can't find it in the list..... [blocks_enchantments]
{
"_comment": "Before changing anything, see https://github.com/Patbox/UniversalGraves#configuration",
"config_version": 4,
"protection": {
"non_owner_protection_time": 900,
"self_destruction_time": 1800,
"drop_items_on_expiration": true,
"attackers_bypass_protection": false,
"use_real_time": false
},
"interactions": {
"unlocking_cost": {
"type": "free",
"count": 0
},
"give_death_compass": true,
"enable_use_death_compass_to_open_gui": true,
"enable_click_to_open_gui": true,
"shift_and_use_quick_pickup": true,
"allow_remote_protection_removal": true,
"allow_remote_breaking": true,
"allow_remote_unlocking": false
},
"storage": {
"experience_type": "percent_points",
"experience_percent:setting_value": 100.0,
"can_store_only_xp": false,
"alternative_experience_entity": false,
"blocked_enchantments": []
},
"placement": {
"player_grave_limit": -1,
"replace_any_block": false,
"max_distance_from_source_location": 8,
"shift_location_on_failure": true,
"max_shift_tries": 5,
"max_shift_distance": 40,
"generate_on_top_of_fluids": false,
"generate_on_ground": false,
"create_gravestone_after_emptying": false,
"restore_replaced_block_after_player_breaking": true,
"cancel_creation_for_damage_types": {},
"cancel_creation_for_ignored_attacker_types": {},
"blocking_predicates": [],
"block_in_protected_area": {},
"blacklisted_worlds": [],
"blacklisted_areas": {},
"creation_default_failure_text": "
There should be some differences from version to version, I saw your screenshot, it's the _blockedenchantments located under storage
[blocked_enchants]List found. You just have to write [soulbound:soulbound] in [] in this list, right? thank you I'll go outside for a while and check when I get home. thank you!!!
Yes, but it needs to be in quotes, it should be [“soulbound:soulbound”]
The enchantments marked in squares are the same enchantments. I wrote it down as you said, but it failed. I wrote it in Korean and also in English.
Are you sure this soulbound enchantment is from my mod? I remember my mod wasn't translated into Korean
I seem to have found the problem, I misspelled the quotes before and the mod didn't recognize them correctly, change them to ["soulbound:soulbound"]
When I added various enchantment modes, there were so many that I changed the names to Korean to categorize them.
"storage": { "experience_type": "percent_points", "experience_percent:setting_value": 100.0, "can_store_only_xp": false, "alternative_experience_entity": false, "blocked_enchantments": ["soulbound:soulbound"]
If you still die, all your items will be lost. If you can't make items disappear, I think you'll have to remove the "Universal Graves" mod.
I'm kind of missing your point. Is it still not in effect?
When you die, all items are still lost.
Won't it now be put into a tombstone, but dropped normally?
I uploaded it as a YouTube video. If you look at your inventory, it disappears when you die.
I just tested it and realized it's a bug specific to version 1.21, wait for me to fix it.
Unfortunately, I tried to fix it, and in the end it turned out to be a problem with the Universal Graves mod, to whom I've filed an ISSUE.
Universal Graves mod has been updated, you can try it to see if it's fixed.
It works fine. It's solved. Thank you.
https://www.curseforge.com/minecraft/mc-mods/universal-graves
The Universal Graves mode is a mode that creates a gravestone when you die. Soulbound enchanted items are also included when a tombstone is created in Universal Graves mode... Can't it stay in inventory?