-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
22c511b
commit c2a1366
Showing
13 changed files
with
280 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
block-bombs: | ||
messages: | ||
time-left: "&a%time% &eleft for the bomb to explode" | ||
timer-not-set: "&aTimer isn't set up" | ||
timer-set-expired: "&eYour time setting time just expired" | ||
timer-set: "&eThe timer has been set" | ||
set-timer: "&eType the time you want to set\nUse 's' for seconds | 'm' for minutes | 'h' for hours" | ||
redstone-mode: "&eRedstone mode activated" | ||
manual-mode: "&eManual mode activated" | ||
bomb-built: "&eThe bomb has been constructed" | ||
menu-items: | ||
filter: FILTER | ||
redstone-mode: REDSTONE_MODE | ||
manual-mode: MANUAL_MODE | ||
timer: TIMER | ||
no-timer: NO_TIMER | ||
timer-setter: TIMER_SETTER | ||
timer-set: TIMER_SET | ||
bombs: | ||
HYDROGEN_BOMB: | ||
name: "&aHydrogen Bomb" | ||
explosion-strength: 30 | ||
radiation-radius: 25 | ||
radiation-duration: 120 # in seconds | ||
radiation-per-second: 3 | ||
drain: true | ||
destroy-vehicle: false | ||
structures: | ||
- HYDROGEN_BOMB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
block-bombs: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
centrifuges: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
reactors: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nuclear-wastes: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
item-bombs: | ||
ATOMIC_BOMB: | ||
speed: 5 | ||
explosion-strength: 30 | ||
radiation-radius: 25 | ||
radiation-duration: 120 # in seconds | ||
radiation-per-second: 3 | ||
drain: true | ||
destroy-vehicle: false | ||
item: ATOMIC_BOMB | ||
recipes: | ||
EXAMPLE_RECIPE: | ||
type: SHAPED # SHAPED | SHAPELESS | ||
recipe: IRON_BLOCK,REACTOR_CORE,IRON_BLOCK,IRON_BLOCK,FUEL_ROD,IRON_BLOCK,IRON_BLOCK,FIREWORK_ROCKET,IRON_BLOCK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
nuclear-waste: | ||
EXAMPLE_WASTE: | ||
item: U-238 | ||
radiation: 5 | ||
type: BOTH # BLOCK | ITEM | BOTH | ||
radius: 5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,4 +11,4 @@ softdepend: | |
commands: | ||
nuclearcraft: | ||
aliases: | ||
- mortisnuclearcraft | ||
- mortisnuclearcraft |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.