Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadedXero authored May 3, 2023
1 parent 22c511b commit c2a1366
Show file tree
Hide file tree
Showing 13 changed files with 280 additions and 48 deletions.
29 changes: 29 additions & 0 deletions src/main/resources/blockbombs.yml
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
31 changes: 22 additions & 9 deletions src/main/resources/centrifuge.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
centrifuge:
structure: CENTRIFUGE
messages:
centrifuge-built: "The centrifuge has been constructed"
redstone-mode: "&eRedstone mode activated"
manual-mode: "&eManual mode activated"
structures:
- CENTRIFUGE
menu-items:
title: "&aCentrifuge"
filter: FILTER
Expand All @@ -20,14 +25,22 @@ centrifuge:
BLAZE_ROD: 50
LAVA_BUCKET: 100
recipes:
EXAMPLE_RECIPE:
input-1: U-235
input-2: U-238
URANIUM_RECIPE:
input-1: URANIUM_ORE
input-2: NULL
output-1:
- U-235:20
- U-238:70
- U-235:1
- U-238:99
output-2:
- U-235:70
- U-238:20
- NULL:0
duration: 5 # in Seconds
fuel-power: 50
fuel-power: 25
EXAMPLE_RECIPE:
input-1: U-235x10
input-2: U-238x5
output-1:
- U-235x11:100
output-2:
- U-238x2:100
duration: 5
fuel-power: 25
1 change: 1 addition & 0 deletions src/main/resources/data/blockbombs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
block-bombs:
1 change: 1 addition & 0 deletions src/main/resources/data/centrifuges.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
centrifuges:
1 change: 1 addition & 0 deletions src/main/resources/data/reactors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
reactors:
1 change: 1 addition & 0 deletions src/main/resources/data/wastes.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nuclear-wastes:
14 changes: 14 additions & 0 deletions src/main/resources/itembombs.yml
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
30 changes: 28 additions & 2 deletions src/main/resources/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ items:
name: "&bManual Mode"
lore:
- "&7Currently in manual mode"
WASTE:
material: LIME_STAINED_GLASS_PANE
amount: 1
name: "&aWaste"
FUEL:
material: ORANGE_STAINED_GLASS_PANE
amount: 1
Expand Down Expand Up @@ -147,18 +151,40 @@ items:
- "&7Treats radiation sickness"
U-235:
material: NETHER_BRICK
custom-model-data: 1
amount: 1
name: "&bU-235"
lore:
- "&7Used as a fuel in the nuclear reactor"
U-238:
material: ROTTEN_FLESH
custom-model-data: 2
amount: 1
name: "&bU-238"
lore:
- "&7Radioactive by-product of nuclear reactions"
U-235x10:
material: NETHER_BRICK
amount: 10
name: "&bU-235"
lore:
- "&7Used as a fuel in the nuclear reactor"
U-238x5:
material: ROTTEN_FLESH
amount: 5
name: "&bU-238"
lore:
- "&7Radioactive by-product of nuclear reactions"
U-235x11:
material: NETHER_BRICK
amount: 11
name: "&bU-235"
lore:
- "&7Used as a fuel in the nuclear reactor"
U-238x2:
material: ROTTEN_FLESH
amount: 2
name: "&bU-238"
lore:
- "&7Radioactive by-product of nuclear reactions"
HAZMAT_HELMET:
material: GOLDEN_HELMET
amount: 1
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/nuclearwaste.yml
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
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ softdepend:
commands:
nuclearcraft:
aliases:
- mortisnuclearcraft
- mortisnuclearcraft
7 changes: 6 additions & 1 deletion src/main/resources/radiation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
radiation:
messages:
player-radiation: "&cRadiation: %radiation%"
pill-used: "&eReduced your radiation"
radiation-death: "&aDied to radiation"
bomb-explode: "&eA bomb just exploded at %world% %x% %y% %z%. Look out for radiation near that area"
radiation-removed-per-second: 0.3
max-radiation: 500
display:
Expand Down Expand Up @@ -39,7 +44,7 @@ radiation:
recipes:
EXAMPLE_RECIPE:
type: SHAPED # SHAPED | SHAPELESS
recipe: AIR, SUGAR, AIR, SUGAR, MELON_SEEDS, SUGAR, AIR, SUGAR, AIR
recipe: AIR,SUGAR,AIR,SUGAR,MELON_SEEDS,SUGAR,AIR,SUGAR,AIR
effects:
WEAKNESS:
radiation: 250
Expand Down
19 changes: 17 additions & 2 deletions src/main/resources/reactor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
reactor:
structure: REACTOR
messages:
reactor-built: "The reactor has been constructed"
redstone-mode: "&eRedstone mode activated"
manual-mode: "&eManual mode activated"
structures:
- REACTOR
- REACTOR_2
- REACTOR_3
- REACTOR_4
explosion:
explosion-strength: 30
radiation-radius: 25
radiation-duration: 120 # in seconds
radiation-per-second: 3
drain: true
destroy-vehicle: false
menu-items:
title: "&aReactor"
filter: FILTER
input: INPUT
output: OUTPUT
waste: WASTE
fuel: FUEL
fuel-calculator: FUEL_CALCULATOR
water-calculator: WATER_CALCULATOR
Expand All @@ -28,6 +38,11 @@ reactor:
EXAMPLE_RECIPE:
input: U-238
output: U-235
waste: U-238x2
specific-fuel: true
specific-fuel-used:
- BLAZE_ROD
- LAVA_BUCKET
duration: 5 # in Seconds
fuel-power: 50
water: 3
water: 1
Loading

0 comments on commit c2a1366

Please sign in to comment.