Mystical Agriculture

Mystical Agriculture

86M Downloads

Crops missing `minecraft:crops` tag

diefesson opened this issue ยท 5 comments

commented

Describe the bug
Tinker's Construct Scythe is not working with Mystical Agriculture crops in 1.19.2

To Reproduce
Right click Mystical Agriculture crops with a Tinker's Construct scythe

Expected behavior
Scythe should should harvest and replant crops

Screenshots / Scripts / Logs
Not applicable

Versions (please complete the following information):

  • Minecraft: 1.19.2
  • Forge: 43.4.2
  • Cucumber: 6.0.10
  • Mystical Agriculture: 6.0.14
  • Singleplayer or Multiplayer: single-player

Additional Information
It worked fine in 1.18.2
May be related to changes introduced in #569

commented

@KnightMiner, did Scythe crop check behavior change?

commented

1.19.2 Tags

2024-08-12_11 08 30

1.18.2 Tags

2024-08-12_14 16 20

Seems like changes introduced in #569 are not present in the 1.19.2 release

commented

Using KubeJS to add the tags fixed the problem

ServerEvents.tags('item', event => {
    event.add('forge:seeds', '#mysticalagriculture:seeds')
})

ServerEvents.tags('block', event => {
    event.add('minecraft:crops', '#mysticalagriculture:crops')
})
commented

I guess I forgot to add that tag in later versions.

commented

Added in 6.0.15 for 1.19, 7.0.13 for 1.20 and 8.0.0 for 1.21