-
Bug
-
Resolution: Works As Intended
-
None
-
1.1.0.9
-
None
-
Unconfirmed
-
Phone - Android - Samsung Other (Specify in description)
while ı was making behavior pack for mc i find 1 fail like extra paranthesis
///// ...-behavior-vanilia-entities-villager.joson which is in minecraft_1.1.0.9.apk
///// "adult": {
"minecraft:behavior.make_love":
,
"minecraft:behavior.receive_love":
}
},
//// but this comand is false becouse you use extra paranthesis - this coman must be like that
////"adult": {
"minecraft:behavior.make_love":
,
"minecraft:behavior.receive_love":
},
/////(proplem is last of second paranthesis)