Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I want to do crop with forge blockstate, but it does not work at all:

{
  "forge_marker": 1,
  "defaults":
  {
    "model": "cross"
  },
  "variants":
  {
    "age":
    {
      "0": { "textures": { "cross": "tut:blocks/palme/stage_0" }},
      "1": { "textures": { "cross": "tut:blocks/palme/stage_1" }},
      "2": { "textures": { "cross": "tut:blocks/palme/stage_2" }},
      "3": { "textures": { "cross": "tut:blocks/palme/stage_3" }},
      "4": { "textures": { "cross": "tut:blocks/palme/stage_4" }}
    }
  }
}

In 1.12.2 it works....

Loooot of things changed from minecraft 1.12 to 1.15, this is how vanilla wheat blockstate looks like now:

{
  "variants": {
    "age=0": {
      "model": "minecraft:block/wheat_stage0"
    },
    "age=1": {
      "model": "minecraft:block/wheat_stage1"
    },
    "age=2": {
      "model": "minecraft:block/wheat_stage2"
    },
    "age=3": {
      "model": "minecraft:block/wheat_stage3"
    },
    "age=4": {
      "model": "minecraft:block/wheat_stage4"
    },
    "age=5": {
      "model": "minecraft:block/wheat_stage5"
    },
    "age=6": {
      "model": "minecraft:block/wheat_stage6"
    },
    "age=7": {
      "model": "minecraft:block/wheat_stage7"
    }
  }
}

Try looking at how vanilla implements crops in 1.15 and adjust your JSONs accordingly

Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port

  • Author

In 1.12.2 it was same. But in forge was(i want belive "are") "forge blockstates". In the my question has example of it.

Ehhh.... I dont want to make a lot of models. Thanks for your answers.

Edited by WildTan

  • Author

AAAA!!! THE QUESTION WAS ABOUT forge_marker AND forge blockstates IN NEW FORGE, BUT NOT ABOUT CROPS! Sorry from my caps. Link to docs.

Edited by WildTan

TLDR Forge blockstates were removed because vanilla states are smarter now.

Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable.  If you think this is the case, JUST REPORT ME.  Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice.

 

Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked.

 

DO NOT PM ME WITH PROBLEMS. No help will be given.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.