Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the Auroral Cypress Forest #166

Draft
wants to merge 32 commits into
base: dev
Choose a base branch
from
Draft

Add the Auroral Cypress Forest #166

wants to merge 32 commits into from

Conversation

Hugman76
Copy link
Member

@Hugman76 Hugman76 commented Nov 14, 2023

Concepts

The dusk cypress forest is a much more fantastical environment than what's usually seen in Mubble. In fact, it is the very first biome to feature fictitious foliage and wood. The dusk cypress forest is centered around the two themes of night and water:

At night, dusk cypress trees are adorned with star sparkles and might even emit light. The foliage also reminds of the sumptuous colors of aurora borealis or twiglight skies.

As for water, bubbles are omniscient as they're spurted out all around the place by new plants. The biome also features more frequent water lakes.

Features

Trees

Dusk Cypress trees are made out of a white log, with a black bark. Their foliage is made of a soothing turquoise to magenta gradient. They're taller than other trees but their foliage is narrow. They effectively look like real world cypress, from the conifers group.

Woodset

The dusk cypress feature a white woodset, that follows the design of generic Minecraft woodsets, except for the fences.
The dusk cypress fences look sturdier than other fences as they're made out of pickets (~4 per block?).

Leaves

The color of the leaves are defined by a 1/10 Perlin Noise mapped to a gradient (which we name dusk gradient) on the client.
At night, they are adorned with star sparkles. They may collectible - and a new star item will be added in this update - but this PR won't tackle it.

Forest

The forest biome spawns in place of Minecraft's forests. The grass color is turquoise, and must be greener than the tree foliage

Tasks

Marked features are added in the java code, and can be placed in the world. This does not mean that they have their resources and data ready (see below). Their functionality however, must be finished to be marked as complete.

  • Wood blocks
  • Leaves
    • Perlin gradient
    • Nighttime light emission properties
    • Nighttime texture
  • Biome features
  • Fence model
  • Bubble plants

Technicals

Resource Pack:

  • Textures
  • Blockstates
  • Block Models
  • Item Models
  • Translations
  • Particles

Data Pack:

  • Recipes
  • Recipe Advancements
  • Loot Tables
  • Block Tags
  • Item Tags
  • Biome Tags

Above and beyond

Here are some additional ideas that may not be included in this PR specifically.

  • Customizable dusk gradient mapping
  • Specific music choices for the biome (water/night-themed)
  • Custom sounds for fences
  • Custom sounds for leaves

@Hugman76 Hugman76 added the feature New feature or request label Nov 14, 2023
@Hugman76 Hugman76 changed the base branch from main to dev November 26, 2023 11:03
# Conflicts:
#	src/main/java/fr/hugman/promenade/Promenade.java
#	src/main/java/fr/hugman/promenade/PromenadeClient.java
#	src/main/java/fr/hugman/promenade/PromenadeFactory.java
#	src/main/java/fr/hugman/promenade/registry/content/CommonContent.java
#	src/main/java/fr/hugman/promenade/registry/content/MapleContent.java
#	src/main/java/fr/hugman/promenade/state/property/PromenadeBlockProperties.java
#	src/main/resources/assets/promenade/lang/en_us.json
#	src/main/resources/data/minecraft/tags/blocks/ceiling_hanging_signs.json
#	src/main/resources/data/minecraft/tags/blocks/fence_gates.json
#	src/main/resources/data/minecraft/tags/blocks/flower_pots.json
#	src/main/resources/data/minecraft/tags/blocks/logs_that_burn.json
#	src/main/resources/data/minecraft/tags/blocks/planks.json
#	src/main/resources/data/minecraft/tags/blocks/saplings.json
#	src/main/resources/data/minecraft/tags/blocks/standing_signs.json
#	src/main/resources/data/minecraft/tags/blocks/wall_hanging_signs.json
#	src/main/resources/data/minecraft/tags/blocks/wall_post_override.json
#	src/main/resources/data/minecraft/tags/blocks/wall_signs.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_buttons.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_doors.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_fences.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_pressure_plates.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_slabs.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_stairs.json
#	src/main/resources/data/minecraft/tags/blocks/wooden_trapdoors.json
#	src/main/resources/data/minecraft/tags/items/boats.json
#	src/main/resources/data/minecraft/tags/items/chest_boats.json
#	src/main/resources/data/minecraft/tags/items/hanging_signs.json
#	src/main/resources/data/minecraft/tags/items/leaves.json
#	src/main/resources/data/minecraft/tags/items/logs_that_burn.json
#	src/main/resources/data/minecraft/tags/items/planks.json
#	src/main/resources/data/minecraft/tags/items/saplings.json
#	src/main/resources/data/minecraft/tags/items/signs.json
#	src/main/resources/data/minecraft/tags/items/wooden_buttons.json
#	src/main/resources/data/minecraft/tags/items/wooden_doors.json
#	src/main/resources/data/minecraft/tags/items/wooden_fences.json
#	src/main/resources/data/minecraft/tags/items/wooden_pressure_plates.json
#	src/main/resources/data/minecraft/tags/items/wooden_slabs.json
#	src/main/resources/data/minecraft/tags/items/wooden_stairs.json
#	src/main/resources/data/minecraft/tags/items/wooden_trapdoors.json
#	src/main/resources/data/minecraft/tags/worldgen/biome/is_forest.json
#	src/main/resources/data/minecraft/tags/worldgen/biome/is_overworld.json
#	src/main/resources/data/minecraft/tags/worldgen/biome/stronghold_biased_to.json
#	src/main/resources/data/promenade/tags/blocks/leaf_piles.json
#	src/main/resources/data/promenade/tags/blocks/leaves.json
@Hugman76 Hugman76 changed the title Add the Dusk Cypress Forest biome Add the Auroral Cypress Forest biome Apr 27, 2024
@Hugman76 Hugman76 changed the title Add the Auroral Cypress Forest biome Add the Auroral Cypress Forest Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Status: 📜 Todo
Development

Successfully merging this pull request may close these issues.

1 participant