fix repackage

This commit is contained in:
Ben Kerllenevich
2021-11-29 16:37:07 -05:00
parent 825bf1ef2f
commit 4eac4ddb15
77 changed files with 1267 additions and 1267 deletions

View File

@@ -24,7 +24,7 @@ index 0000000000000000000000000000000000000000..e77f45f761368da9b230c425d975a717
--- /dev/null
+++ b/src/main/java/org/purpurmc/purpur/event/world/StructureGenerateEvent.java
@@ -0,0 +1,68 @@
+package net.pl3x.purpur.event.world;
+package org.purpurmc.purpur.event.world;
+
+import org.bukkit.Bukkit;
+import org.bukkit.StructureType;

View File

@@ -28,7 +28,7 @@ index f8a2aa31e38f64f88a82d5a388b58f1962d5fda0..b98f05c32d81195e779701d90d30f345
StructureStart<?> structurestart = structureAccessor.getStartForFeature(sectionposition, StructureFeature.STRONGHOLD, chunk);
-
+ // Purpur start
+ if (new net.pl3x.purpur.event.world.StructureGenerateEvent(
+ if (new org.purpurmc.purpur.event.world.StructureGenerateEvent(
+ structureAccessor.getWorld().getWorld(),
+ org.bukkit.StructureType.getStructureTypes().get(structurestart.getFeature().getFeatureName().toLowerCase()),
+ chunkcoordintpair.x,