added a crossbow check
This commit is contained in:
parent
fc9378f422
commit
0ff4a5ea5f
4
.gitignore
vendored
4
.gitignore
vendored
@ -1 +1,3 @@
|
||||
build
|
||||
build
|
||||
.idea
|
||||
.gradle
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -3,7 +3,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = 'org.twipnetwork'
|
||||
version = '1.2-1.21'
|
||||
version = '1.3-1.21'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
Binary file not shown.
@ -3,4 +3,7 @@
|
||||
boostPower: 4.0
|
||||
|
||||
# damageShooter defines whether the shooter gets damages by their own fireworks (default: false)
|
||||
damageShooter: false
|
||||
damageShooter: false
|
||||
|
||||
# onlyCrossbow defines whether the only fireworks shot from a crossbow should launch entities or if all fireworks (default: true)
|
||||
onlyCrossbow: true
|
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
name: RocketJumping
|
||||
version: '1.2-1.21'
|
||||
version: '1.3-1.21'
|
||||
main: org.twipnetwork.rocketJumping.RocketJumping
|
||||
api-version: '1.21'
|
||||
|
Loading…
Reference in New Issue
Block a user