8 lines
No EOL
183 B
JavaScript
8 lines
No EOL
183 B
JavaScript
// priority: 0
|
|
"use strict";
|
|
|
|
const registerTreeTapRecipes = (event) => {
|
|
|
|
//kill this off, this mod might even be removed in the future
|
|
event.remove({ mod: 'treetap' })
|
|
} |