mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
12 lines
552 B
TOML
12 lines
552 B
TOML
|
#Tridents enchanted with loyalty will return when thrown into the void.
|
||
|
return_trident_from_void = true
|
||
|
#Tridents enchanted with loyalty bring drops and xp from the entity they have killed to the player (both melee and ranged combat).
|
||
|
loyalty_captures_drops = true
|
||
|
#Makes the impaling enchantment apply to any creature in contact with rain or water.
|
||
|
boost_impaling = true
|
||
|
#Tridents can be repaired in an anvil using prismarine shards.
|
||
|
repair_tridents = true
|
||
|
#Tridents will be picked up in the slot they were thrown from.
|
||
|
return_trident_to_slot = true
|
||
|
|