release: 1.2.0
- AmbientSounds - Bobby - Comforts - Concurrent Chunk Management Engine - Crate Delight - Easy Magic - Exposure - Farmer's Delight Refabricated - More Delight - ScalableLux - ServerCore - Smarter Farmers - Sounds Physics Remastered - Storage Delight - Traveler's Backpack - Visual Workbench - Xaero's Maps x Waystones - Zoomify
This commit is contained in:
parent
47825fe622
commit
0d709336d9
65 changed files with 4418 additions and 33 deletions
25
config/easymagic-client.toml
Normal file
25
config/easymagic-client.toml
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#Keep the vanilla book inside the enchantment screen instead of rendering a reroll button.
|
||||
#The button is simply not visible, rerolling still works by clicking the book. Disabling the reroll feature itself is possible in the server config.
|
||||
#Default Value: false
|
||||
keep_enchantment_screen_book = false
|
||||
#Offset on y-axis for chiseled bookshelf book tooltips from original position.
|
||||
#Default Value: 0
|
||||
# Default: 0
|
||||
# Range: > -2147483648
|
||||
chiseled_bookshelf_tooltip_offset_y = 0
|
||||
#Render inventory contents of an enchanting table.
|
||||
#Default Value: FLOATING
|
||||
#Allowed Values: NONE, FLAT, FLOATING
|
||||
render_enchanting_table_contents = "FLOATING"
|
||||
#Show a tooltip for the hovered book in a chiseled bookshelf.
|
||||
#DISABLED: Vanilla behavior, no tooltip shows.
|
||||
#CROUCHING: A tooltip only shows while the player is crouching.
|
||||
#ENABLED: A tooltip always shows when a book is looked at.
|
||||
#Default Value: ENABLED
|
||||
#Allowed Values: DISABLED, CROUCHING, ENABLED
|
||||
chiseled_bookshelf_tooltip = "ENABLED"
|
||||
#Offset on x-axis for chiseled bookshelf book tooltips from original position.
|
||||
#Default Value: 0
|
||||
# Default: 0
|
||||
# Range: > -2147483648
|
||||
chiseled_bookshelf_tooltip_offset_x = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue