Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 29c435b

Browse files
authored
Update templates.ts
item_texture file supposed to be .json for storing texture data, not an image (.png)
1 parent 647dea3 commit 29c435b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/lib/lsp/commands/commands/templates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export const TemplateCommands: TemplateItem[] = [
101101
new TemplateItem(RPC.Entity, RPT.entity, "entity", "${{id.safe}}.entity.rp.json"),
102102
new TemplateItem(RPC.Fog, RPT.fog, "fogs", "${{id.safe}}.fog.json"),
103103
new TemplateItem(RPC.Flipbook_Textures, RPT.flipbook_textures, "textures", "flipbook_textures.json"),
104-
new TemplateItem(RPC.Item_Texture, RPT.item_texture, "textures", "item_texture.png"),
104+
new TemplateItem(RPC.Item_Texture, RPT.item_texture, "textures", "item_texture.json"),
105105
new TemplateItem(RPC.Manifests, RPT.manifest, "manifest.json"),
106106
new TemplateItem(RPC.Model, RPT.model, "models", "entity", "${{id.safe}}.geo.json"),
107107
new TemplateItem(RPC.Music_Definitions, RPT.music_definitions, "sounds", "music_definitions.json"),

0 commit comments

Comments
 (0)