What's wrong here?

Started by FixerBoy334 on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Jan 2024
Points:
122

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
What's wrong here?

What's wrong here?
I want the burning grass block to turn into a burnt grass block.

https://imgur.com/a/JR6wEGF

Active 6 months ago
Joined Oct 2023
Points:
303

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
That is checking if the…
Mon, 01/22/2024 - 15:10

That is checking if the player is standing inside grass block. To fix it, make to y value on all of those one less. Then, walk on grass while it is on fire.

Active 1 year ago
Joined Jan 2024
Points:
122

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
No. What I meant was that…
Mon, 01/22/2024 - 16:05

No. What I meant was that when there is fire above a block of grass, the grass block is to be replaced by another block.

Active 6 months ago
Joined Oct 2023
Points:
303

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Then check when a block is…
Mon, 01/22/2024 - 16:25

Then check when a block is added, if the block added is fire, and the block below is grass, plac burnt grass.

Active 1 year ago
Joined Jan 2024
Points:
122

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Ok, it works thanks
Mon, 01/22/2024 - 17:00

Ok, it works thanks

Active 6 months ago
Joined Oct 2023
Points:
303

User statistics:

  • Modifications: 1
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 274
Let me know if you need more…
Mon, 01/22/2024 - 18:48

Let me know if you need more help!