Skip to content

Commit 079fdc5

Browse files
author
MrTwiggy
committed
Added Citadel compatibility
Began the process of fixing method names to comply with Java Coding Guidelines. Fixed bugs with light/oregin relationship and destruction of oregin, as well as aligning the proper mine shaft dimensions.
1 parent e918b7a commit 079fdc5

File tree

12 files changed

+194
-172
lines changed

12 files changed

+194
-172
lines changed

.classpath

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
<attribute name="javadoc_location" value="http://jd.bukkit.org/apidocs/"/>
88
</attributes>
99
</classpathentry>
10+
<classpathentry kind="lib" path="Referenced Jars/Citadel.jar"/>
1011
<classpathentry kind="output" path="bin"/>
1112
</classpath>

Referenced Jars/Citadel.jar

275 KB
Binary file not shown.
85 Bytes
Binary file not shown.
116 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
223 Bytes
Binary file not shown.

plugin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: OreGin
22
main: com.github.MrTwiggy.OreGin.OreGinPlugin
33
author: MrTwiggy
4-
version: 0.1
4+
version: 0.1
5+
softdepend: [Citadel]

0 commit comments

Comments
 (0)