added resource pack and kube stuff
|
|
@ -7,6 +7,7 @@ StartupEvents.registry('item', event => {
|
|||
|
||||
StartupEvents.registry('block', event => {
|
||||
registerTFGBlocks(event)
|
||||
registerNeuralgiaBlocks(event)
|
||||
})
|
||||
|
||||
BlockEvents.modification(event => {
|
||||
|
|
|
|||
23
kubejs/startup_scripts/neuralgia/blocks.crops.js
Normal file
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
6
kubejs/startup_scripts/neuralgia/blocks.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"use strict";
|
||||
|
||||
const registerNeuralgiaBlocks = (event) => {
|
||||
|
||||
registerNeuralgiaCrops(event)
|
||||
}
|
||||
|
After Width: | Height: | Size: 2 KiB |
|
After Width: | Height: | Size: 256 B |
|
After Width: | Height: | Size: 662 B |
|
After Width: | Height: | Size: 308 B |
|
After Width: | Height: | Size: 276 B |
|
After Width: | Height: | Size: 635 B |
|
After Width: | Height: | Size: 232 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 278 B |
|
After Width: | Height: | Size: 634 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 262 B |
|
After Width: | Height: | Size: 347 B |
|
After Width: | Height: | Size: 283 B |
|
After Width: | Height: | Size: 710 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 331 B |
|
After Width: | Height: | Size: 695 B |
|
After Width: | Height: | Size: 588 B |
|
After Width: | Height: | Size: 698 B |
|
After Width: | Height: | Size: 588 B |
|
After Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 312 B |
|
After Width: | Height: | Size: 326 B |
|
After Width: | Height: | Size: 386 B |
|
After Width: | Height: | Size: 252 B |
|
After Width: | Height: | Size: 666 B |
|
After Width: | Height: | Size: 673 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 638 B |
|
After Width: | Height: | Size: 229 B |
|
After Width: | Height: | Size: 280 B |
|
After Width: | Height: | Size: 676 B |
6
resourcepacks/Tweaked Pains/pack.mcmeta
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"pack": {
|
||||
"pack_format": 15,
|
||||
"description": "prototype pain moodle retextures"
|
||||
}
|
||||
}
|
||||
BIN
resourcepacks/Tweaked Pains/pack.png
Normal file
|
After Width: | Height: | Size: 3 KiB |