ViaVersion / ViaForge

Client-side Implementation of the Via* projects for Minecraft Forge
GNU General Public License v3.0
120 stars 33 forks source link

[FEATURE] Add support for some textures & items #31

Closed Gentleman2292 closed 8 months ago

Gentleman2292 commented 2 years ago

for example : respawn anchors dont show up crying obsidian doesnt show up netherite stuff show as diamond stuff

what to do: add the textures to the assets folder and make the game renders them somehow

Gentleman2292 commented 2 years ago

this is important for pvp

FlorianMichael commented 2 years ago

added on TODO

Gentleman2292 commented 2 years ago

nice

HowardZHY commented 2 years ago

I remember there was a texture pack for 1.14? to show 1.16 blocks and items?

Gentleman2292 commented 2 years ago

I remember there was a texture pack for 1.14? to show 1.16 blocks and items?

this mod is for 1.12.2

HowardZHY commented 2 years ago

not the mod, i mean a texture pack that can show some new item and block's textures base on NBT (such as copper translated as an iron block with an (name:1.xx Copper) NBT tag, the texture pack will show this translated iron (copper) block with copper texture.

在 2022-06-10 19:29:44,"Gentleman" @.***> 写道:

I remember there was a texture pack for 1.14? to show 1.16 blocks and items?

this mod is for 1.12.2

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Gentleman2292 commented 2 years ago

not the mod, i mean a texture pack that can show some new item and block's textures base on NBT (such as copper translated as an iron block with an (name:1.xx Copper) NBT tag, the texture pack will show this translated iron (copper) block with copper texture. 在 2022-06-10 19:29:44,"Gentleman" @.> 写道: I remember there was a texture pack for 1.14? to show 1.16 blocks and items? this mod is for 1.12.2 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

could you provide a link please?

HowardZHY commented 2 years ago

I remember there was one on vv's discord, but I don't have it.

在 2022-06-11 20:13:33,"Gentleman" @.***> 写道:

not the mod, i mean a texture pack that can show some new item and block's textures base on NBT (such as copper translated as an iron block with an (name:1.xx Copper) NBT tag, the texture pack will show this translated iron (copper) block with copper texture. 在 2022-06-10 19:29:44,"Gentleman" @.> 写道: I remember there was a texture pack for 1.14? to show 1.16 blocks and items? this mod is for 1.12.2 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

could you provide a link please?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

HowardZHY commented 1 year ago

https://www.planetminecraft.com/texture-pack/1-7-2-1-12-2-optifine-netherite-items-and-armor-on-viaversion-server/

bluedragon-cairo commented 1 year ago

will it be also possible to add waterlogged block support, or will it be too time consuming like in readme?

FlorianMichael commented 8 months ago

Support for new blocks/items/features in older versions will never be added to ViaForge, if you want newer features, use newer versions, checkout https://github.com/ViaVersionAddons/ViaBackwards-Plus for some backporting.