added resource pack and kube stuff

This commit is contained in:
illuc 2026-01-09 15:12:59 +02:00
parent be3719ed10
commit 4078857909
39 changed files with 36 additions and 0 deletions

View file

@ -7,6 +7,7 @@ StartupEvents.registry('item', event => {
StartupEvents.registry('block', event => { StartupEvents.registry('block', event => {
registerTFGBlocks(event) registerTFGBlocks(event)
registerNeuralgiaBlocks(event)
}) })
BlockEvents.modification(event => { BlockEvents.modification(event => {

View 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)
})
}

View file

@ -0,0 +1,6 @@
"use strict";
const registerNeuralgiaBlocks = (event) => {
registerNeuralgiaCrops(event)
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 256 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 662 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 308 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 276 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 635 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 265 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 634 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 698 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 588 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 386 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 676 B

View file

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 15,
"description": "prototype pain moodle retextures"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3 KiB