AntiqueAtlasTeam / AntiqueAtlas

A Minecraft mod that adds a fancy interactive map item.
http://www.minecraftforum.net/topic/2045745-164forge-antique-atlas
Other
256 stars 77 forks source link

When is antique atlas for mc 1.18+ coming? #422

Closed Tim202110 closed 2 years ago

Tim202110 commented 2 years ago

Its more a question than a issue

Is there any trouble in the code that is making it hard? Did something happen to personal life that you had to put it aside. I have been waiting for quite a while all I want is a lil bit of info then I will have more insight on how long id have to possibly wait. This is my favorite mod to use in every version of mc but I prefer modding newer released versions of mc.

Hope you understand and give me/us a lil bit of information on how long it might take. Maybe adding an roadmap on how far you all are gives the information I/we kinda need.

tyra314 commented 2 years ago

The worldgen change introduced in 1.18 is a bigger wall, than I thought it would be. Basically, the biome identifiers aren't a reliable source of information how the terrain looks like anymore. A while back, I posted this screenshot on discord. The cliffs you can see, those are "plains" according to Minecraft.

Combine this with the fact, that in AA, only the server scans the terrain and sends biome identifiers to the client. The problem is, biome identifiers aren't enough information for the client to select the correct texture, but the client doesn't have any other information as well. While that isn't an unsolvable problem, I haven't had the time and mental energy to tackle it.

The current state is: There is a dev build for fabric available here on Github, which should load fine, but the map has errors (like showing the cliffs from the screenshot as plains) and missing textures for the new biomes. It's also likely that the storage format for maps has to change.

Tim202110 commented 2 years ago

Ah thanks for telling. I thought the problem was probably with world gen but wanted to be sure. Again thanks. Take your time and do what you can. Ill be patiently waiting for my favorite mod. Thanks again for your reply.

Dr-WeiAL commented 2 years ago

It doesn't seem to work in 1.18.2

sisby-folk commented 2 years ago

Just gonna bump here that the artifacts being referenced above have expired. Here's a build from the 1.18 branch [removed] - Noting again that this doesn't work on 1.18.2

Honestly map accuracy isn't one of those things that's super huge to us compared to having a waypoint system, a free map (using the "no item required" configuration), and limited map visibility compared to 1:1 maps. So we'd personally appreciate the 1.18.2 compatibility being patched up if at all possible 👍

sisby-folk commented 2 years ago

We became competent at mixin and updated the mod (FOR 1.18.2 - not fixing 1.18 overall issues) in #432 - Here's a build for anyone who likes bleeding edge mods and wants to save five minutes: antiqueatlas-6.2.0-fabric-mc1.18.2.jar.zip

Do not request official support for this build.

sisby-folk commented 2 years ago

The 1.18.2 PR has been merged and heightmap-based tiles is also in. I've had a look and think it looks great, though we'd also understand wanting to tweak it more. The main thing that's visibly missing from the 1.18 is some tile textures/mappings.

I'm not sure if the 1.18 version is also supposed to have stuff like the map keybind or minimap HUD, or whether that waws removed in an earlier version, but they're not present in builds from 1.18-fabric rn as far as we know.

tyra314 commented 2 years ago

The 7.0.0 update should pop up on CF at any moment.