-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
229 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<configs patcher-version="4"> | ||
|
||
<!-- <setattribute xpath="/items/item[@name='meleeToolFarmT1IronHoe']/property[@name='CreativeMode']" name="value">Player</setattribute> --> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<include path="items.a20.xml"/> | ||
<include path="items.a20.ulm.xml"/> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<!-- unlock item via iron tool schematics --> | ||
<!-- include the main item --> | ||
<include path="items.a21.xml"/> | ||
<include path="items.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<!-- include the main item --> | ||
<include path="items.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> | ||
<configs patcher-version="4"> | ||
|
||
<!-- <setattribute xpath="/items/item[@name='meleeToolFarmT1IronHoe']/property[@name='CreativeMode']" name="value">Player</setattribute> --> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<modinc path="items.a20.xml"/> | ||
<modinc path="items.a20.ulm.xml"/> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<!-- unlock item via iron tool schematics --> | ||
<!-- include the main item --> | ||
<modinc path="items.a21.xml"/> | ||
<modinc path="items.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<!-- include the main item --> | ||
<modinc path="items.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<configs patcher-version="4"> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<!-- unlocks items via schematics only --> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<include path="progression.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<include path="progression.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> | ||
<configs patcher-version="4"> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<!-- unlocks items via schematics only --> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<modinc path="progression.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<modinc path="progression.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<configs patcher-version="4"> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<include path="recipes.a20.ulm.xml"/> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<include path="recipes.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<include path="recipes.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> | ||
<configs patcher-version="4"> | ||
|
||
<modif condition="UndeadLegacy_CoreModule"> | ||
<modinc path="recipes.a20.ulm.xml"/> | ||
</modif> | ||
<modelsif condition="DarknessFallsCore"> | ||
<modinc path="recipes.a21.df.xml"/> | ||
</modelsif> | ||
<modelse> | ||
<modinc path="recipes.a21.xml"/> | ||
</modelse> | ||
|
||
</configs> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.