Showing preview only (2,118K chars total). Download the full file or copy to clipboard to get everything.
Repository: WATERFORCE99/Bliss-Shader-BSPT
Branch: main
Commit: 5a7a4f092085
Files: 556
Total size: 1.9 MB
Directory structure:
gitextract_rbiyxufh/
├── .github/
│ └── ISSUE_TEMPLATE/
│ ├── ask-a-question.md
│ ├── bug-report.md
│ └── feature-suggestion.md
├── CREDITS.txt
├── Changelog_v1.9.txt
├── LICENSE.md
├── README.md
└── shaders/
├── block.properties
├── dimension.properties
├── dimensions/
│ ├── DH_generic.fsh
│ ├── DH_generic.vsh
│ ├── DH_solid.fsh
│ ├── DH_solid.vsh
│ ├── DH_translucent.fsh
│ ├── DH_translucent.vsh
│ ├── all_particles.fsh
│ ├── all_particles.vsh
│ ├── all_solid.fsh
│ ├── all_solid.vsh
│ ├── all_translucent.fsh
│ ├── all_translucent.vsh
│ ├── all_vanilla_emissives.fsh
│ ├── all_vanilla_emissives.vsh
│ ├── begin.csh
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── fogBehindTranslucent_pass.fsh
│ ├── fogBehindTranslucent_pass.vsh
│ ├── setup.csh
│ ├── shadowcomp.csh
│ ├── shadowcomp3.csh
│ ├── shadowcomp4.csh
│ └── shadowcomp5.csh
├── entity.properties
├── item.properties
├── lang/
│ ├── en_us.lang
│ └── zh_cn.lang
├── lib/
│ ├── DistantHorizons_projections.glsl
│ ├── PhotonGTAO.glsl
│ ├── Shadow_Params.glsl
│ ├── Shadows.glsl
│ ├── TAA_jitter.glsl
│ ├── atmosphere.glsl
│ ├── aurora.glsl
│ ├── blocks.glsl
│ ├── bokeh.glsl
│ ├── climate_settings.glsl
│ ├── color_dither.glsl
│ ├── cube/
│ │ ├── cubeData.glsl
│ │ ├── emit.glsl
│ │ └── lightData.glsl
│ ├── diffuse_lighting.glsl
│ ├── dither.glsl
│ ├── end_fog.glsl
│ ├── entities.glsl
│ ├── gameplay_effects.glsl
│ ├── hsv.glsl
│ ├── indirect_lighting_effects.glsl
│ ├── items.glsl
│ ├── lensflare.glsl
│ ├── lightning_stuff.glsl
│ ├── lpv_blocks.glsl
│ ├── lpv_buffer.glsl
│ ├── lpv_common.glsl
│ ├── lpv_render.glsl
│ ├── nether_fog.glsl
│ ├── oceans.glsl
│ ├── overworld_fog.glsl
│ ├── projections.glsl
│ ├── rainbow.glsl
│ ├── res_params.glsl
│ ├── ripples.glsl
│ ├── scene_controller.glsl
│ ├── settings.glsl
│ ├── sky_gradient.glsl
│ ├── specular.glsl
│ ├── stars.glsl
│ ├── text.glsl
│ ├── tonemaps.glsl
│ ├── util.glsl
│ ├── volumetricClouds.glsl
│ ├── voxel_common.glsl
│ ├── voxel_write.glsl
│ └── waterBump.glsl
├── shaders.properties
├── template/
│ ├── .gitignore
│ ├── block.properties
│ ├── entity.properties
│ ├── item.properties
│ ├── readme.md
│ └── update.sh
├── texture/
│ ├── blueNoise.png.mcmeta
│ └── noises.png.mcmeta
├── world-1/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
├── world0/
│ ├── begin.csh
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── physics_ocean.fsh
│ ├── physics_ocean.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.gsh
│ ├── shadow.vsh
│ ├── shadowcomp.csh
│ ├── shadowcomp3.csh
│ ├── shadowcomp4.csh
│ └── shadowcomp5.csh
├── world0_Aether/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
├── world0_Twilight_Forest/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
└── world1/
├── composite.fsh
├── composite.vsh
├── composite1.fsh
├── composite1.vsh
├── composite10.fsh
├── composite10.vsh
├── composite11.fsh
├── composite11.vsh
├── composite12.fsh
├── composite12.vsh
├── composite13.fsh
├── composite13.vsh
├── composite2.fsh
├── composite2.vsh
├── composite3.fsh
├── composite3.vsh
├── composite4.fsh
├── composite4.vsh
├── composite5.fsh
├── composite5.vsh
├── composite6.fsh
├── composite6.vsh
├── composite7.fsh
├── composite7.vsh
├── composite8.fsh
├── composite8.vsh
├── composite9.fsh
├── composite9.vsh
├── deferred.fsh
├── deferred.vsh
├── deferred1.fsh
├── deferred1.vsh
├── dh_terrain.fsh
├── dh_terrain.vsh
├── dh_water.fsh
├── dh_water.vsh
├── final.fsh
├── final.vsh
├── gbuffers_armor_glint.fsh
├── gbuffers_armor_glint.vsh
├── gbuffers_basic.fsh
├── gbuffers_basic.vsh
├── gbuffers_beaconbeam.fsh
├── gbuffers_beaconbeam.vsh
├── gbuffers_block.fsh
├── gbuffers_block.vsh
├── gbuffers_block_translucent.fsh
├── gbuffers_block_translucent.vsh
├── gbuffers_damagedblock.fsh
├── gbuffers_damagedblock.vsh
├── gbuffers_entities.fsh
├── gbuffers_entities.vsh
├── gbuffers_entities_glowing.fsh
├── gbuffers_entities_glowing.vsh
├── gbuffers_entities_translucent.fsh
├── gbuffers_entities_translucent.vsh
├── gbuffers_hand.fsh
├── gbuffers_hand.vsh
├── gbuffers_hand_water.fsh
├── gbuffers_hand_water.vsh
├── gbuffers_lightning.fsh
├── gbuffers_lightning.vsh
├── gbuffers_skybasic.fsh
├── gbuffers_skybasic.vsh
├── gbuffers_skytextured.fsh
├── gbuffers_skytextured.vsh
├── gbuffers_spidereyes.fsh
├── gbuffers_spidereyes.vsh
├── gbuffers_terrain.fsh
├── gbuffers_terrain.vsh
├── gbuffers_textured.fsh
├── gbuffers_textured.vsh
├── gbuffers_textured_lit.fsh
├── gbuffers_textured_lit.vsh
├── gbuffers_water.fsh
├── gbuffers_water.vsh
├── gbuffers_weather.fsh
├── gbuffers_weather.vsh
├── setup.csh
├── shadow.fsh
├── shadow.vsh
└── shadowcomp.csh
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/ISSUE_TEMPLATE/ask-a-question.md
================================================
---
name: Ask A Question
about: ask questions.
title: ''
labels: question
assignees: ''
---
blah blah blah blah
================================================
FILE: .github/ISSUE_TEMPLATE/bug-report.md
================================================
---
name: Bug Report
about: Create a bug report so i can see if i can fix it.
title: ''
labels: bug
assignees: ''
---
### Describe the bug
Describe the bug in as much detail as possible. capturing footage of it with images or videos is preferred.
### Describe how your minecraft is set up
1. Include a screenshot of the in-game f3 debug overlay. Please make sure it is fully visible.
2. If you cannot do option 1. Please list the following information instead:
- What GPU vendor you are using (e.g Apple/AMD/Nvidia/Intel)
- What operating system you are using (e.g Windows/Linux/macOS)
- What minecraft version you are playing (e.g 1.20.4, 1.16.5, 1.12)
- If you are using a special client for minecraft (e.g lunar, badlion, feather)
- What shader loading mod you are using (e.g Iris/oculus/optifine)
- What version of the shader you are using (e.g Bliss v2.0.4, Bliss Shader Main)
- If you are using any, what additional mods you are using besides the ones required to use the shader (e.g distant horizons, physics mod)
### Describe how to reproduce the bug
Show exactly how to make the bug appear, if you can. Video footage is preferred.
Isolate the bug. some multiplayer servers cause issues on their own. in a newly made singleplayer world, with default/reset shader settings, show the steps to cause the bug
if it is happening on content from a mod, list what mod, and what content of that mod it happens on.
if a specific shader setting can make it start/stop bugging, please list what shader setting does that.
================================================
FILE: .github/ISSUE_TEMPLATE/feature-suggestion.md
================================================
---
name: Feature Suggestion
about: Suggest to add/change a feature
title: ''
labels: suggestion
assignees: ''
---
### OPTION A: Describe the feature you would like to be added to the shader
Describe the feature in detail, so i can know exactly what you are talking about.
example: "could you add RTX to bliss? it makes it look like real life. here is a screenshot of what it could look like from another shader/another game: `image1.jpeg` `image2.jpeg`"
### OPTION B: Describe the feature you would like to be changed in the shader
Describe exactly what feature you are talking about in the shader, using names of settings that turn it on/off, or a screenshot of the feature itself.
example: "the "temporal upscaling" feature has a minimum value of "0.1". could you please allow it to reach zero? i really hate seeing detail!
you can find the setting in `shader settings > post processing > anti aliasing`"
================================================
FILE: CREDITS.txt
================================================
Credit to the creator of the entire shader that BSPT is an edit of:
X0nk / https://github.com/X0nk/Bliss-Shader
Chocapic13 / https://www.curseforge.com/minecraft/customization/chocapic13-shaders
Credit to the creators of code contributions, various code uses, or code snippets:
EminGt / https://github.com/EminGT
Gri573 / https://github.com/gri573
Null / https://github.com/Null-MC
Sasha / https://github.com/WoMspace
SixthSurge / https://github.com/sixthsurge
Zombye / https://github.com/zombye
Credit to the translators:
Nord / nordwhy (discord)
Ruri / nakiriruri (discord)
YurgenS / yurgens (discord)
CReepa / _CReepa_ (discord)
Credit to the people who inspired many changes and ideas, that you NEED to know about:
Ambrosia / https://github.com/ambrosia13
Rre36 / https://github.com/rre36
SixthSurge / https://github.com/sixthsurge
EminGt / https://github.com/EminGT
Null / https://github.com/Null-MC
L4mbads / l4mbads (discord) | https://www.youtube.com/channel/UC-5tMMYBNrGJfp1SMjuAf2w
================================================
FILE: Changelog_v1.9.txt
================================================
2025-11-11 v1.9
1. Fix aurora mistakenly rendered at day.
~ composite1 修复了极光在白天也渲染的错误
2. Improve aurora perf.
~ aurora 优化极光性能
3. Merge X0nk's latest commit.
~ xxx 整合了X0nk最新的更新
2025-10-28 v1.89
1. Stupid way to fix atmosphere below y=0.
~ atmosphere 大概修复了高度小于0时的大气故障
2. Simple fix to fog disappearing when clouds disabled.
~ deferred 简单地修复了关闭体积云时雾气连带消失的问题
3. Fix cloud quality unfunctioning issue.
~ volumetricClouds 修复了云层质量失效的问题
2025-10-10 v1.88
1. Slightly improve codes.
~ xxx 微微优化代码
2. Slight improve cloud scattering.
~ volumetricClouds 微微优化云层光照
3. Improve atmosphere color blending.
~ atmosphere 优化大气色彩混合
2025-10-2 v1.87
1. Greatly improve rainbow visual.
~ rainbow 极大的提升了彩虹的观感
2. Fix default settings for atmosphere.
~ settings 修复了关于大气的默认参数错误
2025-10-1 v1.86
1. Partially merge X0nk's latest commit.
~ xxx 整合了部分X0nk最新的更新
2. New atmosphere implemented, up to 8x performance improvement.
~ atmosphere 采用了新的大气,最大有8倍的性能提升
2025-8-12 ~ 9-8 v1.81 ~ 1.85
1. Selectively merge X0nk's latest commit.
~ xxx 有选择性地整合了X0nk最新的更新
2. Fix an an issue with shadow filtering.
~ composite1 修复一个阴影过滤的问题
4. Improve ambient scattering.
~ROBOBO_sky 优化环境光散射
5. Sync lensflare color to sun color.
~ lensflare 将镜头炫光颜色与太阳颜色同步
6. Reduce lensflare strenghth when the sun is low to reduce the flickering occlusion by cloud.
~ final 日落时降低镜头炫光强度以减少被云遮挡时产生的闪烁
7. Move rainbow to the front of the cloud. (use Merlin1809's code to make rainbow insert cloud)
~ rainbow/composite3 将彩虹移至云层前方 (彩虹插入云层部分使用Merlin1809的代码)
8. Fix compile errors including while entering modded dimensions.
~ composite3 修复编译错误,包含进入模组维度时的错误
9. Many small tweaks.
~ xxx 许多细小的调整
2025-6-26 ~ 7-10 v1.76 ~ 1.79
1. Fix glowing haze at night.
~ overworld_fog 修复了夜晚发光的雾霾
2. Add options for atmosphere absorbance.
~ setting 为大气吸收率添加选项
3. Restore sun path rotation.
~ settings 还原了日月倾角选项
4. Fix ripple issue.
~ all_translucent 修复了涟漪问题
5. Merge X0nk's latest commit.
~ xxx 整合了X0nk最新的更新
6. Agx preset slider.
~ tonemapping 添加AGX预设模式
7. Some improvements with setting screens.
~ shader 设置界面调整
8. Update LANG.
~ zh_cn/en_us 语言文件更新
2025-5-19 ~ 6-26 v1.71 ~ 1.75
1. Make cloud shadow a little bit more obvious.
~ volumetricclouds 使云影略微明显一些
2. Merge X0nk's latest commit. (emissive z-fighting)
~ xxx 整合了X0nk最新的更新 (发光物深度冲突)
3. Split codes.
~ xxx 拆分代码
4. Improve sunset scene.
~ xxx 优化黄昏场景
5. Add shooting stars.
~ stars 新增流星特效
6. Slightly improve code readability.
~ xxx 微微提升代码可读性
7. Fix an issue of TOD fog being verwrited by biome fog.
~ overworld_fog 修复了一个全天雾气被群系雾气覆写的问题
8. Update lang.
~ zh_cn/en_us 更新设置翻译
9. Simplifiy rainbow codes.
~ raibow/composite1 简化彩虹代码
10. Add fish eye lens.
~ final 新增鱼眼镜头特效
11. Fix ripple normal & side leaking from blocks issue.
~ all_translucent 修复了涟漪法线问题以及侧面渗漏问题
12. Fix glitch on horse.
~ all_translucent 修复了马贴图闪烁的问题
13. Add light absorbance with atomsphere options.
~ ROBOBO_sky 新增大气光线吸收选项
14. Improve skylight contribution to fog while raining and add settings.
~ overworld_fog 优化了雨天时天空光对雾气的贡献并加入对应设置
2025-4-26 ~ 5-12 v1.66 ~ v1.7
1. Improve BoP/FD/supplementaries compability (from @Merlin1809).
优化BoP/FD/supplementaries兼容
2. Add ender's delight compability (from @Merlin1809).
添加ender's delight兼容
3. Improve edge fade of end fog.
优化末地雾气边缘淡出
4. Adjust main light source color of end fog.
调整末地漩涡的主光源颜色
5. Cloud improved.
优化云层外观
6. Fix a visual issue with rainbow.
修复了一个关于彩虹的问题
7. Fix LPV redstone wire shaodow-ish issue. (from @fayer3)
修复了LPV红石线产生不正常阴影的问题
8. Improve 1.21.4 blocks effects.
优化1.21.4支持
9. Add 1.21.5 blocks effects.
添加1.21.5支持
10. Fix cloud render sequence when camera position is above the cloud.
修复当相机高于云层时云层的渲染顺序问题
11. Merge X0nk's latest commit. (adaptive motion blur)
整合了X0nk最新的更新 (自适应动态模糊)
12. Fix block light missing under RT in nether/end dimension.
修复方块光照在启用RT时在下界/末地消失的问题
13. Improve HQ cloud density.
优化高质量云层密度
14. Fix an issue with fog when disabling small/large VL cloud.
修复当禁用小/大积云时雾气被连带剔除的问题
15. Fix a compile error.
修复一个编译错误问题
16. Reuse codes to underwater distortion effects to improve pref.
为水下失真效果复用代码以提高性能
17. Revealing an option.
重启一个可选项
18. Fix mod support & 1.21.5 block id errors.
修复mod支持与1.21.5方块ID错误
2025-4-15 ~ 4-25 v1.61 ~ v1.65
1. Revert specular change.
回退高光优化
2. Add rainstrength threshold to avoid visual issue of ripple.
为涟漪添加雨水强度阈值以避免一些视觉问题
3. Increase cloud coverage/density while rain.
增加了下雨时云层的覆盖率与密度以避免太阳雨的问题
4. Avoid rainbow appear at night.
避免彩虹在夜间出现
5. Merge rainy scene configurations into scene_controller
将雨天控制整合进场景控制器中
6. Split few functions
拆分一些功能
7. Adjust clouds look.
调整了云层外观
8. Fix DH shadowmap compile issue.
修复了DH阴影贴图的编译错误
9. Merge X0nk's latest commit. (SSS & cloud tweaks)
整合了X0nk最新的更新 (SSS与云层的调整)
10. Fix daily weather mistakes.
修复每日天气错误
11. Remove unnecessary codes.
移除无意义代码
12. Improve SSGI perf.
优化SSGI性能
13. Improve setting layout & LANG.
优化设置布局与翻译文件
14. Revert portal / end portal effect / color.
回退下界/末地传送门特效/颜色
15. Revert lava colored lighting.
回退岩浆照明
16. Arrange codes.
整理代码
17. Improve ripple perf.
优化涟漪性能
18. Improve time code to make it more linear.
优化时间代码使其过渡更为线性
19. Force effects for night time stop calculate at day time to squeeze out a bit perf.
强制夜晚特效在白天停止运算以避免一些无意义的计算
20. Adjust some codes to make them more efficient.
调整一些代码使其更高效
2025-3-25 ~ 4-8 v1.56 ~ 1.6
1. Adjust darkening and transparency of all translucents to make them prettier.
优化了所有透明物体的透明度与光线吸收使其更美观
2. Update Lang.
优化翻译文件
3. Merge sandstorm/snowstrom to dry/snowy biome environments.
新增干旱群系特色环境,将沙暴与雪暴合并到干旱/下雪群系特色环境中
4. Arrange codes. (may cause crash in aether/twilight forest, if so, pls contact me)
整理代码(可能造成天境与暮色森林维度崩溃,如果发生请联系我)
5. Sperate color of sandstrom for bad land & desert.
为沙漠/恶地的沙尘暴增加颜色区分
6. Potentially fix shader crash for AMD users.
可能修复AMD用户无法加载光影的问题
7. Mitigated the issue of puddle & wetness specular appear in dry biomes. (not able to solve completely)
缓解了在干旱群系出现潮湿高光与水坑的问题(无法彻底解决)
8. Fix stupid snowstorm issue
修复了愚蠢的暴风雪问题
9. Merge X0nk's latest commit. (daily weather && water entering animation)
整合了X0nk最新的更新 (日常天气 && 入水效果)
10. Improve lensflare perf.
优化了镜头炫光的性能
11. Merge X0nk's latest commit. (physics oceans support)
整合了X0nk最新的更新 (物理海洋支持)
12. Improve cloud density & perf.
优化了体积云密度计算并提升了性能
13. Slightly improve GGX specualr.
微微优化GGX高光效果
14. Add rainstrength threshold to avoid visual issue of ripple.
为涟漪添加雨水强度阈值以避免一些视觉问题
15. Improve aurora environment lighting.
优化极光环境光照
2025-3-19 ~ 3-24 v1.5 ~ 1.55
1. Add puddle ripple, improve ripple visual & perf.
添加水坑涟漪,优化涟漪外观与性能
2. Fix LPV RANGE.
修复LPV光照范围问题
3. Add vanilla style starfield to end.
为末地添加原版风格的星空
4. Adjust lightening color in end.
调整末地闪电风暴颜色
5. Merge X0nk's latest commit. (litematica)
整合了X0nk最新的更新 (支持投影)
6. Fix a puddle ripple mistake.
修复一个水坑涟漪的错误
7. Fix an error with vine SSS.
修复了一个关于藤蔓的SSS错误
8. Add raindrop filter.
新增雨滴动画滤镜
9. Make ground ripple only to be seen in puddles. (more realistic to me)
移除除水坑外的地表涟漪(对我来说更真实)
10. Fix shader crash when enable chromatic aberration.
修复了使用色差时的光影崩溃问题
11. Improve raindrop on camera effect.
优化了相机覆雨的效果
12. Improve lensflare.
优化了镜头光晕效果
13. Adjust rainbow color.
调整了彩虹颜色
14. Merge X0nk's latest commit. (custom skybox)
整合了X0nk最新的更新(自定义天空)
15. Greatly Improve aurora light reacts to cloud.
大幅改进了极光光照与云层的交互
16. Fix overbright issue in the end.
修复了末地过亮的问题
17. Fix water specular issue in the end.
修复了末地水体异常高光的问题
18. Merge X0nk's latest commit. (mod dimensions support)
整合了X0nk最新的更新(mod维度支持)
19. Fix roughness threshold bug.
修复了粗糙度阈值的bug
20. Update Lang.
优化翻译文件
21. Simplify the code.
精简代码
2025-3-11 ~ 3-18 v1.45 ~ 1.49
1. Add customizable rainbow.
新增了彩虹
2. Merge X0nk's latest commit. (water) Tweak water style to fit my aesthetic.
整合了X0nk最新的更新 (水体) 调整水波效果以符合我的审美
3. Full ENG/CHS descriptions. (100% done)
00% 英语/中文设置界面描述
4. Setting screen tweak.
设置界面优化
5. Tweaks for ripples.
调整涟漪强度
6. Fix an error with skyground.
修复了一个关于地表大气的问题
7. Remove few necessary settings.
删除了少许无意义的设置
8. Fix random stuffs.
修复了许多问题
9. Add credit to builderb0y's hue.
为builderb0y的色环添加鸣谢
10. Adjust cloud color.
调整云层颜色
11. Adjust personal color grading.
调整个人调色
12. Improve SSRT
优化SSRT
13. Merge X0nk's latest commit. (cloud light)
整合了X0nk最新的更新 (云隙光)
14. Improve flashlight
优化手电筒光照
15. Adjust sunset color
优化了日落颜色
16. Optimize the code
优化代码
17. Fix cave vine waving & SSS error.
修复了洞穴藤蔓摇晃与次表面散射的问题
2025-3-7 ~ 3-10 v1.4 ~ 1.44
1. Add lensflare and sun glare effect.
新增镜头炫光与更美观的太阳
2. Optimize the code and translations.
优化代码与翻译
3. Make an option for people who want the full wet reflectiveness.
添加雨天潮湿度的自定义选项
4. Make lensflare invisible underwater, disable lensflare in other dimensions.
使镜头炫光在水下禁用,在其他维度禁用镜头炫光
5. Remove colorful nether portal functions as it's crap.
移除多彩的下界传送门功能
6. Cloud occlude will be more accurate and fast for lens flare. Add smooth fade out animation for lensflare.
镜头炫光的云层遮挡检测现在变得更精准,效率也更高,添加了淡出动画
7. Fix an flaw of LPV shadow. (thank you 195p2)
修复了一个LPV阴影的问题,感谢195p2(discord)
8. Fix unfunctional LPV RANGE.
修复了LPV光照距离无效的问题
9. Remove few unused settings, restore few hided settings.
移除部分失效选项,新增部分原本不可见选项
10. Restore fog color, vanilla LPV lighting option.
新增雾气颜色,原版LPV光照选项
11. Add material normal strenghth setting.
新增材质法线强度设定
12. Replace hammersley sequence with higher precision one, better than nothing.
替换了更高精度的hammersley序列,看不出什么画面区别,但总比没有好
13. Add more eng setting comments. (75% done)
添加了更多英语设置选项说明
2025-2-26 ~ 3-5 v1.35 ~ v1.39
1. Improve rain and snow code to make them easier to be seen.
优化雨雪可见度
2. Improve ripple perf.
优化涟漪性能
3. Make night vision affect other dimensions.
使夜视效果在其他维度也能生效
4. Merge X0nk's latest commit. (flashlight & DH TAA jitter)
整合了X0nk最新的更新 (手电筒与DH下的抖动TAA)
5. Fix tiny issue with POM & make flashlight working under RTGI/SSGI.
修复了视差的细微问题,并使手电筒在RTGI/SSGI下也能正常工作
6. Improve RT perf & quality
优化光追性能及质量
7. Improve CHS/ENG lang quality.
优化简中/英语质量
8. Fix an issue with translucent colored shadow.
修复了一个有关彩色阴影的bug
9. Improve TAA quality
提升了TAA的质量
10. Reduce periodic motion of water distortion.
降低水下失真运动效果的周期性
11. Adjust biome tint water.
调整群系水体色调
12. Improve setting menu.
优化设置菜单
13. Simplified the code.
简化代码
14. Add new tonemap.
添加新的tonemap预设
2025-2-18 ~ 2-25 v1.3 ~ v1.34
1. Make ground ripple an optional setting. Not recommend to use.
新增地表涟漪(不推荐开启)
2. Improve ripple shape & perf, add ripple settings.
优化涟漪形状及过渡,提升性能,加入涟漪设置选项
3. Slightly adjust raindrop size implement.
调整了雨滴大小应用于代码的方式
4. Water wave will be bigger and faster while rain.
使雨天水波的强度与速度都会增加.
5. Discriptions for all options done (CHS) (ENG later).
为所有选项增加描述(中文)
6. Improve ripple shade and water wave offset code implement.
优化涟漪的形状,改良了雨天水波补偿的应用方式
7. Improve the surface wetness calculation.
改良了雨天材质表面光滑度的计算方式
8. Fix a rare mistake with gameplay effect.
修复了一个关于游玩效果的代码语法错误
9. Improve code utilizaion to improve perf.
优化代码共用以微微提升性能
10. Improve GTAO visual quality.
优化GTAO表现使其不再鸡肋
11. Improve wavy plants code.
优化摇晃植物代码
12. Improve fancy end portal color to match the end fog color.
将华丽的末地传送门颜色与末地烟雾颜色绑定
13. Improve SSPT perf.
优化光追性能(+2~3fps)
14. Make all daily weather params work as offset to make this function less crap.
将周期循环的天气更改为对原云雾设置的补偿,使其重新变得可用
15. Remove unavailable options, improve setting layout.
移除无效选项,优化设置界面布局.
16. Few optimizations to the code, may improve shader load speed.
优化代码,加快光影载入速度
17. Fix some stupid mistake I made earlier.
修复了一些愚蠢的错误
18. Delete abandoned code, code arrangements.
删除无效代码,整理代码
2025-2-13 ~ 2-16 v1.25 ~ v1.29
1. Add a simple low-pass denoise to skylight ssrt.
为天空光SSRT补偿增加了低通滤波处理降低噪点
2. Adjust block specular while rain, may tweak as futher feedback.
调整了雨天方块反光的强度,会根据反馈进一步修改
3. Fix rainfog missing.
修复了雨雾消失的问题
4. Fix ore emission issue.
修复了硬编码发光矿物的问题,改进了代码
5. Add extra erosion and density to v cloud to make cloud fancier.
添加更多侵蚀效果与层数使体积云更具细节,外形更蓬松,并尽可能保持性能
6. Improve the water distortion effect.
优化相机覆水效果
7. Slightly improve how aurora light react to cloud.
稍稍调整了极光颜色对云层的影响
8. Improve the shape & shadow of cloud.
改良了体积云的外形与阴影表现
9. Remove abandoned code and settings, readding setting that still functional.
移除了无效代码与设置,还原了个别仍具功能的选项
10. Add water ripples while rain, still need to be improved.
新增雨天水面涟漪,仍需要进一步优化
2025-2-6 ~ 2-10 v1.2 ~ v1.24
1. A new method to simulate ssgi, extremely cheap & goodlooking.
全新高效方案以模拟ssgi效果使rtgi性能大幅提高(+4fps)
2. Fix a code error with ssgi, potentially improve performance.
修复了一个ssgi的错误,可能可以提升性能
3. Rearrange the slider of ray count, fix a mistake in sky brightness.
光线数量选项步进调整,修正一个天空光照选项的错误
4. Add reflection quality slider.
新增反射质量选项
5. Fix a mistake in specular reflection, may increase performance.
修复一个高光反射中的错误,可能会提升性能
6. Fix a tiny mistake in sun scattering.
修复了一个阳光散射的微小错误
7. Add aurora with simple control, should be improved in the future.
新增了nimitz的极光,将来会持续优化
8. Improved the prediction of snowy biome
改良了群系的识别方案
9. Fix an error with snowstorm.
修复了一个关于雪暴的错误
10. Adjust the color of sandstorm.
调整了沙暴颜色的问题
11. Add aurora light contribution to sky & cloud & ground
新增极光对天空及地面元素的光照补偿
12. Tweak the light contribution of the aurora.
调整极光的照明补偿效果
13. Optimize code for indirect lighting to improve RT perf.
优化代码提升光追性能,rtgi/ssgi(+0.5fps),hq ssgi(+1fps)
14. Fix aurora light setting mistake, delet unused code, overall optimize.
修复了极光颜色设置颠倒的问题,删除未使用的代码,微微提升性能
15. Optimize the layout of setting screen.
微微优化了设置界面布局
16. Add moving effect on underwater distortion.
为水下失真增加动态效果
17. Greatly optimize the code of hq ssgi to improve pref and fix an issue.
再次优化光线追踪代码,大幅提高高质量ssgi性能并修复了一个微小错误(+3fps),微微提升rtgi/ssgi性能(+0.5fps)
18. Optimize code related to emissive ore.
简化了发光矿物的代码
19. Fix an issue with rain puddle.
修复了关于下雨群系判断的重大错误
2025-2-1 ~ 2-5 v1.15 ~ v1.19
1. Improve the code of AGX Tonemap to make it more color precision.
优化AGX Tonemap代码性能并使颜色更精准
2. New personal tonemap based on AGX_Minimum.
新增个人调色,提高真实感
3. Improve TOD fog.
优化TOD雾气使得雾气过渡更平滑
4. Make sunset fancier.
使太阳在夕阳时更红
5. Improve the graphic of the end.
优化末地雾气使环境更暗
6. Improve the code of biome tint water.
优化群系色调水体的实现
7. Add snowy biome overlay.
为寒冷群系增加特殊雾气overlay效果
8. Slightly improve ssgi performance by adjust ray steps.
在不明显降低画面品质的条件下微微提升高质量ssgi性能(+1fps)
9. Add options to tweak ray count and steps, slightly improve rtao performance under default settings.
增添光追自定义选项,默认设置下微微减轻rtao负担
10 Make cloud brighter, adjust the cloud default settings.
使云层更亮,微调默认云层配置
11. Add preset profiles in shader setting.
添加默认配置文件切换
12. Make lava darker.
调整岩浆/岩浆桶颜色使其不那么晃眼
13. Greatly improve the rtao quality with simplified ssgi code, replace rtao with rtgi.
大幅改进rtao效果,将rtao改名为rtgi(-1fps)
14. Slightly improve the water distortion code, may increase performance slightly.
微微改进水下失真效果代码
15. Fix an issue with emissive ore.
修正了一个发光矿物的问题
2025-1-28 ~ 1-30 v1.1 ~ v1.14 ##重大修复
1. Merge X0nk's latest commit. (SSAO perf & SSS on muti-layer entities & water normal & end portal effect & vl cloud overdraw issue)
整合了X0nk最新的更新 (SSAO性能 史莱姆等多层透明实体的反射效果 水面法线 末地传送门特效 体积云过度绘制的问题)
2. Fix the nether fog option.
修复末地雾气选项失灵的bug
3. Add nether fog plume color option.
新增下界烟柱颜色选项
4. Add fancy end portal option.
为末地传送门特效增加配置选项
5. Add nether portal color option.
新增多彩的下界传送门
6. Adjust the light of furnance
微微调整了熔炉光照
7. Tweak the shader default settings.
改进了光影默认配置数值
2025-1-24 v1.05 ~ v1.09
1. Merge X0nk's latest commit. (underwater effect)
整合了X0nk最新的更新 (水下视觉)
2. Restore water distortion effect.
重新加入水体焦散效果
3. Improve setting screen.
设置界面布局优化
4. Fix biome tint water.
修复群系色调水体bug
5. Fix a mistake cause stationary star.
修复星星不旋转的bug
6. Add raindrop size option.
新增雨滴大小配置选项
7. Add emissive ore code from fayer3.
应用Fayer3矿石发光特效及相关选项
8. Fix missing AO under rtao/ssgi.
修复了RTAO/SSGI模式下画面失去AO遮罩的bug
9. Fix a bug with break animation.
修复方块破坏粒子效果不显示的bug
10. Improve CHS translation.
汉化修正
11. Revamp the setting screen.
设置界面重做
12. Improve star perf.
优化星星性能
13. Fix vortex configuration issue.
修复末地漩涡选项失灵的bug
14. Add end lightning options.
新增末地闪电选项
15. Add new ore emit color options.
新增方块发光颜色选项
2025-1-21 v1.0 ~ v1.03
1. Apply LPV shadow code from fayer3.
应用Fayer3路径追踪阴影代码
2. Fix raincloud density/coverage bug.
修复雨云覆盖率/密度bug
3. Update noise texture.
噪声贴图更新,微微优化性能
4. Improve setting screen.
设置界面重做
5. Update CHS translation.
汉化更新
6. Fix a mistake of rainfog.
雨雾bug修复
7. Restore porosity & puddle code.
孔隙率/水坑代码回滚
8. Fix raincloud coverage issue.
修复雨云覆盖率设置选项失灵的bug
9. Improve setting value.
设置参数拓展
10. Add star density option.
新增星星密度配置选项
11. Fix waving bug while using 3d rp by split the group that may contain blocks with 3d model.
拆分植物摇晃选项以解决一些资源包冲突问题
12. Update CHS/ENG lang file.
中文/英文语言文件更新
================================================
FILE: LICENSE.md
================================================
License, as stated by Chocapic13:
Sharing a modified version of my shaders:
You are not allowed to claim any of the code included in "Chocapic13' shaders" as your own
You can share a modified version of my shaders if you respect the following title scheme : " -Name of the shaderpack- (Chocapic13' Shaders edit) "
You cannot use any monetizing links (for example adfoc.us ; adf.ly)
The rules of modification and sharing have to be same as the one here (copy paste all these rules in your post and change depending if you allow modification or not), you cannot make your own rules, you can only choose if you allow redistribution.
I have to be clearly credited
You cannot use any version older than "Chocapic13' Shaders V4" as a base, however you can modify older versions for personal use
Common sense : if you want a feature from another shaderpack or want to use a piece of code found on the web, make sure the code is open source. In doubt ask the creator.
Common sense #2 : share your modification only if you think it adds something really useful to the shaderpack(not only 2-3 constants changed)
Special level of permission; with written permission from Chocapic13, on request if you think your shaderpack is an huge modification from the original:
Allows to use monetizing links
Allows to create your own sharing rules
Shaderpack name can be chosen
Listed on Chocapic13' shaders official thread
Chocapic13 still have to be clearly credited
Using this shaderpack in a video or a picture:
You are allowed to use this shaderpack for screenshots and videos if you give the shaderpack name in the description/message
You are allowed to use this shaderpack in monetized videos if you respect the rule above.
Minecraft websites:
The download link must redirect to the download link given in the shaderpack's official thread
There has to be a link to the shaderpack's official thread
You are not allowed to add any monetizing link to the shaderpack download
If you are not sure about what you are allowed to do or not, PM Chocapic13 on http://www.minecraftforum.net/.
Not respecting these rules can and will result in a request of thread/download shutdown to the host/administrator, with or without warning. Intellectual property stealing is punished by law.
================================================
FILE: README.md
================================================
# Bliss-BSPT #
Bliss-BSPT is an edited shader based on Bliss-unstable-development by X0nk.<br>
<img src="https://github.com/X0nk/Bliss-Shader/assets/122314734/873c788c-5a48-46c0-9fb5-eac57b4ffa27" width="100%" height="100%">
The original Bliss is a great shader and it's even better when X0nk made unstable development version of it.<br>
But it's also kinda broken with tons of bugs, so I decided to fix them myself and merge code from FAYER3's blocklight2 fork.<br>
I called it BSPT which refers to "Block Shadow Path Tracing" at that time, <br>
but as I start add more and more new stuffs, improve the performance, the block shadow part becomes less important. <br>
So it doesn't matter why it's called BSPT today, I just what to make a ultra Bliss loved by everyone. <br>
### FEATURING:
+ New features like Aurora, Ripples, Lensflare, Rainbow, Ore emission and more.
+ Improvements like detailed cloud, distortion animations, optimized raytracing GI and more.
+ More realistic color & new tonemaps.
+ LPV shadow from Fayer3.
+ Better performance.
+ Bug fix.
### HOW TO DOWNLOAD:
- locate the `green "code" button` on this page. this button is NOT in the `releases` page.
- click the `green "code" button` and select `"download zip"`.
- once the zip file finishes downloading, install it like a normal shader. you do NOT need to unzip/extract/decompress.
# BSPT contains code from FAYER3's fork. Any re-editing & re-distribution is prohibited. #
### SPECIAL THANKS:
+ Chocapic13, for the base shader
+ X0nk, for the masterpiece of work
+ WoMspace, for spending alot of time creating a DOF overhaul
+ Null, for doing a huge amount of work creating the voxel floodfill colored lighting
+ Emin, and Gri573, for teaching me how to stop alot of light leaking
+ RRe36 and Sixthsurge, for the great ideas to steal
================================================
FILE: shaders/block.properties
================================================
#ifdef FORCE_TRANSLUCENT_GLASS
layer.translucent = minecraft:glass minecraft:glass_pane
#endif
block.8=minecraft:water minecraft:flowing_water tfc:flowing_spring_water tfc:spring_water tfc:river_water tfc:salt_water tfc:flowing_salt_water tfc:limewater tfc:flowing_limewater
block.11=bamboo bamboo_sapling
block.12=minecraft:short_grass minecraft:grass minecraft:short_dry_grass minecraft:tall_dry_grass
block.13=minecraft:small_dripleaf:half=lower minecraft:pitcher_plant:half=lower minecraft:tall_grass:half=lower minecraft:sunflower:half=lower minecraft:large_fern:half=lower minecraft:peony:half=lower minecraft:rose_bush:half=lower minecraft:lilac:half=lower minecraft:tall_seagrass:half=lower \
biomesoplenty:tall_lavender:half=lower biomesoplenty:eyebulb:half=lower biomesoplenty:blue_hydrangea:half=lower biomesoplenty:tall_white_lavender:half=lower biomesoplenty:watergrass:half=lower biomesoplenty:reed:half=lower biomesoplenty:cattail:half=lower biomesoplenty:barley:half=lower biomesoplenty:icy_iris:half=lower biomesoplenty:goldenrod:half=lower biomesoplenty:sea_oats:half=lower \
conquest:large_fern_1:half=lower conquest:large_fern_2:half=lower conquest:large_fern_3:half=lower conquest:thick_fern:half=lower conquest:tall_grass:half=lower conquest:large_fern:half=lower conquest:sunflower:half=lower conquest:tall_lilac:half=lower conquest:peony:half=lower conquest:rose_bush:half=lower conquest:tall_seagrass:half=lower \
farmersdelight:wild_rice:half=lower farmersdelight:rice:half=lower \
flying_stuff:golden_fern:half=lower flying_stuff:smoke_flower_plant:half=lower flying_stuff:lavic_mushrooms:half=lower flying_stuff:smoke_flower_plant_grow_stage:half=lower \
meadow:eriophorum_tall:half=lower meadow:small_fir:half=lower \
natures_spirit:large_lush_fern:half=lower natures_spirit:gardenia:half=lower natures_spirit:cattail:half=lower
block.14=minecraft:small_dripleaf:half=upper minecraft:pitcher_plant:half=upper minecraft:tall_grass:half=upper minecraft:sunflower:half=upper minecraft:large_fern:half=upper minecraft:peony:half=upper minecraft:rose_bush:half=upper minecraft:lilac:half=upper minecraft:tall_seagrass:half=upper \
biomesoplenty:tall_lavender:half=upper biomesoplenty:eyebulb:half=upper biomesoplenty:blue_hydrangea:half=upper biomesoplenty:tall_white_lavender:half=upper biomesoplenty:watergrass:half=upper biomesoplenty:reed:half=upper biomesoplenty:cattail:half=upper biomesoplenty:barley:half=upper biomesoplenty:icy_iris:half=upper biomesoplenty:goldenrod:half=upper biomesoplenty:sea_oats:half=upper \
conquest:large_fern_1:half=upper conquest:large_fern_2:half=upper conquest:large_fern_3:half=upper conquest:thick_fern:half=upper conquest:tall_grass:half=upper conquest:large_fern:half=upper conquest:sunflower:half=upper conquest:tall_lilac:half=upper conquest:peony:half=upper conquest:rose_bush:half=upper conquest:tall_seagrass:half=upper \
farmersdelight:wild_rice:half=upper farmersdelight:rice_panicles:half=upper \
flying_stuff:golden_fern:half=upper flying_stuff:smoke_flower_plant:half=upper flying_stuff:lavic_mushrooms:half=upper flying_stuff:smoke_flower_plant_grow_stage:half=upper \
meadow:eriophorum_tall:half=upper meadow:small_fir:half=upper \
natures_spirit:large_lush_fern:half=upper natures_spirit:gardenia:half=upper natures_spirit:cattail:half=upper
block.15=minecraft:oak_sapling minecraft:spruce_sapling minecraft:birch_sapling minecraft:jungle_sapling minecraft:acacia_sapling minecraft:dark_oak_sapling minecraft:cherry_sapling minecraft:pale_oak_sapling minecraft:mangrove_propagule \
biomesoplenty:hellbark_sapling biomesoplenty:empyreal_sapling biomesoplenty:origin_sapling biomesoplenty:flowering_oak_sapling biomesoplenty:cypress_sapling biomesoplenty:snowblossom_sapling biomesoplenty:rainbow_birch_sapling biomesoplenty:fir_sapling biomesoplenty:red_maple_sapling biomesoplenty:orange_maple_sapling biomesoplenty:yellow_maple_sapling biomesoplenty:redwood_sapling biomesoplenty:mahogany_sapling biomesoplenty:jacaranda_sapling biomesoplenty:palm_sapling biomesoplenty:willow_sapling biomesoplenty:dead_sapling biomesoplenty:magic_sapling biomesoplenty:umbran_sapling
#ifdef BOES_EARTH_BLOCKSTATES
block.16=minecraft:hanging_roots minecraft:weeping_vines vine:is_on_leaves=false \
biomesoplenty:spanish_moss
#else
block.16=minecraft:hanging_roots minecraft:weeping_vines vine
#endif
####### ----- FloodFill ----- #######
# Blocks for FloodFill to ignore
block.50=chain ladder lever lightning_rod scaffolding tripwire tripwire_hook candle:lit=false black_candle:lit=false blue_candle:lit=false brown_candle:lit=false cyan_candle:lit=false gray_candle:lit=false green_candle:lit=false light_blue_candle:lit=false light_gray_candle:lit=false lime_candle:lit=false magenta_candle:lit=false orange_candle:lit=false pink_candle:lit=false purple_candle:lit=false red_candle:lit=false white_candle:lit=false yellow_candle:lit=false acacia_button bamboo_button birch_button cherry_button crimson_button dark_oak_button jungle_button mangrove_button oak_button polished_blackstone_button spruce_button stone_button warped_button rail activator_rail detector_rail powered_rail:powered=false redstone_wire:power=0 repeater:powered=false comparator:powered=false \
garnished:walnut_sack garnished:almond_sack garnished:pecan_sack garnished:pistachio_sack garnished:macadamia_sack garnished:peanut_sack garnished:hazelnut_sack garnished:chestnut_sack garnished:cashew_sack \
gravestones:gravestone gravestones:gravestone_chipped gravestones:gravestone_damaged \
humility-afm:candlestick_copper humility-afm:candlestick_copper_candle:lit=false humility-afm:candlestick_copper_candle_black:lit=false humility-afm:candlestick_copper_candle_blue:lit=false humility-afm:candlestick_copper_candle_brown:lit=false humility-afm:candlestick_copper_candle_cyan:lit=false humility-afm:candlestick_copper_candle_gray:lit=false humility-afm:candlestick_copper_candle_green:lit=false humility-afm:candlestick_copper_candle_light_blue:lit=false humility-afm:candlestick_copper_candle_light_gray:lit=false humility-afm:candlestick_copper_candle_lime:lit=false humility-afm:candlestick_copper_candle_magenta:lit=false humility-afm:candlestick_copper_candle_orange:lit=false humility-afm:candlestick_copper_candle_pink:lit=false humility-afm:candlestick_copper_candle_purple:lit=false humility-afm:candlestick_copper_candle_red:lit=false humility-afm:candlestick_copper_candle_white:lit=false humility-afm:candlestick_copper_candle_yellow:lit=false humility-afm:candlestick_exposed_copper humility-afm:candlestick_exposed_copper_candle:lit=false humility-afm:candlestick_exposed_copper_candle_black:lit=false humility-afm:candlestick_exposed_copper_candle_blue:lit=false humility-afm:candlestick_exposed_copper_candle_brown:lit=false humility-afm:candlestick_exposed_copper_candle_cyan:lit=false humility-afm:candlestick_exposed_copper_candle_gray:lit=false humility-afm:candlestick_exposed_copper_candle_green:lit=false humility-afm:candlestick_exposed_copper_candle_light_blue:lit=false humility-afm:candlestick_exposed_copper_candle_light_gray:lit=false humility-afm:candlestick_exposed_copper_candle_lime:lit=false humility-afm:candlestick_exposed_copper_candle_magenta:lit=false humility-afm:candlestick_exposed_copper_candle_orange:lit=false humility-afm:candlestick_exposed_copper_candle_pink:lit=false humility-afm:candlestick_exposed_copper_candle_purple:lit=false humility-afm:candlestick_exposed_copper_candle_red:lit=false humility-afm:candlestick_exposed_copper_candle_white:lit=false humility-afm:candlestick_exposed_copper_candle_yellow:lit=false humility-afm:candlestick_gold humility-afm:candlestick_gold_candle:lit=false humility-afm:candlestick_gold_candle_black:lit=false humility-afm:candlestick_gold_candle_blue:lit=false humility-afm:candlestick_gold_candle_brown:lit=false humility-afm:candlestick_gold_candle_cyan:lit=false humility-afm:candlestick_gold_candle_gray:lit=false humility-afm:candlestick_gold_candle_green:lit=false humility-afm:candlestick_gold_candle_light_blue:lit=false humility-afm:candlestick_gold_candle_light_gray:lit=false humility-afm:candlestick_gold_candle_lime:lit=false humility-afm:candlestick_gold_candle_magenta:lit=false humility-afm:candlestick_gold_candle_orange:lit=false humility-afm:candlestick_gold_candle_pink:lit=false humility-afm:candlestick_gold_candle_purple:lit=false humility-afm:candlestick_gold_candle_red:lit=false humility-afm:candlestick_gold_candle_white:lit=false humility-afm:candlestick_gold_candle_yellow:lit=false humility-afm:candlestick_oxidized_copper humility-afm:candlestick_oxidized_copper_candle:lit=false humility-afm:candlestick_oxidized_copper_candle_black:lit=false humility-afm:candlestick_oxidized_copper_candle_blue:lit=false humility-afm:candlestick_oxidized_copper_candle_brown:lit=false humility-afm:candlestick_oxidized_copper_candle_cyan:lit=false humility-afm:candlestick_oxidized_copper_candle_gray:lit=false humility-afm:candlestick_oxidized_copper_candle_green:lit=false humility-afm:candlestick_oxidized_copper_candle_light_blue:lit=false humility-afm:candlestick_oxidized_copper_candle_light_gray:lit=false humility-afm:candlestick_oxidized_copper_candle_lime:lit=false humility-afm:candlestick_oxidized_copper_candle_magenta:lit=false humility-afm:candlestick_oxidized_copper_candle_orange:lit=false humility-afm:candlestick_oxidized_copper_candle_pink:lit=false humility-afm:candlestick_oxidized_copper_candle_purple:lit=false humility-afm:candlestick_oxidized_copper_candle_red:lit=false humility-afm:candlestick_oxidized_copper_candle_white:lit=false humility-afm:candlestick_oxidized_copper_candle_yellow:lit=false humility-afm:candlestick_waxed_copper humility-afm:candlestick_waxed_copper_candle:lit=false humility-afm:candlestick_waxed_copper_candle_black:lit=false humility-afm:candlestick_waxed_copper_candle_blue:lit=false humility-afm:candlestick_waxed_copper_candle_brown:lit=false humility-afm:candlestick_waxed_copper_candle_cyan:lit=false humility-afm:candlestick_waxed_copper_candle_gray:lit=false humility-afm:candlestick_waxed_copper_candle_green:lit=false humility-afm:candlestick_waxed_copper_candle_light_blue:lit=false humility-afm:candlestick_waxed_copper_candle_light_gray:lit=false humility-afm:candlestick_waxed_copper_candle_lime:lit=false humility-afm:candlestick_waxed_copper_candle_magenta:lit=false humility-afm:candlestick_waxed_copper_candle_orange:lit=false humility-afm:candlestick_waxed_copper_candle_pink:lit=false humility-afm:candlestick_waxed_copper_candle_purple:lit=false humility-afm:candlestick_waxed_copper_candle_red:lit=false humility-afm:candlestick_waxed_copper_candle_white:lit=false humility-afm:candlestick_waxed_copper_candle_yellow:lit=false humility-afm:candlestick_waxed_exposed_copper humility-afm:candlestick_waxed_exposed_copper_candle:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_black:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_blue:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_brown:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_cyan:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_gray:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_green:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_light_blue:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_light_gray:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_lime:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_magenta:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_orange:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_pink:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_purple:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_red:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_white:lit=false humility-afm:candlestick_waxed_exposed_copper_candle_yellow:lit=false humility-afm:candlestick_waxed_oxidized_copper humility-afm:candlestick_waxed_oxidized_copper_candle:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_black:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_blue:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_brown:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_cyan:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_gray:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_green:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_light_blue:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_light_gray:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_lime:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_magenta:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_orange:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_pink:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_purple:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_red:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_white:lit=false humility-afm:candlestick_waxed_oxidized_copper_candle_yellow:lit=false humility-afm:candlestick_waxed_weathered_copper humility-afm:candlestick_waxed_weathered_copper_candle:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_black:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_blue:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_brown:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_cyan:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_gray:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_green:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_light_blue:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_light_gray:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_lime:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_magenta:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_orange:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_pink:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_purple:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_red:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_white:lit=false humility-afm:candlestick_waxed_weathered_copper_candle_yellow:lit=false humility-afm:candlestick_weathered_copper humility-afm:candlestick_weathered_copper_candle:lit=false humility-afm:candlestick_weathered_copper_candle_black:lit=false humility-afm:candlestick_weathered_copper_candle_blue:lit=false humility-afm:candlestick_weathered_copper_candle_brown:lit=false humility-afm:candlestick_weathered_copper_candle_cyan:lit=false humility-afm:candlestick_weathered_copper_candle_gray:lit=false humility-afm:candlestick_weathered_copper_candle_green:lit=false humility-afm:candlestick_weathered_copper_candle_light_blue:lit=false humility-afm:candlestick_weathered_copper_candle_light_gray:lit=false humility-afm:candlestick_weathered_copper_candle_lime:lit=false humility-afm:candlestick_weathered_copper_candle_magenta:lit=false humility-afm:candlestick_weathered_copper_candle_orange:lit=false humility-afm:candlestick_weathered_copper_candle_pink:lit=false humility-afm:candlestick_weathered_copper_candle_purple:lit=false humility-afm:candlestick_weathered_copper_candle_red:lit=false humility-afm:candlestick_weathered_copper_candle_white:lit=false humility-afm:candlestick_weathered_copper_candle_yellow:lit=false \
refurbished_furniture:plate \
supplementaries:candle_holder:lit=false supplementaries:candle_holder_black:lit=false supplementaries:candle_holder_blue:lit=false supplementaries:candle_holder_brown:lit=false supplementaries:candle_holder_cyan:lit=false supplementaries:candle_holder_gray:lit=false supplementaries:candle_holder_green:lit=false supplementaries:candle_holder_light_blue:lit=false supplementaries:candle_holder_light_gray:lit=false supplementaries:candle_holder_lime:lit=false supplementaries:candle_holder_magenta:lit=false supplementaries:candle_holder_orange:lit=false supplementaries:candle_holder_pink:lit=false supplementaries:candle_holder_purple:lit=false supplementaries:candle_holder_red:lit=false supplementaries:candle_holder_white:lit=false supplementaries:candle_holder_yellow:lit=false
# Blocks that occlude 25% of light
block.51=acacia_fence bamboo_fence birch_fence cherry_fence crimson_fence dark_oak_fence jungle_fence mangrove_fence nether_brick_fence oak_fence spruce_fence warped_fence acacia_fence_gate bamboo_fence_gate birch_fence_gate cherry_fence_gate crimson_fence_gate dark_oak_fence_gate jungle_fence_gate mangrove_fence_gate oak_fence_gate spruce_fence_gate warped_fence_gate flower_pot potted_acacia_sapling potted_allium potted_azalea_bush potted_bamboo potted_azure_bluet potted_birch_sapling potted_blue_orchid potted_brown_mushroom potted_cactus potted_cornflower potted_crimson_fungus potted_crimson_roots potted_dandelion potted_dark_oak_sapling potted_dead_bush potted_fern potted_flowering_azalea_bush potted_jungle_sapling potted_lily_of_the_valley potted_mangrove_propagule potted_oak_sapling potted_orange_tulip potted_oxeye_daisy potted_pink_tulip potted_poppy potted_red_mushroom potted_red_tulip potted_spruce_sapling potted_torchflower potted_warped_fungus potted_warped_roots potted_white_tulip potted_wither_rose \
diagonalfences:minecraft/acacia_fence diagonalfences:minecraft/bamboo_fence diagonalfences:minecraft/birch_fence diagonalfences:minecraft/cherry_fence diagonalfences:minecraft/crimson_fence diagonalfences:minecraft/dark_oak_fence diagonalfences:minecraft/jungle_fence diagonalfences:minecraft/mangrove_fence diagonalfences:minecraft/nether_brick_fence diagonalfences:minecraft/oak_fence diagonalfences:minecraft/spruce_fence diagonalfences:minecraft/warped_fence \
gravestones:gravestone gravestones:gravestone_chipped gravestones:gravestone_damaged \
humility-afm:cabinet_block_acacia_black humility-afm:cabinet_block_acacia_blue humility-afm:cabinet_block_acacia_brown humility-afm:cabinet_block_acacia_cyan humility-afm:cabinet_block_acacia_gray humility-afm:cabinet_block_acacia_green humility-afm:cabinet_block_acacia_light_blue humility-afm:cabinet_block_acacia_light_gray humility-afm:cabinet_block_acacia_lime humility-afm:cabinet_block_acacia_magenta humility-afm:cabinet_block_acacia_orange humility-afm:cabinet_block_acacia_pink humility-afm:cabinet_block_acacia_purple humility-afm:cabinet_block_acacia_red humility-afm:cabinet_block_acacia_white humility-afm:cabinet_block_acacia_yellow humility-afm:cabinet_block_bamboo_black humility-afm:cabinet_block_bamboo_blue humility-afm:cabinet_block_bamboo_brown humility-afm:cabinet_block_bamboo_cyan humility-afm:cabinet_block_bamboo_gray humility-afm:cabinet_block_bamboo_green humility-afm:cabinet_block_bamboo_light_blue humility-afm:cabinet_block_bamboo_light_gray humility-afm:cabinet_block_bamboo_lime humility-afm:cabinet_block_bamboo_magenta humility-afm:cabinet_block_bamboo_orange humility-afm:cabinet_block_bamboo_pink humility-afm:cabinet_block_bamboo_purple humility-afm:cabinet_block_bamboo_red humility-afm:cabinet_block_bamboo_white humility-afm:cabinet_block_bamboo_yellow humility-afm:cabinet_block_birch_black humility-afm:cabinet_block_birch_blue humility-afm:cabinet_block_birch_brown humility-afm:cabinet_block_birch_cyan humility-afm:cabinet_block_birch_gray humility-afm:cabinet_block_birch_green humility-afm:cabinet_block_birch_light_blue humility-afm:cabinet_block_birch_light_gray humility-afm:cabinet_block_birch_lime humility-afm:cabinet_block_birch_magenta humility-afm:cabinet_block_birch_orange humility-afm:cabinet_block_birch_pink humility-afm:cabinet_block_birch_purple humility-afm:cabinet_block_birch_red humility-afm:cabinet_block_birch_white humility-afm:cabinet_block_birch_yellow humility-afm:cabinet_block_cherry_black humility-afm:cabinet_block_cherry_blue humility-afm:cabinet_block_cherry_brown humility-afm:cabinet_block_cherry_cyan humility-afm:cabinet_block_cherry_gray humility-afm:cabinet_block_cherry_green humility-afm:cabinet_block_cherry_light_blue humility-afm:cabinet_block_cherry_light_gray humility-afm:cabinet_block_cherry_lime humility-afm:cabinet_block_cherry_magenta humility-afm:cabinet_block_cherry_orange humility-afm:cabinet_block_cherry_pink humility-afm:cabinet_block_cherry_purple humility-afm:cabinet_block_cherry_red humility-afm:cabinet_block_cherry_white humility-afm:cabinet_block_cherry_yellow humility-afm:cabinet_block_crimson_black humility-afm:cabinet_block_crimson_blue humility-afm:cabinet_block_crimson_brown humility-afm:cabinet_block_crimson_cyan humility-afm:cabinet_block_crimson_gray humility-afm:cabinet_block_crimson_green humility-afm:cabinet_block_crimson_light_blue humility-afm:cabinet_block_crimson_light_gray humility-afm:cabinet_block_crimson_lime humility-afm:cabinet_block_crimson_magenta humility-afm:cabinet_block_crimson_orange humility-afm:cabinet_block_crimson_pink humility-afm:cabinet_block_crimson_purple humility-afm:cabinet_block_crimson_red humility-afm:cabinet_block_crimson_white humility-afm:cabinet_block_crimson_yellow humility-afm:cabinet_block_dark_oak_black humility-afm:cabinet_block_dark_oak_blue humility-afm:cabinet_block_dark_oak_brown humility-afm:cabinet_block_dark_oak_cyan humility-afm:cabinet_block_dark_oak_gray humility-afm:cabinet_block_dark_oak_green humility-afm:cabinet_block_dark_oak_light_blue humility-afm:cabinet_block_dark_oak_light_gray humility-afm:cabinet_block_dark_oak_lime humility-afm:cabinet_block_dark_oak_magenta humility-afm:cabinet_block_dark_oak_orange humility-afm:cabinet_block_dark_oak_pink humility-afm:cabinet_block_dark_oak_purple humility-afm:cabinet_block_dark_oak_red humility-afm:cabinet_block_dark_oak_white humility-afm:cabinet_block_dark_oak_yellow humility-afm:cabinet_block_jungle_black humility-afm:cabinet_block_jungle_blue humility-afm:cabinet_block_jungle_brown humility-afm:cabinet_block_jungle_cyan humility-afm:cabinet_block_jungle_gray humility-afm:cabinet_block_jungle_green humility-afm:cabinet_block_jungle_light_blue humility-afm:cabinet_block_jungle_light_gray humility-afm:cabinet_block_jungle_lime humility-afm:cabinet_block_jungle_magenta humility-afm:cabinet_block_jungle_orange humility-afm:cabinet_block_jungle_pink humility-afm:cabinet_block_jungle_purple humility-afm:cabinet_block_jungle_red humility-afm:cabinet_block_jungle_white humility-afm:cabinet_block_jungle_yellow humility-afm:cabinet_block_mangrove_black humility-afm:cabinet_block_mangrove_blue humility-afm:cabinet_block_mangrove_brown humility-afm:cabinet_block_mangrove_cyan humility-afm:cabinet_block_mangrove_gray humility-afm:cabinet_block_mangrove_green humility-afm:cabinet_block_mangrove_light_blue humility-afm:cabinet_block_mangrove_light_gray humility-afm:cabinet_block_mangrove_lime humility-afm:cabinet_block_mangrove_magenta humility-afm:cabinet_block_mangrove_orange humility-afm:cabinet_block_mangrove_pink humility-afm:cabinet_block_mangrove_purple humility-afm:cabinet_block_mangrove_red humility-afm:cabinet_block_mangrove_white humility-afm:cabinet_block_mangrove_yellow humility-afm:cabinet_block_oak_black humility-afm:cabinet_block_oak_blue humility-afm:cabinet_block_oak_brown humility-afm:cabinet_block_oak_cyan humility-afm:cabinet_block_oak_gray humility-afm:cabinet_block_oak_green humility-afm:cabinet_block_oak_light_blue humility-afm:cabinet_block_oak_light_gray humility-afm:cabinet_block_oak_lime humility-afm:cabinet_block_oak_magenta humility-afm:cabinet_block_oak_orange humility-afm:cabinet_block_oak_pink humility-afm:cabinet_block_oak_purple humility-afm:cabinet_block_oak_red humility-afm:cabinet_block_oak_white humility-afm:cabinet_block_oak_yellow humility-afm:cabinet_block_spruce_black humility-afm:cabinet_block_spruce_blue humility-afm:cabinet_block_spruce_brown humility-afm:cabinet_block_spruce_cyan humility-afm:cabinet_block_spruce_gray humility-afm:cabinet_block_spruce_green humility-afm:cabinet_block_spruce_light_blue humility-afm:cabinet_block_spruce_light_gray humility-afm:cabinet_block_spruce_lime humility-afm:cabinet_block_spruce_magenta humility-afm:cabinet_block_spruce_orange humility-afm:cabinet_block_spruce_pink humility-afm:cabinet_block_spruce_purple humility-afm:cabinet_block_spruce_red humility-afm:cabinet_block_spruce_white humility-afm:cabinet_block_spruce_yellow humility-afm:cabinet_block_warped_black humility-afm:cabinet_block_warped_blue humility-afm:cabinet_block_warped_brown humility-afm:cabinet_block_warped_cyan humility-afm:cabinet_block_warped_gray humility-afm:cabinet_block_warped_green humility-afm:cabinet_block_warped_light_blue humility-afm:cabinet_block_warped_light_gray humility-afm:cabinet_block_warped_lime humility-afm:cabinet_block_warped_magenta humility-afm:cabinet_block_warped_orange humility-afm:cabinet_block_warped_pink humility-afm:cabinet_block_warped_purple humility-afm:cabinet_block_warped_red humility-afm:cabinet_block_warped_white humility-afm:cabinet_block_warped_yellow humility-afm:cabinet_block_anchor_tree_black humility-afm:cabinet_block_anchor_tree_blue humility-afm:cabinet_block_anchor_tree_brown humility-afm:cabinet_block_anchor_tree_cyan humility-afm:cabinet_block_anchor_tree_gray humility-afm:cabinet_block_anchor_tree_green humility-afm:cabinet_block_anchor_tree_light_blue humility-afm:cabinet_block_anchor_tree_light_gray humility-afm:cabinet_block_anchor_tree_lime humility-afm:cabinet_block_anchor_tree_magenta humility-afm:cabinet_block_anchor_tree_orange humility-afm:cabinet_block_anchor_tree_pink humility-afm:cabinet_block_anchor_tree_purple humility-afm:cabinet_block_anchor_tree_red humility-afm:cabinet_block_anchor_tree_white humility-afm:cabinet_block_anchor_tree_yellow humility-afm:cabinet_block_mushroom_black humility-afm:cabinet_block_mushroom_blue humility-afm:cabinet_block_mushroom_brown humility-afm:cabinet_block_mushroom_cyan humility-afm:cabinet_block_mushroom_gray humility-afm:cabinet_block_mushroom_green humility-afm:cabinet_block_mushroom_light_blue humility-afm:cabinet_block_mushroom_light_gray humility-afm:cabinet_block_mushroom_lime humility-afm:cabinet_block_mushroom_magenta humility-afm:cabinet_block_mushroom_orange humility-afm:cabinet_block_mushroom_pink humility-afm:cabinet_block_mushroom_purple humility-afm:cabinet_block_mushroom_red humility-afm:cabinet_block_mushroom_white humility-afm:cabinet_block_mushroom_yellow humility-afm:cabinet_block_mushroom_fir_black humility-afm:cabinet_block_mushroom_fir_blue humility-afm:cabinet_block_mushroom_fir_brown humility-afm:cabinet_block_mushroom_fir_cyan humility-afm:cabinet_block_mushroom_fir_gray humility-afm:cabinet_block_mushroom_fir_green humility-afm:cabinet_block_mushroom_fir_light_blue humility-afm:cabinet_block_mushroom_fir_light_gray humility-afm:cabinet_block_mushroom_fir_lime humility-afm:cabinet_block_mushroom_fir_magenta humility-afm:cabinet_block_mushroom_fir_orange humility-afm:cabinet_block_mushroom_fir_pink humility-afm:cabinet_block_mushroom_fir_purple humility-afm:cabinet_block_mushroom_fir_red humility-afm:cabinet_block_mushroom_fir_white humility-afm:cabinet_block_mushroom_fir_yellow humility-afm:cabinet_block_nether_sakura_black humility-afm:cabinet_block_nether_sakura_blue humility-afm:cabinet_block_nether_sakura_brown humility-afm:cabinet_block_nether_sakura_cyan humility-afm:cabinet_block_nether_sakura_gray humility-afm:cabinet_block_nether_sakura_green humility-afm:cabinet_block_nether_sakura_light_blue humility-afm:cabinet_block_nether_sakura_light_gray humility-afm:cabinet_block_nether_sakura_lime humility-afm:cabinet_block_nether_sakura_magenta humility-afm:cabinet_block_nether_sakura_orange humility-afm:cabinet_block_nether_sakura_pink humility-afm:cabinet_block_nether_sakura_purple humility-afm:cabinet_block_nether_sakura_red humility-afm:cabinet_block_nether_sakura_white humility-afm:cabinet_block_nether_sakura_yellow humility-afm:cabinet_block_stalagnate_black humility-afm:cabinet_block_stalagnate_blue humility-afm:cabinet_block_stalagnate_brown humility-afm:cabinet_block_stalagnate_cyan humility-afm:cabinet_block_stalagnate_gray humility-afm:cabinet_block_stalagnate_green humility-afm:cabinet_block_stalagnate_light_blue humility-afm:cabinet_block_stalagnate_light_gray humility-afm:cabinet_block_stalagnate_lime humility-afm:cabinet_block_stalagnate_magenta humility-afm:cabinet_block_stalagnate_orange humility-afm:cabinet_block_stalagnate_pink humility-afm:cabinet_block_stalagnate_purple humility-afm:cabinet_block_stalagnate_red humility-afm:cabinet_block_stalagnate_white humility-afm:cabinet_block_stalagnate_yellow humility-afm:cabinet_block_wart_black humility-afm:cabinet_block_wart_blue humility-afm:cabinet_block_wart_brown humility-afm:cabinet_block_wart_cyan humility-afm:cabinet_block_wart_gray humility-afm:cabinet_block_wart_green humility-afm:cabinet_block_wart_light_blue humility-afm:cabinet_block_wart_light_gray humility-afm:cabinet_block_wart_lime humility-afm:cabinet_block_wart_magenta humility-afm:cabinet_block_wart_orange humility-afm:cabinet_block_wart_pink humility-afm:cabinet_block_wart_purple humility-afm:cabinet_block_wart_red humility-afm:cabinet_block_wart_white humility-afm:cabinet_block_wart_yellow humility-afm:cabinet_block_willow_black humility-afm:cabinet_block_willow_blue humility-afm:cabinet_block_willow_brown humility-afm:cabinet_block_willow_cyan humility-afm:cabinet_block_willow_gray humility-afm:cabinet_block_willow_green humility-afm:cabinet_block_willow_light_blue humility-afm:cabinet_block_willow_light_gray humility-afm:cabinet_block_willow_lime humility-afm:cabinet_block_willow_magenta humility-afm:cabinet_block_willow_orange humility-afm:cabinet_block_willow_pink humility-afm:cabinet_block_willow_purple humility-afm:cabinet_block_willow_red humility-afm:cabinet_block_willow_white humility-afm:cabinet_block_willow_yellow humility-afm:illuminated_cabinet_block_acacia_black humility-afm:illuminated_cabinet_block_acacia_blue humility-afm:illuminated_cabinet_block_acacia_brown humility-afm:illuminated_cabinet_block_acacia_cyan humility-afm:illuminated_cabinet_block_acacia_gray humility-afm:illuminated_cabinet_block_acacia_green humility-afm:illuminated_cabinet_block_acacia_light_blue humility-afm:illuminated_cabinet_block_acacia_light_gray humility-afm:illuminated_cabinet_block_acacia_lime humility-afm:illuminated_cabinet_block_acacia_magenta humility-afm:illuminated_cabinet_block_acacia_orange humility-afm:illuminated_cabinet_block_acacia_pink humility-afm:illuminated_cabinet_block_acacia_purple humility-afm:illuminated_cabinet_block_acacia_red humility-afm:illuminated_cabinet_block_acacia_white humility-afm:illuminated_cabinet_block_acacia_yellow humility-afm:illuminated_cabinet_block_bamboo_black humility-afm:illuminated_cabinet_block_bamboo_blue humility-afm:illuminated_cabinet_block_bamboo_brown humility-afm:illuminated_cabinet_block_bamboo_cyan humility-afm:illuminated_cabinet_block_bamboo_gray humility-afm:illuminated_cabinet_block_bamboo_green humility-afm:illuminated_cabinet_block_bamboo_light_blue humility-afm:illuminated_cabinet_block_bamboo_light_gray humility-afm:illuminated_cabinet_block_bamboo_lime humility-afm:illuminated_cabinet_block_bamboo_magenta humility-afm:illuminated_cabinet_block_bamboo_orange humility-afm:illuminated_cabinet_block_bamboo_pink humility-afm:illuminated_cabinet_block_bamboo_purple humility-afm:illuminated_cabinet_block_bamboo_red humility-afm:illuminated_cabinet_block_bamboo_white humility-afm:illuminated_cabinet_block_bamboo_yellow humility-afm:illuminated_cabinet_block_birch_black humility-afm:illuminated_cabinet_block_birch_blue humility-afm:illuminated_cabinet_block_birch_brown humility-afm:illuminated_cabinet_block_birch_cyan humility-afm:illuminated_cabinet_block_birch_gray humility-afm:illuminated_cabinet_block_birch_green humility-afm:illuminated_cabinet_block_birch_light_blue humility-afm:illuminated_cabinet_block_birch_light_gray humility-afm:illuminated_cabinet_block_birch_lime humility-afm:illuminated_cabinet_block_birch_magenta humility-afm:illuminated_cabinet_block_birch_orange humility-afm:illuminated_cabinet_block_birch_pink humility-afm:illuminated_cabinet_block_birch_purple humility-afm:illuminated_cabinet_block_birch_red humility-afm:illuminated_cabinet_block_birch_white humility-afm:illuminated_cabinet_block_birch_yellow humility-afm:illuminated_cabinet_block_cherry_black humility-afm:illuminated_cabinet_block_cherry_blue humility-afm:illuminated_cabinet_block_cherry_brown humility-afm:illuminated_cabinet_block_cherry_cyan humility-afm:illuminated_cabinet_block_cherry_gray humility-afm:illuminated_cabinet_block_cherry_green humility-afm:illuminated_cabinet_block_cherry_light_blue humility-afm:illuminated_cabinet_block_cherry_light_gray humility-afm:illuminated_cabinet_block_cherry_lime humility-afm:illuminated_cabinet_block_cherry_magenta humility-afm:illuminated_cabinet_block_cherry_orange humility-afm:illuminated_cabinet_block_cherry_pink humility-afm:illuminated_cabinet_block_cherry_purple humility-afm:illuminated_cabinet_block_cherry_red humility-afm:illuminated_cabinet_block_cherry_white humility-afm:illuminated_cabinet_block_cherry_yellow humility-afm:illuminated_cabinet_block_crimson_black humility-afm:illuminated_cabinet_block_crimson_blue humility-afm:illuminated_cabinet_block_crimson_brown humility-afm:illuminated_cabinet_block_crimson_cyan humility-afm:illuminated_cabinet_block_crimson_gray humility-afm:illuminated_cabinet_block_crimson_green humility-afm:illuminated_cabinet_block_crimson_light_blue humility-afm:illuminated_cabinet_block_crimson_light_gray humility-afm:illuminated_cabinet_block_crimson_lime humility-afm:illuminated_cabinet_block_crimson_magenta humility-afm:illuminated_cabinet_block_crimson_orange humility-afm:illuminated_cabinet_block_crimson_pink humility-afm:illuminated_cabinet_block_crimson_purple humility-afm:illuminated_cabinet_block_crimson_red humility-afm:illuminated_cabinet_block_crimson_white humility-afm:illuminated_cabinet_block_crimson_yellow humility-afm:illuminated_cabinet_block_dark_oak_black humility-afm:illuminated_cabinet_block_dark_oak_blue humility-afm:illuminated_cabinet_block_dark_oak_brown humility-afm:illuminated_cabinet_block_dark_oak_cyan humility-afm:illuminated_cabinet_block_dark_oak_gray humility-afm:illuminated_cabinet_block_dark_oak_green humility-afm:illuminated_cabinet_block_dark_oak_light_blue humility-afm:illuminated_cabinet_block_dark_oak_light_gray humility-afm:illuminated_cabinet_block_dark_oak_lime humility-afm:illuminated_cabinet_block_dark_oak_magenta humility-afm:illuminated_cabinet_block_dark_oak_orange humility-afm:illuminated_cabinet_block_dark_oak_pink humility-afm:illuminated_cabinet_block_dark_oak_purple humility-afm:illuminated_cabinet_block_dark_oak_red humility-afm:illuminated_cabinet_block_dark_oak_white humility-afm:illuminated_cabinet_block_dark_oak_yellow humility-afm:illuminated_cabinet_block_jungle_black humility-afm:illuminated_cabinet_block_jungle_blue humility-afm:illuminated_cabinet_block_jungle_brown humility-afm:illuminated_cabinet_block_jungle_cyan humility-afm:illuminated_cabinet_block_jungle_gray humility-afm:illuminated_cabinet_block_jungle_green humility-afm:illuminated_cabinet_block_jungle_light_blue humility-afm:illuminated_cabinet_block_jungle_light_gray humility-afm:illuminated_cabinet_block_jungle_lime humility-afm:illuminated_cabinet_block_jungle_magenta humility-afm:illuminated_cabinet_block_jungle_orange humility-afm:illuminated_cabinet_block_jungle_pink humility-afm:illuminated_cabinet_block_jungle_purple humility-afm:illuminated_cabinet_block_jungle_red humility-afm:illuminated_cabinet_block_jungle_white humility-afm:illuminated_cabinet_block_jungle_yellow humility-afm:illuminated_cabinet_block_mangrove_black humility-afm:illuminated_cabinet_block_mangrove_blue humility-afm:illuminated_cabinet_block_mangrove_brown humility-afm:illuminated_cabinet_block_mangrove_cyan humility-afm:illuminated_cabinet_block_mangrove_gray humility-afm:illuminated_cabinet_block_mangrove_green humility-afm:illuminated_cabinet_block_mangrove_light_blue humility-afm:illuminated_cabinet_block_mangrove_light_gray humility-afm:illuminated_cabinet_block_mangrove_lime humility-afm:illuminated_cabinet_block_mangrove_magenta humility-afm:illuminated_cabinet_block_mangrove_orange humility-afm:illuminated_cabinet_block_mangrove_pink humility-afm:illuminated_cabinet_block_mangrove_purple humility-afm:illuminated_cabinet_block_mangrove_red humility-afm:illuminated_cabinet_block_mangrove_white humility-afm:illuminated_cabinet_block_mangrove_yellow humility-afm:illuminated_cabinet_block_oak_black humility-afm:illuminated_cabinet_block_oak_blue humility-afm:illuminated_cabinet_block_oak_brown humility-afm:illuminated_cabinet_block_oak_cyan humility-afm:illuminated_cabinet_block_oak_gray humility-afm:illuminated_cabinet_block_oak_green humility-afm:illuminated_cabinet_block_oak_light_blue humility-afm:illuminated_cabinet_block_oak_light_gray humility-afm:illuminated_cabinet_block_oak_lime humility-afm:illuminated_cabinet_block_oak_magenta humility-afm:illuminated_cabinet_block_oak_orange humility-afm:illuminated_cabinet_block_oak_pink humility-afm:illuminated_cabinet_block_oak_purple humility-afm:illuminated_cabinet_block_oak_red humility-afm:illuminated_cabinet_block_oak_white humility-afm:illuminated_cabinet_block_oak_yellow humility-afm:illuminated_cabinet_block_spruce_black humility-afm:illuminated_cabinet_block_spruce_blue humility-afm:illuminated_cabinet_block_spruce_brown humility-afm:illuminated_cabinet_block_spruce_cyan humility-afm:illuminated_cabinet_block_spruce_gray humility-afm:illuminated_cabinet_block_spruce_green humility-afm:illuminated_cabinet_block_spruce_light_blue humility-afm:illuminated_cabinet_block_spruce_light_gray humility-afm:illuminated_cabinet_block_spruce_lime humility-afm:illuminated_cabinet_block_spruce_magenta humility-afm:illuminated_cabinet_block_spruce_orange humility-afm:illuminated_cabinet_block_spruce_pink humility-afm:illuminated_cabinet_block_spruce_purple humility-afm:illuminated_cabinet_block_spruce_red humility-afm:illuminated_cabinet_block_spruce_white humility-afm:illuminated_cabinet_block_spruce_yellow humility-afm:illuminated_cabinet_block_warped_black humility-afm:illuminated_cabinet_block_warped_blue humility-afm:illuminated_cabinet_block_warped_brown humility-afm:illuminated_cabinet_block_warped_cyan humility-afm:illuminated_cabinet_block_warped_gray humility-afm:illuminated_cabinet_block_warped_green humility-afm:illuminated_cabinet_block_warped_light_blue humility-afm:illuminated_cabinet_block_warped_light_gray humility-afm:illuminated_cabinet_block_warped_lime humility-afm:illuminated_cabinet_block_warped_magenta humility-afm:illuminated_cabinet_block_warped_orange humility-afm:illuminated_cabinet_block_warped_pink humility-afm:illuminated_cabinet_block_warped_purple humility-afm:illuminated_cabinet_block_warped_red humility-afm:illuminated_cabinet_block_warped_white humility-afm:illuminated_cabinet_block_warped_yellow humility-afm:illuminated_cabinet_block_anchor_tree_black humility-afm:illuminated_cabinet_block_anchor_tree_blue humility-afm:illuminated_cabinet_block_anchor_tree_brown humility-afm:illuminated_cabinet_block_anchor_tree_cyan humility-afm:illuminated_cabinet_block_anchor_tree_gray humility-afm:illuminated_cabinet_block_anchor_tree_green humility-afm:illuminated_cabinet_block_anchor_tree_light_blue humility-afm:illuminated_cabinet_block_anchor_tree_light_gray humility-afm:illuminated_cabinet_block_anchor_tree_lime humility-afm:illuminated_cabinet_block_anchor_tree_magenta humility-afm:illuminated_cabinet_block_anchor_tree_orange humility-afm:illuminated_cabinet_block_anchor_tree_pink humility-afm:illuminated_cabinet_block_anchor_tree_purple humility-afm:illuminated_cabinet_block_anchor_tree_red humility-afm:illuminated_cabinet_block_anchor_tree_white humility-afm:illuminated_cabinet_block_anchor_tree_yellow humility-afm:illuminated_cabinet_block_mushroom_black humility-afm:illuminated_cabinet_block_mushroom_blue humility-afm:illuminated_cabinet_block_mushroom_brown humility-afm:illuminated_cabinet_block_mushroom_cyan humility-afm:illuminated_cabinet_block_mushroom_gray humility-afm:illuminated_cabinet_block_mushroom_green humility-afm:illuminated_cabinet_block_mushroom_light_blue humility-afm:illuminated_cabinet_block_mushroom_light_gray humility-afm:illuminated_cabinet_block_mushroom_lime humility-afm:illuminated_cabinet_block_mushroom_magenta humility-afm:illuminated_cabinet_block_mushroom_orange humility-afm:illuminated_cabinet_block_mushroom_pink humility-afm:illuminated_cabinet_block_mushroom_purple humility-afm:illuminated_cabinet_block_mushroom_red humility-afm:illuminated_cabinet_block_mushroom_white humility-afm:illuminated_cabinet_block_mushroom_yellow humility-afm:illuminated_cabinet_block_mushroom_fir_black humility-afm:illuminated_cabinet_block_mushroom_fir_blue humility-afm:illuminated_cabinet_block_mushroom_fir_brown humility-afm:illuminated_cabinet_block_mushroom_fir_cyan humility-afm:illuminated_cabinet_block_mushroom_fir_gray humility-afm:illuminated_cabinet_block_mushroom_fir_green humility-afm:illuminated_cabinet_block_mushroom_fir_light_blue humility-afm:illuminated_cabinet_block_mushroom_fir_light_gray humility-afm:illuminated_cabinet_block_mushroom_fir_lime humility-afm:illuminated_cabinet_block_mushroom_fir_magenta humility-afm:illuminated_cabinet_block_mushroom_fir_orange humility-afm:illuminated_cabinet_block_mushroom_fir_pink humility-afm:illuminated_cabinet_block_mushroom_fir_purple humility-afm:illuminated_cabinet_block_mushroom_fir_red humility-afm:illuminated_cabinet_block_mushroom_fir_white humility-afm:illuminated_cabinet_block_mushroom_fir_yellow humility-afm:illuminated_cabinet_block_nether_sakura_black humility-afm:illuminated_cabinet_block_nether_sakura_blue humility-afm:illuminated_cabinet_block_nether_sakura_brown humility-afm:illuminated_cabinet_block_nether_sakura_cyan humility-afm:illuminated_cabinet_block_nether_sakura_gray humility-afm:illuminated_cabinet_block_nether_sakura_green humility-afm:illuminated_cabinet_block_nether_sakura_light_blue humility-afm:illuminated_cabinet_block_nether_sakura_light_gray humility-afm:illuminated_cabinet_block_nether_sakura_lime humility-afm:illuminated_cabinet_block_nether_sakura_magenta humility-afm:illuminated_cabinet_block_nether_sakura_orange humility-afm:illuminated_cabinet_block_nether_sakura_pink humility-afm:illuminated_cabinet_block_nether_sakura_purple humility-afm:illuminated_cabinet_block_nether_sakura_red humility-afm:illuminated_cabinet_block_nether_sakura_white humility-afm:illuminated_cabinet_block_nether_sakura_yellow humility-afm:illuminated_cabinet_block_stalagnate_black humility-afm:illuminated_cabinet_block_stalagnate_blue humility-afm:illuminated_cabinet_block_stalagnate_brown humility-afm:illuminated_cabinet_block_stalagnate_cyan humility-afm:illuminated_cabinet_block_stalagnate_gray humility-afm:illuminated_cabinet_block_stalagnate_green humility-afm:illuminated_cabinet_block_stalagnate_light_blue humility-afm:illuminated_cabinet_block_stalagnate_light_gray humility-afm:illuminated_cabinet_block_stalagnate_lime humility-afm:illuminated_cabinet_block_stalagnate_magenta humility-afm:illuminated_cabinet_block_stalagnate_orange humility-afm:illuminated_cabinet_block_stalagnate_pink humility-afm:illuminated_cabinet_block_stalagnate_purple humility-afm:illuminated_cabinet_block_stalagnate_red humility-afm:illuminated_cabinet_block_stalagnate_white humility-afm:illuminated_cabinet_block_stalagnate_yellow humility-afm:illuminated_cabinet_block_wart_black humility-afm:illuminated_cabinet_block_wart_blue humility-afm:illuminated_cabinet_block_wart_brown humility-afm:illuminated_cabinet_block_wart_cyan humility-afm:illuminated_cabinet_block_wart_gray humility-afm:illuminated_cabinet_block_wart_green humility-afm:illuminated_cabinet_block_wart_light_blue humility-afm:illuminated_cabinet_block_wart_light_gray humility-afm:illuminated_cabinet_block_wart_lime humility-afm:illuminated_cabinet_block_wart_magenta humility-afm:illuminated_cabinet_block_wart_orange humility-afm:illuminated_cabinet_block_wart_pink humility-afm:illuminated_cabinet_block_wart_purple humility-afm:illuminated_cabinet_block_wart_red humility-afm:illuminated_cabinet_block_wart_white humility-afm:illuminated_cabinet_block_wart_yellow humility-afm:illuminated_cabinet_block_willow_black humility-afm:illuminated_cabinet_block_willow_blue humility-afm:illuminated_cabinet_block_willow_brown humility-afm:illuminated_cabinet_block_willow_cyan humility-afm:illuminated_cabinet_block_willow_gray humility-afm:illuminated_cabinet_block_willow_green humility-afm:illuminated_cabinet_block_willow_light_blue humility-afm:illuminated_cabinet_block_willow_light_gray humility-afm:illuminated_cabinet_block_willow_lime humility-afm:illuminated_cabinet_block_willow_magenta humility-afm:illuminated_cabinet_block_willow_orange humility-afm:illuminated_cabinet_block_willow_pink humility-afm:illuminated_cabinet_block_willow_purple humility-afm:illuminated_cabinet_block_willow_red humility-afm:illuminated_cabinet_block_willow_white humility-afm:illuminated_cabinet_block_willow_yellow
# Blocks that occlude 50% of light
block.52=iron_bars pointed_dripstone \
another_furniture:oak_table another_furniture:spruce_table another_furniture:birch_table another_furniture:jungle_table another_furniture:acacia_table another_furniture:dark_oak_table another_furniture:mangrove_table another_furniture:cherry_table another_furniture:bamboo_table another_furniture:crimson_table another_furniture:warped_table \
create:schematic_table \
diagonalwalls:minecraft/cobblestone_wall:north_east=true diagonalwalls:minecraft/mossy_cobblestone_wall:north_east=true diagonalwalls:minecraft/stone_brick_wall:north_east=true diagonalwalls:minecraft/mossy_stone_brick_wall:north_east=true diagonalwalls:minecraft/granite_wall:north_east=true diagonalwalls:minecraft/diorite_wall:north_east=true diagonalwalls:minecraft/andesite_wall:north_east=true diagonalwalls:minecraft/cobbled_deepslate_wall:north_east=true diagonalwalls:minecraft/polished_deepslate_wall:north_east=true diagonalwalls:minecraft/deepslate_brick_wall:north_east=true diagonalwalls:minecraft/deepslate_tile_wall:north_east=true diagonalwalls:minecraft/tuff_wall:north_east=true diagonalwalls:minecraft/polished_tuff_wall:north_east=true diagonalwalls:minecraft/tuff_brick_wall:north_east=true diagonalwalls:minecraft/brick_wall:north_east=true diagonalwalls:minecraft/mud_brick_wall:north_east=true diagonalwalls:minecraft/resin_brick_wall:north_east=true diagonalwalls:minecraft/sandstone_wall:north_east=true diagonalwalls:minecraft/red_sandstone_wall:north_east=true diagonalwalls:minecraft/prismarine_wall:north_east=true diagonalwalls:minecraft/nether_brick_wall:north_east=true diagonalwalls:minecraft/red_nether_brick_wall:north_east=true diagonalwalls:minecraft/blackstone_wall:north_east=true diagonalwalls:minecraft/polished_blackstone_wall:north_east=true diagonalwalls:minecraft/polished_blackstone_brick_wall:north_east=true diagonalwalls:minecraft/end_stone_brick_wall:north_east=true diagonalwalls:minecraft/cobblestone_wall:north_east=false:north_west=true diagonalwalls:minecraft/mossy_cobblestone_wall:north_east=false:north_west=true diagonalwalls:minecraft/stone_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/mossy_stone_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/granite_wall:north_east=false:north_west=true diagonalwalls:minecraft/diorite_wall:north_east=false:north_west=true diagonalwalls:minecraft/andesite_wall:north_east=false:north_west=true diagonalwalls:minecraft/cobbled_deepslate_wall:north_east=false:north_west=true diagonalwalls:minecraft/polished_deepslate_wall:north_east=false:north_west=true diagonalwalls:minecraft/deepslate_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/deepslate_tile_wall:north_east=false:north_west=true diagonalwalls:minecraft/tuff_wall diagonalwalls:minecraft/tuff_wall:north_east=false:north_west=true diagonalwalls:minecraft/polished_tuff_wall:north_east=false:north_west=true diagonalwalls:minecraft/tuff_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/mud_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/resin_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/sandstone_wall:north_east=false:north_west=true diagonalwalls:minecraft/red_sandstone_wall:north_east=false:north_west=true diagonalwalls:minecraft/prismarine_wall:north_east=false:north_west=true diagonalwalls:minecraft/nether_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/red_nether_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/blackstone_wall:north_east=false:north_west=true diagonalwalls:minecraft/polished_blackstone_wall:north_east=false:north_west=true diagonalwalls:minecraft/polished_blackstone_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/end_stone_brick_wall:north_east=false:north_west=true diagonalwalls:minecraft/cobblestone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/mossy_cobblestone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/stone_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/mossy_stone_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/granite_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/diorite_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/andesite_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/cobbled_deepslate_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/polished_deepslate_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/deepslate_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/deepslate_tile_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/tuff_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/polished_tuff_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/tuff_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/mud_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/resin_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/sandstone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/red_sandstone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/prismarine_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/nether_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/red_nether_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/blackstone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/polished_blackstone_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/polished_blackstone_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/end_stone_brick_wall:north_east=false:north_west=false:south_east=true diagonalwalls:minecraft/cobblestone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/mossy_cobblestone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/stone_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/mossy_stone_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/granite_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/diorite_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/andesite_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/cobbled_deepslate_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/polished_deepslate_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/deepslate_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/deepslate_tile_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/tuff_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/polished_tuff_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/tuff_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/mud_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/resin_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/sandstone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/red_sandstone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/prismarine_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/nether_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/red_nether_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/blackstone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/polished_blackstone_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/polished_blackstone_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true diagonalwalls:minecraft/end_stone_brick_wall:north_east=false:north_west=false:south_east=false:south_west=true \
diagonalwindows:minecraft/iron_bars \
meadow:table meadow:stone_table \
refurbished_furniture:oak_table refurbished_furniture:spruce_table refurbished_furniture:birch_table refurbished_furniture:jungle_table refurbished_furniture:acacia_table refurbished_furniture:dark_oak_table refurbished_furniture:mangrove_table refurbished_furniture:cherry_table refurbished_furniture:bamboo_table refurbished_furniture:crimson_table refurbished_furniture:warped_table \
valhelsia_furniture:acacia_table valhelsia_furniture:bamboo_table valhelsia_furniture:birch_table valhelsia_furniture:cherry_table valhelsia_furniture:crimson_table valhelsia_furniture:dark_oak_table valhelsia_furniture:jungle_table valhelsia_furniture:mangrove_table valhelsia_furniture:oak_table valhelsia_furniture:spruce_table valhelsia_furniture:warped_table valhelsia_furniture:black_acacia_table valhelsia_furniture:blue_acacia_table valhelsia_furniture:brown_acacia_table valhelsia_furniture:cyan_acacia_table valhelsia_furniture:gray_acacia_table valhelsia_furniture:green_acacia_table valhelsia_furniture:light_blue_acacia_table valhelsia_furniture:light_gray_acacia_table valhelsia_furniture:lime_acacia_table valhelsia_furniture:magenta_acacia_table valhelsia_furniture:orange_acacia_table valhelsia_furniture:pink_acacia_table valhelsia_furniture:purple_acacia_table valhelsia_furniture:red_acacia_table valhelsia_furniture:white_acacia_table valhelsia_furniture:yellow_acacia_table valhelsia_furniture:black_bamboo_table valhelsia_furniture:blue_bamboo_table valhelsia_furniture:brown_bamboo_table valhelsia_furniture:cyan_bamboo_table valhelsia_furniture:gray_bamboo_table valhelsia_furniture:green_bamboo_table valhelsia_furniture:light_blue_bamboo_table valhelsia_furniture:light_gray_bamboo_table valhelsia_furniture:lime_bamboo_table valhelsia_furniture:magenta_bamboo_table valhelsia_furniture:orange_bamboo_table valhelsia_furniture:pink_bamboo_table valhelsia_furniture:purple_bamboo_table valhelsia_furniture:red_bamboo_table valhelsia_furniture:white_bamboo_table valhelsia_furniture:yellow_bamboo_table valhelsia_furniture:black_birch_table valhelsia_furniture:blue_birch_table valhelsia_furniture:brown_birch_table valhelsia_furniture:cyan_birch_table valhelsia_furniture:gray_birch_table valhelsia_furniture:green_birch_table valhelsia_furniture:light_blue_birch_table valhelsia_furniture:light_gray_birch_table valhelsia_furniture:lime_birch_table valhelsia_furniture:magenta_birch_table valhelsia_furniture:orange_birch_table valhelsia_furniture:pink_birch_table valhelsia_furniture:purple_birch_table valhelsia_furniture:red_birch_table valhelsia_furniture:white_birch_table valhelsia_furniture:yellow_birch_table valhelsia_furniture:black_cherry_table valhelsia_furniture:blue_cherry_table valhelsia_furniture:brown_cherry_table valhelsia_furniture:cyan_cherry_table valhelsia_furniture:gray_cherry_table valhelsia_furniture:green_cherry_table valhelsia_furniture:light_blue_cherry_table valhelsia_furniture:light_gray_cherry_table valhelsia_furniture:lime_cherry_table valhelsia_furniture:magenta_cherry_table valhelsia_furniture:orange_cherry_table valhelsia_furniture:pink_cherry_table valhelsia_furniture:purple_cherry_table valhelsia_furniture:red_cherry_table valhelsia_furniture:white_cherry_table valhelsia_furniture:yellow_cherry_table valhelsia_furniture:black_crimson_table valhelsia_furniture:blue_crimson_table valhelsia_furniture:brown_crimson_table valhelsia_furniture:cyan_crimson_table valhelsia_furniture:gray_crimson_table valhelsia_furniture:green_crimson_table valhelsia_furniture:light_blue_crimson_table valhelsia_furniture:light_gray_crimson_table valhelsia_furniture:lime_crimson_table valhelsia_furniture:magenta_crimson_table valhelsia_furniture:orange_crimson_table valhelsia_furniture:pink_crimson_table valhelsia_furniture:purple_crimson_table valhelsia_furniture:red_crimson_table valhelsia_furniture:white_crimson_table valhelsia_furniture:yellow_crimson_table valhelsia_furniture:black_dark_oak_table valhelsia_furniture:blue_dark_oak_table valhelsia_furniture:brown_dark_oak_table valhelsia_furniture:cyan_dark_oak_table valhelsia_furniture:gray_dark_oak_table valhelsia_furniture:green_dark_oak_table valhelsia_furniture:light_blue_dark_oak_table valhelsia_furniture:light_gray_dark_oak_table valhelsia_furniture:lime_dark_oak_table valhelsia_furniture:magenta_dark_oak_table valhelsia_furniture:orange_dark_oak_table valhelsia_furniture:pink_dark_oak_table valhelsia_furniture:purple_dark_oak_table valhelsia_furniture:red_dark_oak_table valhelsia_furniture:white_dark_oak_table valhelsia_furniture:yellow_dark_oak_table valhelsia_furniture:black_jungle_table valhelsia_furniture:blue_jungle_table valhelsia_furniture:brown_jungle_table valhelsia_furniture:cyan_jungle_table valhelsia_furniture:gray_jungle_table valhelsia_furniture:green_jungle_table valhelsia_furniture:light_blue_jungle_table valhelsia_furniture:light_gray_jungle_table valhelsia_furniture:lime_jungle_table valhelsia_furniture:magenta_jungle_table valhelsia_furniture:orange_jungle_table valhelsia_furniture:pink_jungle_table valhelsia_furniture:purple_jungle_table valhelsia_furniture:red_jungle_table valhelsia_furniture:white_jungle_table valhelsia_furniture:yellow_jungle_table valhelsia_furniture:black_mangrove_table valhelsia_furniture:blue_mangrove_table valhelsia_furniture:brown_mangrove_table valhelsia_furniture:cyan_mangrove_table valhelsia_furniture:gray_mangrove_table valhelsia_furniture:green_mangrove_table valhelsia_furniture:light_blue_mangrove_table valhelsia_furniture:light_gray_mangrove_table valhelsia_furniture:lime_mangrove_table valhelsia_furniture:magenta_mangrove_table valhelsia_furniture:orange_mangrove_table valhelsia_furniture:pink_mangrove_table valhelsia_furniture:purple_mangrove_table valhelsia_furniture:red_mangrove_table valhelsia_furniture:white_mangrove_table valhelsia_furniture:yellow_mangrove_table valhelsia_furniture:black_oak_table valhelsia_furniture:blue_oak_table valhelsia_furniture:brown_oak_table valhelsia_furniture:cyan_oak_table valhelsia_furniture:gray_oak_table valhelsia_furniture:green_oak_table valhelsia_furniture:light_blue_oak_table valhelsia_furniture:light_gray_oak_table valhelsia_furniture:lime_oak_table valhelsia_furniture:magenta_oak_table valhelsia_furniture:orange_oak_table valhelsia_furniture:pink_oak_table valhelsia_furniture:purple_oak_table valhelsia_furniture:red_oak_table valhelsia_furniture:white_oak_table valhelsia_furniture:yellow_oak_table valhelsia_furniture:black_spruce_table valhelsia_furniture:blue_spruce_table valhelsia_furniture:brown_spruce_table valhelsia_furniture:cyan_spruce_table valhelsia_furniture:gray_spruce_table valhelsia_furniture:green_spruce_table valhelsia_furniture:light_blue_spruce_table valhelsia_furniture:light_gray_spruce_table valhelsia_furniture:lime_spruce_table valhelsia_furniture:magenta_spruce_table valhelsia_furniture:orange_spruce_table valhelsia_furniture:pink_spruce_table valhelsia_furniture:purple_spruce_table valhelsia_furniture:red_spruce_table valhelsia_furniture:white_spruce_table valhelsia_furniture:yellow_spruce_table valhelsia_furniture:black_warped_table valhelsia_furniture:blue_warped_table valhelsia_furniture:brown_warped_table valhelsia_furniture:cyan_warped_table valhelsia_furniture:gray_warped_table valhelsia_furniture:green_warped_table valhelsia_furniture:light_blue_warped_table valhelsia_furniture:light_gray_warped_table valhelsia_furniture:lime_warped_table valhelsia_furniture:magenta_warped_table valhelsia_furniture:orange_warped_table valhelsia_furniture:pink_warped_table valhelsia_furniture:purple_warped_table valhelsia_furniture:red_warped_table valhelsia_furniture:white_warped_table valhelsia_furniture:yellow_warped_table \
vinery:dark_cherry_table
# Blocks that occlude 75% of light
block.53=bell \
vinery:dark_cherry_big_table
####### ----- waving blocks with SSS ----- #######
## ground waving
## add a newline to organize for modded blocks
block.54=minecraft:melon_stem minecraft:pumpkin_stem minecraft:flowering_azalea minecraft:azalea minecraft:big_dripleaf minecraft:torchflower minecraft:torchflower_crop minecraft:pitcher_crop:half=upper minecraft:warped_fungus minecraft:twisting_vines minecraft:pink_petals minecraft:kelp minecraft:beetroots minecraft:potatoes minecraft:carrots minecraft:wheat minecraft:nether_wart minecraft:crimson_roots minecraft:nether_sprouts minecraft:warped_roots minecraft:seagrass minecraft:wither_rose minecraft:lily_of_the_valley minecraft:cornflower minecraft:sweet_berry_bush minecraft:oxeye_daisy minecraft:pink_tulip minecraft:white_tulip minecraft:orange_tulip minecraft:red_tulip minecraft:azure_bluet minecraft:allium minecraft:blue_orchid minecraft:poppy minecraft:dandelion minecraft:dead_bush minecraft:lily_pad minecraft:wildflowers minecraft:bush minecraft:firefly_bush minecraft:cactus_flower \
biomesoplenty:rose biomesoplenty:violet biomesoplenty:lavender biomesoplenty:white_lavender biomesoplenty:desert_grass biomesoplenty:dead_grass biomesoplenty:orange_cosmos biomesoplenty:pink_daffodil biomesoplenty:pink_hibiscus biomesoplenty:glowflower biomesoplenty:wilted_lily biomesoplenty:burning_blossom biomesoplenty:blue_hydrangea_bottom biomesoplenty:blue_hydrangea_top biomesoplenty:goldenrod_bottom biomesoplenty:goldenrod_top biomesoplenty:waterlily biomesoplenty:huge_lily_pad biomesoplenty:high_grass biomesoplenty:huge_clover_petal biomesoplenty:sprout biomesoplenty:hair biomesoplenty:dune_grass \
farmersdelight:tomatoes farmersdelight:cabbages farmersdelight:sandy_shrub farmersdelight:wild_cabbages farmersdelight:wild_onions farmersdelight:wild_tomatoes farmersdelight:wild_carrots farmersdelight:wild_potatoes farmersdelight:wild_beetroots farmersdelight:onions farmersdelight:budding_tomatoes \
endersdelight:chorusflame_bush endersdelight:amberveil_mushroom endersdelight:ethereal_saffron_bush \
herbalbrews:wild_coffee_plant herbalbrews:wild_yerba_mate_plant herbalbrews:wild_rooibos_plant herbalbrews:hibiscus herbalbrews:lavender herbalbrews:coffee_plant herbalbrews:yerba_mate_plant herbalbrews:rooibos_plant \
natures_spirit:tall_frigid_grass natures_spirit:frigid_grass natures_spirit:tall_scorched_grass natures_spirit:scorched_grass natures_spirit:tall_beach_grass natures_spirit:beach_grass natures_spirit:tall_sedge_grass natures_spirit:sedge_grass natures_spirit:large_flaxen_fern natures_spirit:flaxen_fern natures_spirit:tall_oat_grass natures_spirit:oat_grass natures_spirit:lush_fern natures_spirit:tall_melic_grass natures_spirit:melic_grass natures_spirit:green_bearberries natures_spirit:red_bearberries natures_spirit:purple_bearberries natures_spirit:green_bitter_sprouts natures_spirit:red_bitter_sprouts natures_spirit:purple_bitter_sprouts natures_spirit:ornate_succulent natures_spirit:drowsy_succulent natures_spirit:aureate_succulent natures_spirit:sage_succulent natures_spirit:foamy_succulent natures_spirit:imperial_succulent natures_spirit:regal_succulent natures_spirit:ornate_wall_succulent natures_spirit:drowsy_wall_succulent natures_spirit:aureate_wall_succulent natures_spirit:sage_wall_succulent natures_spirit:foamy_wall_succulent natures_spirit:imperial_wall_succulent natures_spirit:regal_wall_succulent natures_spirit:ornate_succulent natures_spirit:drowsy_succulent natures_spirit:aureate_succulent natures_spirit:sage_succulent natures_spirit:foamy_succulent natures_spirit:imperial_succulent natures_spirit:regal_succulent natures_spirit:lavender natures_spirit:bleeding_heart natures_spirit:blue_bulbs natures_spirit:carnation natures_spirit:snapdragon natures_spirit:foxglove natures_spirit:marigold natures_spirit:bluebell natures_spirit:tiger_lily natures_spirit:purple_wildflower natures_spirit:yellow_wildflower natures_spirit:red_heather natures_spirit:white_heather natures_spirit:purple_heather natures_spirit:anemone natures_spirit:dwarf_blossoms natures_spirit:protea natures_spirit:hibiscus natures_spirit:blue_iris natures_spirit:black_iris natures_spirit:ruby_blossoms natures_spirit:silverbush natures_spirit:helvola \
vegandelight:wild_soybean \
vinery:taiga_grape_bush_white vinery:taiga_grape_bush_red vinery:savanna_grape_bush_white vinery:savanna_grape_bush_red vinery:white_grape_bush vinery:red_grape_bush \
supplementaries:wild_flax
## ground waving vertical models. this exists to brighten up the sides of grass and stuff in shaded places they blend in better with the world.
block.55 = minecraft:closed_eyeblossom minecraft:open_eyeblossom minecraft:fern \
biomesoplenty:bush \
conquest:red_clover_flowers conquest:warped_fungus conquest:acacia_sapling conquest:alder_tree_sapling conquest:apple_tree_sapling conquest:aspen_tree_sapling conquest:birch_sapling conquest:cherry_tree_sapling conquest:dark_oak_sapling conquest:downy_willow_tree_sapling conquest:gorse_tree_sapling conquest:grape_vine_sapling conquest:horse_chestnut_tree_sapling conquest:jungle_sapling conquest:larch_tree_sapling conquest:mallorn_tree_sapling conquest:oak_sapling conquest:orange_tree_sapling conquest:pear_tree_sapling conquest:pine_tree_sapling conquest:plum_tree_sapling conquest:rowan_tree_sapling conquest:spruce_sapling conquest:willow_tree_sapling conquest:angelica conquest:black_knapweed conquest:buttercups conquest:cornflower conquest:dandelion conquest:elanor conquest:goldenrod conquest:harebell conquest:lily_of_the_valley conquest:lobelia_flowers conquest:marsh_ragwort conquest:meadow_saffron conquest:mediterranean_wild_tulip conquest:moorland_spotted_orchid conquest:niphredil conquest:orange_tulip conquest:orpine conquest:oxeye_daisy conquest:pasque_flower conquest:pink_tulip conquest:poppy conquest:red_tulip conquest:rock_rose conquest:sea_lavender conquest:simbelmyne conquest:white_clematis conquest:white_tulip conquest:wild_dagga conquest:allium conquest:barley conquest:bean_pole conquest:beetroots conquest:cabbage conquest:carrots conquest:common_beans conquest:corn conquest:flax conquest:heirloom_wheat_crops conquest:hemp conquest:lavender conquest:peas conquest:potatoes conquest:rice conquest:thyme conquest:tobacco conquest:turnips conquest:water_mint conquest:wheat conquest:wild_basil conquest:wild_parsley conquest:wild_wheat conquest:common_meadow_grass conquest:cotton_grass conquest:dead_grass conquest:deergrass conquest:grass conquest:kentucky_bluegrass conquest:lush_grass conquest:purple_moor_grass conquest:sea_arrowgrass conquest:seagrass conquest:sweet_grass conquest:timothy_grass conquest:wavy_hair_grass conquest:pine_cones conquest:spruce_cones conquest:beautyberry_bush conquest:bilberry_bush conquest:blackberry_bush conquest:bog_blueberry_bush conquest:broom_bush conquest:dead_bush conquest:hawthorn_bush conquest:lingonberry_bush conquest:raspberry_bush conquest:alpine_sow_thristle conquest:athelas conquest:autumnal_dwarf_birch conquest:birdsfoot_trefoil conquest:bog_asphodel conquest:bottle_sedge conquest:cattails conquest:common_cow_wheat conquest:cow_parsley conquest:cross leaved heath conquest:dead_reeds conquest:dead_shrubs conquest:desert_shrub conquest:dogs_mercury conquest:dooryard_dock conquest:dry_reeds conquest:greater_fen_sedge conquest:greater_wood_rush conquest:green_meadow_fescue conquest:green_spurge conquest:heather conquest:meadow_fescue conquest:melancholy_thristle conquest:nettles conquest:nightshade conquest:papyrus conquest:purple_wolfs_bane conquest:red_common_cow_wheat conquest:rosebay_willowherb conquest:rushes conquest:wild_shrub conquest:sedge conquest:small_fescue conquest:small_scabious conquest:sweet_woodruff conquest:wild_overgrown_nettles conquest:wild_shrub conquest:wood_horsetail conquest:woodland_sedge conquest:wormwood conquest:yellow_wolfs_bane conquest:autumnal_bracken conquest:bracken conquest:dark_autumnal_bracken conquest:dead_bracken conquest:fern conquest:fern_1 conquest:fern_2 conquest:harts_tongue_fern conquest:cypress conquest:young_tree conquest:young_frozen_tree conquest:cross_leaved_heath conquest:jungle_ground_cover conquest:alpine_sow_thistle conquest:duckweed conquest:red_mushroom conquest:brown_mushroom \
flying_stuff:blow_flower flying_stuff:fiery_short_grass flying_stuff:fiery_grass flying_stuff:small_arid_bush flying_stuff:metallic_shorter_grass flying_stuff:firey_tree_sapling flying_stuff:abyss_grass flying_stuff:arid_grass flying_stuff:fiery_tree_sapling flying_stuff:lavic_tree_sapling flying_stuff:short_lavic_grass flying_stuff:warmth_radish_plant \
meadow:eriophorum meadow:pine_sapling meadow:alpine_poppy meadow:delphinium meadow:saxifrage meadow:enzian meadow:fire_lily
## air waving
## add a newline to organize for modded blocks
#ifdef BOES_EARTH_BLOCKSTATES
block.56= minecraft:pale_hanging_moss minecraft:pale_oak_leaves minecraft:azalea_leaves minecraft:flowering_azalea_leaves minecraft:cherry_leaves minecraft:mangrove_leaves minecraft:oak_leaves minecraft:spruce_leaves minecraft:birch_leaves minecraft:jungle_leaves minecraft:acacia_leaves minecraft:dark_oak_leaves minecraft:cave_vines:berries=false minecraft:cave_vines_plant:berries=false snow:is_on_leaves=true vine:is_on_leaves=true \
#else
block.56= minecraft:pale_hanging_moss minecraft:pale_oak_leaves minecraft:azalea_leaves minecraft:flowering_azalea_leaves minecraft:cherry_leaves minecraft:mangrove_leaves minecraft:oak_leaves minecraft:spruce_leaves minecraft:birch_leaves minecraft:jungle_leaves minecraft:acacia_leaves minecraft:dark_oak_leaves minecraft:cave_vines:berries=false minecraft:cave_vines_plant:berries=false \
#endif
beachparty:palm_leaves \
biomesoplenty:redwood_leaves biomesoplenty:bramble_leaves biomesoplenty:origin_leaves biomesoplenty:flowering_oak_leaves biomesoplenty:cypress_leaves biomesoplenty:snowblossom_leaves biomesoplenty:rainbow_birch_leaves biomesoplenty:fir_leaves biomesoplenty:pine_leaves biomesoplenty:red_maple_leaves biomesoplenty:orange_maple_leaves biomesoplenty:yellow_maple_leaves biomesoplenty:redwood_leaves biomesoplenty:mahogany_leaves biomesoplenty:jacaranda_leaves biomesoplenty:palm_leaves biomesoplenty:willow_leaves biomesoplenty:dead_leaves biomesoplenty:magic_leaves biomesoplenty:umbran_leaves biomesoplenty:hellbark_leaves biomesoplenty:empyreal_leaves \
conquest:apple_tree_leaves conquest:ash_tree_leaves conquest:aspen_leaves conquest:autumnal_aspen_leaves conquest:dark_deciduous_leaves conquest:autumnal_beech_tree_leaves conquest:autumnal_birch_leaves conquest:autumnal_horse_chestnut_leaves conquest:autumnal_maple_leaves conquest:autumnal_oak_leaves conquest:autumnal_weeping_willow_leaves conquest:banana_tree_leaves conquest:beech_tree_leaves conquest:bright_autumnal_beech_tree_leaves conquest:bright_autumnal_weeping_willow_leaves conquest:bushy_joshua_tree_leaves conquest:caribbean_royal_palm_leaves conquest:caribbean_royal_palm_leaves_corner conquest:cherry_tree_leaves conquest:dark_beech_tree_leaves conquest:date_palm_leaves conquest:diseased_horse_chestnut_leaves conquest:downy_willow_leaves conquest:downy_willow_leaves_tip conquest:faded_autumnal_beech_tree_leaves conquest:dead_norway_spruce_needles conquest:orange_larch_leaf_top conquest:yellow_larch_leaf_top conquest:larch_leaf_top conquest:larch_spruce_leaf_top conquest:larch_leaf_slab conquest:larch_leaf_long_branch conquest:larch_leaf_branch conquest:larch_spruce_leaf_top conquest:yellow_larch_spruce_leaf_top conquest:yellow_larch_leaf_slab conquest:yellow_larch_leaf_long_branch conquest:yellow_larch_leaf_branch conquest:orange_larch_spruce_leaf_top conquest:orange_larch_leaf_slab conquest:oranch_larch_leaf_long_branch conquest:orange_larch_leaf_branch conquest:dead_spruce_leaf_top conquest:dead_spruce_leaf_slab conquest:dead_spruce_leaf_long_branch conquest:dead_spruce_leaf_branch conquest:light_spruce_leaf_top conquest:light_spruce_leaf_slab conquest:light_spruce_leaf_long_branch conquest:light_spruce_leaf_branch conquest:goat_willow_leaves conquest:gorse_leaves conquest:grape_vine_leaves conquest:holly_leaves conquest:horse_chestnut_leaves conquest:joshua_tree_leaves conquest:lemon_tree_leaves conquest:old_caribbean_royal_palm_leaves conquest:old_caribbean_royal_palm_leaves_corner conquest:olive_tree_leaves conquest:orange_tree_leaves conquest:pear_tree_leaves conquest:plum_tree_leaves conquest:rowan_leaves conquest:weeping_willow_leaves conquest:wisteria_leaves conquest:yellow_autumnal_weeping_willow_leaves conquest:dark_spruce_needles conquest:dead_pine_needles conquest:dead_spruce_needles conquest:larch_needles conquest:light_spruce_needles conquest:orange_autumnal_larch_needles conquest:pine_needles conquest:yellow_autumnal_larch_needles conquest:dead_deciduous_branches conquest:mistletoe_garland conquest:lilac conquest:pink_cherry_blossoms conquest:purple_cherry_blossoms conquest:red_cherry_blossoms conquest:white_cherry_blossoms conquest:wisteria_blossoms conquest:hanging_moss conquest:lianas conquest:moss_vines conquest:spruce_leaf_top conquest:spruce_leaf_branch conquest:spruce_leaf_slab conquest:spruce_leaf_long_branch conquest:thick_hanging_ivy conquest:thick_ivy conquest:hanging_roots conquest:acacia_branch_tip conquest:acacia_branch_tip_45 conquest:acacia_branch_tip_2 conquest:acacia_branch_tip_2_45 conquest:beech_branch_tip conquest:beech_branch_tip_45 conquest:beech_branch_tip_2 conquest:beech _branch_tip_2_45 conquest:birch_branch_tip conquest:birch_branch_tip_45 conquest:birch_branch_tip_2 conquest:birch_branch_tip_2_45 conquest:oak_branch_tip conquest:oak_branch_tip_45 conquest:oak_branch_tip_2 conquest:oak_branch_tip_2_45 conquest:spruce_branch_tip conquest:spruce_branch_tip_45 conquest:spruce_branch_tip_2 conquest:spruce_branch_tip_2_45 conquest:orange_pine_branch_tip conquest:orange_pine_branch_tip_45 conquest:orange_pine_branch_tip_2 conquest:orange_pine_branch_tip_2_45 \
flying_stuff:fiery_leaves flying_stuff:lavic_fungus_block \
garnished:walnut_leaves garnished:almond_leaves garnished:pecan_leaves garnished:pistachio_leaves garnished:macadamia_leaves garnished:peanut_leaves garnished:hazelnut_leaves garnished:chestnut_leaves garnished:nut_leaves garnished:unassigned_nut_leaves garnished:cashew_leaves \
meadow:alpine_birch_leaves_hanging meadow:pine_leaves meadow:pine_leaves_2 \
natures_spirit:frosty_redwood_leaves natures_spirit:redwood_leaves natures_spirit:sugi_leaves natures_spirit:wisteria_leaves natures_spirit:white_wisteria_leaves natures_spirit:blue_wisteria_leaves natures_spirit:pink_wisteria_leaves natures_spirit:purple_wisteria_leaves natures_spirit:part_white_wisteria_leaves natures_spirit:part_blue_wisteria_leaves natures_spirit:part_pink_wisteria_leaves natures_spirit:part_purple_wisteria_leaves natures_spirit:frosty_fir_leaves natures_spirit:fir_leaves natures_spirit:willow_leaves natures_spirit:aspen_leaves natures_spirit:red_maple_leaves natures_spirit:orange_maple_leaves natures_spirit:yellow_maple_leaves natures_spirit:cypress_leaves natures_spirit:olive_leaves natures_spirit:joshua_leaves natures_spirit:ghaf_leaves natures_spirit:palo_verde_leaves natures_spirit:coconut_leaves natures_spirit:cedar_leaves natures_spirit:larch_leaves natures_spirit:yellow_larch_leaves natures_spirit:mahogany_leaves natures_spirit:saxaul_leaves \
vinery:dark_cherry_leaves vinery:apple_leaves \
westerosblocks:vine_jasmine westerosblocks:apple_fruit_leaves westerosblocks:apricot_fruit_leaves westerosblocks:cherry_fruit_leaves westerosblocks:purple_grape_fruit_leaves westerosblocks:lemon_fruit_leaves westerosblocks:lime_fruit_leaves westerosblocks:orange_fruit_leaves westerosblocks:peach_fruit_leaves westerosblocks:plum_fruit_leaves westerosblocks:pomegranate_fruit_leaves westerosblocks:weirwood_leaves westerosblocks:hop_fruit_leaves westerosblocks:olive_fruit_leaves westerosblocks:palm_leaves westerosblocks:white_grape_fruit_leaves \
twilightforest:twilight_oak_leaves twilightforest:canopy_leaves twilightforest:dark_leaves twilightforest:hardened_dark_leaves \
aether:skyroot_leaves aether:golden_oak_leaves aether:crystal_leaves aether:crystal_fruit_leaves \
dynamictrees:oak_leaves dynamictrees:spruce_leaves dynamictrees:birch_leaves dynamictrees:jungle_leaves dynamictrees:acacia_leaves dynamictrees:dark_oak_leaves dynamictrees:azalea_leaves dynamictrees:flowering_azalea_leaves dynamictrees:mangrove_leaves dynamictrees:cherry_leaves \
####### ----- blocks with SSS ----- #######
## strong sss
block.80=minecraft:kelp_plant minecraft:peony minecraft:rose_bush minecraft:lilac minecraft:ice minecraft:packed_ice minecraft:blue_ice minecraft:attached_melon_stem minecraft:attached_pumpkin_stem \
aquamirae:elodea \
beachparty:lounge_chair beachparty:chair beachparty:table beachparty:beach_chair beachparty:deck_chair beachparty:hammock beachparty:tiki_chair beachparty:beach_towel \
biomesoplenty:high_grass_plant biomesoplenty:white_petals biomesoplenty:wildflower biomesoplenty:red_maple_leaf_pile biomesoplenty:orange_maple_leaf_pile biomesoplenty:yellow_maple_leaf_pile biomesoplenty:clover biomesoplenty:flesh biomesoplenty:porous_flesh biomesoplenty:flesh_tendons biomesoplenty:pus_bubble biomesoplenty:spanish_moss biomesoplenty:willow_vine \
fd:wallpapers fd:wallpaper_1 fd:wallposterfacesf fd:wallposterfacesc fd:wallposterfacesb fd:ffdwallposterfaces_1 fd:ffdwallposterfaces_2 fd:ffdwallposterfaces_3 fd:fnaf_2postertoychica fd:fnaf_2postertoybonnie fd:fnaf_2postertoyfreddy fd:fnaf_2celebrateposter fd:fnaf_2posterfourfaces fd:paperpalclassic fd:paperpalfreddy fd:paperpalbonnie fd:switchon fd:switchoff \
flying_stuff:glaciated_leaves flying_stuff:ice_spikes \
garnished:sorrowful_lichen garnished:anniversary_cake \
herbalbrews:hibiscus_tea_block \
mcwholidays:snowy_pine_bottom mcwholidays:snowy_pine_middle mcwholidays:snowy_pine_top \
natures_spirit:lotus_flower natures_spirit:lotus_stem natures_spirit:red_moss_carpet \
nethervinery:crimson_grape_bush nethervinery:warped_grape_bush \
oceansdelight:guardian_soup \
vinery:jungle_grape_bush_white vinery:jungle_grape_bush_red \
westerosblocks:blackberry_bush westerosblocks:blueberry_bush westerosblocks:raspberry_bush westerosblocks:juniper_bush westerosblocks:red_rose_bush westerosblocks:pink_rose_bush westerosblocks:white_rose_bush westerosblocks:yellow_rose_bush westerosblocks:yellow_wildflowers westerosblocks:green_spiny_herb westerosblocks:green_leafy_herb westerosblocks:orange_marigolds westerosblocks:orange_trollius westerosblocks:blue_forgetmenots westerosblocks:pink_wildflowers westerosblocks:yellow_tansy westerosblocks:blue_flax westerosblocks:white_daisies westerosblocks:yellow_daisies westerosblocks:green_scrub_grass westerosblocks:dead_scrub_grass westerosblocks:yellow_bedstraw westerosblocks:orange_bells westerosblocks:blue_bells westerosblocks:blue_swamp_bells westerosblocks:yellow_buttercups westerosblocks:orange_bog_asphodel westerosblocks:yellow_lupine westerosblocks:blue_hyacinth westerosblocks:pink_thistle westerosblocks:yellow_dandelions westerosblocks:yellow_daffodils westerosblocks:yellow_roses westerosblocks:strawberry_bush westerosblocks:white_lilyofthevalley westerosblocks:yellow_bells westerosblocks:yellow_sunflower westerosblocks:white_roses westerosblocks:red_dark_roses westerosblocks:yellow_hellebore westerosblocks:meadow_fescue westerosblocks:red_poppies westerosblocks:red_roses westerosblocks:purple_pansies westerosblocks:purple_roses westerosblocks:orange_sun_star westerosblocks:pink_primrose westerosblocks:red_aster westerosblocks:blue_chicory westerosblocks:red_flowering_spiny_herb westerosblocks:purple_foxglove westerosblocks:pink_allium westerosblocks:purple_violets westerosblocks:white_chamomile westerosblocks:red_tulips westerosblocks:white_peony westerosblocks:purple_alpine_sowthistle westerosblocks:red_carnations westerosblocks:magenta_roses westerosblocks:red_chrysanthemum westerosblocks:blue_orchid westerosblocks:yellow_rudbeckia westerosblocks:pink_tulips westerosblocks:cranberry_bush westerosblocks:purple_lavender westerosblocks:red_sourleaf_bush westerosblocks:pink_sweet_peas westerosblocks:red_sorrel westerosblocks:pink_roses westerosblocks:unshaded_grass westerosblocks:cow_parsely westerosblocks:bracken westerosblocks:lady_fern westerosblocks:nettle westerosblocks:dead_bracken westerosblocks:fireweed westerosblocks:heather westerosblocks:red_fern westerosblocks:dock_leaf westerosblocks:jasmine_vines westerosblocks:dappled_moss westerosblocks:cushion_moss_wall westerosblocks:hemp_short westerosblocks:hemp_tall westerosblocks:hemp_dense westerosblocks:crop_carrots westerosblocks:crop_wheat westerosblocks:crop_turnips westerosblocks:crop_peas westerosblocks:cattails westerosblocks:jungle_tall_fern westerosblocks:jungle_tall_grass westerosblocks:savanna_tall_grass \
## weak sss
#ifdef BOES_EARTH_BLOCKSTATES
block.81=minecraft:amethyst_block minecraft:budding_amethyst minecraft:small_amethyst_bud minecraft:pitcher_plant minecraft:grass_block:snowy=true snow:layers=5:is_on_leaves=false snow:layers=6:is_on_leaves=false snow:layers=7:is_on_leaves=false snow:layers=8:is_on_leaves=false minecraft:snow_block powder_snow cobweb red_mushroom_block brown_mushroom_block weeping_vines weeping_vines_plant twisting_vines twisting_vines_plant tube_coral tube_coral_block tube_coral_fan tube_coral_wall_fan horn_coral horn_coral_block horn_coral_fan horn_coral_wall_fan fire_coral fire_coral_block fire_coral_fan fire_coral_wall_fan dead_brain_coral dead_brain_coral_block dead_brain_coral_fan dead_brain_coral_wall_fan dead_bubble_coral dead_bubble_coral_block dead_bubble_coral_fan dead_bubble_coral_wall_fan dead_bush dead_fire_coral dead_fire_coral_block dead_fire_coral_fan dead_fire_coral_wall_fan dead_horn_coral dead_horn_coral_block dead_horn_coral_fan dead_horn_coral_wall_fan dead_tube_coral dead_tube_coral_block dead_tube_coral_fan dead_tube_coral_wall_fan bubble_coral bubble_coral_block bubble_coral_fan bubble_coral_wall_fan brain_coral brain_coral_block brain_coral_fan brain_coral_wall_fan minecraft:spore_blossom minecraft:cave_vines_plant:berries=false minecraft:melon minecraft:pumpkin minecraft:big_dripleaf minecraft:big_dripleaf_stem minecraft:cactus minecraft:hay_block minecraft:brown_mushroom minecraft:mushroom_stem minecraft:sugar_cane minecraft:crimson_fungus minecraft:warped_fungus minecraft:sea_pickle:waterlogged=false minecraft:honeycomb_block minecraft:resin_block minecraft:resin_bricks minecraft:chiseled_resin_bricks \
#else
block.81=minecraft:amethyst_block minecraft:budding_amethyst minecraft:small_amethyst_bud minecraft:pitcher_plant minecraft:grass_block:snowy=true snow:layers=5 snow:layers=6 snow:layers=7 snow:layers=8 minecraft:snow_block powder_snow cobweb red_mushroom_block brown_mushroom_block weeping_vines weeping_vines_plant twisting_vines twisting_vines_plant tube_coral tube_coral_block tube_coral_fan tube_coral_wall_fan horn_coral horn_coral_block horn_coral_fan horn_coral_wall_fan fire_coral fire_coral_block fire_coral_fan fire_coral_wall_fan dead_brain_coral dead_brain_coral_block dead_brain_coral_fan dead_brain_coral_wall_fan dead_bubble_coral dead_bubble_coral_block dead_bubble_coral_fan dead_bubble_coral_wall_fan dead_bush dead_fire_coral dead_fire_coral_block dead_fire_coral_fan dead_fire_coral_wall_fan dead_horn_coral dead_horn_coral_block dead_horn_coral_fan dead_horn_coral_wall_fan dead_tube_coral dead_tube_coral_block dead_tube_coral_fan dead_tube_coral_wall_fan bubble_coral bubble_coral_block bubble_coral_fan bubble_coral_wall_fan brain_coral brain_coral_block brain_coral_fan brain_coral_wall_fan minecraft:spore_blossom minecraft:cave_vines_plant:berries=false minecraft:melon minecraft:pumpkin minecraft:big_dripleaf minecraft:big_dripleaf_stem minecraft:cactus minecraft:hay_block minecraft:brown_mushroom minecraft:mushroom_stem minecraft:sugar_cane minecraft:crimson_fungus minecraft:warped_fungus minecraft:sea_pickle:waterlogged=false minecraft:honeycomb_block minecraft:resin_block minecraft:resin_bricks minecraft:chiseled_resin_bricks \
#endif
aquamirae:painting_anglerfish aquamirae:painting_oxygelium aquamirae:painting_tortured_soul aquamirae:painting_aurora \
beachparty:seashell_block beachparty:beach_parasol \
biomesoplenty:toadstool \
create:white_sail create:light_gray_sail create:gray_sail create:black_sail create:brown_sail create:red_sail create:orange_sail create:lime_sail create:yellow_sail create:green_sail create:cyan_sail create:light_blue_sail create:blue_sail create:purple_sail create:magenta_sail create:pink_sail \
ends_delight:chorus_fruit_pie ends_delight:dragon_leg_with_sauce_block ends_delight:dragon_meat_stew_block ends_delight:steamed_dragon_egg_block ends_delight:grilled_shulker_block \
farmersdelight:brown_mushroom_colony farmersdelight:red_mushroom_colony farmersdelight:rice_roll_medley_block farmersdelight:shepherds_pie_block farmersdelight:honey_glazed_ham_block farmersdelight:stuffed_pumpkin_block farmersdelight:roast_chicken_block \
fd:birthday_cake \
flying_stuff:sky_cactus flying_stuff:sky_cactus_branch flying_stuff:sky_cactus_top flying_stuff:pale_celestium_antenna:lit=false flying_stuff:float_grape_plant flying_stuff:small_sky_cactus flying_stuff:tall_glaciated_grass flying_stuff:glaciated_tree_sapling flying_stuff:short_glaciated_grass flying_stuff:glaciated_fern \
herbalbrews:milk_coffee_block herbalbrews:tea_leaf_crate herbalbrews:green_tea_leaf_block herbalbrews:dried_green_tea_leaf_block herbalbrews:dried_out_green_tea_leaf_block herbalbrews:mixed_tea_leaf_block herbalbrews:oolong_tea_leaf_block herbalbrews:black_tea_leaf_block \
mcwholidays:snow_covered_pine_bottom mcwholidays:snow_covered_pine_middle mcwholidays:snow_covered_pine_top mcwholidays:snowy_grass mcwholidays:snowy_tall_grass mcwholidays:snowy_fern mcwholidays:snowy_tall_fern mcwholidays:snowy_oak_leaves mcwholidays:snowy_oak_leaves_carpet mcwholidays:snowy_spruce_leaves mcwholidays:snowy_spruce_leaves_carpet mcwholidays:snowman_bottom mcwholidays:snowman mcwholidays:snowman_with_pan mcwholidays:snowman_with_santa_hat mcwholidays:snowman_grinch mcwholidays:snowman_ear_muffs mcwholidays:snowman_with_ushanka mcwholidays:snowman_with_top_hat \
natures_spirit:azolla natures_spirit:shiitake_mushroom natures_spirit:shiitake_mushroom_block natures_spirit:gray_polypore natures_spirit:gray_polypore_block natures_spirit:alluaudia \
savethehotbar:sack savethehotbar:skeleton_head_grave savethehotbar:zombie_head_grave
## weak sss
block.82=minecraft:white_wool minecraft:orange_wool minecraft:magenta_wool minecraft:light_blue_wool minecraft:yellow_wool minecraft:lime_wool minecraft:pink_wool minecraft:gray_wool minecraft:light_gray_wool minecraft:cyan_wool minecraft:purple_wool minecraft:blue_wool minecraft:brown_wool minecraft:green_wool minecraft:red_wool minecraft:black_wool \
meadow:warped_wool meadow:flecked_wool meadow:highland_wool meadow:inky_wool meadow:patched_wool meadow:rocky_wool meadow:umbra_wool \
westerosblocks:clothesline westerosblocks:smoke westerosblocks:brown_mushroom_1 westerosblocks:brown_mushroom_2 westerosblocks:brown_mushroom_3 westerosblocks:brown_mushroom_4 westerosblocks:brown_mushroom_5 westerosblocks:brown_mushroom_6 westerosblocks:brown_mushroom_7 westerosblocks:brown_mushroom_8 westerosblocks:brown_mushroom_9 westerosblocks:brown_mushroom_10 westerosblocks:brown_mushroom_11 westerosblocks:brown_mushroom_12 westerosblocks:brown_mushroom_13 westerosblocks:red_mushroom_1 westerosblocks:red_mushroom_2 westerosblocks:red_mushroom_3 westerosblocks:red_mushroom_4 westerosblocks:red_mushroom_5 westerosblocks:red_mushroom_6 westerosblocks:red_mushroom_7 westerosblocks:red_mushroom_8 westerosblocks:red_mushroom_9 westerosblocks:white_wool_slab westerosblocks:orange_wool_slab westerosblocks:light_brown_wool_slab westerosblocks:light_blue_wool_slab westerosblocks:yellow_wool_slab westerosblocks:dirty_white_wool_slab westerosblocks:pink_wool_slab westerosblocks:grey_wool_slab westerosblocks:light_grey_wool_slab westerosblocks:cyan_wool_slab westerosblocks:purple_wool_slab westerosblocks:blue_wool_slab westerosblocks:brown_wool_slab westerosblocks:green_wool_slab westerosblocks:red_wool_slab westerosblocks:black_wool_slab westerosblocks:white_wool_carpet westerosblocks:orange_wool_carpet westerosblocks:light_brown_wool_carpet westerosblocks:light_blue_wool_carpet westerosblocks:yellow_wool_carpet westerosblocks:dirty_white_wool_carpet westerosblocks:pink_wool_carpet westerosblocks:grey_wool_carpet westerosblocks:light_grey_wool_carpet westerosblocks:cyan_wool_carpet westerosblocks:purple_wool_carpet westerosblocks:blue_wool_carpet westerosblocks:brown_wool_carpet westerosblocks:green_wool_carpet westerosblocks:red_wool_carpet westerosblocks:black_wool_carpet westerosblocks:thatch_light_fur_carpet westerosblocks:thatch_dark_fur_carpet \
conquest:yellow_thatch conquest:yellow_thatch_stairs conquest:yellow_thatch_slab conquest:yellow_thatch_quarter_slab conquest:yellow_thatch_corner_slab conquest:yellow_thatch_eighth_slab conquest:yellow_thatch_vertical_corner_slab conquest:yellow_thatch_vertical_slab conquest:yellow_thatch_vertical_corner conquest:yellow_thatch_vertical_quarter conquest:dark_yellow_thatch conquest:dark_yellow_thatch_stairs conquest:dark_yellow_thatch_slab conquest:dark_yellow_thatch_quarter_slab conquest:dark_yellow_thatch_corner_slab conquest:dark_yellow_thatch_eighth_slab conquest:dark_yellow_thatch_vertical_corner_slab conquest:dark_yellow_thatch_vertical_slab conquest:dark_yellow_thatch_vertical_corner conquest:dark_yellow_thatch_vertical_quarter conquest:brown_thatch conquest:brown_thatch_stairs conquest:brown_thatch_slab conquest:brown_thatch_quarter_slab conquest:brown_thatch_corner_slab conquest:brown_thatch_eighth_slab conquest:brown_thatch_vertical_corner_slab conquest:brown_thatch_vertical_slab conquest:brown_thatch_vertical_corner conquest:brown_thatch_vertical_quarter conquest:dark_brown_thatch conquest:dark_brown_thatch_stairs conquest:dark_brown_thatch_slab conquest:dark_brown_thatch_quarter_slab conquest:dark_brown_thatch_corner_slab conquest:dark_brown_thatch_eighth_slab conquest:dark_brown_thatch_vertical_corner_slab conquest:dark_brown_thatch_vertical_slab conquest:dark_brown_thatch_vertical_corner conquest:dark_brown_thatch_vertical_quarter conquest:mossy_brown_thatch conquest:mossy_brown_thatch_stairs conquest:mossy_brown_thatch_slab conquest:mossy_brown_thatch_quarter_slab conquest:mossy_brown_thatch_corner_slab conquest:mossy_brown_thatch_eighth_slab conquest:mossy_brown_thatch_vertical_corner_slab conquest:mossy_brown_thatch_vertical_slab conquest:mossy_brown_thatch_vertical_corner conquest:mossy_brown_thatch_vertical_quarter
## weak sss
block.83=minecraft:white_wall_banner minecraft:orange_wall_banner minecraft:magenta_wall_banner minecraft:light_blue_wall_banner minecraft:yellow_wall_banner minecraft:lime_wall_banner minecraft:pink_wall_banner minecraft:gray_wall_banner minecraft:light_gray_wall_banner minecraft:cyan_wall_banner minecraft:purple_wall_banner minecraft:blue_wall_banner minecraft:brown_wall_banner minecraft:green_wall_banner minecraft:red_wall_banner minecraft:black_wall_banner minecraft:white_banner minecraft:orange_banner minecraft:magenta_banner minecraft:light_blue_banner minecraft:yellow_banner minecraft:lime_banner minecraft:pink_banner minecraft:gray_banner minecraft:light_gray_banner minecraft:cyan_banner minecraft:purple_banner minecraft:blue_banner minecraft:brown_banner minecraft:green_banner minecraft:red_banner minecraft:black_banner \
westerosblocks:renly_banner westerosblocks:redwyne_banner westerosblocks:grafton_banner westerosblocks:grey_banner westerosblocks:red_banner westerosblocks:black_banner westerosblocks:the_faith_of_the_seven_banner westerosblocks:cream_banner westerosblocks:blue_banner westerosblocks:brown_banner westerosblocks:cyan_banner westerosblocks:green_banner westerosblocks:orange_banner westerosblocks:pink_banner westerosblocks:purple_banner westerosblocks:lord_of_light_rhllor_banner westerosblocks:yellow_banner westerosblocks:arryn_banner westerosblocks:baratheon_banner westerosblocks:bolton_banner westerosblocks:dayne_banner westerosblocks:frey_banner westerosblocks:greyjoy_banner westerosblocks:hightower_banner westerosblocks:lannister_banner westerosblocks:manderly_banner westerosblocks:martell_banner westerosblocks:stannis_banner westerosblocks:stark_banner westerosblocks:targaryen_banner westerosblocks:tarly_banner westerosblocks:tully_banner westerosblocks:tyrell_banner
## weird blocks
block.84=minecraft:sand minecraft:red_sand
## grass uwu
block.85=minecraft:grass_block:snowy=false
####### ----- lightsources ----- #######
block.99=firefly_bush
block.100=small_amethyst_bud
block.101=medium_amethyst_bud
block.102=large_amethyst_bud
block.103=amethyst_cluster
block.104=beacon
block.105=brewing_stand
#ifdef LPV_COLORED_CANDLES
block.106=candle:candles=1:lit=true \
supplementaries:candle_holder:candles=1:lit=true
block.107=candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle:lit=true humility-afm:candlestick_exposed_copper_candle:lit=true humility-afm:candlestick_gold_candle:lit=true humility-afm:candlestick_oxidized_copper_candle:lit=true humility-afm:candlestick_waxed_copper_candle:lit=true humility-afm:candlestick_waxed_exposed_copper_candle:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle:lit=true humility-afm:candlestick_waxed_weathered_copper_candle:lit=true humility-afm:candlestick_weathered_copper_candle:lit=true \
supplementaries:candle_holder:candles=2:lit=true
block.108=candle:candles=3:lit=true \
supplementaries:candle_holder:candles=3:lit=true
block.109=candle:candles=4:lit=true \
supplementaries:candle_holder:candles=4:lit=true
block.110=black_candle:candles=1:lit=true \
supplementaries:candle_holder_black:candles=1:lit=true
block.111=black_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle:lit=true humility-afm:candlestick_exposed_copper_candle:lit=true humility-afm:candlestick_gold_candle:lit=true humility-afm:candlestick_oxidized_copper_candle:lit=true humility-afm:candlestick_waxed_copper_candle:lit=true humility-afm:candlestick_waxed_exposed_copper_candle:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle:lit=true humility-afm:candlestick_waxed_weathered_copper_candle:lit=true humility-afm:candlestick_weathered_copper_candle:lit=true \
supplementaries:candle_holder_black:candles=2:lit=true
block.112=black_candle:candles=3:lit=true \
supplementaries:candle_holder_black:candles=3:lit=true
block.113=black_candle:candles=4:lit=true \
supplementaries:candle_holder_black:candles=4:lit=true
block.114=blue_candle:candles=1:lit=true \
supplementaries:candle_holder_blue:candles=1:lit=true
block.115=blue_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_blue:lit=true humility-afm:candlestick_exposed_copper_candle_blue:lit=true humility-afm:candlestick_gold_candle_blue:lit=true humility-afm:candlestick_oxidized_copper_candle_blue:lit=true humility-afm:candlestick_waxed_copper_candle_blue:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_blue:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_blue:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_blue:lit=true humility-afm:candlestick_weathered_copper_candle_blue:lit=true \
supplementaries:candle_holder_blue:candles=2:lit=true
block.116=blue_candle:candles=3:lit=true \
supplementaries:candle_holder_blue:candles=3:lit=true
block.117=blue_candle:candles=4:lit=true \
supplementaries:candle_holder_blue:candles=4:lit=true
block.118=brown_candle:candles=1:lit=true \
supplementaries:candle_holder_brown:candles=1:lit=true
block.119=brown_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_brown:lit=true humility-afm:candlestick_exposed_copper_candle_brown:lit=true humility-afm:candlestick_gold_candle_brown:lit=true humility-afm:candlestick_oxidized_copper_candle_brown:lit=true humility-afm:candlestick_waxed_copper_candle_brown:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_brown:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_brown:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_brown:lit=true humility-afm:candlestick_weathered_copper_candle_brown:lit=true \
supplementaries:candle_holder_brown:candles=2:lit=true
block.120=brown_candle:candles=3:lit=true \
supplementaries:candle_holder_brown:candles=3:lit=true
block.121=brown_candle:candles=4:lit=true \
supplementaries:candle_holder_brown:candles=4:lit=true
block.122=cyan_candle:candles=1:lit=true \
supplementaries:candle_holder_cyan:candles=1:lit=true
block.123=cyan_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_cyan:lit=true humility-afm:candlestick_exposed_copper_candle_cyan:lit=true humility-afm:candlestick_gold_candle_cyan:lit=true humility-afm:candlestick_oxidized_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_cyan:lit=true humility-afm:candlestick_weathered_copper_candle_cyan:lit=true \
supplementaries:candle_holder_cyan:candles=2:lit=true
block.124=cyan_candle:candles=3:lit=true \
supplementaries:candle_holder_cyan:candles=3:lit=true
block.125=cyan_candle:candles=4:lit=true \
supplementaries:candle_holder_cyan:candles=4:lit=true
block.126=gray_candle:candles=1:lit=true \
supplementaries:candle_holder_gray:candles=1:lit=true
block.127=gray_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_gray:lit=true humility-afm:candlestick_exposed_copper_candle_gray:lit=true humility-afm:candlestick_gold_candle_gray:lit=true humility-afm:candlestick_oxidized_copper_candle_gray:lit=true humility-afm:candlestick_waxed_copper_candle_gray:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_gray:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_gray:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_gray:lit=true humility-afm:candlestick_weathered_copper_candle_gray:lit=true \
supplementaries:candle_holder_gray:candles=2:lit=true
block.128=gray_candle:candles=2:lit=true \
supplementaries:candle_holder_gray:candles=3:lit=true
block.129=gray_candle:candles=4:lit=true \
supplementaries:candle_holder_gray:candles=4:lit=true
block.130=green_candle:candles=1:lit=true \
supplementaries:candle_holder_green:candles=1:lit=true
block.131=green_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_green:lit=true humility-afm:candlestick_exposed_copper_candle_green:lit=true humility-afm:candlestick_gold_candle_green:lit=true humility-afm:candlestick_oxidized_copper_candle_green:lit=true humility-afm:candlestick_waxed_copper_candle_green:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_green:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_green:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_green:lit=true humility-afm:candlestick_weathered_copper_candle_green:lit=true \
supplementaries:candle_holder_green:candles=2:lit=true
block.132=green_candle:candles=3:lit=true \
supplementaries:candle_holder_green:candles=3:lit=true
block.133=green_candle:candles=4:lit=true \
supplementaries:candle_holder_green:candles=4:lit=true
block.134=light_blue_candle:candles=1:lit=true \
supplementaries:candle_holder_light_blue:candles=1:lit=true
block.135=light_blue_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_light_blue:lit=true humility-afm:candlestick_exposed_copper_candle_light_blue:lit=true humility-afm:candlestick_gold_candle_light_blue:lit=true humility-afm:candlestick_oxidized_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_light_blue:lit=true humility-afm:candlestick_weathered_copper_candle_light_blue:lit=true \
supplementaries:candle_holder_light_blue:candles=2:lit=true
block.136=light_blue_candle:candles=3:lit=true \
supplementaries:candle_holder_light_blue:candles=3:lit=true
block.137=light_blue_candle:candles=4:lit=true \
supplementaries:candle_holder_light_blue:candles=4:lit=true
block.138=light_gray_candle:candles=1:lit=true \
supplementaries:candle_holder_light_gray:candles=1:lit=true
block.139=light_gray_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_light_gray:lit=true humility-afm:candlestick_exposed_copper_candle_light_gray:lit=true humility-afm:candlestick_gold_candle_light_gray:lit=true humility-afm:candlestick_oxidized_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_light_gray:lit=true humility-afm:candlestick_weathered_copper_candle_light_gray:lit=true \
supplementaries:candle_holder_light_gray:candles=2:lit=true
block.140=light_gray_candle:candles=3:lit=true \
supplementaries:candle_holder_light_gray:candles=3:lit=true
block.141=light_gray_candle:candles=4:lit=true \
supplementaries:candle_holder_light_gray:candles=4:lit=true
block.142=lime_candle:candles=1:lit=true \
supplementaries:candle_holder_lime:candles=1:lit=true
block.143=lime_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_lime:lit=true humility-afm:candlestick_exposed_copper_candle_lime:lit=true humility-afm:candlestick_gold_candle_lime:lit=true humility-afm:candlestick_oxidized_copper_candle_lime:lit=true humility-afm:candlestick_waxed_copper_candle_lime:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_lime:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_lime:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_lime:lit=true humility-afm:candlestick_weathered_copper_candle_lime:lit=true \
supplementaries:candle_holder_lime:candles=2:lit=true
block.144=lime_candle:candles=3:lit=true \
supplementaries:candle_holder_lime:candles=3:lit=true
block.145=lime_candle:candles=4:lit=true \
supplementaries:candle_holder_lime:candles=4:lit=true
block.146=magenta_candle:candles=1:lit=true \
supplementaries:candle_holder_magenta:candles=1:lit=true
block.147=magenta_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_magenta:lit=true humility-afm:candlestick_exposed_copper_candle_magenta:lit=true humility-afm:candlestick_gold_candle_magenta:lit=true humility-afm:candlestick_oxidized_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_magenta:lit=true humility-afm:candlestick_weathered_copper_candle_magenta:lit=true \
supplementaries:candle_holder_magenta:candles=2:lit=true
block.148=magenta_candle:candles=3:lit=true \
supplementaries:candle_holder_magenta:candles=3:lit=true
block.149=magenta_candle:candles=4:lit=true \
supplementaries:candle_holder_magenta:candles=4:lit=true
block.150=orange_candle:candles=1:lit=true \
supplementaries:candle_holder_orange:candles=1:lit=true
block.151=orange_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_orange:lit=true humility-afm:candlestick_exposed_copper_candle_orange:lit=true humility-afm:candlestick_gold_candle_orange:lit=true humility-afm:candlestick_oxidized_copper_candle_orange:lit=true humility-afm:candlestick_waxed_copper_candle_orange:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_orange:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_orange:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_orange:lit=true humility-afm:candlestick_weathered_copper_candle_orange:lit=true \
supplementaries:candle_holder_orange:candles=2:lit=true
block.152=orange_candle:candles=3:lit=true \
supplementaries:candle_holder_orange:candles=3:lit=true
block.153=orange_candle:candles=4:lit=true \
supplementaries:candle_holder_orange:candles=4:lit=true
block.154=pink_candle:candles=1:lit=true \
supplementaries:candle_holder_pink:candles=1:lit=true
block.155=pink_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_pink:lit=true humility-afm:candlestick_exposed_copper_candle_pink:lit=true humility-afm:candlestick_gold_candle_pink:lit=true humility-afm:candlestick_oxidized_copper_candle_pink:lit=true humility-afm:candlestick_waxed_copper_candle_pink:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_pink:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_pink:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_pink:lit=true humility-afm:candlestick_weathered_copper_candle_pink:lit=true \
supplementaries:candle_holder_pink:candles=2:lit=true
block.156=pink_candle:candles=3:lit=true \
supplementaries:candle_holder_pink:candles=3:lit=true
block.157=pink_candle:candles=4:lit=true \
supplementaries:candle_holder_pink:candles=4:lit=true
block.158=purple_candle:candles=1:lit=true \
supplementaries:candle_holder_purple:candles=1:lit=true
block.159=purple_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_purple:lit=true humility-afm:candlestick_exposed_copper_candle_purple:lit=true humility-afm:candlestick_gold_candle_purple:lit=true humility-afm:candlestick_oxidized_copper_candle_purple:lit=true humility-afm:candlestick_waxed_copper_candle_purple:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_purple:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_purple:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_purple:lit=true humility-afm:candlestick_weathered_copper_candle_purple:lit=true \
supplementaries:candle_holder_purple:candles=2:lit=true
block.160=purple_candle:candles=3:lit=true \
flying_stuff:amber_celestium_spike:lit=true flying_stuff:amber_celestium_antenna:lit=true \
supplementaries:candle_holder_purple:candles=3:lit=true
block.161=purple_candle:candles=4:lit=true \
flying_stuff:amber_celestium_block:lit=true \
supplementaries:candle_holder_purple:candles=4:lit=true
block.162=red_candle:candles=1:lit=true \
supplementaries:candle_holder_red:candles=1:lit=true
block.163=red_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_red:lit=true humility-afm:candlestick_exposed_copper_candle_red:lit=true humility-afm:candlestick_gold_candle_red:lit=true humility-afm:candlestick_oxidized_copper_candle_red:lit=true humility-afm:candlestick_waxed_copper_candle_red:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_red:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_red:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_red:lit=true humility-afm:candlestick_weathered_copper_candle_red:lit=true \
supplementaries:candle_holder_red:candles=2:lit=true
block.164=red_candle:candles=3:lit=true \
supplementaries:candle_holder_red:candles=3:lit=true
block.165=red_candle:candles=4:lit=true \
supplementaries:candle_holder_red:candles=4:lit=true
block.166=white_candle:candles=1:lit=true \
supplementaries:candle_holder_white:candles=1:lit=true
block.167=white_candle:candles=2:lit=true \
flying_stuff:inky_celestium_antenna:lit=true \
humility-afm:candlestick_copper_candle_white:lit=true humility-afm:candlestick_exposed_copper_candle_white:lit=true humility-afm:candlestick_gold_candle_white:lit=true humility-afm:candlestick_oxidized_copper_candle_white:lit=true humility-afm:candlestick_waxed_copper_candle_white:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_white:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_white:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_white:lit=true humility-afm:candlestick_weathered_copper_candle_white:lit=true \
supplementaries:candle_holder_white:candles=2:lit=true
block.168=white_candle:candles=3:lit=true \
flying_stuff:pale_celestium_spike:lit=true flying_stuff:pale_celestium_antenna:lit=true \
supplementaries:candle_holder_white:candles=3:lit=true
block.169=white_candle:candles=4:lit=true \
flying_stuff:pale_celestium_block:lit=true \
supplementaries:candle_holder_white:candles=4:lit=true
block.170=yellow_candle:candles=1:lit=true \
supplementaries:candle_holder_yellow:candles=1:lit=true
block.171=yellow_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle_yellow:lit=true humility-afm:candlestick_exposed_copper_candle_yellow:lit=true humility-afm:candlestick_gold_candle_yellow:lit=true humility-afm:candlestick_oxidized_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_yellow:lit=true humility-afm:candlestick_weathered_copper_candle_yellow:lit=true \
supplementaries:candle_holder_yellow:candles=2:lit=true
block.172=yellow_candle:candles=3:lit=true \
supplementaries:candle_holder_yellow:candles=3:lit=true
block.173=yellow_candle:candles=4:lit=true \
supplementaries:candle_holder_yellow:candles=4:lit=true
#else
block.174=candle:candles=1:lit=true black_candle:candles=1:lit=true blue_candle:candles=1:lit=true brown_candle:candles=1:lit=true cyan_candle:candles=1:lit=true gray_candle:candles=1:lit=true green_candle:candles=1:lit=true light_blue_candle:candles=1:lit=true light_gray_candle:candles=1:lit=true lime_candle:candles=1:lit=true magenta_candle:candles=1:lit=true orange_candle:candles=1:lit=true pink_candle:candles=1:lit=true purple_candle:candles=1:lit=true red_candle:candles=1:lit=true white_candle:candles=1:lit=true yellow_candle:candles=1:lit=true \
supplementaries:candle_holder:candles=1:lit=true supplementaries:candle_holder_black:candles=1:lit=true supplementaries:candle_holder_blue:candles=1:lit=true supplementaries:candle_holder_brown:candles=1:lit=true supplementaries:candle_holder_cyan:candles=1:lit=true supplementaries:candle_holder_gray:candles=1:lit=true supplementaries:candle_holder_green:candles=1:lit=true supplementaries:candle_holder_light_blue:candles=1:lit=true supplementaries:candle_holder_light_gray:candles=1:lit=true supplementaries:candle_holder_lime:candles=1:lit=true supplementaries:candle_holder_magenta:candles=1:lit=true supplementaries:candle_holder_orange:candles=1:lit=true supplementaries:candle_holder_pink:candles=1:lit=true supplementaries:candle_holder_purple:candles=1:lit=true supplementaries:candle_holder_red:candles=1:lit=true supplementaries:candle_holder_white:candles=1:lit=true supplementaries:candle_holder_yellow:candles=1:lit=true
block.175=candle:candles=2:lit=true black_candle:candles=2:lit=true blue_candle:candles=2:lit=true brown_candle:candles=2:lit=true cyan_candle:candles=2:lit=true gray_candle:candles=2:lit=true green_candle:candles=2:lit=true light_blue_candle:candles=2:lit=true light_gray_candle:candles=2:lit=true lime_candle:candles=2:lit=true magenta_candle:candles=2:lit=true orange_candle:candles=2:lit=true pink_candle:candles=2:lit=true purple_candle:candles=2:lit=true red_candle:candles=2:lit=true white_candle:candles=2:lit=true yellow_candle:candles=2:lit=true \
humility-afm:candlestick_copper_candle:lit=true humility-afm:candlestick_copper_candle_black:lit=true humility-afm:candlestick_copper_candle_blue:lit=true humility-afm:candlestick_copper_candle_brown:lit=true humility-afm:candlestick_copper_candle_cyan:lit=true humility-afm:candlestick_copper_candle_gray:lit=true humility-afm:candlestick_copper_candle_green:lit=true humility-afm:candlestick_copper_candle_light_blue:lit=true humility-afm:candlestick_copper_candle_light_gray:lit=true humility-afm:candlestick_copper_candle_lime:lit=true humility-afm:candlestick_copper_candle_magenta:lit=true humility-afm:candlestick_copper_candle_orange:lit=true humility-afm:candlestick_copper_candle_pink:lit=true humility-afm:candlestick_copper_candle_purple:lit=true humility-afm:candlestick_copper_candle_red:lit=true humility-afm:candlestick_copper_candle_white:lit=true humility-afm:candlestick_copper_candle_yellow:lit=true humility-afm:candlestick_exposed_copper_candle:lit=true humility-afm:candlestick_exposed_copper_candle_black:lit=true humility-afm:candlestick_exposed_copper_candle_blue:lit=true humility-afm:candlestick_exposed_copper_candle_brown:lit=true humility-afm:candlestick_exposed_copper_candle_cyan:lit=true humility-afm:candlestick_exposed_copper_candle_gray:lit=true humility-afm:candlestick_exposed_copper_candle_green:lit=true humility-afm:candlestick_exposed_copper_candle_light_blue:lit=true humility-afm:candlestick_exposed_copper_candle_light_gray:lit=true humility-afm:candlestick_exposed_copper_candle_lime:lit=true humility-afm:candlestick_exposed_copper_candle_magenta:lit=true humility-afm:candlestick_exposed_copper_candle_orange:lit=true humility-afm:candlestick_exposed_copper_candle_pink:lit=true humility-afm:candlestick_exposed_copper_candle_purple:lit=true humility-afm:candlestick_exposed_copper_candle_red:lit=true humility-afm:candlestick_exposed_copper_candle_white:lit=true humility-afm:candlestick_exposed_copper_candle_yellow:lit=true humility-afm:candlestick_gold_candle:lit=true humility-afm:candlestick_gold_candle_black:lit=true humility-afm:candlestick_gold_candle_blue:lit=true humility-afm:candlestick_gold_candle_brown:lit=true humility-afm:candlestick_gold_candle_cyan:lit=true humility-afm:candlestick_gold_candle_gray:lit=true humility-afm:candlestick_gold_candle_green:lit=true humility-afm:candlestick_gold_candle_light_blue:lit=true humility-afm:candlestick_gold_candle_light_gray:lit=true humility-afm:candlestick_gold_candle_lime:lit=true humility-afm:candlestick_gold_candle_magenta:lit=true humility-afm:candlestick_gold_candle_orange:lit=true humility-afm:candlestick_gold_candle_pink:lit=true humility-afm:candlestick_gold_candle_purple:lit=true humility-afm:candlestick_gold_candle_red:lit=true humility-afm:candlestick_gold_candle_white:lit=true humility-afm:candlestick_gold_candle_yellow:lit=true humility-afm:candlestick_oxidized_copper_candle:lit=true humility-afm:candlestick_oxidized_copper_candle_black:lit=true humility-afm:candlestick_oxidized_copper_candle_blue:lit=true humility-afm:candlestick_oxidized_copper_candle_brown:lit=true humility-afm:candlestick_oxidized_copper_candle_cyan:lit=true humility-afm:candlestick_oxidized_copper_candle_gray:lit=true humility-afm:candlestick_oxidized_copper_candle_green:lit=true humility-afm:candlestick_oxidized_copper_candle_light_blue:lit=true humility-afm:candlestick_oxidized_copper_candle_light_gray:lit=true humility-afm:candlestick_oxidized_copper_candle_lime:lit=true humility-afm:candlestick_oxidized_copper_candle_magenta:lit=true humility-afm:candlestick_oxidized_copper_candle_orange:lit=true humility-afm:candlestick_oxidized_copper_candle_pink:lit=true humility-afm:candlestick_oxidized_copper_candle_purple:lit=true humility-afm:candlestick_oxidized_copper_candle_red:lit=true humility-afm:candlestick_oxidized_copper_candle_white:lit=true humility-afm:candlestick_oxidized_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_copper_candle:lit=true humility-afm:candlestick_waxed_copper_candle_black:lit=true humility-afm:candlestick_waxed_copper_candle_blue:lit=true humility-afm:candlestick_waxed_copper_candle_brown:lit=true humility-afm:candlestick_waxed_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_copper_candle_gray:lit=true humility-afm:candlestick_waxed_copper_candle_green:lit=true humility-afm:candlestick_waxed_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_copper_candle_lime:lit=true humility-afm:candlestick_waxed_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_copper_candle_orange:lit=true humility-afm:candlestick_waxed_copper_candle_pink:lit=true humility-afm:candlestick_waxed_copper_candle_purple:lit=true humility-afm:candlestick_waxed_copper_candle_red:lit=true humility-afm:candlestick_waxed_copper_candle_white:lit=true humility-afm:candlestick_waxed_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_exposed_copper_candle:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_black:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_blue:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_brown:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_gray:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_green:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_lime:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_orange:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_pink:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_purple:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_red:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_white:lit=true humility-afm:candlestick_waxed_exposed_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_black:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_blue:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_brown:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_gray:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_green:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_lime:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_orange:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_pink:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_purple:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_red:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_white:lit=true humility-afm:candlestick_waxed_oxidized_copper_candle_yellow:lit=true humility-afm:candlestick_waxed_weathered_copper_candle:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_black:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_blue:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_brown:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_cyan:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_gray:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_green:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_light_blue:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_light_gray:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_lime:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_magenta:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_orange:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_pink:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_purple:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_red:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_white:lit=true humility-afm:candlestick_waxed_weathered_copper_candle_yellow:lit=true humility-afm:candlestick_weathered_copper_candle:lit=true humility-afm:candlestick_weathered_copper_candle_black:lit=true humility-afm:candlestick_weathered_copper_candle_blue:lit=true humility-afm:candlestick_weathered_copper_candle_brown:lit=true humility-afm:candlestick_weathered_copper_candle_cyan:lit=true humility-afm:candlestick_weathered_copper_candle_gray:lit=true humility-afm:candlestick_weathered_copper_candle_green:lit=true humility-afm:candlestick_weathered_copper_candle_light_blue:lit=true humility-afm:candlestick_weathered_copper_candle_light_gray:lit=true humility-afm:candlestick_weathered_copper_candle_lime:lit=true humility-afm:candlestick_weathered_copper_candle_magenta:lit=true humility-afm:candlestick_weathered_copper_candle_orange:lit=true humility-afm:candlestick_weathered_copper_candle_pink:lit=true humility-afm:candlestick_weathered_copper_candle_purple:lit=true humility-afm:candlestick_weathered_copper_candle_red:lit=true humility-afm:candlestick_weathered_copper_candle_white:lit=true humility-afm:candlestick_weathered_copper_candle_yellow:lit=true \
supplementaries:candle_holder:candles=2:lit=true supplementaries:candle_holder_black:candles=2:lit=true supplementaries:candle_holder_blue:candles=2:lit=true supplementaries:candle_holder_brown:candles=2:lit=true supplementaries:candle_holder_cyan:candles=2:lit=true supplementaries:candle_holder_gray:candles=2:lit=true supplementaries:candle_holder_green:candles=2:lit=true supplementaries:candle_holder_light_blue:candles=2:lit=true supplementaries:candle_holder_light_gray:candles=2:lit=true supplementaries:candle_holder_lime:candles=2:lit=true supplementaries:candle_holder_magenta:candles=2:lit=true supplementaries:candle_holder_orange:candles=2:lit=true supplementaries:candle_holder_pink:candles=2:lit=true supplementaries:candle_holder_purple:candles=2:lit=true supplementaries:candle_holder_red:candles=2:lit=true supplementaries:candle_holder_white:candles=2:lit=true supplementaries:candle_holder_yellow:candles=2:lit=true
block.176=candle:candles=3:lit=true black_candle:candles=3:lit=true blue_candle:candles=3:lit=true brown_candle:candles=3:lit=true cyan_candle:candles=3:lit=true gray_candle:candles=3:lit=true green_candle:candles=3:lit=true light_blue_candle:candles=3:lit=true light_gray_candle:candles=3:lit=true lime_candle:candles=3:lit=true magenta_candle:candles=3:lit=true orange_candle:candles=3:lit=true pink_candle:candles=3:lit=true purple_candle:candles=3:lit=true red_candle:candles=3:lit=true white_candle:candles=3:lit=true yellow_candle:candles=3:lit=true \
supplementaries:candle_holder:candles=3:lit=true supplementaries:candle_holder_black:candles=3:lit=true supplementaries:candle_holder_blue:candles=3:lit=true supplementaries:candle_holder_brown:candles=3:lit=true supplementaries:candle_holder_cyan:candles=3:lit=true supplementaries:candle_holder_gray:candles=3:lit=true supplementaries:candle_holder_green:candles=3:lit=true supplementaries:candle_holder_light_blue:candles=3:lit=true supplementaries:candle_holder_light_gray:candles=3:lit=true supplementaries:candle_holder_lime:candles=3:lit=true supplementaries:candle_holder_magenta:candles=3:lit=true supplementaries:candle_holder_orange:candles=3:lit=true supplementaries:candle_holder_pink:candles=3:lit=true supplementaries:candle_holder_purple:candles=3:lit=true supplementaries:candle_holder_red:candles=3:lit=true supplementaries:candle_holder_white:candles=3:lit=true supplementaries:candle_holder_yellow:candles=3:lit=true
block.177=candle:candles=4:lit=true black_candle:candles=4:lit=true blue_candle:candles=4:lit=true brown_candle:candles=4:lit=true cyan_candle:candles=4:lit=true gray_candle:candles=4:lit=true green_candle:candles=4:lit=true light_blue_candle:candles=4:lit=true light_gray_candle:candles=4:lit=true lime_candle:candles=4:lit=true magenta_candle:candles=4:lit=true orange_candle:candles=4:lit=true pink_candle:candles=4:lit=true purple_candle:candles=4:lit=true red_candle:candles=4:lit=true white_candle:candles=4:lit=true yellow_candle:candles=4:lit=true \
supplementaries:candle_holder:candles=4:lit=true supplementaries:candle_holder_black:candles=4:lit=true supplementaries:candle_holder_blue:candles=4:lit=true supplementaries:candle_holder_brown:candles=4:lit=true supplementaries:candle_holder_cyan:candles=4:lit=true supplementaries:candle_holder_gray:candles=4:lit=true supplementaries:candle_holder_green:candles=4:lit=true supplementaries:candle_holder_light_blue:candles=4:lit=true supplementaries:candle_holder_light_gray:candles=4:lit=true supplementaries:candle_holder_lime:candles=4:lit=true supplementaries:candle_holder_magenta:candles=4:lit=true supplementaries:candle_holder_orange:candles=4:lit=true supplementaries:candle_holder_pink:candles=4:lit=true supplementaries:candle_holder_purple:candles=4:lit=true supplementaries:candle_holder_red:candles=4:lit=true supplementaries:candle_holder_white:candles=4:lit=true supplementaries:candle_holder_yellow:candles=4:lit=true
#endif
block.178=minecraft:cave_vines_plant:berries=true minecraft:cave_vines:berries=true
block.179=comparator:powered=true
block.180=copper_bulb:lit=true waxed_copper_bulb:lit=true
block.181=exposed_copper_bulb:lit=true waxed_exposed_copper_bulb:lit=true
block.182=oxidized_copper_bulb:lit=true waxed_oxidized_copper_bulb:lit=true
block.183=weathered_copper_bulb:lit=true waxed_weathered_copper_bulb:lit=true
block.184=conduit
block.185=crying_obsidian
block.186=deepslate_redstone_ore:lit=true
block.187=end_gateway
block.188=end_rod \
mcwlights:garden_light:lit=true
block.189=fire campfire:lit=true
block.190=conquest:fire_flies
block.191=ochre_froglight
block.192=pearlescent_froglight
block.193=verdant_froglight
block.194=furnace:lit=true blast_furnace:lit=true smoker:lit=true
block.195=glow_lichen \
flying_stuff:celestium_spike flying_stuff:celestium_antenna
block.196=glowstone \
mcwlights:glowstone_slab
block.197=jack_o_lantern \
humility-afm:jack_o_lantern_redstone
block.198=lantern \
amendments:wall_lantern:light_level=15:lit=true \
mcwlights:striped_lantern mcwlights:covered_lantern mcwlights:chain_lantern mcwlights:tavern_lantern mcwlights:festive_lantern mcwlights:cross_lantern mcwlights:bell_lantern mcwlights:wall_lantern mcwlights:striped_wall_lantern mcwlights:covered_wall_lantern mcwlights:chain_wall_lantern mcwlights:tavern_wall_lantern mcwlights:festive_wall_lantern mcwlights:cross_wall_lantern mcwlights:bell_wall_lantern mcwlights:classic_street_lamp:lit=true:part=top mcwlights:classic_street_lamp:lit=true:part=base mcwlights:double_street_lamp:lit=true:part=top mcwlights:double_street_lamp:lit=true:part=base
block.199=lava minecraft:lava_cauldron \
flying_stuff:molten_metal:lit=true \
mcwlights:lava_lamp:lit=true
block.200=light:level=1
block.201=light:level=2
block.202=light:level=3
block.203=light:level=4
block.204=light:level=5
block.205=light:level=6
block.206=light:level=7
block.207=light:level=8
block.208=light:level=9
block.209=light:level=10
block.210=light:level=11
block.211=light:level=12
block.212=light:level=13
block.213=light:level=14
block.214=light:level=15
block.215=magma_block
block.216=powered_rail:powered=true
block.217=redstone_lamp:lit=true \
mcwlights:redstone_lamp_slab
additionalplacements:mcwlights.redstone_lamp_slab \
supplementaries:stone_lamp supplementaries:end_stone_lamp supplementaries:deepslate_lamp supplementaries:blackstone_lamp
block.218=redstone_ore:lit=true
block.219=redstone_torch:lit=true redstone_wall_torch:lit=true
block.220=redstone_wire:power=1
block.221=redstone_wire:power=2
block.222=redstone_wire:power=3
block.223=redstone_wire:power=4
block.224=redstone_wire:power=5
block.225=redstone_wire:power=6
block.226=redstone_wire:power=7
block.227=redstone_wire:power=8
block.228=redstone_wire:power=9
block.229=redstone_wire:power=10
block.230=redstone_wire:power=11
block.231=redstone_wire:power=12
block.232=redstone_wire:power=13
block.233=redstone_wire:power=14
block.234=redstone_wire:power=15
block.235=repeater:powered=true
block.236=respawn_anchor:charges=4
block.237=sculk sculk_vein sculk_sensor sculk_catalyst calibrated_sculk_sensor sculk_shrieker sculk_sensor:sculk_sensor_phase=active
block.238=sea_pickle:waterlogged=true:pickles=1
block.239=sea_pickle:waterlogged=true:pickles=2
block.240=sea_pickle:waterlogged=true:pickles=3
block.241=sea_pickle:waterlogged=true:pickles=4
block.242=sea_lantern \
flying_stuff:celestium_block \
humility-afm:jack_o_lantern_soul \
mcwlights:sea_lantern_slab
block.243=shroomlight \
mcwlights:shroomlight_slab \
additionalplacements:mcwlights.shroomlight_slab
block.244=soul_fire soul_campfire:lit=true
block.245=soul_lantern \
amendments:wall_lantern:light_level=10:lit=true \
mcwlights:soul_classic_street_lamp:lit=true:part=top mcwlights:soul_classic_street_lamp:lit=true:part=base mcwlights:soul_double_street_lamp:lit=true:part=top mcwlights:soul_double_street_lamp:lit=true:part=base
block.246=soul_torch soul_wall_torch \
mcwlights:soul_acacia_tiki_torch mcwlights:soul_bamboo_tiki_torch mcwlights:soul_birch_tiki_torch mcwlights:soul_cherry_tiki_torch mcwlights:soul_crimson_tiki_torch mcwlights:soul_dark_oak_tiki_torch mcwlights:soul_jungle_tiki_torch mcwlights:soul_mangrove_tiki_torch mcwlights:soul_oak_tiki_torch mcwlights:soul_spruce_tiki_torch mcwlights:soul_warped_tiki_torch \
supplementaries:sconce_soul supplementaries:sconce_wall_soul
block.247=torch wall_torch \
mcwlights:framed_torch mcwlights:iron_framed_torch mcwlights:reinforced_torch mcwlights:rustic_torch mcwlights:upgraded_torch mcwlights:acacia_tiki_torch mcwlights:bamboo_tiki_torch mcwlights:birch_tiki_torch mcwlights:cherry_tiki_torch mcwlights:crimson_tiki_torch mcwlights:dark_oak_tiki_torch mcwlights:jungle_tiki_torch mcwlights:mangrove_tiki_torch mcwlights:oak_tiki_torch mcwlights:spruce_tiki_torch mcwlights:warped_tiki_torch \
supplementaries:sconce supplementaries:sconce_wall supplementaries:sconce_lever
block.248=westerosblocks:safe_fire
block.249=conquest:white_paper_lantern conquest:yellow_paper_lantern conquest:small_red_paper_lantern conquest:chinese_palace_lantern conquest:campfire conquest:brazier conquest:hanging_brazier conquest:chandelier conquest:candelabra conquest:cross_chandelier conquest:iron_candelabrum_1 conquest:golden_candelabrum_1 conquest:candle conquest:hanging_candle_holder conquest:candle_in_a_lantern conquest:candles conquest:hand_candle conquest:torch_with_grille conquest:elven_hand_light conquest:ship_lantern conquest:victorian_lantern conquest:small_lantern conquest:big_lantern conquest:hanging_oil_lamp conquest:oil_lamp conquest:terracotta_oil_lamp conquest:invisible_light_low conquest:invisible_light_medium conquest:invisible_light
block.250=betterend:terminite_bulb_lantern_black betterend:iron_bulb_lantern_black \
humility-afm:led_black \
mcwlights:black_lamp:lit=true mcwlights:black_paper_lamp:lit=true mcwlights:black_ceiling_light:lit=true
block.251=betterend:terminite_bulb_lantern_blue betterend:iron_bulb_lantern_blue \
betternether:blue_weeping_obsidian \
humility-afm:led_blue \
mcwlights:blue_lamp:lit=true mcwlights:blue_paper_lamp:lit=true mcwlights:blue_ceiling_light:lit=true
block.252=betterend:terminite_bulb_lantern_brown betterend:iron_bulb_lantern_brown \
humility-afm:led_brown \
mcwlights:brown_lamp:lit=true mcwlights:brown_paper_lamp:lit=true mcwlights:brown_ceiling_light:lit=true
block.253=betterend:terminite_bulb_lantern_cyan betterend:iron_bulb_lantern_cyan \
humility-afm:led_cyan \
mcwlights:cyan_lamp:lit=true mcwlights:cyan_paper_lamp:lit=true mcwlights:cyan_ceiling_light:lit=true
block.254= betterend:terminite_bulb_lantern_gray betterend:iron_bulb_lantern_gray \
humility-afm:led_gray \
mcwlights:gray_lamp:lit=true mcwlights:gray_paper_lamp:lit=true mcwlights:gray_ceiling_light:lit=true
block.255=betterend:terminite_bulb_lantern_green betterend:iron_bulb_lantern_green \
humility-afm:led_green \
mcwlights:green_lamp:lit=true mcwlights:green_paper_lamp:lit=true mcwlights:green_ceiling_light:lit=true
block.256=betterend:terminite_bulb_lantern_blue betterend:iron_bulb_lantern_blue \
humility-afm:led_light_blue \
mcwlights:light_blue_lamp:lit=true mcwlights:light_blue_paper_lamp:lit=true mcwlights:light_blue_ceiling_light:lit=true
block.257=betterend:terminite_bulb_lantern_gray betterend:iron_bulb_lantern_gray \
humility-afm:led_light_gray \
mcwlights:light_gray_lamp:lit=true mcwlights:light_gray_paper_lamp:lit=true mcwlights:light_gray_ceiling_light:lit=true
block.258= betterend:terminite_bulb_lantern_lime betterend:iron_bulb_lantern_lime \
humility-afm:led_lime \
mcwlights:lime_lamp:lit=true mcwlights:lime_paper_lamp:lit=true mcwlights:lime_ceiling_light:lit=true
block.259= betterend:terminite_bulb_lantern_magenta betterend:iron_bulb_lantern_magenta \
humility-afm:led_magenta \
mcwlights:magenta_lamp:lit=true mcwlights:magenta_paper_lamp:lit=true mcwlights:magenta_ceiling_light:lit=true
block.260= betterend:terminite_bulb_lantern_orange betterend:iron_bulb_lantern_orange \
humility-afm:led_orange \
mcwlights:orange_lamp:lit=true mcwlights:orange_paper_lamp:lit=true mcwlights:orange_ceiling_light:lit=true
block.261=betterend:terminite_bulb_lantern_pink betterend:iron_bulb_lantern_pink \
humility-afm:led_pink \
mcwlights:pink_lamp:lit=true mcwlights:pink_paper_lamp:lit=true mcwlights:pink_ceiling_light:lit=true
block.262=betterend:terminite_bulb_lantern_purple betterend:iron_bulb_lantern_purple \
betternether:whispering_gourd_lantern \
humility-afm:led_purple \
mcwlights:purple_lamp:lit=true mcwlights:purple_paper_lamp:lit=true mcwlights:purple_ceiling_light:lit=true
block.263=betterend:terminite_bulb_lantern_red betterend:iron_bulb_lantern_red \
humility-afm:led_red \
mcwlights:red_lamp:lit=true mcwlights:red_paper_lamp:lit=true mcwlights:red_ceiling_light:lit=true
block.264=betterend:terminite_bulb_lantern_white betterend:iron_bulb_lantern_white \
humility-afm:led_white \
mcwlights:white_lamp:lit=true mcwlights:white_paper_lamp:lit=true mcwlights:white_ceiling_light:lit=true
block.265=betterend:iron_bulb_lantern_yellow betterend:terminite_bulb_lantern_yellow \
humility-afm:led_yellow \
mcwlights:yellow_lamp:lit=true mcwlights:yellow_paper_lamp:lit=true mcwlights:yellow_ceiling_light:lit=true
block.266=iron_ore gold_ore diamond_ore coal_ore copper_ore emerald_ore lapis_ore redstone_ore deepslate_iron_ore deepslate_gold_ore deepslate_diamond_ore deepslate_coal_ore deepslate_copper_ore deepslate_emerald_ore deepslate_lapis_ore deepslate_redstone_ore
####### ----- reflective translucents / glass ----- #######
block.301=glass glass_pane \
diagonalwindows:minecraft/glass_pane
block.302=black_stained_glass black_stained_glass_pane \
diagonalwindows:minecraft/black_stained_glass_pane
block.303=blue_stained_glass blue_stained_glass_pane \
diagonalwindows:minecraft/blue_stained_glass_pane
block.304=brown_stained_glass brown_stained_glass_pane \
diagonalwindows:minecraft/brown_stained_glass_pane
block.305=cyan_stained_glass cyan_stained_glass_pane \
diagonalwindows:minecraft/cyan_stained_glass_pane
block.306=gray_stained_glass gray_stained_glass_pane \
diagonalwindows:minecraft/gray_stained_glass_pane
block.307=green_stained_glass green_stained_glass_pane \
diagonalwindows:minecraft/green_stained_glass_pane
block.308=light_blue_stained_glass light_blue_stained_glass_pane \
diagonalwindows:minecraft/light_blue_stained_glass_pane
block.309=light_gray_stained_glass light_gray_stained_glass_pane \
diagonalwindows:minecraft/light_gray_stained_glass_pane
block.310=lime_stained_glass lime_stained_glass_pane \
diagonalwindows:minecraft/lime_stained_glass_pane
block.311=magenta_stained_glass magenta_stained_glass_pane \
diagonalwindows:minecraft/magenta_stained_glass_pane
block.312=orange_stained_glass orange_stained_glass_pane \
diagonalwindows:minecraft/orange_stained_glass_pane
block.313=pink_stained_glass pink_stained_glass_pane \
diagonalwindows:minecraft/pink_stained_glass_pane
block.314=purple_stained_glass purple_stained_glass_pane \
diagonalwindows:minecraft/purple_stained_glass_pane
block.315=red_stained_glass red_stained_glass_pane \
diagonalwindows:minecraft/red_stained_glass_pane
block.316=white_stained_glass white_stained_glass_pane \
diagonalwindows:minecraft/white_stained_glass_pane
block.317=yellow_stained_glass yellow_stained_glass_pane \
diagonalwindows:minecraft/yellow_stained_glass_pane
block.318=slime_block
block.319=honey_block
block.320=ice frosted_ice
block.321=nether_portal
####### ----- LPV shapes ----- #######
block.401=wool_carpets black_carpet blue_carpet brown_carpet cyan_carpet gray_carpet green_carpet light_blue_carpet light_gray_carpet lime_carpet magenta_carpet moss_carpet pale_moss_carpet orange_carpet pink_carpet purple_carpet red_carpet white_carpet yellow_carpet
block.402=acacia_door:facing=north:open=false bamboo_door:facing=north:open=false birch_door:facing=north:open=false cherry_door:facing=north:open=false crimson_door:facing=north:open=false dark_oak_door:facing=north:open=false iron_door:facing=north:open=false jungle_door:facing=north:open=false mangrove_door:facing=north:open=false oak_door:facing=north:open=false spruce_door:facing=north:open=false warped_door:facing=north:open=false copper_door:facing=north:open=false exposed_copper_door:facing=north:open=false weathered_copper_door:facing=north:open=false oxidized_copper_door:facing=north:open=false waxed_copper_door:facing=north:open=false waxed_exposed_copper_door:facing=north:open=false waxed_weathered_copper_door:facing=north:open=false waxed_oxidized_copper_door:facing=north:open=false acacia_door:facing=west:hinge=left:open=true bamboo_door:facing=west:hinge=left:open=true birch_door:facing=west:hinge=left:open=true cherry_door:facing=west:hinge=left:open=true crimson_door:facing=west:hinge=left:open=true dark_oak_door:facing=west:hinge=left:open=true iron_door:facing=west:hinge=left:open=true jungle_door:facing=west:hinge=left:open=true mangrove_door:facing=west:hinge=left:open=true oak_door:facing=west:hinge=left:open=true spruce_door:facing=west:hinge=left:open=true warped_door:facing=west:hinge=left:open=true copper_door:facing=west:hinge=left:open=true exposed_copper_door:facing=west:hinge=left:open=true weathered_copper_door:facing=west:hinge=left:open=true oxidized_copper_door:facing=west:hinge=left:open=true waxed_copper_door:facing=west:hinge=left:open=true waxed_exposed_copper_door:facing=west:hinge=left:open=true waxed_weathered_copper_door:facing=west:hinge=left:open=true waxed_oxidized_copper_door:facing=west:hinge=left:open=true acacia_door:facing=east:hinge=right:open=true bamboo_door:facing=east:hinge=right:open=true birch_door:facing=east:hinge=right:open=true cherry_door:facing=east:hinge=right:open=true crimson_door:facing=east:hinge=right:open=true dark_oak_door:facing=east:hinge=right:open=true iron_door:facing=east:hinge=right:open=true jungle_door:facing=east:hinge=right:open=true mangrove_door:facing=east:hinge=right:open=true oak_door:facing=east:hinge=right:open=true spruce_door:facing=east:hinge=right:open=true warped_door:facing=east:hinge=right:open=true copper_door:facing=east:hinge=right:open=true exposed_copper_door:facing=east:hinge=right:open=true weathered_copper_door:facing=east:hinge=right:open=true oxidized_copper_door:facing=east:hinge=right:open=true waxed_copper_door:facing=east:hinge=right:open=true waxed_exposed_copper_door:facing=east:hinge=right:open=true waxed_weathered_copper_door:facing=east:hinge=right:open=true waxed_oxidized_copper_door:facing=east:hinge=right:open=true
block.403=acacia_door:facing=east:open=false bamboo_door:facing=east:open=false birch_door:facing=east:open=false cherry_door:facing=east:open=false crimson_door:facing=east:open=false dark_oak_door:facing=east:open=false iron_door:facing=east:open=false jungle_door:facing=east:open=false mangrove_door:facing=east:open=false oak_door:facing=east:open=false spruce_door:facing=east:open=false warped_door:facing=east:open=false copper_door:facing=east:open=false exposed_copper_door:facing=east:open=false weathered_copper_door:facing=east:open=false oxidized_copper_door:facing=east:open=false waxed_copper_door:facing=east:open=false waxed_exposed_copper_door:facing=east:open=false waxed_weathered_copper_door:facing=east:open=false waxed_oxidized_copper_door:facing=east:open=false acacia_door:facing=north:hinge=left:open=true bamboo_door:facing=north:hinge=left:open=true birch_door:facing=north:hinge=left:open=true cherry_door:facing=north:hinge=left:open=true crimson_door:facing=north:hinge=left:open=true dark_oak_door:facing=north:hinge=left:open=true iron_door:facing=north:hinge=left:open=true jungle_door:facing=north:hinge=left:open=true mangrove_door:facing=north:hinge=left:open=true oak_door:facing=north:hinge=left:open=true spruce_door:facing=north:hinge=left:open=true warped_door:facing=north:hinge=left:open=true copper_door:facing=north:hinge=left:open=true exposed_copper_door:facing=north:hinge=left:open=true weathered_copper_door:facing=north:hinge=left:open=true oxidized_copper_door:facing=north:hinge=left:open=true waxed_copper_door:facing=north:hinge=left:open=true waxed_exposed_copper_door:facing=north:hinge=left:open=true waxed_weathered_copper_door:facing=north:hinge=left:open=true waxed_oxidized_copper_door:facing=north:hinge=left:open=true acacia_door:facing=south:hinge=right:open=true bamboo_door:facing=south:hinge=right:open=true birch_door:facing=south:hinge=right:open=true cherry_door:facing=south:hinge=right:open=true crimson_door:facing=south:hinge=right:open=true dark_oak_door:facing=south:hinge=right:open=true iron_door:facing=south:hinge=right:open=true jungle_door:facing=south:hinge=right:open=true mangrove_door:facing=south:hinge=right:open=true oak_door:facing=south:hinge=right:open=true spruce_door:facing=south:hinge=right:open=true warped_door:facing=south:hinge=right:open=true copper_door:facing=south:hinge=right:open=true exposed_copper_door:facing=south:hinge=right:open=true weathered_copper_door:facing=south:hinge=right:open=true oxidized_copper_door:facing=south:hinge=right:open=true waxed_copper_door:facing=south:hinge=right:open=true waxed_exposed_copper_door:facing=south:hinge=right:open=true waxed_weathered_copper_door:facing=south:hinge=right:open=true waxed_oxidized_copper_door:facing=south:hinge=right:open=true
block.404=acacia_door:facing=south:open=false bamboo_door:facing=south:open=false birch_door:facing=south:open=false cherry_door:facing=south:open=false crimson_door:facing=south:open=false dark_oak_door:facing=south:open=false iron_door:facing=south:open=false jungle_door:facing=south:open=false mangrove_door:facing=south:open=false oak_door:facing=south:open=false spruce_door:facing=south:open=false warped_door:facing=south:open=false copper_door:facing=south:open=false exposed_copper_door:facing=south:open=false weathered_copper_door:facing=south:open=false oxidized_copper_door:facing=south:open=false waxed_copper_door:facing=south:open=false waxed_exposed_copper_door:facing=south:open=false waxed_weathered_copper_door:facing=south:open=false waxed_oxidized_copper_door:facing=south:open=false acacia_door:facing=east:hinge=left:open=true bamboo_door:facing=east:hinge=left:open=true birch_door:facing=east:hinge=left:open=true cherry_door:facing=east:hinge=left:open=true crimson_door:facing=east:hinge=left:open=true dark_oak_door:facing=east:hinge=left:open=true iron_door:facing=east:hinge=left:open=true jungle_door:facing=east:hinge=left:open=true mangrove_door:facing=east:hinge=left:open=true oak_door:facing=east:hinge=left:open=true spruce_door:facing=east:hinge=left:open=true warped_door:facing=east:hinge=left:open=true copper_door:facing=east:hinge=left:open=true exposed_copper_door:facing=east:hinge=left:open=true weathered_copper_door:facing=east:hinge=left:open=true oxidized_copper_door:facing=east:hinge=left:open=true waxed_copper_door:facing=east:hinge=left:open=true waxed_exposed_copper_door:facing=east:hinge=left:open=true waxed_weathered_copper_door:facing=east:hinge=left:open=true waxed_oxidized_copper_door:facing=east:hinge=left:open=true acacia_door:facing=west:hinge=right:open=true bamboo_door:facing=west:hinge=right:open=true birch_door:facing=west:hinge=right:open=true cherry_door:facing=west:hinge=right:open=true crimson_door:facing=west:hinge=right:open=true dark_oak_door:facing=west:hinge=right:open=true iron_door:facing=west:hinge=right:open=true jungle_door:facing=west:hinge=right:open=true mangrove_door:facing=west:hinge=right:open=true oak_door:facing=west:hinge=right:open=true spruce_door:facing=west:hinge=right:open=true warped_door:facing=west:hinge=right:open=true copper_door:facing=west:hinge=right:open=true exposed_copper_door:facing=west:hinge=right:open=true weathered_copper_door:facing=west:hinge=right:open=true oxidized_copper_door:facing=west:hinge=right:open=true waxed_copper_door:facing=west:hinge=right:open=true waxed_exposed_copper_door:facing=west:hinge=right:open=true waxed_weathered_copper_door:facing=west:hinge=right:open=true waxed_oxidized_copper_door:facing=west:hinge=right:open=true
block.405=acacia_door:facing=west:open=false bamboo_door:facing=west:open=false birch_door:facing=west:open=false cherry_door:facing=west:open=false crimson_door:facing=west:open=false dark_oak_door:facing=west:open=false iron_door:facing=west:open=false jungle_door:facing=west:open=false mangrove_door:facing=west:open=false oak_door:facing=west:open=false spruce_door:facing=west:open=false warped_door:facing=west:open=false copper_door:facing=west:open=false exposed_copper_door:facing=west:open=false weathered_copper_door:facing=west:open=false oxidized_copper_door:facing=west:open=false waxed_copper_door:facing=west:open=false waxed_exposed_copper_door:facing=west:open=false waxed_weathered_copper_door:facing=west:open=false waxed_oxidized_copper_door:facing=west:open=false acacia_door:facing=south:hinge=left:open=true bamboo_door:facing=south:hinge=left:open=true birch_door:facing=south:hinge=left:open=true cherry_door:facing=south:hinge=left:open=true crimson_door:facing=south:hinge=left:open=true dark_oak_door:facing=south:hinge=left:open=true iron_door:facing=south:hinge=left:open=true jungle_door:facing=south:hinge=left:open=true mangrove_door:facing=south:hinge=left:open=true oak_door:facing=south:hinge=left:open=true spruce_door:facing=south:hinge=left:open=true warped_door:facing=south:hinge=left:open=true copper_door:facing=south:hinge=left:open=true exposed_copper_door:facing=south:hinge=left:open=true weathered_copper_door:facing=south:hinge=left:open=true oxidized_copper_door:facing=south:hinge=left:open=true waxed_copper_door:facing=south:hinge=left:open=true waxed_exposed_copper_door:facing=south:hinge=left:open=true waxed_weathered_copper_door:facing=south:hinge=left:open=true waxed_oxidized_copper_door:facing=south:hinge=left:open=true acacia_door:facing=north:hinge=right:open=true bamboo_door:facing=north:hinge=right:open=true birch_door:facing=north:hinge=right:open=true cherry_door:facing=north:hinge=right:open=true crimson_door:facing=north:hinge=right:open=true dark_oak_door:facing=north:hinge=right:open=true iron_door:facing=north:hinge=right:open=true jungle_door:facing=north:hinge=right:open=true mangrove_door:facing=north:hinge=right:open=true oak_door:facing=north:hinge=right:open=true spruce_door:facing=north:hinge=right:open=true warped_door:facing=north:hinge=right:open=true copper_door:facing=north:hinge=right:open=true exposed_copper_door:facing=north:hinge=right:open=true weathered_copper_door:facing=north:hinge=right:open=true oxidized_copper_door:facing=north:hinge=right:open=true waxed_copper_door:facing=north:hinge=right:open=true waxed_exposed_copper_door:facing=north:hinge=right:open=true waxed_weathered_copper_door:facing=north:hinge=right:open=true waxed_oxidized_copper_door:facing=north:hinge=right:open=true
block.406=acacia_pressure_plate bamboo_pressure_plate birch_pressure_plate cherry_pressure_plate crimson_pressure_plate dark_oak_pressure_plate heavy_weighted_pressure_plate jungle_pressure_plate light_weighted_pressure_plate mangrove_pressure_plate oak_pressure_plate polished_blackstone_pressure_plate spruce_pressure_plate stone_pressure_plate warped_pressure_plate
block.407=acacia_slab:type=top bamboo_slab:type=top bamboo_mosaic_slab:type=top birch_slab:type=top cherry_slab:type=top crimson_slab:type=top dark_oak_slab:type=top jungle_slab:type=top mangrove_slab:type=top oak_slab:type=top spruce_slab:type=top warped_slab:type=top andesite_slab:type=top blackstone_slab:type=top brick_slab:type=top cobbled_deepslate_slab:type=top cobblestone_slab:type=top cut_copper_slab:type=top cut_red_sandstone_slab:type=top cut_sandstone_slab:type=top dark_prismarine_slab:type=top deepslate_brick_slab:type=top deepslate_tile_slab:type=top diorite_slab:type=top end_stone_brick_slab:type=top exposed_cut_copper_slab:type=top granite_slab:type=top mossy_cobblestone_slab:type=top mossy_stone_brick_slab:type=top mud_brick_slab:type=top nether_brick_slab:type=top oxidized_cut_copper_slab:type=top petrified_oak_slab:type=top polished_andesite_slab:type=top polished_blackstone_brick_slab:type=top polished_blackstone_slab:type=top polished_deepslate_slab:type=top polished_diorite_slab:type=top polished_granite_slab:type=top prismarine_brick_slab:type=top prismarine_slab:type=top purpur_slab:type=top quartz_slab:type=top red_nether_brick_slab:type=top red_sandstone_slab:type=top sandstone_slab:type=top smooth_quartz_slab:type=top smooth_red_sandstone_slab:type=top smooth_sandstone_slab:type=top smooth_stone_slab:type=top stone_brick_slab:type=top stone_slab:type=top waxed_cut_copper_slab:type=top waxed_exposed_cut_copper_slab:type=top waxed_oxidized_cut_copper_slab:type=top waxed_weathered_cut_copper_slab:type=top weathered_cut_copper_slab:type=top
block.408=acacia_slab:type=bottom bamboo_slab:type=bottom bamboo_mosaic_slab:type=bottom birch_slab:type=bottom cherry_slab:type=bottom crimson_slab:type=bottom dark_oak_slab:type=bottom jungle_slab:type=bottom mangrove_slab:type=bottom oak_slab:type=bottom spruce_slab:type=bottom warped_slab:type=bottom andesite_slab:type=bottom blackstone_slab:type=bottom brick_slab:type=bottom cobbled_deepslate_slab:type=bottom cobblestone_slab:type=bottom cut_copper_slab:type=bottom cut_red_sandstone_slab:type=bottom cut_sandstone_slab:type=bottom dark_prismarine_slab:type=bottom deepslate_brick_slab:type=bottom deepslate_tile_slab:type=bottom diorite_slab:type=bottom end_stone_brick_slab:type=bottom exposed_cut_copper_slab:type=bottom granite_slab:type=bottom mossy_cobblestone_slab:type=bottom mossy_stone_brick_slab:type=bottom mud_brick_slab:type=bottom nether_brick_slab:type=bottom oxidized_cut_copper_slab:type=bottom petrified_oak_slab:type=bottom polished_andesite_slab:type=bottom polished_blackstone_brick_slab:type=bottom polished_blackstone_slab:type=bottom polished_deepslate_slab:type=bottom polished_diorite_slab:type=bottom polished_granite_slab:type=bottom prismarine_brick_slab:type=bottom prismarine_slab:type=bottom purpur_slab:type=bottom quartz_slab:type=bottom red_nether_brick_slab:type=bottom red_sandstone_slab:type=bottom sandstone_slab:type=bottom smooth_quartz_slab:type=bottom smooth_red_sandstone_slab:type=bottom smooth_sandstone_slab:type=bottom smooth_stone_slab:type=bottom stone_brick_slab:type=bottom stone_slab:type=bottom waxed_cut_copper_slab:type=bottom waxed_exposed_cut_copper_slab:type=bottom waxed_oxidized_cut_copper_slab:type=bottom waxed_weathered_cut_copper_slab:type=bottom weathered_cut_copper_slab:type=bottom daylight_detector
#ifdef BOES_EARTH_BLOCKSTATES
block.409=snow:layers=1:is_on_leaves=false snow:layers=2:is_on_leaves=false snow:layers=3:is_on_leaves=false snow:layers=4:is_on_leaves=false
#else
block.409=snow:layers=1 snow:layers=2 snow:layers=3 snow:layers=4
#endif
block.410=acacia_trapdoor:half=bottom:open=false bamboo_trapdoor:half=bottom:open=false birch_trapdoor:half=bottom:open=false cherry_trapdoor:half=bottom:open=false crimson_trapdoor:half=bottom:open=false dark_oak_trapdoor:half=bottom:open=false iron_trapdoor:half=bottom:open=false jungle_trapdoor:half=bottom:open=false mangrove_trapdoor:half=bottom:open=false oak_trapdoor:half=bottom:open=false spruce_trapdoor:half=bottom:open=false warped_trapdoor:half=bottom:open=false copper_trapdoor:half=bottom:open=false exposed_copper_trapdoor:half=bottom:open=false weathered_copper_trapdoor:half=bottom:open=false oxidized_copper_trapdoor:half=bottom:open=false waxed_copper_trapdoor:half=bottom:open=false waxed_exposed_copper_trapdoor:half=bottom:open=false waxed_weathered_copper_trapdoor:half=bottom:open=false waxed_oxidized_copper_trapdoor:half=bottom:open=false
block.411=acacia_trapdoor:half=top:open=false bamboo_trapdoor:half=top:open=false birch_trapdoor:half=top:open=false cherry_trapdoor:half=top:open=false crimson_trapdoor:half=top:open=false dark_oak_trapdoor:half=top:open=false iron_trapdoor:half=top:open=false jungle_trapdoor:half=top:open=false mangrove_trapdoor:half=top:open=false oak_trapdoor:half=top:open=false spruce_trapdoor:half=top:open=false warped_trapdoor:half=top:open=false copper_trapdoor:half=top:open=false exposed_copper_trapdoor:half=top:open=false weathered_copper_trapdoor:half=top:open=false oxidized_copper_trapdoor:half=top:open=false waxed_copper_trapdoor:half=top:open=false waxed_exposed_copper_trapdoor:half=top:open=false waxed_weathered_copper_trapdoor:half=top:open=false waxed_oxidized_copper_trapdoor:half=top:open=false
block.412=acacia_trapdoor:facing=north:open=true bamboo_trapdoor:facing=north:open=true birch_trapdoor:facing=north:open=true cherry_trapdoor:facing=north:open=true crimson_trapdoor:facing=north:open=true dark_oak_trapdoor:facing=north:open=true iron_trapdoor:facing=north:open=true jungle_trapdoor:facing=north:open=true mangrove_trapdoor:facing=north:open=true oak_trapdoor:facing=north:open=true spruce_trapdoor:facing=north:open=true warped_trapdoor:facing=north:open=true copper_trapdoor:facing=north:open=true exposed_copper_trapdoor:facing=north:open=true weathered_copper_trapdoor:facing=north:open=true oxidized_copper_trapdoor:facing=north:open=true waxed_copper_trapdoor:facing=north:open=true waxed_exposed_copper_trapdoor:facing=north:open=true waxed_weathered_copper_trapdoor:facing=north:open=true waxed_oxidized_copper_trapdoor:facing=north:open=true
block.413=acacia_trapdoor:facing=east:open=true bamboo_trapdoor:facing=east:open=true birch_trapdoor:facing=east:open=true cherry_trapdoor:facing=east:open=true crimson_trapdoor:facing=east:open=true dark_oak_trapdoor:facing=east:open=true iron_trapdoor:facing=east:open=true jungle_trapdoor:facing=east:open=true mangrove_trapdoor:facing=east:open=true oak_trapdoor:facing=east:open=true spruce_trapdoor:facing=east:open=true warped_trapdoor:facing=east:open=true copper_trapdoor:facing=east:open=true exposed_copper_trapdoor:facing=east:open=true weathered_copper_trapdoor:facing=east:open=true oxidized_copper_trapdoor:facing=east:open=true waxed_copper_trapdoor:facing=east:open=true waxed_exposed_copper_trapdoor:facing=east:open=true waxed_weathered_copper_trapdoor:facing=east:open=true waxed_oxidized_copper_trapdoor:facing=east:open=true
block.414=acacia_trapdoor:facing=south:open=true bamboo_trapdoor:facing=south:open=true birch_trapdoor:facing=south:open=true cherry_trapdoor:facing=south:open=true crimson_trapdoor:facing=south:open=true dark_oak_trapdoor:facing=south:open=true iron_trapdoor:facing=south:open=true jungle_trapdoor:facing=south:open=true mangrove_trapdoor:facing=south:open=true oak_trapdoor:facing=south:open=true spruce_trapdoor:facing=south:open=true warped_trapdoor:facing=south:open=true copper_trapdoor:facing=south:open=true exposed_copper_trapdoor:facing=south:open=true weathered_copper_trapdoor:facing=south:open=true oxidized_copper_trapdoor:facing=south:open=true waxed_copper_trapdoor:facing=south:open=true waxed_exposed_copper_trapdoor:facing=south:open=true waxed_weathered_copper_trapdoor:facing=south:open=true waxed_oxidized_copper_trapdoor:facing=south:open=true
block.415=acacia_trapdoor:facing=west:open=true bamboo_trapdoor:facing=west:open=true birch_trapdoor:facing=west:open=true cherry_trapdoor:facing=west:open=true crimson_trapdoor:facing=west:open=true dark_oak_trapdoor:facing=west:open=true iron_trapdoor:facing=west:open=true jungle_trapdoor:facing=west:open=true mangrove_trapdoor:facing=west:open=true oak_trapdoor:facing=west:open=true spruce_trapdoor:facing=west:open=true warped_trapdoor:facing=west:open=true copper_trapdoor:facing=west:open=true exposed_copper_trapdoor:facing=west:open=true weathered_copper_trapdoor:facing=west:open=true oxidized_copper_trapdoor:facing=west:open=true waxed_copper_trapdoor:facing=west:open=true waxed_exposed_copper_trapdoor:facing=west:open=true waxed_weathered_copper_trapdoor:facing=west:open=true waxed_oxidized_copper_trapdoor:facing=west:open=true
block.416=acacia_stairs:shape=straight:half=bottom:facing=north bamboo_stairs:shape=straight:half=bottom:facing=north bamboo_mosaic_stairs:shape=straight:half=bottom:facing=north birch_stairs:shape=straight:half=bottom:facing=north cherry_stairs:shape=straight:half=bottom:facing=north crimson_stairs:shape=straight:half=bottom:facing=north dark_oak_stairs:shape=straight:half=bottom:facing=north jungle_stairs:shape=straight:half=bottom:facing=north mangrove_stairs:shape=straight:half=bottom:facing=north oak_stairs:shape=straight:half=bottom:facing=north spruce_stairs:shape=straight:half=bottom:facing=north warped_stairs:shape=straight:half=bottom:facing=north andesite_stairs:shape=straight:half=bottom:facing=north blackstone_stairs:shape=straight:half=bottom:facing=north brick_stairs:shape=straight:half=bottom:facing=north cobbled_deepslate_stairs:shape=straight:half=bottom:facing=north cobblestone_stairs:shape=straight:half=bottom:facing=north cut_copper_stairs:shape=straight:half=bottom:facing=north dark_prismarine_stairs:shape=straight:half=bottom:facing=north deepslate_brick_stairs:shape=straight:half=bottom:facing=north deepslate_tile_stairs:shape=straight:half=bottom:facing=north diorite_stairs:shape=straight:half=bottom:facing=north end_stone_brick_stairs:shape=straight:half=bottom:facing=north exposed_cut_copper_stairs:shape=straight:half=bottom:facing=north granite_stairs:shape=straight:half=bottom:facing=north mossy_cobblestone_stairs:shape=straight:half=bottom:facing=north mossy_stone_brick_stairs:shape=straight:half=bottom:facing=north mud_brick_stairs:shape=straight:half=bottom:facing=north nether_brick_stairs:shape=straight:half=bottom:facing=north oxidized_cut_copper_stairs:shape=straight:half=bottom:facing=north polished_andesite_stairs:shape=straight:half=bottom:facing=north polished_blackstone_brick_stairs:shape=straight:half=bottom:facing=north polished_blackstone_stairs:shape=straight:half=bottom:facing=north polished_deepslate_stairs:shape=straight:half=bottom:facing=north polished_diorite_stairs:shape=straight:half=bottom:facing=north polished_granite_stairs:shape=straight:half=bottom:facing=north prismarine_brick_stairs:shape=straight:half=bottom:facing=north prismarine_stairs:shape=straight:half=bottom:facing=north purpur_stairs:shape=straight:half=bottom:facing=north quartz_stairs:shape=straight:half=bottom:facing=north red_nether_brick_stairs:shape=straight:half=bottom:facing=north red_sandstone_stairs:shape=straight:half=bottom:facing=north sandstone_stairs:shape=straight:half=bottom:facing=north smooth_quartz_stairs:shape=straight:half=bottom:facing=north smooth_red_sandstone_stairs:shape=straight:half=bottom:facing=north smooth_sandstone_stairs:shape=straight:half=bottom:facing=north stone_brick_stairs:shape=straight:half=bottom:facing=north stone_stairs:shape=straight:half=bottom:facing=north waxed_cut_copper_stairs:shape=straight:half=bottom:facing=north waxed_exposed_cut_copper_stairs:shape=straight:half=bottom:facing=north waxed_oxidized_cut_copper_stairs:shape=straight:half=bottom:facing=north waxed_weathered_cut_copper_stairs:shape=straight:half=bottom:facing=north weathered_cut_copper_stairs:shape=straight:half=bottom:facing=north createdeco:andesite_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:brass_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:cast_iron_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:copper_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:gold_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:iron_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:netherite_sheet_stairs:shape=straight:half=bottom:facing=north createdeco:zinc_sheet_stairs:shape=straight:half=bottom:facing=north create:cut_andesite_stairs:shape=straight:half=bottom:facing=north create:polished_cut_andesite_stairs:shape=straight:half=bottom:facing=north create:cut_andesite_brick_stairs:shape=straight:half=bottom:facing=north create:small_andesite_brick_stairs:shape=straight:half=bottom:facing=north create:cut_asurine_stairs:shape=straight:half=bottom:facing=north create:polished_cut_asurine_stairs:shape=straight:half=bottom:facing=north create:cut_asurine_brick_stairs:shape=straight:half=bottom:facing=north create:small_asurine_brick_stairs:shape=straight:half=bottom:facing=north create:cut_calcite_stairs:shape=straight:half=bottom:facing=north create:polished_cut_calcite_stairs:shape=straight:half=bottom:facing=north create:cut_calcite_brick_stairs:shape=straight:half=bottom:facing=north create:small_calcite_brick_stairs:shape=straight:half=bottom:facing=north create:cut_crimsite_stairs:shape=straight:half=bottom:facing=north create:polished_cut_crimsite_stairs:shape=straight:half=bottom:facing=north create:cut_crimsite_brick_stairs:shape=straight:half=bottom:facing=north create:small_crimsite_brick_stairs:shape=straight:half=bottom:facing=north create:cut_deepslate_stairs:shape=straight:half=bottom:facing=north create:polished_cut_deepslate_stairs:shape=straight:half=bottom:facing=north create:cut_deepslate_brick_stairs:shape=straight:half=bottom:facing=north create:small_deepslate_brick_stairs:shape=straight:half=bottom:facing=north create:cut_diorite_stairs:shape=straight:half=bottom:facing=north create:polished_cut_diorite_stairs:shape=straight:half=bottom:facing=north create:cut_diorite_brick_stairs:shape=straight:half=bottom:facing=north create:small_diorite_brick_stairs:shape=straight:half=bottom:facing=north create:cut_dripstone_stairs:shape=straight:half=bottom:facing=north create:polished_cut_dripstone_stairs:shape=straight:half=bottom:facing=north create:cut_dripstone_brick_stairs:shape=straight:half=bottom:facing=north create:small_dripstone_brick_stairs:shape=straight:half=bottom:facing=north create:cut_granite_stairs:shape=straight:half=bottom:facing=north create:polished_cut_granite_stairs:shape=straight:half=bottom:facing=north create:cut_granite_brick_stairs:shape=straight:half=bottom:facing=north create:small_granite_brick_stairs:shape=straight:half=bottom:facing=north create:cut_limestone_stairs:shape=straight:half=bottom:facing=north create:polished_cut_limestone_stairs:shape=straight:half=bottom:facing=north create:cut_limestone_brick_stairs:shape=straight:half=bottom:facing=north create:small_limestone_brick_stairs:shape=straight:half=bottom:facing=north create:cut_ochrum_stairs:shape=straight:half=bottom:facing=north create:polished_cut_ochrum_stairs:shape=straight:half=bottom:facing=north create:cut_ochrum_brick_stairs:shape=straight:half=bottom:facing=north create:small_ochrum_brick_stairs:shape=straight:half=bottom:facing=north create:cut_scorchia_stairs:shape=straight:half=bottom:facing=north create:polished_cut_scorchia_stairs:shape=straight:half=bottom:facing=north create:cut_scorchia_brick_stairs:shape=straight:half=bottom:facing=north create:small_scorchia_brick_stairs:shape=straight:half=bottom:facing=north create:cut_scoria_stairs:shape=straight:half=bottom:facing=north create:polished_cut_scoria_stairs:shape=straight:half=bottom:facing=north create:cut_scoria_brick_stairs:shape=straight:half=bottom:facing=north create:small_scoria_brick_stairs:shape=straight:half=bottom:facing=north create:cut_tuff_stairs:shape=straight:half=bottom:facing=north create:polished_cut_tuff_stairs:shape=straight:half=bottom:facing=north create:cut_tuff_brick_stairs:shape=straight:half=bottom:facing=north create:small_tuff_brick_stairs:shape=straight:half=bottom:facing=north create:cut_veridium_stairs:shape=straight:half=bottom:facing=north create:polished_cut_veridium_stairs:shape=straight:half=bottom:facing=north create:cut_veridium_brick_stairs:shape=straight:half=bottom:facing=north create:small_veridium_brick_stairs:shape=straight:half=bottom:facing=north create:copper_shingle_stairs:shape=straight:half=bottom:facing=north create:exposed_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:weathered_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:oxidized_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:waxed_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:waxed_exposed_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:waxed_weathered_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:waxed_oxidized_copper_shingle_stairs:shape=straight:half=bottom:facing=north create:copper_tile_stairs:shape=straight:half=bottom:facing=north create:exposed_copper_tile_stairs:shape=straight:half=bottom:facing=north create:weathered_copper_tile_stairs:shape=straight:half=bottom:facing=north create:oxidized_copper_tile_stairs:shape=straight:half=bottom:facing=north create:waxed_copper_tile_stairs:shape=straight:half=bottom:facing=north create:waxed_exposed_copper_tile_stairs:shape=straight:half=bottom:facing=north create:waxed_weathered_copper_tile_stairs:shape=straight:half=bottom:facing=north create:waxed_oxidized_copper_tile_stairs:shape=straight:half=bottom:facing=north
block.417=acacia_stairs:shape=straight:half=bottom:facing=east bamboo_stairs:shape=straight:half=bottom:facing=east bamboo_mosaic_stairs:shape=straight:half=bottom:facing=east birch_stairs:shape=straight:half=bottom:facing=east cherry_stairs:shape=straight:half=bottom:facing=east crimson_stairs:shape=straight:half=bottom:facing=east dark_oak_stairs:shape=straight:half=bottom:facing=east jungle_stairs:shape=straight:half=bottom:facing=east mangrove_stairs:shape=straight:half=bottom:facing=east oak_stairs:shape=straight:half=bottom:facing=east spruce_stairs:shape=straight:half=bottom:facing=east warped_stairs:shape=straight:half=bottom:facing=east andesite_stairs:shape=straight:half=bottom:facing=east blackstone_stairs:shape=straight:half=bottom:facing=east brick_stairs:shape=straight:half=bottom:facing=east cobbled_deepslate_stairs:shape=straight:half=bottom:facing=east cobblestone_stairs:shape=straight:half=bottom:facing=east cut_copper_stairs:shape=straight:half=bottom:facing=east dark_prismarine_stairs:shape=straight:half=bottom:facing=east deepslate_brick_stairs:shape=straight:half=bottom:facing=east deepslate_tile_stairs:shape=straight:half=bottom:facing=east diorite_stairs:shape=straight:half=bottom:facing=east end_stone_brick_stairs:shape=straight:half=bottom:facing=east exposed_cut_copper_stairs:shape=straight:half=bottom:facing=east granite_stairs:shape=straight:half=bottom:facing=east mossy_cobblestone_stairs:shape=straight:half=bottom:facing=east mossy_stone_brick_stairs:shape=straight:half=bottom:facing=east mud_brick_stairs:shape=straight:half=bottom:facing=east nether_brick_stairs:shape=straight:half=bottom:facing=east oxidized_cut_copper_stairs:shape=straight:half=bottom:facing=east polished_andesite_stairs:shape=straight:half=bottom:facing=east polished_blackstone_brick_stairs:shape=straight:half=bottom:facing=east polished_blackstone_stairs:shape=straight:half=bottom:facing=east polished_deepslate_stairs:shape=straight:half=bottom:facing=east polished_diorite_stairs:shape=straight:half=bottom:facing=east polished_granite_stairs:shape=straight:half=bottom:facing=east prismarine_brick_stairs:shape=straight:half=bottom:facing=east prismarine_stairs:shape=straight:half=bottom:facing=east purpur_stairs:shape=straight:half=bottom:facing=east quartz_stairs:shape=straight:half=bottom:facing=east red_nether_brick_stairs:shape=straight:half=bottom:facing=east red_sandstone_stairs:shape=straight:half=bottom:facing=east sandstone_stairs:shape=straight:half=bottom:facing=east smooth_quartz_stairs:shape=straight:half=bottom:facing=east smooth_red_sandstone_stairs:shape=straight:half=bottom:facing=east smooth_sandstone_stairs:shape=straight:half=bottom:facing=east stone_brick_stairs:shape=straight:half=bottom:facing=east stone_stairs:shape=straight:half=bottom:facing=east waxed_cut_copper_stairs:shape=straight:half=bottom:facing=east waxed_exposed_cut_copper_stairs:shape=straight:half=bottom:facing=east waxed_oxidized_cut_copper_stairs:shape=straight:half=bottom:facing=east waxed_weathered_cut_copper_stairs:shape=straight:half=bottom:facing=east weathered_cut_copper_stairs:shape=straight:half=bottom:facing=east createdeco:andesite_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:brass_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:cast_iron_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:copper_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:gold_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:iron_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:netherite_sheet_stairs:shape=straight:half=bottom:facing=east createdeco:zinc_sheet_stairs:shape=straight:half=bottom:facing=east create:cut_andesite_stairs:shape=straight:half=bottom:facing=east create:polished_cut_andesite_stairs:shape=straight:half=bottom:facing=east create:cut_andesite_brick_stairs:shape=straight:half=bottom:facing=east create:small_andesite_brick_stairs:shape=straight:half=bottom:facing=east create:cut_asurine_stairs:shape=straight:half=bottom:facing=east create:polished_cut_asurine_stairs:shape=straight:half=bottom:facing=east create:cut_asurine_brick_stairs:shape=straight:half=bottom:facing=east create:small_asurine_brick_stairs:shape=straight:half=bottom:facing=east create:cut_calcite_stairs:shape=straight:half=bottom:facing=east create:polished_cut_calcite_stairs:shape=straight:half=bottom:facing=east create:cut_calcite_brick_stairs:shape=straight:half=bottom:facing=east create:small_calcite_brick_stairs:shape=straight:half=bottom:facing=east create:cut_crimsite_stairs:shape=straight:half=bottom:facing=east create:polished_cut_crimsite_stairs:shape=straight:half=bottom:facing=east create:cut_crimsite_brick_stairs:shape=straight:half=bottom:facing=east create:small_crimsite_brick_stairs:shape=straight:half=bottom:facing=east create:cut_deepslate_stairs:shape=straight:half=bottom:facing=east create:polished_cut_deepslate_stairs:shape=straight:half=bottom:facing=east create:cut_deepslate_brick_stairs:shape=straight:half=bottom:facing=east create:small_deepslate_brick_stairs:shape=straight:half=bottom:facing=east create:cut_diorite_stairs:shape=straight:half=bottom:facing=east create:polished_cut_diorite_stairs:shape=straight:half=bottom:facing=east create:cut_diorite_brick_stairs:shape=straight:half=bottom:facing=east create:small_diorite_brick_stairs:shape=straight:half=bottom:facing=east create:cut_dripston
gitextract_rbiyxufh/
├── .github/
│ └── ISSUE_TEMPLATE/
│ ├── ask-a-question.md
│ ├── bug-report.md
│ └── feature-suggestion.md
├── CREDITS.txt
├── Changelog_v1.9.txt
├── LICENSE.md
├── README.md
└── shaders/
├── block.properties
├── dimension.properties
├── dimensions/
│ ├── DH_generic.fsh
│ ├── DH_generic.vsh
│ ├── DH_solid.fsh
│ ├── DH_solid.vsh
│ ├── DH_translucent.fsh
│ ├── DH_translucent.vsh
│ ├── all_particles.fsh
│ ├── all_particles.vsh
│ ├── all_solid.fsh
│ ├── all_solid.vsh
│ ├── all_translucent.fsh
│ ├── all_translucent.vsh
│ ├── all_vanilla_emissives.fsh
│ ├── all_vanilla_emissives.vsh
│ ├── begin.csh
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── fogBehindTranslucent_pass.fsh
│ ├── fogBehindTranslucent_pass.vsh
│ ├── setup.csh
│ ├── shadowcomp.csh
│ ├── shadowcomp3.csh
│ ├── shadowcomp4.csh
│ └── shadowcomp5.csh
├── entity.properties
├── item.properties
├── lang/
│ ├── en_us.lang
│ └── zh_cn.lang
├── lib/
│ ├── DistantHorizons_projections.glsl
│ ├── PhotonGTAO.glsl
│ ├── Shadow_Params.glsl
│ ├── Shadows.glsl
│ ├── TAA_jitter.glsl
│ ├── atmosphere.glsl
│ ├── aurora.glsl
│ ├── blocks.glsl
│ ├── bokeh.glsl
│ ├── climate_settings.glsl
│ ├── color_dither.glsl
│ ├── cube/
│ │ ├── cubeData.glsl
│ │ ├── emit.glsl
│ │ └── lightData.glsl
│ ├── diffuse_lighting.glsl
│ ├── dither.glsl
│ ├── end_fog.glsl
│ ├── entities.glsl
│ ├── gameplay_effects.glsl
│ ├── hsv.glsl
│ ├── indirect_lighting_effects.glsl
│ ├── items.glsl
│ ├── lensflare.glsl
│ ├── lightning_stuff.glsl
│ ├── lpv_blocks.glsl
│ ├── lpv_buffer.glsl
│ ├── lpv_common.glsl
│ ├── lpv_render.glsl
│ ├── nether_fog.glsl
│ ├── oceans.glsl
│ ├── overworld_fog.glsl
│ ├── projections.glsl
│ ├── rainbow.glsl
│ ├── res_params.glsl
│ ├── ripples.glsl
│ ├── scene_controller.glsl
│ ├── settings.glsl
│ ├── sky_gradient.glsl
│ ├── specular.glsl
│ ├── stars.glsl
│ ├── text.glsl
│ ├── tonemaps.glsl
│ ├── util.glsl
│ ├── volumetricClouds.glsl
│ ├── voxel_common.glsl
│ ├── voxel_write.glsl
│ └── waterBump.glsl
├── shaders.properties
├── template/
│ ├── .gitignore
│ ├── block.properties
│ ├── entity.properties
│ ├── item.properties
│ ├── readme.md
│ └── update.sh
├── texture/
│ ├── blueNoise.png.mcmeta
│ └── noises.png.mcmeta
├── world-1/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
├── world0/
│ ├── begin.csh
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite11.fsh
│ ├── composite11.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── physics_ocean.fsh
│ ├── physics_ocean.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.gsh
│ ├── shadow.vsh
│ ├── shadowcomp.csh
│ ├── shadowcomp3.csh
│ ├── shadowcomp4.csh
│ └── shadowcomp5.csh
├── world0_Aether/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
├── world0_Twilight_Forest/
│ ├── composite.fsh
│ ├── composite.vsh
│ ├── composite1.fsh
│ ├── composite1.vsh
│ ├── composite10.fsh
│ ├── composite10.vsh
│ ├── composite12.fsh
│ ├── composite12.vsh
│ ├── composite13.fsh
│ ├── composite13.vsh
│ ├── composite2.fsh
│ ├── composite2.vsh
│ ├── composite3.fsh
│ ├── composite3.vsh
│ ├── composite4.fsh
│ ├── composite4.vsh
│ ├── composite5.fsh
│ ├── composite5.vsh
│ ├── composite6.fsh
│ ├── composite6.vsh
│ ├── composite7.fsh
│ ├── composite7.vsh
│ ├── composite8.fsh
│ ├── composite8.vsh
│ ├── composite9.fsh
│ ├── composite9.vsh
│ ├── deferred.fsh
│ ├── deferred.vsh
│ ├── deferred1.fsh
│ ├── deferred1.vsh
│ ├── deferred2.fsh
│ ├── deferred2.vsh
│ ├── dh_generic.fsh
│ ├── dh_generic.vsh
│ ├── dh_shadow.fsh
│ ├── dh_shadow.vsh
│ ├── dh_terrain.fsh
│ ├── dh_terrain.vsh
│ ├── dh_water.fsh
│ ├── dh_water.vsh
│ ├── final.fsh
│ ├── final.vsh
│ ├── gbuffers_armor_glint.fsh
│ ├── gbuffers_armor_glint.vsh
│ ├── gbuffers_basic.fsh
│ ├── gbuffers_basic.vsh
│ ├── gbuffers_beaconbeam.fsh
│ ├── gbuffers_beaconbeam.vsh
│ ├── gbuffers_block.fsh
│ ├── gbuffers_block.vsh
│ ├── gbuffers_block_translucent.fsh
│ ├── gbuffers_block_translucent.vsh
│ ├── gbuffers_damagedblock.fsh
│ ├── gbuffers_damagedblock.vsh
│ ├── gbuffers_entities.fsh
│ ├── gbuffers_entities.vsh
│ ├── gbuffers_entities_glowing.fsh
│ ├── gbuffers_entities_glowing.vsh
│ ├── gbuffers_entities_translucent.fsh
│ ├── gbuffers_entities_translucent.vsh
│ ├── gbuffers_hand.fsh
│ ├── gbuffers_hand.vsh
│ ├── gbuffers_hand_water.fsh
│ ├── gbuffers_hand_water.vsh
│ ├── gbuffers_lightning.fsh
│ ├── gbuffers_lightning.vsh
│ ├── gbuffers_skybasic.fsh
│ ├── gbuffers_skybasic.vsh
│ ├── gbuffers_skytextured.fsh
│ ├── gbuffers_skytextured.vsh
│ ├── gbuffers_spidereyes.fsh
│ ├── gbuffers_spidereyes.vsh
│ ├── gbuffers_terrain.fsh
│ ├── gbuffers_terrain.vsh
│ ├── gbuffers_textured.fsh
│ ├── gbuffers_textured.vsh
│ ├── gbuffers_textured_lit.fsh
│ ├── gbuffers_textured_lit.vsh
│ ├── gbuffers_water.fsh
│ ├── gbuffers_water.vsh
│ ├── gbuffers_weather.fsh
│ ├── gbuffers_weather.vsh
│ ├── setup.csh
│ ├── shadow.fsh
│ ├── shadow.vsh
│ └── shadowcomp.csh
└── world1/
├── composite.fsh
├── composite.vsh
├── composite1.fsh
├── composite1.vsh
├── composite10.fsh
├── composite10.vsh
├── composite11.fsh
├── composite11.vsh
├── composite12.fsh
├── composite12.vsh
├── composite13.fsh
├── composite13.vsh
├── composite2.fsh
├── composite2.vsh
├── composite3.fsh
├── composite3.vsh
├── composite4.fsh
├── composite4.vsh
├── composite5.fsh
├── composite5.vsh
├── composite6.fsh
├── composite6.vsh
├── composite7.fsh
├── composite7.vsh
├── composite8.fsh
├── composite8.vsh
├── composite9.fsh
├── composite9.vsh
├── deferred.fsh
├── deferred.vsh
├── deferred1.fsh
├── deferred1.vsh
├── dh_terrain.fsh
├── dh_terrain.vsh
├── dh_water.fsh
├── dh_water.vsh
├── final.fsh
├── final.vsh
├── gbuffers_armor_glint.fsh
├── gbuffers_armor_glint.vsh
├── gbuffers_basic.fsh
├── gbuffers_basic.vsh
├── gbuffers_beaconbeam.fsh
├── gbuffers_beaconbeam.vsh
├── gbuffers_block.fsh
├── gbuffers_block.vsh
├── gbuffers_block_translucent.fsh
├── gbuffers_block_translucent.vsh
├── gbuffers_damagedblock.fsh
├── gbuffers_damagedblock.vsh
├── gbuffers_entities.fsh
├── gbuffers_entities.vsh
├── gbuffers_entities_glowing.fsh
├── gbuffers_entities_glowing.vsh
├── gbuffers_entities_translucent.fsh
├── gbuffers_entities_translucent.vsh
├── gbuffers_hand.fsh
├── gbuffers_hand.vsh
├── gbuffers_hand_water.fsh
├── gbuffers_hand_water.vsh
├── gbuffers_lightning.fsh
├── gbuffers_lightning.vsh
├── gbuffers_skybasic.fsh
├── gbuffers_skybasic.vsh
├── gbuffers_skytextured.fsh
├── gbuffers_skytextured.vsh
├── gbuffers_spidereyes.fsh
├── gbuffers_spidereyes.vsh
├── gbuffers_terrain.fsh
├── gbuffers_terrain.vsh
├── gbuffers_textured.fsh
├── gbuffers_textured.vsh
├── gbuffers_textured_lit.fsh
├── gbuffers_textured_lit.vsh
├── gbuffers_water.fsh
├── gbuffers_water.vsh
├── gbuffers_weather.fsh
├── gbuffers_weather.vsh
├── setup.csh
├── shadow.fsh
├── shadow.vsh
└── shadowcomp.csh
Condensed preview — 556 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (2,109K chars).
[
{
"path": ".github/ISSUE_TEMPLATE/ask-a-question.md",
"chars": 114,
"preview": "---\nname: Ask A Question\nabout: ask questions.\ntitle: ''\nlabels: question\nassignees: ''\n\n---\n\nblah blah blah blah\n"
},
{
"path": ".github/ISSUE_TEMPLATE/bug-report.md",
"chars": 1526,
"preview": "---\nname: Bug Report\nabout: Create a bug report so i can see if i can fix it.\ntitle: ''\nlabels: bug\nassignees: ''\n\n---\n\n"
},
{
"path": ".github/ISSUE_TEMPLATE/feature-suggestion.md",
"chars": 913,
"preview": "---\nname: Feature Suggestion\nabout: Suggest to add/change a feature\ntitle: ''\nlabels: suggestion\nassignees: ''\n\n---\n\n###"
},
{
"path": "CREDITS.txt",
"chars": 1024,
"preview": "Credit to the creator of the entire shader that BSPT is an edit of:\n\n\tX0nk / https://github.com/X0nk/Bliss-Shader\n\tChoca"
},
{
"path": "Changelog_v1.9.txt",
"chars": 16546,
"preview": "2025-11-11 v1.9\n1. Fix aurora mistakenly rendered at day.\n~ composite1 修复了极光在白天也渲染的错误\n2. Improve aurora perf.\n~ aurora 优"
},
{
"path": "LICENSE.md",
"chars": 2344,
"preview": "License, as stated by Chocapic13:\nSharing a modified version of my shaders:\n\n You are not allowed to claim any of the"
},
{
"path": "README.md",
"chars": 1816,
"preview": "# Bliss-BSPT #\nBliss-BSPT is an edited shader based on Bliss-unstable-development by X0nk.<br>\n<img src=\"https://github."
},
{
"path": "shaders/block.properties",
"chars": 1013436,
"preview": "#ifdef FORCE_TRANSLUCENT_GLASS\nlayer.translucent = minecraft:glass minecraft:glass_pane\n#endif\n\nblock.8=minecraft:water "
},
{
"path": "shaders/dimension.properties",
"chars": 916,
"preview": "# USAGE\n# dimension.<Shader to use> = <dimension(s) that use this shader. use \" * \" for fallback>\n# \"shader to use\" refe"
},
{
"path": "shaders/dimensions/DH_generic.fsh",
"chars": 1100,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/dither.glsl\"\n\nin vec4 pos;\nin vec4 gcolor;\n\nuniform vec2 texelSize;\nuniform"
},
{
"path": "shaders/dimensions/DH_generic.vsh",
"chars": 1385,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\nout vec4 pos;\nout vec4 gcolor;\n\nuniform vec2 texelSize;\nu"
},
{
"path": "shaders/dimensions/DH_solid.fsh",
"chars": 5480,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n\nin vec4 pos;\nin vec4 localPos;\nin vec4 gcolor;\nin vec2 lightmap"
},
{
"path": "shaders/dimensions/DH_solid.vsh",
"chars": 3241,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\nout vec4 pos;\nout vec4 localPos;\nout vec4 gcolor;\nout vec"
},
{
"path": "shaders/dimensions/DH_translucent.fsh",
"chars": 10185,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/tonemaps.glsl\"\n#include \"/lib/projections.g"
},
{
"path": "shaders/dimensions/DH_translucent.vsh",
"chars": 3392,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\nout vec4 pos;\nout vec4 gcolor;\n\t\nout vec4 normals_and_mat"
},
{
"path": "shaders/dimensions/all_particles.fsh",
"chars": 13013,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n\n#ifdef IS_LPV_ENABLED\n\t#extension GL_EXT_shader_image_load_stor"
},
{
"path": "shaders/dimensions/all_particles.vsh",
"chars": 3516,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/items.glsl\"\n\n/*\n!! DO NOT REMOVE !!\nThis co"
},
{
"path": "shaders/dimensions/all_solid.fsh",
"chars": 16444,
"preview": "#extension GL_ARB_shader_texture_lod : enable\n\n#include \"/lib/settings.glsl\"\n#include \"/lib/blocks.glsl\"\n#include \"/lib/"
},
{
"path": "shaders/dimensions/all_solid.vsh",
"chars": 11204,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/bokeh.glsl\"\n#include \"/lib/blocks.glsl\"\n#in"
},
{
"path": "shaders/dimensions/all_translucent.fsh",
"chars": 24248,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\nin vec4 lmtexcoord;\nfloat lightmap "
},
{
"path": "shaders/dimensions/all_translucent.vsh",
"chars": 7973,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/bokeh.glsl\"\n#include \"/lib/items.glsl\"\n\nuni"
},
{
"path": "shaders/dimensions/all_vanilla_emissives.fsh",
"chars": 1592,
"preview": "#include \"/lib/settings.glsl\"\n\nin vec4 color;\nin vec2 texcoord;\n\nuniform sampler2D texture;\n\nvec3 toLinear(vec3 sRGB){\n\t"
},
{
"path": "shaders/dimensions/all_vanilla_emissives.vsh",
"chars": 1146,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\n/*\n!! DO NOT REMOVE !!\nThis code is from Chocapic13' shad"
},
{
"path": "shaders/dimensions/begin.csh",
"chars": 621,
"preview": "#define RENDER_SHADOWCOMP\r\n\r\nlayout (local_size_x = 9, local_size_y = 1, local_size_z = 1) in;\r\n\r\nconst ivec3 workGroups"
},
{
"path": "shaders/dimensions/composite.fsh",
"chars": 11884,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\n#ifndef DH_AMBIENT_OCCLUSION\n\t#unde"
},
{
"path": "shaders/dimensions/composite.vsh",
"chars": 643,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n\nflat out vec2 TAA_Offset;\nflat out vec3 WsunVec;\n\nuniform sampl"
},
{
"path": "shaders/dimensions/composite1.fsh",
"chars": 41914,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\n#ifdef IS_LPV_ENABLED\n\t#extension G"
},
{
"path": "shaders/dimensions/composite1.vsh",
"chars": 1922,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\n#ifdef END_SHADER\n\tflat out flo"
},
{
"path": "shaders/dimensions/composite10.fsh",
"chars": 3949,
"preview": "#include \"/lib/settings.glsl\"\n\nuniform sampler2D colortex3;\nuniform sampler2D colortex6;\n\nuniform vec2 texelSize;\nunifor"
},
{
"path": "shaders/dimensions/composite10.vsh",
"chars": 775,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\n//////////////////////////////VOID MAIN//////////////////////////////"
},
{
"path": "shaders/dimensions/composite11.fsh",
"chars": 9739,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\nflat in vec4 exposure;\nflat in vec2 rodExposureDepth;\nin "
},
{
"path": "shaders/dimensions/composite11.vsh",
"chars": 795,
"preview": "#include \"/lib/settings.glsl\"\n\nout vec2 texcoord;\n\nuniform sampler2D colortex4;\n\nflat out vec4 exposure;\nflat out vec2 r"
},
{
"path": "shaders/dimensions/composite12.fsh",
"chars": 6430,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\nin vec2 texcoord;\nuniform vec2 texe"
},
{
"path": "shaders/dimensions/composite12.vsh",
"chars": 481,
"preview": "#include \"/lib/settings.glsl\"\n\nout vec2 texcoord;\n\n//////////////////////////////VOID MAIN//////////////////////////////"
},
{
"path": "shaders/dimensions/composite2.fsh",
"chars": 13766,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\n#define EXCLUDE_WRITE_TO_LUT\n\nflat "
},
{
"path": "shaders/dimensions/composite2.vsh",
"chars": 2467,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\nflat out vec4 lightCol;\nflat ou"
},
{
"path": "shaders/dimensions/composite3.fsh",
"chars": 18960,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\nflat in vec3 zMults;\n\nflat in vec2 "
},
{
"path": "shaders/dimensions/composite3.vsh",
"chars": 1242,
"preview": "#include \"/lib/settings.glsl\"\n\nout vec2 texcoord;\nflat out vec3 zMults;\n\n#ifdef BorderFog\n\tuniform sampler2D colortex4;\n"
},
{
"path": "shaders/dimensions/composite4.fsh",
"chars": 2805,
"preview": "#include \"/lib/settings.glsl\"\n\nuniform sampler2D colortex3;\n// Compute 3x3 min max for TAA\n\n////////////////////////////"
},
{
"path": "shaders/dimensions/composite4.vsh",
"chars": 556,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\n//////////////////////////////VOID MAIN//////////////////"
},
{
"path": "shaders/dimensions/composite5.fsh",
"chars": 13474,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\n/*\nconst int colortex0Format = "
},
{
"path": "shaders/dimensions/composite5.vsh",
"chars": 413,
"preview": "#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\nout vec2 texcoord;\nflat out float tempOffsets;\n\nuniform int f"
},
{
"path": "shaders/dimensions/composite6.fsh",
"chars": 2640,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n\nuniform sampler2D depthtex0;\nuniform sampler2D colortex1;"
},
{
"path": "shaders/dimensions/composite6.vsh",
"chars": 775,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\n//////////////////////////////VOID MAIN//////////////////////////////"
},
{
"path": "shaders/dimensions/composite7.fsh",
"chars": 1948,
"preview": "uniform sampler2D colortex3;\nuniform vec2 texelSize;\nuniform float viewWidth;\nuniform float viewHeight;\n////////////////"
},
{
"path": "shaders/dimensions/composite7.vsh",
"chars": 773,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\n//////////////////////////////VOID MAIN//////////////////////////////"
},
{
"path": "shaders/dimensions/composite8.fsh",
"chars": 2623,
"preview": "uniform sampler2D colortex6;\nuniform vec2 texelSize;\nin vec2 texcoord;\nuniform float viewWidth;\nuniform float viewHeight"
},
{
"path": "shaders/dimensions/composite8.vsh",
"chars": 770,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\nout vec2 texcoord;\n\n//////////////////////////////VOID MAIN//////////"
},
{
"path": "shaders/dimensions/composite9.fsh",
"chars": 2624,
"preview": "uniform sampler2D colortex6;\nuniform vec2 texelSize;\nin vec2 texcoord;\nuniform float viewWidth;\nuniform float viewHeight"
},
{
"path": "shaders/dimensions/composite9.vsh",
"chars": 771,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\nout vec2 texcoord;\n\n//////////////////////////////VOID MAIN//////////"
},
{
"path": "shaders/dimensions/deferred.fsh",
"chars": 11093,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\nflat in vec3 averageSkyCol_Clouds;\n"
},
{
"path": "shaders/dimensions/deferred.vsh",
"chars": 6238,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\n// uniform int dhRenderDistance"
},
{
"path": "shaders/dimensions/deferred1.fsh",
"chars": 1954,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/projections.glsl\"\n#include \"/lib/DistantHorizons_projections.glsl\"\n\nuniform"
},
{
"path": "shaders/dimensions/deferred1.vsh",
"chars": 284,
"preview": "#include \"/lib/settings.glsl\"\n\nuniform vec2 texelSize;\n#include \"/lib/res_params.glsl\"\n\nvoid main() {\n\tgl_Position = ftr"
},
{
"path": "shaders/dimensions/deferred2.fsh",
"chars": 1463,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\nuniform sampler2D depthtex0;\nunifor"
},
{
"path": "shaders/dimensions/deferred2.vsh",
"chars": 175,
"preview": "#include \"/lib/res_params.glsl\"\n\nvoid main() {\n\n\tgl_Position = ftransform();\n\n\t#ifdef TAA_UPSCALING\n\t\tgl_Position.xy = ("
},
{
"path": "shaders/dimensions/final.fsh",
"chars": 7500,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\n#include \"/lib/projections.glsl\"\n\nu"
},
{
"path": "shaders/dimensions/final.vsh",
"chars": 934,
"preview": "#include \"/lib/settings.glsl\"\n\nuniform mat4 gbufferModelViewInverse;\n\nout vec2 texcoord;\n\n#ifdef OVERWORLD_SHADER\n\tunifo"
},
{
"path": "shaders/dimensions/fogBehindTranslucent_pass.fsh",
"chars": 10472,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/util.glsl\"\n#include \"/lib/dither.glsl\"\n\n// #if defined END_SHADER || define"
},
{
"path": "shaders/dimensions/fogBehindTranslucent_pass.vsh",
"chars": 2143,
"preview": "#include \"/lib/settings.glsl\"\n#include \"/lib/res_params.glsl\"\n#include \"/lib/util.glsl\"\n\nflat out vec4 lightCol;\nflat ou"
},
{
"path": "shaders/dimensions/setup.csh",
"chars": 31003,
"preview": "layout (local_size_x = 8, local_size_y = 8, local_size_z = 1) in;\n\nconst ivec3 workGroups = ivec3(6, 6, 1);\n\n#ifdef IS_L"
},
{
"path": "shaders/dimensions/shadowcomp.csh",
"chars": 5885,
"preview": "#define RENDER_SHADOWCOMP\n\nlayout (local_size_x = 8, local_size_y = 8, local_size_z = 8) in;\n\n#if LPV_SIZE == 8\n\tconst i"
},
{
"path": "shaders/dimensions/shadowcomp3.csh",
"chars": 2992,
"preview": "#define RENDER_SHADOWCOMP\r\n\r\nlayout (local_size_x = 8, local_size_y = 8, local_size_z = 8) in;\r\n\r\nconst ivec3 workGroups"
},
{
"path": "shaders/dimensions/shadowcomp4.csh",
"chars": 1121,
"preview": "#define RENDER_SHADOWCOMP\r\n\r\nlayout (local_size_x = 4, local_size_y = 4, local_size_z = 2) in;\r\n\r\nconst ivec3 workGroups"
},
{
"path": "shaders/dimensions/shadowcomp5.csh",
"chars": 1237,
"preview": "#define RENDER_SHADOWCOMP\r\n\r\nlayout (local_size_x = 1, local_size_y = 1, local_size_z = 1) in;\r\n\r\nconst ivec3 workGroups"
},
{
"path": "shaders/entity.properties",
"chars": 1880,
"preview": "entity.1601=player\n\nentity.1602=minecraft:lightning_bolt weather2:lightning_bolt\n\n## misc stuff\n\nentity.1603=blaze\n\nenti"
},
{
"path": "shaders/item.properties",
"chars": 1562,
"preview": "item.1000=soul_lantern conduit beacon sea_pickle sea_lantern glowstone redstone_torch jack_o_lantern magma_block lantern"
},
{
"path": "shaders/lang/en_us.lang",
"chars": 57790,
"preview": "option.SHADER_VERSION_LABEL = Bliss-BSPT by WF99\n\tprefix.SHADER_VERSION_LABEL = #\n\nprofile.veryLow=§aVery Low\nprofile.Lo"
},
{
"path": "shaders/lang/zh_cn.lang",
"chars": 38878,
"preview": "option.SHADER_VERSION_LABEL = Bliss-BSPT by WF99\n\tprefix.SHADER_VERSION_LABEL = #\n\nprofile.veryLow=§a低质量\nprofile.Low=§b较"
},
{
"path": "shaders/lib/DistantHorizons_projections.glsl",
"chars": 3605,
"preview": "/////// ALL OF THIS IS BASED OFF OF THE DISTANT HORIZONS EXAMPLE PACK BY NULL\n\nuniform mat4 dhPreviousProjection;\nunifor"
},
{
"path": "shaders/lib/PhotonGTAO.glsl",
"chars": 4956,
"preview": "\n// Common constants\n\nconst float e = exp(1.0);\nconst float hand_depth = 0.56;\n\n#if defined TAA && defined TAA_UPSCALING"
},
{
"path": "shaders/lib/Shadow_Params.glsl",
"chars": 773,
"preview": "uniform float far;\nuniform int dhRenderDistance;\n\nconst float k = 1.8;\nconst float d0 = 0.04 + (1.0-clamp(shadowDistance"
},
{
"path": "shaders/lib/Shadows.glsl",
"chars": 1108,
"preview": "// Emin's and Gri's combined ideas to stop peter panning and light leaking, also has little shadowacne so thats nice\n// "
},
{
"path": "shaders/lib/TAA_jitter.glsl",
"chars": 520,
"preview": "// swap out jitter pattern to be a 4 frame pattern instead of an 8 frame halton sequence\n#if defined RESPONSIVE_TAA || d"
},
{
"path": "shaders/lib/atmosphere.glsl",
"chars": 5583,
"preview": "//Original atmosphere code : https://www.shadertoy.com/view/WcdSW4, heavily customized.\n\nuniform int moonPhase;\n\nconst f"
},
{
"path": "shaders/lib/aurora.glsl",
"chars": 2633,
"preview": "//Original aurora code : https://www.shadertoy.com/view/XtGGRt\r\n\r\nfloat speed = AURORA_SPEED;\r\n\r\nmat2 mm2(float a) {\r\n\tf"
},
{
"path": "shaders/lib/blocks.glsl",
"chars": 10419,
"preview": "#define BLOCK_WATER 8\n#define BLOCK_BAMBOO 11\n#define BLOCK_GRASS_SHORT 12\n#define BLOCK_GRASS_TALL_LOWER 13\n#define BLO"
},
{
"path": "shaders/lib/bokeh.glsl",
"chars": 21622,
"preview": "#if DOF_QUALITY == 0 // Original choc hex bokeh\n\t#define BOKEH_SAMPLES 60\n\t#define HEXAGONAL_BOKEH\n\tconst vec2 bokeh_off"
},
{
"path": "shaders/lib/climate_settings.glsl",
"chars": 5710,
"preview": "// this file contains all things for seasons, weather, and biome specific settings.\n\nuniform float Summer;\nuniform float"
},
{
"path": "shaders/lib/color_dither.glsl",
"chars": 1209,
"preview": "//using white noise for color dithering : gives a somewhat more \"filmic\" look when noise is visible\nfloat nrand(vec2 n){"
},
{
"path": "shaders/lib/cube/cubeData.glsl",
"chars": 4539,
"preview": "#if !defined HAND\r\n\tconst mat4 cubeProjection = mat4(1.0, 0.0, 0.0, 0.0,\r\n\t\t0.0, 1.0, 0.0, 0.0,\r\n\t\t0.0, 0.0, (1000.0+0.0"
},
{
"path": "shaders/lib/cube/emit.glsl",
"chars": 991,
"preview": "#include \"/lib/cube/cubeData.glsl\"\r\n\r\nvoid emitCubemap(mat4 directionMatrix, vec2 offset, vec3 lightPosition) {\r\n\tvec4[]"
},
{
"path": "shaders/lib/cube/lightData.glsl",
"chars": 349,
"preview": "bool getLightData(in uint data, out float dist, out ivec3 pos, out uint id) {\r\n\tif (data == 4294967295u) {\r\n\t\treturn fal"
},
{
"path": "shaders/lib/diffuse_lighting.glsl",
"chars": 9011,
"preview": "#ifdef IS_LPV_ENABLED\n\tvec3 GetHandLight(const in int itemId, const in vec3 playerPos, const in vec3 normal) {\n\t\tvec3 li"
},
{
"path": "shaders/lib/dither.glsl",
"chars": 1082,
"preview": "uniform sampler2D noisetex;\r\nuniform int frameCounter;\r\n\r\nfloat interleaved_gradientNoise_temporal(){\r\n\tvec2 coord = gl_"
},
{
"path": "shaders/lib/end_fog.glsl",
"chars": 9957,
"preview": "// Hash without Sine\n// MIT License...\n/* Copyright (c)2014 David Hoskins.\n\nPermission is hereby granted, free of charge"
},
{
"path": "shaders/lib/entities.glsl",
"chars": 422,
"preview": "#define ENTITY_PLAYER 1601\n#define ENTITY_LIGHTNING 1602\n#define ENTITY_BLAZE 1603\n#define ENTITY_DRAGON_WITHER 1604\n#de"
},
{
"path": "shaders/lib/gameplay_effects.glsl",
"chars": 5894,
"preview": "#ifdef IS_IRIS\n\tuniform float currentPlayerHealth;\n\tuniform float maxPlayerHealth;\n\tuniform float oneHeart;\n\tuniform flo"
},
{
"path": "shaders/lib/hsv.glsl",
"chars": 548,
"preview": "vec3 RgbToHsv(const in vec3 c) {\n\tconst vec4 K = vec4(0.0, -1.0, 2.0, -3.0) / 3.0;\n\tconst float e = 1.0e-10;\n\n\tvec4 p = "
},
{
"path": "shaders/lib/indirect_lighting_effects.glsl",
"chars": 7453,
"preview": "uniform float viewWidth;\nuniform float viewHeight;\n\nvec3 cosineHemisphereSample(vec2 Xi){\n\tfloat theta = TAU * Xi.y;\n\n\tf"
},
{
"path": "shaders/lib/items.glsl",
"chars": 811,
"preview": "#define ITEM_AMETHYST_BUD_SMALL 1000\n#define ITEM_AMETHYST_BUD_MEDIUM 1001\n#define ITEM_AMETHYST_BUD_LARGE 1002\n#define "
},
{
"path": "shaders/lib/lensflare.glsl",
"chars": 1616,
"preview": "//Original lens flare code : https://www.shadertoy.com/view/XdfXRX , simplified\r\n\r\nvec3 lensflare(vec2 uv, vec2 pos) {\r\n"
},
{
"path": "shaders/lib/lightning_stuff.glsl",
"chars": 2674,
"preview": "uniform vec3 lightningEffect;\n#ifdef IS_IRIS\n\tuniform vec4 lightningBoltPosition;\n#else\n\tvec4 lightningBoltPosition = ve"
},
{
"path": "shaders/lib/lpv_blocks.glsl",
"chars": 227,
"preview": "/*\n\tlightColor 3*8=24\n\tlightRange 8=8\n\ttintColor 3*8=24\n\tlightMask 6=8\n*/\n\n#ifdef RENDER_SETUP\n\tlayout(rg32ui) uni"
},
{
"path": "shaders/lib/lpv_buffer.glsl",
"chars": 234,
"preview": "#ifdef RENDER_SHADOWCOMP\n\tlayout(rgba8) uniform restrict image3D imgLpv1;\n\tlayout(rgba8) uniform restrict image3D imgLpv"
},
{
"path": "shaders/lib/lpv_common.glsl",
"chars": 330,
"preview": "// How far light propagates (block, sky)\nconst vec2 LpvBlockSkyRange = vec2(LPV_BLOCKLIGHT_SCALE, 24.0);\n\nconst uint Lpv"
},
{
"path": "shaders/lib/lpv_render.glsl",
"chars": 1365,
"preview": "float lpvCurve(float values) {\n\t#ifdef VANILLA_LIGHTMAP_MASK\n\t\treturn sqrt(values);\n\t#else\n\t\treturn values*values;\n\t#end"
},
{
"path": "shaders/lib/nether_fog.glsl",
"chars": 4523,
"preview": "float densityAtPosFog(in vec3 pos){\n\tpos /= 16.0;\n\tpos.xz *= 0.5;\n\n\tvec3 p = floor(pos);\n\tvec3 f = fract(pos);\n\n\tf = (f*"
},
{
"path": "shaders/lib/oceans.glsl",
"chars": 9692,
"preview": "// THIS FILE IS PUBLIC DOMAIN SO USE IT HOWEVER YOU WANT!\r\n// to make it compatible with your shaderpack use:\r\n#define P"
},
{
"path": "shaders/lib/overworld_fog.glsl",
"chars": 11422,
"preview": "uniform float rainyAreas;\n\nfloat densityAtPosFog(in vec3 pos){\n\tpos /= 16.0;\n\tpos.xz *= 0.5;\n\tvec3 p = floor(pos);\n\tvec3"
},
{
"path": "shaders/lib/projections.glsl",
"chars": 2806,
"preview": "uniform mat4 gbufferProjection;\nuniform mat4 gbufferProjectionInverse;\nuniform mat4 gbufferPreviousProjection;\nuniform m"
},
{
"path": "shaders/lib/rainbow.glsl",
"chars": 1592,
"preview": "// Hue generate thanks to Builderb0y.\r\nvec3 smoothHue(float h) {\r\n\tvec3 phaseShift = vec3(0.0, 1.0, 2.0) * (TAU / 3.0);\r"
},
{
"path": "shaders/lib/res_params.glsl",
"chars": 598,
"preview": "#ifndef TAA\n\t#undef TAA_UPSCALING\n#endif\n\n#ifdef TAA_UPSCALING\n\t#define SCALE_FACTOR 0.75 // render resolution multipli"
},
{
"path": "shaders/lib/ripples.glsl",
"chars": 985,
"preview": "//Original ripple code : https://www.shadertoy.com/view/ldfyzl , optimised\r\n\r\n// Maximum number of cells a ripple can cr"
},
{
"path": "shaders/lib/scene_controller.glsl",
"chars": 7533,
"preview": "//=============== DECLARE UNIFORMS BELOW HERE ===============\r\nuniform float Morning;\r\nuniform float Noon;\r\nuniform floa"
},
{
"path": "shaders/lib/settings.glsl",
"chars": 104021,
"preview": "#define SHADER_VERSION_LABEL 1.9 // [1.9]\n\n////////////////////////////////////////\n// ----- WATER RELATED SETTINGS ----"
},
{
"path": "shaders/lib/sky_gradient.glsl",
"chars": 5185,
"preview": "vec3 drawSun(float cosY, float sunInt,vec3 nsunlight, vec3 inColor){\n\n\t// return nsunlight * min(max(cosY-0.9994,0.0)/(1"
},
{
"path": "shaders/lib/specular.glsl",
"chars": 14762,
"preview": "float invLinZ (float lindepth){\n\treturn -((2.0*near/lindepth)-far-near)/(far-near);\n}\n\nfloat linZ(float depth) {\n\treturn"
},
{
"path": "shaders/lib/stars.glsl",
"chars": 2625,
"preview": "//Original star code : https://www.shadertoy.com/view/Md2SR3 , optimised\n//Original shooting star code : https://www.sha"
},
{
"path": "shaders/lib/text.glsl",
"chars": 9635,
"preview": "/*\r\n--------------------------------------------------------------------------------\r\n GLSL Debug Text Renderer by Sixt"
},
{
"path": "shaders/lib/tonemaps.glsl",
"chars": 9782,
"preview": "vec3 tonemap(vec3 col){\n\treturn col/(1+luma(col));\n}\n\nvec3 invTonemap(vec3 col){\n\treturn col/(1-luma(col));\n}\n\nvec3 Tone"
},
{
"path": "shaders/lib/util.glsl",
"chars": 6836,
"preview": "const float PI \t\t= acos(-1.0);\nconst float TAU \t= PI * 2.0;\nconst float hPI \t= PI * 0.5;\nconst float rPI \t= 1.0 / PI;\nco"
},
{
"path": "shaders/lib/volumetricClouds.glsl",
"chars": 24154,
"preview": "#define ALTOSTRATUS_LAYER 2\n#define LARGECUMULUS_LAYER 1\n#define SMALLCUMULUS_LAYER 0\n\nfloat cloud_movement = (worldTime"
},
{
"path": "shaders/lib/voxel_common.glsl",
"chars": 246,
"preview": "#ifdef RENDER_SHADOW\n\tlayout(r16ui) uniform uimage3D imgVoxelMask;\n#else\n\tlayout(r16ui) uniform readonly uimage3D imgVox"
},
{
"path": "shaders/lib/voxel_write.glsl",
"chars": 1871,
"preview": "ivec3 GetVoxelIndex(const in vec3 playerPos) {\n\tvec3 cameraOffset = fract(cameraPosition);\n\treturn ivec3(floor(playerPos"
},
{
"path": "shaders/lib/waterBump.glsl",
"chars": 2453,
"preview": "float waterCaustics(vec3 worldPos, vec3 sunVec) {\n\n\tvec3 projectedPos = worldPos - (sunVec/sunVec.y*worldPos.y);\n\tvec2 p"
},
{
"path": "shaders/shaders.properties",
"chars": 42699,
"preview": "sliders = CloudLayer2_scale CloudLayer0_scale CloudLayer1_scale CloudLayer0_tallness CloudLayer1_tallness EXPOSURE_DARKE"
},
{
"path": "shaders/template/.gitignore",
"chars": 20,
"preview": "potater.exe\npotater\n"
},
{
"path": "shaders/template/block.properties",
"chars": 64878,
"preview": "layer.translucent = minecraft:glass minecraft:glass_pane\n\n\n#= BLOCK_WATER\nblock.8 = minecraft:water minecraft:flowing_wa"
},
{
"path": "shaders/template/entity.properties",
"chars": 1638,
"preview": "#= ENTITY_PLAYER\nentity.1601= player\n\n#= ENTITY_LIGHTNING\nentity.*= minecraft:lightning_bolt weather2:lightning_bolt\n\n##"
},
{
"path": "shaders/template/item.properties",
"chars": 2016,
"preview": "#= ITEM_LIGHT_SOURCES\nitem.1000 = soul_lantern conduit beacon sea_pickle sea_lantern glowstone redstone_torch jack_o_lan"
},
{
"path": "shaders/template/readme.md",
"chars": 874,
"preview": "# Editing Property Templates\nThe block, item, and entity property files are generated with a template builder. To modify"
},
{
"path": "shaders/template/update.sh",
"chars": 274,
"preview": "#!/bin/bash\n\n./potater item '../item.properties' '../lib/items.glsl' -t './item.properties'\n./potater block '../"
},
{
"path": "shaders/texture/blueNoise.png.mcmeta",
"chars": 61,
"preview": "{\n \"texture\":\n {\n \"blur\": true,\n \"clamp\": false\n }\n}"
},
{
"path": "shaders/texture/noises.png.mcmeta",
"chars": 61,
"preview": "{\n \"texture\":\n {\n \"blur\": true,\n \"clamp\": false\n }\n}"
},
{
"path": "shaders/world-1/composite.fsh",
"chars": 89,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/fogBehindTranslucent_pass.fsh\""
},
{
"path": "shaders/world-1/composite.vsh",
"chars": 89,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/fogBehindTranslucent_pass.vsh\""
},
{
"path": "shaders/world-1/composite1.fsh",
"chars": 73,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite.fsh\""
},
{
"path": "shaders/world-1/composite1.vsh",
"chars": 73,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite.vsh\""
},
{
"path": "shaders/world-1/composite10.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite9.fsh\""
},
{
"path": "shaders/world-1/composite10.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite9.vsh\""
},
{
"path": "shaders/world-1/composite11.fsh",
"chars": 75,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite10.fsh\""
},
{
"path": "shaders/world-1/composite11.vsh",
"chars": 75,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite10.vsh\""
},
{
"path": "shaders/world-1/composite12.fsh",
"chars": 75,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite11.fsh\""
},
{
"path": "shaders/world-1/composite12.vsh",
"chars": 75,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite11.vsh\""
},
{
"path": "shaders/world-1/composite13.fsh",
"chars": 78,
"preview": "#version 120\n\n#define OVERWORLD_SHADER\n\n#include \"/dimensions/composite12.fsh\""
},
{
"path": "shaders/world-1/composite13.vsh",
"chars": 78,
"preview": "#version 120\n\n#define OVERWORLD_SHADER\n\n#include \"/dimensions/composite12.vsh\""
},
{
"path": "shaders/world-1/composite2.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite1.fsh\""
},
{
"path": "shaders/world-1/composite2.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite1.vsh\""
},
{
"path": "shaders/world-1/composite3.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite2.fsh\""
},
{
"path": "shaders/world-1/composite3.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite2.vsh\""
},
{
"path": "shaders/world-1/composite4.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite3.fsh\""
},
{
"path": "shaders/world-1/composite4.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite3.vsh\""
},
{
"path": "shaders/world-1/composite5.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite4.fsh\""
},
{
"path": "shaders/world-1/composite5.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite4.vsh\""
},
{
"path": "shaders/world-1/composite6.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite5.fsh\""
},
{
"path": "shaders/world-1/composite6.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite5.vsh\""
},
{
"path": "shaders/world-1/composite7.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite6.fsh\""
},
{
"path": "shaders/world-1/composite7.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite6.vsh\""
},
{
"path": "shaders/world-1/composite8.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite7.fsh\""
},
{
"path": "shaders/world-1/composite8.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite7.vsh\""
},
{
"path": "shaders/world-1/composite9.fsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite8.fsh\""
},
{
"path": "shaders/world-1/composite9.vsh",
"chars": 74,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/composite8.vsh\""
},
{
"path": "shaders/world-1/deferred.fsh",
"chars": 72,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/deferred.fsh\""
},
{
"path": "shaders/world-1/deferred.vsh",
"chars": 72,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/deferred.vsh\""
},
{
"path": "shaders/world-1/deferred1.fsh",
"chars": 73,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/deferred1.fsh\""
},
{
"path": "shaders/world-1/deferred1.vsh",
"chars": 73,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/deferred1.vsh\""
},
{
"path": "shaders/world-1/dh_terrain.fsh",
"chars": 86,
"preview": "#version 330 compatibility\n\n#define NETHER_SHADER\n\n#include \"/dimensions/DH_solid.fsh\""
},
{
"path": "shaders/world-1/dh_terrain.vsh",
"chars": 86,
"preview": "#version 330 compatibility\n\n#define NETHER_SHADER\n\n#include \"/dimensions/DH_solid.vsh\""
},
{
"path": "shaders/world-1/dh_water.fsh",
"chars": 92,
"preview": "#version 330 compatibility\n\n#define NETHER_SHADER\n\n#include \"/dimensions/DH_translucent.fsh\""
},
{
"path": "shaders/world-1/dh_water.vsh",
"chars": 92,
"preview": "#version 330 compatibility\n\n#define NETHER_SHADER\n\n#include \"/dimensions/DH_translucent.vsh\""
},
{
"path": "shaders/world-1/final.fsh",
"chars": 69,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/final.fsh\""
},
{
"path": "shaders/world-1/final.vsh",
"chars": 69,
"preview": "#version 120\n\n#define NETHER_SHADER\n\n#include \"/dimensions/final.vsh\""
},
{
"path": "shaders/world-1/gbuffers_armor_glint.fsh",
"chars": 85,
"preview": "#version 120\n\n#define ENCHANT_GLINT\n\n#include \"/dimensions/all_vanilla_emissives.fsh\""
},
{
"path": "shaders/world-1/gbuffers_armor_glint.vsh",
"chars": 85,
"preview": "#version 120\n\n#define ENCHANT_GLINT\n\n#include \"/dimensions/all_vanilla_emissives.vsh\""
},
{
"path": "shaders/world-1/gbuffers_basic.fsh",
"chars": 91,
"preview": "#version 120\n\n#define LINES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.fsh\""
},
{
"path": "shaders/world-1/gbuffers_basic.vsh",
"chars": 91,
"preview": "#version 120\n\n#define LINES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.vsh\""
},
{
"path": "shaders/world-1/gbuffers_beaconbeam.fsh",
"chars": 83,
"preview": "#version 120\n\n#define BEACON_BEAM\n\n#include \"/dimensions/all_vanilla_emissives.fsh\""
},
{
"path": "shaders/world-1/gbuffers_beaconbeam.vsh",
"chars": 83,
"preview": "#version 120\n\n#define BEACON_BEAM\n\n#include \"/dimensions/all_vanilla_emissives.vsh\""
},
{
"path": "shaders/world-1/gbuffers_block.fsh",
"chars": 110,
"preview": "#version 120\n\n#define WORLD\n#define BLOCKENTITIES\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.fsh\""
},
{
"path": "shaders/world-1/gbuffers_block.vsh",
"chars": 110,
"preview": "#version 120\n\n#define WORLD\n#define BLOCKENTITIES\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.vsh\""
},
{
"path": "shaders/world-1/gbuffers_block_translucent.fsh",
"chars": 101,
"preview": "#version 120\n\n#define BLOCKENTITIES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.fsh\""
},
{
"path": "shaders/world-1/gbuffers_block_translucent.vsh",
"chars": 101,
"preview": "#version 120\n\n#define BLOCKENTITIES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.vsh\""
},
{
"path": "shaders/world-1/gbuffers_damagedblock.fsh",
"chars": 105,
"preview": "#version 120\n\n#define DAMAGE_BLOCK_EFFECT\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.fsh\""
},
{
"path": "shaders/world-1/gbuffers_damagedblock.vsh",
"chars": 105,
"preview": "#version 120\n\n#define DAMAGE_BLOCK_EFFECT\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.vsh\""
},
{
"path": "shaders/world-1/gbuffers_entities.fsh",
"chars": 105,
"preview": "#version 120\n\n#define WORLD\n#define ENTITIES\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.fsh\""
},
{
"path": "shaders/world-1/gbuffers_entities.vsh",
"chars": 109,
"preview": "#version 120\n\n\n// #define WORLD\n#define ENTITIES\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.vsh\""
},
{
"path": "shaders/world-1/gbuffers_entities_glowing.fsh",
"chars": 79,
"preview": "#version 120\n\n#define GLOWING\n\n#include \"/dimensions/all_vanilla_emissives.fsh\""
},
{
"path": "shaders/world-1/gbuffers_entities_glowing.vsh",
"chars": 79,
"preview": "#version 120\n\n#define GLOWING\n\n#include \"/dimensions/all_vanilla_emissives.vsh\""
},
{
"path": "shaders/world-1/gbuffers_entities_translucent.fsh",
"chars": 96,
"preview": "#version 120\n\n#define ENTITIES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.fsh\""
},
{
"path": "shaders/world-1/gbuffers_entities_translucent.vsh",
"chars": 96,
"preview": "#version 120\n\n#define ENTITIES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.vsh\""
},
{
"path": "shaders/world-1/gbuffers_hand.fsh",
"chars": 101,
"preview": "#version 120\n\n#define WORLD\n#define HAND\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.fsh\""
},
{
"path": "shaders/world-1/gbuffers_hand.vsh",
"chars": 101,
"preview": "#version 120\n\n#define WORLD\n#define HAND\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.vsh\""
},
{
"path": "shaders/world-1/gbuffers_hand_water.fsh",
"chars": 92,
"preview": "#version 120\n\n#define HAND\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.fsh\""
},
{
"path": "shaders/world-1/gbuffers_hand_water.vsh",
"chars": 92,
"preview": "#version 120\n\n#define HAND\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.vsh\""
},
{
"path": "shaders/world-1/gbuffers_lightning.fsh",
"chars": 104,
"preview": "#version 120\n\n#define LIGHTNING_AND_DRAGON_DEATH_BEAMS\n\n#include \"/dimensions/all_vanilla_emissives.fsh\""
},
{
"path": "shaders/world-1/gbuffers_lightning.vsh",
"chars": 104,
"preview": "#version 120\n\n#define LIGHTNING_AND_DRAGON_DEATH_BEAMS\n\n#include \"/dimensions/all_vanilla_emissives.vsh\""
},
{
"path": "shaders/world-1/gbuffers_skybasic.fsh",
"chars": 63,
"preview": "#version 120\n\n/* RENDERTARGETS:0 */\n\nvoid main() {\n\tdiscard;\n}\n"
},
{
"path": "shaders/world-1/gbuffers_skybasic.vsh",
"chars": 59,
"preview": "#version 120\n\nvoid main() {\n\tgl_Position = ftransform();\n}\n"
},
{
"path": "shaders/world-1/gbuffers_skytextured.fsh",
"chars": 47,
"preview": "#version 120\n\nvoid main() { discard; return; }\n"
},
{
"path": "shaders/world-1/gbuffers_skytextured.vsh",
"chars": 58,
"preview": "#version 120\n\nvoid main() {\n\tgl_Position = ftransform();\n}"
},
{
"path": "shaders/world-1/gbuffers_spidereyes.fsh",
"chars": 83,
"preview": "#version 120\n\n#define SPIDER_EYES\n\n#include \"/dimensions/all_vanilla_emissives.fsh\""
},
{
"path": "shaders/world-1/gbuffers_spidereyes.vsh",
"chars": 83,
"preview": "#version 120\n\n#define SPIDER_EYES\n\n#include \"/dimensions/all_vanilla_emissives.vsh\""
},
{
"path": "shaders/world-1/gbuffers_terrain.fsh",
"chars": 87,
"preview": "#version 120\n\n#define WORLD\n#define NETHER_SHADER\n\n#include \"/dimensions/all_solid.fsh\""
},
{
"path": "shaders/world-1/gbuffers_terrain.vsh",
"chars": 88,
"preview": "#version 120\n\n#define WORLD\n#define NETHER_SHADER\n\n\n#include \"/dimensions/all_solid.vsh\""
},
{
"path": "shaders/world-1/gbuffers_textured.fsh",
"chars": 95,
"preview": "#version 120\n\n#define PARTICLES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.fsh\""
},
{
"path": "shaders/world-1/gbuffers_textured.vsh",
"chars": 96,
"preview": "#version 120\n\n\n#define PARTICLES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.vsh\""
},
{
"path": "shaders/world-1/gbuffers_textured_lit.fsh",
"chars": 108,
"preview": "#version 120\n\n#define LIT\n#define PARTICLES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.fsh\"\n"
},
{
"path": "shaders/world-1/gbuffers_textured_lit.vsh",
"chars": 107,
"preview": "#version 120\n\n#define LIT\n#define PARTICLES\n#define NETHER_SHADER\n\n#include \"/dimensions/all_particles.vsh\""
},
{
"path": "shaders/world-1/gbuffers_water.fsh",
"chars": 95,
"preview": "#version 120\n\n#define NETHER\n\n#define NETHER_SHADER\n\n#include \"/dimensions/all_translucent.fsh\""
}
]
// ... and 356 more files (download for full content)
About this extraction
This page contains the full source code of the WATERFORCE99/Bliss-Shader-BSPT GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 556 files (1.9 MB), approximately 690.4k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.