Added Explosion instead of firework on hit.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
||||
build.xml.data.CRC32=2936ce4c
|
||||
build.xml.script.CRC32=bd6b80d1
|
||||
build.xml.stylesheet.CRC32=f85dc8f2@1.90.1.48
|
||||
build.xml.data.CRC32=477a4906
|
||||
build.xml.script.CRC32=fbf2856b
|
||||
build.xml.stylesheet.CRC32=8064a381@1.79.1.48
|
||||
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
|
||||
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
|
||||
nbproject/build-impl.xml.data.CRC32=2936ce4c
|
||||
nbproject/build-impl.xml.script.CRC32=cad2c6b6
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=3a2fa800@1.90.1.48
|
||||
nbproject/build-impl.xml.data.CRC32=477a4906
|
||||
nbproject/build-impl.xml.script.CRC32=5f55f531
|
||||
nbproject/build-impl.xml.stylesheet.CRC32=05530350@1.79.1.48
|
||||
|
||||
@@ -3,7 +3,7 @@ annotation.processing.enabled.in.editor=false
|
||||
annotation.processing.processors.list=
|
||||
annotation.processing.run.all.processors=true
|
||||
annotation.processing.source.output=${build.generated.sources.dir}/ap-source-output
|
||||
application.title=Quake_1.9
|
||||
application.title=Quake
|
||||
application.vendor=Bl4ckSkull666
|
||||
auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
|
||||
build.classes.dir=${build.dir}/classes
|
||||
@@ -30,15 +30,16 @@ debug.test.modulepath=\
|
||||
dist.archive.excludes=
|
||||
# This directory is removed when the project is cleaned:
|
||||
dist.dir=dist
|
||||
dist.jar=${dist.dir}/Quake_1.9.jar
|
||||
dist.jar=${dist.dir}/Quake.jar
|
||||
dist.javadoc.dir=${dist.dir}/javadoc
|
||||
endorsed.classpath=
|
||||
excludes=
|
||||
file.reference.spigot-1.12.1.jar=Z:\\Projekte\\AMC-Server.de\\JARs\\spigot-1.12.1.jar
|
||||
file.reference.spigot-1.14.4.jar=Z:\\Projekte\\Minecraft\\Jars\\Spigot\\spigot-1.14.4.jar
|
||||
file.reference.Vault_v1.7.2.jar=Z:\\Projekte\\Minecraft\\Jars\\1.14\\Vault_v1.7.2.jar
|
||||
file.reference.WorldEdit_v7.1.0-b4675.jar=Z:\\Projekte\\Minecraft\\Jars\\1.14\\WorldEdit_v7.1.0-b4675.jar
|
||||
file.reference.WorldGuard_v7.0.1-b1983.jar=Z:\\Projekte\\Minecraft\\Jars\\1.14\\WorldGuard_v7.0.1-b1983.jar
|
||||
file.reference.Quake.jar=dist\\Quake.jar
|
||||
file.reference.spigot-1.12.1.jar=../../../AMC-Server.de/JARs/spigot-1.12.1.jar
|
||||
file.reference.spigot-1.14.4.jar=../../../Minecraft/Jars/Spigot/spigot-1.14.4.jar
|
||||
file.reference.Vault_v1.7.2.jar=../../../Minecraft/Jars/1.14/Vault_v1.7.2.jar
|
||||
file.reference.WorldEdit_v7.1.0-b4675.jar=../../../Minecraft/Jars/1.14/WorldEdit_v7.1.0-b4675.jar
|
||||
file.reference.WorldGuard_v7.0.1-b1983.jar=../../../Minecraft/Jars/1.14/WorldGuard_v7.0.1-b1983.jar
|
||||
includes=**
|
||||
jar.archive.disabled=${jnlp.enabled}
|
||||
jar.compress=false
|
||||
@@ -48,7 +49,8 @@ javac.classpath=\
|
||||
${file.reference.spigot-1.14.4.jar}:\
|
||||
${file.reference.Vault_v1.7.2.jar}:\
|
||||
${file.reference.WorldEdit_v7.1.0-b4675.jar}:\
|
||||
${file.reference.WorldGuard_v7.0.1-b1983.jar}
|
||||
${file.reference.WorldGuard_v7.0.1-b1983.jar}:\
|
||||
${file.reference.Quake.jar}
|
||||
# Space-separated list of extra javac options
|
||||
javac.compilerargs=
|
||||
javac.deprecation=false
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<type>org.netbeans.modules.java.j2seproject</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
||||
<name>Quake_1.9</name>
|
||||
<name>Quake</name>
|
||||
<source-roots>
|
||||
<root id="src.dir"/>
|
||||
</source-roots>
|
||||
|
||||
Reference in New Issue
Block a user