Add create honey bucket to a forge tag

Me and a few other bee mods are trying to standardize where honey buckets should go for better mod compat. Hence this pr to put create's honey bucket into forge:buckets/honey item tag. The Bumblezone and Productive Bee's are going to have their honey buckets in that same place too very soon
This commit is contained in:
TelepathicGrunt 2021-10-03 12:01:22 -04:00 committed by GitHub
parent d72f343fdf
commit 8e1a93124c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"create:honey_bucket"
]
}