Amulet-Team / Amulet-Map-Editor

A new Minecraft world editor and converter that supports all versions since Java 1.12 and Bedrock 1.7.
https://www.amuletmc.com/
1.73k stars 122 forks source link

[Feature Request] Add an option to turn off blue tint #627

Open Josh65-2201 opened 2 years ago

Josh65-2201 commented 2 years ago

The Problem

I want to make a map of my world using an image and this is the best way i have but theres a blue (max height) tint that i carnt turn off.

Feature Description

Add a toggle to turn off height highlighting

GitHababi commented 2 years ago

there's a bit of a cheap trick you can do if you don't want to bother waiting for the devs to finish this: Step 1: Go into amulet folder Step 2: Find this image at this directory

amulet_map_editor\programs\edit\amulet_resource_pack\java\assets\amulet\textures\amulet_ui\transulcent_white.png

Step 3: replace this image with a fully transparent image of the same dimensions

Josh65-2201 commented 2 years ago

thanks il give it a try

gentlegiantJGC commented 2 years ago

As implemented the floor and ceiling are handled together so there isn't a way to turn off one without turning off the other. I need to modify the renderer to split them and disable rendering the ceiling if viewed in 2D mode. It can be disabled sort of in the chunk tool by decreasing the maximum displayed height.