This commit is contained in:
illuc 2026-02-28 22:35:57 +02:00
parent 6817a33af6
commit a6aab59bf6
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,7 @@
// priority: 0
"use strict";
function registerReinsmodRecipes(event) {
event.remove({ mod: 'reinsmod' })
}