microsoft / microsoft/minecraft-samples

campghost_armour texture missing or reference incorrect

Open
#91 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
434
Forks
246
Avg merge
3d 1h
Merged PRs (30d)
1

Description

The texture is not found in pack and causes a runtime error :

local change:

  •    "charged": "textures/entity/campghost/campghost_armor"
    
  •    "charged": "textures/entity/campghost/creeper_armor"
    

or rename the file in textures would be needed

https://github.com/microsoft/minecraft-samples/blob/95966d253d3f06e3520f953a1263fa5ccacbb3bd/creator_camp/resource_packs/creator_camp/entity/campghost.entity.json#L13

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with creator_camp/resource_packs/creator_camp/entity/campghost.entity.json at the referenced texture entry, then check the corresponding textures/entity/campghost files in the pack. Confirm whether the charged texture should reference creeper_armor or whether the missing campghost_armor file should be restored; done means the pack loads without the runtime texture error.

Written by the indexing model from the issue text.

Assessment

Domain
game-dev
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.