Skip to content

Commit

Permalink
Revert "Backport Support for The End (#164)"
Browse files Browse the repository at this point in the history
This reverts commit 0a07f30.
  • Loading branch information
Adubbz committed May 4, 2024
1 parent 0a07f30 commit 067e8c8
Show file tree
Hide file tree
Showing 19 changed files with 247 additions and 718 deletions.
120 changes: 0 additions & 120 deletions Common/src/main/java/terrablender/api/EndBiomeRegistry.java

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ public static SurfaceRules.RuleSource getDefaultSurfaceRules(RuleCategory catego

if (category == RuleCategory.NETHER)
return TBSurfaceRuleData.nether();
else if (category == RuleCategory.END) {
return TBSurfaceRuleData.end();
}

return TBSurfaceRuleData.overworld();
}
Expand All @@ -128,7 +125,7 @@ else if (category == RuleCategory.END) {
*/
public enum RuleCategory
{
OVERWORLD, NETHER, END
OVERWORLD, NETHER
}

/**
Expand Down
Loading

0 comments on commit 067e8c8

Please sign in to comment.