[MCPE-17796] Villager Button Created: 29/Oct/16 Updated: 04/Jan/17 Resolved: 04/Jan/17 |
|
| Status: | Resolved |
| Project: | Minecraft (Bedrock codebase) |
| Component/s: | None |
| Affects Version/s: | 0.16.0, 0.16.2, 1.0.0.1 |
| Fix Version/s: | 1.0.0 |
| Type: | Bug | ||
| Reporter: | Marvin Dittel | ||
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Confirmation Status: | Confirmed |
| Platform: | Tablet - Android - Archos Platinum |
| CHK: | |
| ADO: | 50152 |
| Description |
|
If you sneak and watch at a Villager there will appear a Button that says "open", if you press it there will.happsn nothing. I think that the developers are working on a trading system and that this button should not be visible for 0.16. Using the Archos cobalt 55 plus, android 5.1) |
| Comments |
| Comment by Zeb [ 04/Jan/17 ] |
|
Fixed as of 1.0.0. The "open" button is no longer shown, thanks to the new "private" parameter added to the minecraft:inventory component in villager.json. |
| Comment by PHO [ 06/Dec/16 ] |
|
It turned out that this non-functioning "Open" button has nothing to do with trading. Any entity with a hidden inventory, i.e. a component "minecraft:inventory" whose "container_type" set to "" (default) has the same problem. While villagers are the only entities currently exist in vanilla with such an inventory, you can easily reproduce it with any other entities by modifying their components with a behavior pack. |