10 lines
No EOL
181 B
JavaScript
10 lines
No EOL
181 B
JavaScript
"use strict";
|
|
|
|
/**
|
|
*
|
|
* @param {Internal.TFCDataEventJS} event
|
|
*/
|
|
const registerTFCDataForArborFirmaCraft = (event) =>
|
|
{
|
|
event.itemHeat('afc:tree_tap', 0.2345, null, null)
|
|
} |