
aquamarine amber dropt
lxy-unnamed opened this issue ยท 1 comments
Now the config/dropt/aquamarine_amber.json
is
{
"rules": [
{
"match": {
"blocks": {
"blocks": [
"contenttweaker:aquamarine_ore" ***
]
}
},
"drops": [
{
"item": {
"items" : [
"sky_orchards:amber_aquamarine" ***
],
"quantity": {
"min": 1,
"max": 2
}
}
I think it should be
{
"rules": [
{
"match": {
"blocks": {
"blocks": [
"sky_orchards:amber_aquamarine"
]
}
},
"drops": [
{
"item": {
"items" : [
"astralsorcery:itemcraftingcomponent"
],
"quantity": {
"min": 1,
"max": 2
}
}
Perhaps you made some mistake when copying config/dropt/aquamarine.json
?