assets: create textures for intelligent grist catalysts and focuses

This commit is contained in:
2025-06-15 14:12:00 +02:00
parent 374c3578ef
commit b861144041
11 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

BIN
assets/sapient-focus.xcf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 589 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@ -0,0 +1,3 @@
{
"animation": {"interpolate": true,"width": 16,"height": 16,"frametime": 5}
}

View File

@ -22,10 +22,10 @@ StartupEvents.registry('item', e => {
e.create('sacred_flesh').displayName('Sacred Flesh').rarity('rare').textureJson({layer0:'minecraft:item/rotten_flesh'}).color(0, Grist.of('build', 'basic').color()); e.create('sacred_flesh').displayName('Sacred Flesh').rarity('rare').textureJson({layer0:'minecraft:item/rotten_flesh'}).color(0, Grist.of('build', 'basic').color());
// Improved // Improved
e.create('intelligent_focus').displayName('Intelligent Focus').rarity('rare'); e.create('intelligent_focus').displayName('Intelligent Focus').rarity('rare').textureJson({layer0: 'malloc:item/intelligent_focus'});
e.create('sapient_focus').displayName('Sapient Focus').rarity('rare'); e.create('sapient_focus').displayName('Sapient Focus').rarity('rare').textureJson({layer0: 'malloc:item/sapient_focus'});
e.create('imbued_source_gem').displayName('Imbued Source Gem').rarity('rare'); e.create('imbued_source_gem').displayName('Imbued Source Gem').rarity('rare').textureJson({layer0: 'ars_nouveau:item/source_gem'}).color(0, Grist.of('intelligent', 'improved').color());
e.create('intelligent_catalyst').displayName('Intelligent Catalyst').rarity('rare'); e.create('intelligent_catalyst').displayName('Intelligent Catalyst').rarity('rare').textureJson({layer0: 'malloc:item/intelligent_catalyst'});
// Radiant // Radiant
e.create('intelligent_processor').displayName('Intelligent Processor').rarity('rare').texture('malloc:item/intelligent_processor'); e.create('intelligent_processor').displayName('Intelligent Processor').rarity('rare').texture('malloc:item/intelligent_processor');