Updated specific locations to be searchable, take a look at Las Vegas as an example.

This post has been de-listed

It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.

2
Question about datapack villagers
Post Flair (click to view more posts with a particular flair)
Post Body

I've got a datapack where players can catch custom fish

{
    "type": "minecraft:fishing",
    "pools": [
      {
        "rolls": 1.0,
        "bonus_rolls": 0.0,
        "entries": [
          {
          "type": "minecraft:item",
          "functions": [
            {"function": "minecraft:set_nbt",
            "tag": "{CustomModelData:28}"},
            {
              "function": "set_name",
              "name": {
                    "text": "Flounder",
            "italic":"false"
                }
            },
            {
              "function": "minecraft:set_count",
              "count": 1
            }
          ],
          "name": "minecraft:tropical_fish",
          "weight": 10
        }
        ]
      }
    ]
  }

and sell them to a villager for items

/summon villager ~ ~ ~ {NoAI:1b,Willing:0b,VillagerData:{profession:"minecraft:fisherman"},Offers:{Recipes:[{rewardExp:0b,buy:{id:"minecraft:tropical_fish",Count:1b,tag:{CustomModelData:28,display:{Name:'{"text":"Flounder","italic":"false"}'}}},sell:{id:"minecraft:green_concrete",Count:1b}},{rewardExp:0b,buy:{id:"minecraft:tropical_fish",Count:1b},sell:{id:"minecraft:smoker",Count:1b}}]}}

Yet when I try to sell my custom fish to the villager, they don't accept the custom trade and instead get mistaken as a regular tropical fish. Is there something I'm overlooking?

Author
Account Strength
80%
Account Age
8 years
Verified Email
Yes
Verified Flair
No
Total Karma
227
Link Karma
107
Comment Karma
120
Profile updated: 1 day ago
Posts updated: 1 day ago

Subreddit

Post Details

We try to extract some basic information from the post title. This is not always successful or accurate, please use your best judgement and compare these values to the post title and body for confirmation.
Posted
3 years ago