9 lines
213 B
Mcfunction
9 lines
213 B
Mcfunction
|
#
|
||
|
# Description: Replace titled book with proper command book
|
||
|
# Called by: as:tick
|
||
|
# Entity @s: Player
|
||
|
#
|
||
|
# Replaces the written book from the players mainhand
|
||
|
#
|
||
|
loot replace entity @s weapon.mainhand loot as:book
|