From 42c63dccc068232dfde15dda9acd3402ec9dc3a5 Mon Sep 17 00:00:00 2001 From: Daniel Ceregatti Date: Fri, 8 Sep 2023 11:20:11 -0700 Subject: [PATCH] Add BaseBuildingPlus integration. This one publishes a types.xml in its mod directory, but this file lacks the root node. Adding hooks to handle specific fixes for files. --- files/mods/1710977250/xml.env | 4 ++++ files/mods/@BaseBuildingPlus | 1 + 2 files changed, 5 insertions(+) create mode 100644 files/mods/1710977250/xml.env create mode 120000 files/mods/@BaseBuildingPlus diff --git a/files/mods/1710977250/xml.env b/files/mods/1710977250/xml.env new file mode 100644 index 0000000..0b3ac20 --- /dev/null +++ b/files/mods/1710977250/xml.env @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +TYPES=./info/bbp_types.xml +TYPES_FIX=ADD_ROOT diff --git a/files/mods/@BaseBuildingPlus b/files/mods/@BaseBuildingPlus new file mode 120000 index 0000000..d1f99fd --- /dev/null +++ b/files/mods/@BaseBuildingPlus @@ -0,0 +1 @@ +1710977250 \ No newline at end of file