diff --git a/kubejs/startup_scripts/main_startup_script.js b/kubejs/startup_scripts/main_startup_script.js index d0c502952..8f50e1667 100644 --- a/kubejs/startup_scripts/main_startup_script.js +++ b/kubejs/startup_scripts/main_startup_script.js @@ -7,6 +7,7 @@ StartupEvents.registry('item', event => { StartupEvents.registry('block', event => { registerTFGBlocks(event) + registerNeuralgiaBlocks(event) }) BlockEvents.modification(event => { diff --git a/kubejs/startup_scripts/neuralgia/blocks.crops.js b/kubejs/startup_scripts/neuralgia/blocks.crops.js new file mode 100644 index 000000000..84dec020b --- /dev/null +++ b/kubejs/startup_scripts/neuralgia/blocks.crops.js @@ -0,0 +1,23 @@ +// Priority: 0 +"use strict"; + +const registerNeuralgiaCrops = (event) => { + event.create('neuralgia:aloe', 'tfc:crop') + .soundType('crop') + .nutrient('phosphorous') + .stages(5) + .hardness(0.4) + .tagBlock('minecraft:mineable/hoe') + .productItem(product => { + product.food(food => { + food.hunger(4) + food.saturation(1) + }) + }) + .deadBlock(dead => { + dead.hardness(0.2) + dead.soundType('crop') + dead.tagBlock('minecraft:mineable/hoe') + dead.box(2, 0, 2, 14, 6, 14) + }) +} diff --git a/kubejs/startup_scripts/neuralgia/blocks.js b/kubejs/startup_scripts/neuralgia/blocks.js new file mode 100644 index 000000000..b4111aee5 --- /dev/null +++ b/kubejs/startup_scripts/neuralgia/blocks.js @@ -0,0 +1,6 @@ +"use strict"; + +const registerNeuralgiaBlocks = (event) => { + + registerNeuralgiaCrops(event) +} diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/adrenaline_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/adrenaline_moodle.png new file mode 100644 index 000000000..9a6e896a0 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/adrenaline_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/amputated_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/amputated_moodle.png new file mode 100644 index 000000000..07028ad2b Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/amputated_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/blood_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/blood_moodle.png new file mode 100644 index 000000000..b649de8bb Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/blood_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/brainhealth.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/brainhealth.png new file mode 100644 index 000000000..1ffe676e7 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/brainhealth.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/broken_ribs_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/broken_ribs_moodle.png new file mode 100644 index 000000000..b3e7dfe87 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/broken_ribs_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/consious_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/consious_moodle.png new file mode 100644 index 000000000..dba89d9d1 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/consious_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocated_spine_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocated_spine_moodle.png new file mode 100644 index 000000000..728304d55 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocated_spine_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocation_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocation_moodle.png new file mode 100644 index 000000000..beebc3fb0 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/dislocation_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/eye_gone_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/eye_gone_moodle.png new file mode 100644 index 000000000..dc53750df Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/eye_gone_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fracture_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fracture_moodle.png new file mode 100644 index 000000000..890dc4048 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fracture_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fractured_neck_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fractured_neck_moodle.png new file mode 100644 index 000000000..250d63535 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/fractured_neck_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/heartstop_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/heartstop_moodle.png new file mode 100644 index 000000000..efc556cb2 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/heartstop_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/hemothorax_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/hemothorax_moodle.png new file mode 100644 index 000000000..ffb623950 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/hemothorax_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/highblood_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/highblood_moodle.png new file mode 100644 index 000000000..c71c7da0c Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/highblood_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/infection_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/infection_moodle.png new file mode 100644 index 000000000..b284c01f1 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/infection_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lowblood_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lowblood_moodle.png new file mode 100644 index 000000000..765ae7c49 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lowblood_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lungfailure_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lungfailure_moodle.png new file mode 100644 index 000000000..2d9d5b0b4 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/lungfailure_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_critical.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_critical.png new file mode 100644 index 000000000..804c26874 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_critical.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_heavy.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_heavy.png new file mode 100644 index 000000000..26a1098b3 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_heavy.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_light.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_light.png new file mode 100644 index 000000000..f864f89d2 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_light.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_normal.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_normal.png new file mode 100644 index 000000000..1a3423401 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_normal.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_ring.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_ring.png new file mode 100644 index 000000000..ded58f483 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/moodle_ring.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_dislocated_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_dislocated_moodle.png new file mode 100644 index 000000000..c76c91608 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_dislocated_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_gone_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_gone_moodle.png new file mode 100644 index 000000000..152d99198 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/mouth_gone_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/notbreath_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/notbreath_moodle.png new file mode 100644 index 000000000..cc324ba37 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/notbreath_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/opiate_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/opiate_moodle.png new file mode 100644 index 000000000..4ff4162dd Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/opiate_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/oxygen_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/oxygen_moodle.png new file mode 100644 index 000000000..0c61206d7 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/oxygen_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/pain_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/pain_moodle.png new file mode 100644 index 000000000..042a37f18 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/pain_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/shock.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/shock.png new file mode 100644 index 000000000..4b9516cc2 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/shock.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/sound_loss_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/sound_loss_moodle.png new file mode 100644 index 000000000..e9260d127 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/sound_loss_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/templow.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/templow.png new file mode 100644 index 000000000..956b6a44a Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/templow.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/unconsious_moodle.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/unconsious_moodle.png new file mode 100644 index 000000000..6d5a2df12 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/unconsious_moodle.png differ diff --git a/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/withdrawal.png b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/withdrawal.png new file mode 100644 index 000000000..8501197f8 Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/prototype_pain/textures/gui/moodles/withdrawal.png differ diff --git a/resourcepacks/Tweaked Pains/assets/tfcpain/textures/moodles/sepsis.png b/resourcepacks/Tweaked Pains/assets/tfcpain/textures/moodles/sepsis.png new file mode 100644 index 000000000..0f926401d Binary files /dev/null and b/resourcepacks/Tweaked Pains/assets/tfcpain/textures/moodles/sepsis.png differ diff --git a/resourcepacks/Tweaked Pains/pack.mcmeta b/resourcepacks/Tweaked Pains/pack.mcmeta new file mode 100644 index 000000000..f63379f9c --- /dev/null +++ b/resourcepacks/Tweaked Pains/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 15, + "description": "prototype pain moodle retextures" + } +} diff --git a/resourcepacks/Tweaked Pains/pack.png b/resourcepacks/Tweaked Pains/pack.png new file mode 100644 index 000000000..f7a2ab666 Binary files /dev/null and b/resourcepacks/Tweaked Pains/pack.png differ