Skip to content

Commit

Permalink
CompatWoodTypes: Added Environmental's leaves & Fixed MehVahdJukaar/W…
Browse files Browse the repository at this point in the history
  • Loading branch information
Xelbayria committed Jan 10, 2025
1 parent 78bcdd7 commit 0751ab9
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,17 @@ public static void init() {
BlockSetAPI.addBlockTypeFinder(WoodType.class, quarkAzalea);


// LEAVES
//!! LEAVES
// Environmental
BlockSetAPI.addBlockTypeFinder(LeavesType.class, LeavesType.Finder.simple(
"environmental", "pink_wisteria", "pink_wisteria_leaves", "environmental:wisteria"));
BlockSetAPI.addBlockTypeFinder(LeavesType.class, LeavesType.Finder.simple(
"environmental", "blue_wisteria", "blue_wisteria_leaves", "environmental:wisteria"));
BlockSetAPI.addBlockTypeFinder(LeavesType.class, LeavesType.Finder.simple(
"environmental", "purple_wisteria", "purple_wisteria_leaves", "environmental:wisteria"));
BlockSetAPI.addBlockTypeFinder(LeavesType.class, LeavesType.Finder.simple(
"environmental", "white_wisteria", "white_wisteria_leaves", "environmental:wisteria"));

// Ecologics
var coconut = LeavesType.Finder.simple("ecologics", "coconut", "coconut_leaves", "ecologics:coconut");
coconut.addChild("sapling", new ResourceLocation("ecologics:coconut_seedling"));
Expand Down

0 comments on commit 0751ab9

Please sign in to comment.