• 0

    posted a message on Block model help

    If I apply the cullface to either west or east it will look like this.

    Posted in: Resource Pack Help
  • 0

    posted a message on Block model help

    Is there a way I can apply a cull-face to half a block so I can fix stuff like this?

    Posted in: Resource Pack Help
  • 0

    posted a message on Grass color help

    I wanted to make the grass and some other blocks look like how they did in beta using a custom texture that's green and editing the item json model. The problem Is that the default hardcoded coloring is applied so it makes the item looks very dark. Is it possible to remove the hardcoded coloring with json models or through some other mean?


    Here is the item json that I used:


    {
    "parent": "minecraft:item/generated",
    "textures": {
    "layer0": "minecraft:block/beta_grass"
    }
    }

    Posted in: Resource Pack Help
  • 0

    posted a message on Sugarcane biome tint

    I used the method In the comment and It didn't work. I know it Is or was possible because I've seen many videos of sugarcane this Isn't biome tinted.


    Example:

    go to 1:01

    Posted in: Resource Pack Help
  • 0

    posted a message on Sugarcane biome tint

    Is there a way to remove the tint In sugarcane In 1.7x? I've already tried the method used In this thread but It doesn't seem to work for me. https://www.planetminecraft.com/forums/communities/texturing/reed-sugar-cane-texture-overlay-360858/comment/2410476/?reply_sort=newest#replies

    Posted in: Resource Pack Help
  • 0

    posted a message on Minecraft item model issue

    I recently Installed SpiderFrog's Old Animations Mod and have noticed that the 2D item feature present In the mod has shading unlike vanilla 1.7 2D items. This Is not a problem with the mod rather that Minecraft renders item entities like this post 1.8. Does anyone know how to disable this item shading? Help would be appreciated!


    Edit: It can be easily removed by putting this In a item json file ("shade": false,). I have no clue for where to or how to put It in a json folder. Where should I put "shade": false, In the item model?

    {
        "parent": "builtin/generated",
        "textures": {
            "layer0": "items/diamond_sword"
        },
        "display": {
            "thirdperson": {
                "rotation": [ 0, 90, -35 ],
                "translation": [ 0, 1.25, -3.5 ],
                "scale": [ 0.85, 0.85, 0.85 ]
            },
            "firstperson": {
                "rotation": [ 0, -135, 25 ],
                "translation": [ 0, 4, 2 ],
                "scale": [ 1.7, 1.7, 1.7 ]
            }
        }
    }
    Posted in: Mods Discussion
  • 0

    posted a message on 2D item rendering

    I'm not very knowledgeable on Minecraft item models. If anyone knows how to make a model 2D, put the model text In the thread.

    Posted in: Discussion
  • 0

    posted a message on 2D item rendering

    Is there a way to add/mod the 1.7 way of item rendering Into 1.16 and if so how?

    Posted in: Discussion
  • 0

    posted a message on 2D item rendering

    I'm a little late to this but 2D Item rendering Is possible In post 1.8 because I know a mod that brings It back to 1.8 - 1.12. (Old Animations Mod) However, I was looking for a way to add this to 1.16.

    Posted in: Discussion
  • 0

    posted a message on 2D item rendering

    In earlier versions of Minecraft (pre 1.8) dropped items on fast graphics would be 2D. Is there a way to make items In 1.16 render 2D. Help would be appreciated!


    Note: The setting on optifine (video settings<details<dropped items) will not make items 2D.


    Example:

    Posted in: Discussion
  • 0

    posted a message on Old sugarcane

    Thank you so much!!! I had been trying to look for a way to remove the sugarcane biome tint for months! I had given up and resulted to community help!.

    Posted in: Discussion
  • 0

    posted a message on Old sugarcane

    Is there a way to get rid of the biome tint on sugarcane? Help would be appreciated

    Posted in: Discussion
  • To post a comment, please .