Fix texture reference issues (#90, #91)#119
Open
fede-kamel wants to merge 1 commit intomicrosoft:mainfrom
Open
Fix texture reference issues (#90, #91)#119fede-kamel wants to merge 1 commit intomicrosoft:mainfrom
fede-kamel wants to merge 1 commit intomicrosoft:mainfrom
Conversation
- Fix issue microsoft#91: Correct campghost_armor texture reference to creeper_armor The texture file is creeper_armor.png, not campghost_armor.png - Fix issue microsoft#90: Add missing texture_name field to item_texture.json Added 'texture_name': 'atlas.items' which was causing errors for the leaf bag item
Author
|
@microsoft-github-policy-service agree it's a tiny bug my friends |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR fixes two texture-related issues in the creator_camp sample pack:
Issue campghost_armour texture missing or reference incorrect #91: Fixed incorrect campghost armor texture reference
textures/entity/campghost/campghost_armortotextures/entity/campghost/creeper_armorcreeper_armor.pngIssue Missing texture_name #90: Added missing
texture_namefield to item_texture.json"texture_name": "atlas.items"which was causing errors for the leaf bag itemFiles Changed
creator_camp/resource_packs/creator_camp/entity/campghost.entity.jsoncreator_camp/resource_packs/creator_camp/textures/item_texture.jsonTesting
Both files now reference textures that actually exist in the resource pack.