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

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());
// Improved
e.create('intelligent_focus').displayName('Intelligent Focus').rarity('rare');
e.create('sapient_focus').displayName('Sapient Focus').rarity('rare');
e.create('imbued_source_gem').displayName('Imbued Source Gem').rarity('rare');
e.create('intelligent_catalyst').displayName('Intelligent Catalyst').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').textureJson({layer0: 'malloc:item/sapient_focus'});
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').textureJson({layer0: 'malloc:item/intelligent_catalyst'});
// Radiant
e.create('intelligent_processor').displayName('Intelligent Processor').rarity('rare').texture('malloc:item/intelligent_processor');