Skip to content

Commit

Permalink
Move directory..
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Oct 19, 2024
1 parent 6cabe38 commit 48596c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import java.util.function.Supplier;

import com.github.mechalopa.jafohana.JAFOhana;
import com.github.mechalopa.jafohana.world.level.levelgen.configurations.LayeringFeatureConfiguration;
import com.github.mechalopa.jafohana.world.level.levelgen.feature.JadeVinesFeature;
import com.github.mechalopa.jafohana.world.level.levelgen.feature.LayeringFeature;
import com.github.mechalopa.jafohana.world.level.levelgen.feature.configurations.LayeringFeatureConfiguration;

import net.minecraft.core.registries.Registries;
import net.minecraft.world.level.levelgen.feature.Feature;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.github.mechalopa.jafohana.world.level.levelgen.feature;

import com.github.mechalopa.jafohana.world.level.levelgen.configurations.LayeringFeatureConfiguration;
import com.github.mechalopa.jafohana.world.level.levelgen.feature.configurations.LayeringFeatureConfiguration;
import com.mojang.serialization.Codec;

import net.minecraft.core.BlockPos;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.mechalopa.jafohana.world.level.levelgen.configurations;
package com.github.mechalopa.jafohana.world.level.levelgen.feature.configurations;

import java.util.stream.Stream;

Expand Down

0 comments on commit 48596c6

Please sign in to comment.