assets: create textures for intelligent grist catalysts and focuses
This commit is contained in:
BIN
assets/intelligent-catalyst.xcf
Normal file
BIN
assets/intelligent-catalyst.xcf
Normal file
Binary file not shown.
BIN
assets/intelligent-focus.xcf
Normal file
BIN
assets/intelligent-focus.xcf
Normal file
Binary file not shown.
BIN
assets/sapient-focus.xcf
Normal file
BIN
assets/sapient-focus.xcf
Normal file
Binary file not shown.
BIN
assets/textures/item/intelligent-catalyst.png
Normal file
BIN
assets/textures/item/intelligent-catalyst.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 B |
BIN
assets/textures/item/intelligent_focus.png
Normal file
BIN
assets/textures/item/intelligent_focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
BIN
assets/textures/item/sapient_focus.png
Normal file
BIN
assets/textures/item/sapient_focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
BIN
kubejs/assets/malloc/textures/item/intelligent_catalyst.png
Normal file
BIN
kubejs/assets/malloc/textures/item/intelligent_catalyst.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 B |
BIN
kubejs/assets/malloc/textures/item/intelligent_focus.png
Normal file
BIN
kubejs/assets/malloc/textures/item/intelligent_focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 589 B |
BIN
kubejs/assets/malloc/textures/item/sapient_focus.png
Normal file
BIN
kubejs/assets/malloc/textures/item/sapient_focus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"animation": {"interpolate": true,"width": 16,"height": 16,"frametime": 5}
|
||||||
|
}
|
@ -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');
|
||||||
|
Reference in New Issue
Block a user