Posted February 3, 20232 yr Is there a way to create a custom map marker for a custom structure/biome (same as a vanilla mansion)?
February 4, 20232 yr Currently no, MapDecoration$Type is a non-extended enum. You could attempt to make a PR for it, but that would require a lot of work since the value is essentially hardcoded into a specific texture with only bytes to represent some amount of data.
February 4, 20232 yr Author 2 hours ago, ChampionAsh5357 said: Currently no, MapDecoration$Type is a non-extended enum. You could attempt to make a PR for it, but that would require a lot of work since the value is essentially hardcoded into a specific texture with only bytes to represent some amount of data. Then another question - can I generate a map pointing to a custom structure but with a vanilla icon?
February 4, 20232 yr 30 minutes ago, FoxBox said: Then another question - can I generate a map pointing to a custom structure but with a vanilla icon? Sure, that's how the treasure maps for buried treasure work. Take a look at the shipwreck_map loot table or the TreasureMapForEmeralds villager trade for an example on how to create them.
February 4, 20232 yr Author 4 hours ago, ChampionAsh5357 said: Sure, that's how the treasure maps for buried treasure work. Take a look at the shipwreck_map loot table or the TreasureMapForEmeralds villager trade for an example on how to create them. Thanks, I figured out how to generate maps
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.