your current location:首页 > news>suggestion tweaker minecraft

suggestion tweaker minecraft

2024-12-12 09:35:14|Myriagame |source:minecraft skins

Brief introduction

This MOD optimizes the recommendation function of the input instruction.

principle

Minecraft usually maintains the comparison of the beginning of the input and the recommended candidate. If it does not match, it will not be prompted.In some cases, the game will check "." Or "_" and then complete the input.

This is usually annoying when the player tries to search for some content, because its limitations are too harsh.This module has changed this, so any entry containing the input content is now displayed in it.

The client is different from the server

It is recommended to be divided into two groups -one set on the server (input based on the client), and the other is not screening on the server.The former is various functions, loot tables, Item Modifiers, Predicates, etc.The latter is Scoreboard Criteria, color, block and other content.

Because the former screening is controlled by the server, this module has established a solution that allows clients to use new methods independent of server screening.This module is also a server module. Even for clients without a module (but only the previous set of suggestions), better suggestions can be provided.

Exemplary example

Minecraft images

Minecraft images

Minecraft images

other

This mod is inspired by Snavesutit.

Similar modules: Suggestion Provider Fix