作者:rebot | 分类:模组
Minecraft 版本: 1.21.9 1.21.10
平台: fabric
标签: adventure decoration game-mechanics
⚠️ Invariable Paintings v1/v2? (pre-MC1.21.2) and v3?/v4? (post-MC1.21.2) have different mechanics regarding CITs. ⚠️
Turns each painting variant into its own item. When a painting is broken, it will drop the variant-locked item instead of the blank one. No new item type was added to the game, variant-locked items work the same as the ones available in the vanilla creative menu.
Empty paintings can no longer be placed, but filled ones can be found in various places.
Core functionalities are fully server-side.
?? Post-1.21.2, client-side is strictly optional, containing only minor cosmetic changes to the tooltip.
Vanilla clients only need a resource pack for CITs to work.
? Pre-1.21.2 client-side installation is optional, but recommended, because vanilla clients have no options for CITs.
The built-in data packs contain several tags at /data/invarpaint/tags/painting_variant/exclusive*.json, which dictate where each variant can be found. Variants that are absent from the global exclusive tag can be found everywhere.
Filled paintings can be bought from Master Shepherds and Wandering Traders. Shepherds no longer sell variantless paintings, but will now require one in their pricing.
The elemental paintings are exclusive to the Wandering Trader, and a few haphazardly chosen others are exclusive to the villagers.
Modded paintings will be available to both by default.
This feature requires Patched.
Filled paintings can be found inside many naturally generated chests, suspicious soils, and while fishing.
Some paintings are exclusive to certain location; for example, the Wither painting can only be found in the nether.
Modded paintings will be available in most locations by default.
The loot tables are provided as a built-in datapack which can be disabled. Without the datapack, all location-exclusive paintings will instead be available via trading.
With the mod installed client-side, item textures will be searched for at /assets/<namespace>/textures/item/painting/<variant>.png, based on the painting variant's ID.
Paintings that lack a custom icon will fall back to a generic built-in one, instead of using the missing model.
(If you are familiar with Variants-CIT, this is the same mechanics as its painting_variant module. Invarpaint is kind of the predecessor to Variants-CIT. Invarpaint's CIT logic was removed in v3, and fully relegated to Variants-CIT.)
The associated texture pack uses purely vanilla mechanics to display the correct painting, and requires no action be taken. However, this pack will only work for vanilla paintings; modded paintings will use a generic texture.
There are two ways to support modded paintings on vanilla clients:
The vanilla format for CITs unfortunately needs all variants listed in a single monolithic file. In order to add custom painting textures, you will need to directly modify the provided resource pack, so that /assets/minecraft/items/painting.json references your custom models.
This method leaves the item stack themselves are unchanged.
item_model component (v3/v4??)This feature can be enabled with the command: /invarpaint config server.item_model true.
This will set the item_model component of painting items to <namespace>:painting/<path>, based on the painting's ID. You can provide your own models in a separate pack, but painting variants with no custom model will show up as a missing models.
If keeping your clients vanilla is not a concern, an easier way to handle paintings is to have them install Variants-CIT. Invarpaint's resource pack already contains the configuration file required to make Variants-CIT work, so all you'll need is to provide your custom textures at /assets/<namespace>/textures/item/painting/<variant>.png, and can do so in a separate pack.
With this, painting variants that lack a custom texture will use a built-in generic texture.
This is similar to V2?'s own CIT logic.
invarpaint:lock_variant_randomly.Keep your painting collection neatly packed inside a single stack.
Prevents accidentally uninstalled custom paintings from being removed from the world.
请登录后举报
暂无评论,抢个沙发吧~