кокодае

This commit is contained in:
SpeeeDCraft 2023-11-16 17:49:41 +07:00
parent 0df11043af
commit c1f358b60f
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
const emptyJson = {
conditions: [
{ type: "forge:false" }
{
"conditions": [
{ "type": "forge:false" }
]
}

View file

@ -1,5 +1,5 @@
const emptyJson = {
conditions: [
{ type: "forge:false" }
{
"conditions": [
{ "type": "forge:false" }
]
}