-
Notifications
You must be signed in to change notification settings - Fork 0
Record pinned bedrock and deepslate blockstates in CHANGELOG #241
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationepic:stone-oresEpic 3: Lithosphere, Cave Strata & Mineral Ore VeinsEpic 3: Lithosphere, Cave Strata & Mineral Ore Veinspriority: P3Low priority / specialized or decorative (<5% occurrence)Low priority / specialized or decorative (<5% occurrence)type: taskAtomic (<1 hr) development taskAtomic (<1 hr) development task
Description
Activity
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationepic:stone-oresEpic 3: Lithosphere, Cave Strata & Mineral Ore VeinsEpic 3: Lithosphere, Cave Strata & Mineral Ore Veinspriority: P3Low priority / specialized or decorative (<5% occurrence)Low priority / specialized or decorative (<5% occurrence)type: taskAtomic (<1 hr) development taskAtomic (<1 hr) development task
Follow-up from the final review of #232. That PR pinned the
bedrock,deepslateandinfested_deepslateblockstates onmain(pack_template/assets/minecraft/blockstates/{bedrock,deepslate,infested_deepslate}.json), butCHANGELOG.md[Unreleased]has no entry for it. Players will see the change, and the equivalent stone override is recorded atCHANGELOG.md:L44-L46.What to do
[Unreleased]→### Added(CHANGELOG.md:L15) for the pinned blockstates.bedrocknow uses a single un-rotated variant.deepslateandinfested_deepslatedrop the random mirrored andy: 180variants but keep the per-axis pillar rotation (axis=x:x: 90, y: 90;axis=z:x: 90). Reference feat(blockstates): pin un-rotated bedrock and deepslate variants #232.infested_stone.Acceptance criteria
CHANGELOG.md[Unreleased]records the pinned bedrock, deepslate and infested deepslate blockstates and says that deepslate keeps its axis rotation.