1 #Rotate crafting table contents so they always face the closest player.
\r
2 #Default Value: CLOSEST_PLAYER
\r
3 #Allowed Values: CLOSEST_PLAYER, CRAFTING_PLAYER, NEVER
\r
4 rotate_ingredients = "CLOSEST_PLAYER"
\r
5 #Render the result of the crafting operation in addition to crafting table contents.
\r
7 result_rendering = true
\r
8 #Makes crafting table contents lay flat on the table instead of floating above.
\r
9 #Default Value: FLOATING
\r
10 #Allowed Values: NONE, FLAT, FLOATING
\r
11 ingredient_rendering = "FLOATING"
\r