mirror of
https://github.com/PurpurMC/Purpur.git
synced 2026-02-19 09:27:43 +01:00
fix repackage
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user