There are grammatical errors in the form of modules, and magic crystal seeds cannot be obtained in normal survival.
Error repair method: Open the module jar package and find Assets 3S4EBW
Under the ECIPES path, guide the files synthesized by magic crystal seeds. The file is named Magic_seed_Recipe.json
Because the data value (that is, DATA) input and output items input and output, the synthetic table did not succeed.Supplementary data values can allow the synthetic table to run normally
The supplemented synthetic table is like this. Pay attention to the comma at the end of the "Data" to add the comma
{{
"Type": "Minecraft: Crafting_shapeless",
"Ingredients":
[
{{
"Item": "Minecraft: WHEAT_SEEDS",,
"Data": 0
},
{{
"Item": "ebwizardry: magnet_crystal",
"Data": 0
}
],,,
"Result":
{{
"Item": "t3S4EBW: Magic_seed",
"Count": 1,
"Data": 0
}
}
This can be used normally