9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-28 19:39:17 +00:00

Move packages

This commit is contained in:
Dreeam
2025-05-26 15:14:38 +08:00
parent f253f8163b
commit 59d350d50f
5 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
package org.dreeam.leaf.util.biome;
package org.dreeam.leaf.world.biome;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Holder;

View File

@@ -1,4 +1,4 @@
package org.dreeam.leaf.optimize;
package org.dreeam.leaf.world.block;
import net.minecraft.core.BlockPos;
import net.minecraft.core.Direction;